Commit graph

35 commits

Author SHA1 Message Date
alexcd
c141392bfe chore: refresh release lockfile 2026-06-20 21:17:07 +02:00
alexcd
55937eaed5 chore: release 0.5.5 2026-06-20 21:01:00 +02:00
alexcd
af94732b5f chore: release 0.5.4 2026-06-19 16:40:01 +02:00
alexcd
bfce816d65 chore: release 0.5.3 2026-06-18 17:47:35 +02:00
alexcd
83ddb2bb6c chore: release 0.5.2 2026-06-18 17:22:26 +02:00
alexcd
44711fc5e1 chore: release 0.5.1 2026-06-18 17:07:56 +02:00
alexcd
3ae68fa011 chore: release 0.5.0 2026-06-18 16:44:26 +02:00
alexcd
73f8901d55 Fix lockfile for Dependabot rate-limit update 2026-06-18 16:37:51 +02:00
dependabot[bot]
7e23b547ef
chore(deps): bump ip-address and express-rate-limit
Bumps [ip-address](https://github.com/beaugunderson/ip-address) and [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit). These dependencies needed to be updated together.

Updates `ip-address` from 10.1.0 to 10.2.0
- [Commits](https://github.com/beaugunderson/ip-address/compare/v10.1.0...v10.2.0)

Updates `express-rate-limit` from 8.4.1 to 8.5.2
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.4.1...v8.5.2)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-version: 8.5.2
  dependency-type: indirect
- dependency-name: ip-address
  dependency-version: 10.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:35:19 +00:00
AlexCD
c8c6b2a977
Merge pull request #30 from allexcd/dependabot/npm_and_yarn/js-yaml-4.2.0
chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
2026-06-18 16:33:38 +02:00
AlexCD
c22c975351
Merge pull request #31 from allexcd/dependabot/npm_and_yarn/qs-6.15.2
chore(deps): bump qs from 6.15.1 to 6.15.2
2026-06-18 16:32:51 +02:00
AlexCD
f53eb44f65
Merge pull request #29 from allexcd/dependabot/npm_and_yarn/fast-uri-3.1.2
chore(deps): bump fast-uri from 3.1.0 to 3.1.2
2026-06-18 16:32:24 +02:00
AlexCD
c3d512b2bc
Merge pull request #28 from allexcd/dependabot/npm_and_yarn/multi-633ebdf0ed
chore(deps): bump vite and vitest
2026-06-18 16:31:30 +02:00
alexcd
aff8c39890 Fix Vitest 4 Dependabot update 2026-06-18 16:30:00 +02:00
dependabot[bot]
7404b3c527
chore(deps): bump qs from 6.15.1 to 6.15.2
Bumps [qs](https://github.com/ljharb/qs) from 6.15.1 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.15.1...v6.15.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:28:09 +00:00
dependabot[bot]
30b16bd922
chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:28:03 +00:00
dependabot[bot]
2010a98ee6
chore(deps): bump fast-uri from 3.1.0 to 3.1.2
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:27:56 +00:00
AlexCD
fba4d2edcd
Merge pull request #27 from allexcd/dependabot/npm_and_yarn/hono-4.12.26
chore(deps): bump hono from 4.12.15 to 4.12.26
2026-06-18 16:26:57 +02:00
dependabot[bot]
bd5fc80334
chore(deps): bump vite and vitest
Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together.


Removes `vite`

Updates `vitest` from 3.0.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: vite
  dependency-version:
  dependency-type: indirect
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:24:54 +00:00
dependabot[bot]
20f1c69d60
chore(deps): bump hono from 4.12.15 to 4.12.26
Bumps [hono](https://github.com/honojs/hono) from 4.12.15 to 4.12.26.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.26)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.26
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:24:49 +00:00
dependabot[bot]
178cab8861
chore(deps-dev): bump @eslint/json from 0.14.0 to 2.0.0
Bumps [@eslint/json](https://github.com/eslint/json) from 0.14.0 to 2.0.0.
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/json/compare/json-v0.14.0...json-v2.0.0)

---
updated-dependencies:
- dependency-name: "@eslint/json"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-18 14:24:41 +00:00
AlexCD
10816e86f6
Merge pull request #21 from allexcd/dependabot/npm_and_yarn/eslint-10.3.0
chore(deps-dev): bump eslint from 9.39.4 to 10.3.0
2026-06-18 16:22:54 +02:00
AlexCD
ce9ccc0efb
Merge pull request #20 from allexcd/dependabot/npm_and_yarn/globals-17.6.0
chore(deps-dev): bump globals from 15.15.0 to 17.6.0
2026-06-18 16:22:09 +02:00
AlexCD
568e366e92
Merge pull request #24 from allexcd/dependabot/npm_and_yarn/typescript-eslint-8.59.2
chore(deps-dev): bump typescript-eslint from 8.59.1 to 8.59.2
2026-06-18 16:21:21 +02:00
dependabot[bot]
f4f46e735a
chore(deps-dev): bump typescript-eslint from 8.59.1 to 8.59.2
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.59.1 to 8.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 11:49:38 +00:00
dependabot[bot]
9096be4de3
chore(deps): bump zod from 4.3.6 to 4.4.3
Bumps [zod](https://github.com/colinhacks/zod) from 4.3.6 to 4.4.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.3.6...v4.4.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 11:49:27 +00:00
dependabot[bot]
395b9d807b
chore(deps-dev): bump eslint from 9.39.4 to 10.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.3.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.3.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 11:49:13 +00:00
dependabot[bot]
f5665087ca
chore(deps-dev): bump globals from 15.15.0 to 17.6.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 17.6.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v17.6.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 11:48:39 +00:00
alexcd
6730c73b2b chore: release 0.4.3 2026-05-02 11:40:27 +02:00
alexcd
545f7a9191 fix: address obsidian review bot findings 2026-05-01 19:32:58 +02:00
alexcd
a3f6b94513 chore: release 0.4.1 2026-05-01 14:38:25 +02:00
alexcd
e3710aaf53 chore: release 0.4.0 2026-04-30 20:37:08 +02:00
alexcd
9580fcf652 chore: release 0.3.0 2026-04-30 20:15:20 +02:00
alexcd
408d33dc13 chore: release 0.2.0 2026-04-30 19:50:21 +02:00
alexcd
2e23d18c63 chore: initial commit 2026-04-28 12:35:53 +02:00