Jonathan Haines
5ea7fb5d09
chore: Migrate workspaces that use `jest` to `vitest` ( #998 )
...
* docs(contributing): add section on testing
Fixes #994
* test(clerk-auth): replace jest with vitest
* test(graphql-server): replace jest with vitest
* test(medley-router): replace jest with vitest
* test(oauth-providers): replace jest with vitest
* test(oidc-auth): replace jest with vitest
* test(sentry): replace jest with vitest
* test(trpc-server): replace jest with vitest
* test(typebox-validator): replace jest with vitest
* test(typia-validator): replace jest with vitest
* test(valibot-validator): replace jest with vitest
* chore: cleanup remaining references to jest
* chore: fix lint errors
* test(typia-validator): fix exclude directory
* test(oauth-providers): use vitest environment miniflare
* chore: update `yarn.lock`
* chore(zod-openapi): pin zod-validator to 0.4.2
* test(graphql-server): remove console filtering
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-04 22:00:28 +09:00
github-actions[bot]
c7b15e365d
Version Packages ( #927 )
2025-01-08 19:53:03 +09:00
Álvaro Ortiz
c5abbc993d
fix(valibot-validator): Fix response query types on RPC ( #914 )
...
Fixes #899
* fix(valibot-validator): Fix query types on RPC
* Add changeset
* Remove valibot issue flatenning
* Add types test
2025-01-08 19:48:44 +09:00
Yusuke Wada
7a401b0850
chore: use the latest eslint and `@hono/eslint-config` ( #904 )
...
* chore: use the latest eslint and `@hono/eslint-config`
* update codes
2024-12-25 18:08:43 +09:00
github-actions[bot]
b8bee02ec6
Version Packages ( #824 )
2024-11-13 05:34:59 +09:00
Aditya Mathur
553112c2c6
fix: exported Hook type in valibot and typebox validators ( #821 )
...
* fix: exported Hook type
* chore: add changeset packages
2024-11-13 05:31:42 +09:00
github-actions[bot]
f997ee0d9a
Version Packages ( #820 )
2024-11-10 18:51:50 +09:00
Fabian Hiller
d6fcbbd336
feat(valibot-validator): upgrade valibot peer dependency ( #819 )
2024-11-10 18:46:22 +09:00
github-actions[bot]
2c0c41faa5
Version Packages ( #798 )
2024-10-29 09:35:49 +09:00
Fabian Hiller
0ff894aeb1
fix(valibot-validator): add support for v1 dist-tags ( #797 )
2024-10-29 09:31:59 +09:00
github-actions[bot]
d910689ae8
Version Packages ( #768 )
2024-10-07 19:44:45 +09:00
Fabian Hiller
05610f520e
feat(valibot-validator): upgrade valibot peer dependency ( #762 )
2024-10-07 19:35:10 +09:00
github-actions[bot]
1ed5c7d7fa
Version Packages ( #754 )
2024-09-28 11:49:45 +09:00
Andrei
9639103a9a
fix(valibot-validator): use `tsup` and fix esm/cjs ( #753 )
...
* fix(valibot-validator): use `tsup` and fix esm/cjs
* chore(valibot-validator): remove build tsconfigs
* chore(.changeset): add changeset
* fix(valibot-validator): replace jest config extension with `.cjs`
2024-09-28 11:33:30 +09:00
Shotaro Nakamura
1bd5cdcd09
fix(valibot-validator): update Hono version and fix test code ( #663 )
...
* fix(valibot-validator): update Hono and fix test code
* chore: update lockfile
* chore: add changeset
* chore: remove changeset
2024-08-21 20:20:37 +09:00
github-actions[bot]
3d83b7a36f
Version Packages ( #565 )
2024-06-09 13:22:26 +09:00
chimame
7375c096b5
chore: Update valibot to version 0.31.0 ( #553 )
...
* chore: Update valibot to version 0.31.0
* Modify update valibot to version 0.31.0
* Modify update yarn.lock to valibot 0.31.0
* Add CHANGELOG using changesets
2024-06-09 13:15:41 +09:00
github-actions[bot]
fb81f4ea4a
Version Packages ( #516 )
2024-05-13 07:06:25 +09:00
mizunohito
f59edfe89c
fix(valibot-validator): Add supports async validation ( #515 )
2024-05-13 06:56:42 +09:00
github-actions[bot]
9495f5ddab
Version Packages ( #504 )
2024-05-06 10:24:07 +09:00
hiraoka
d703577b55
[valibot-validator] Fix Type Inference for number Types in `valibot-validator` Query ( #502 )
...
* [valibot-validator] Type inference failure in RPC routes when `"query"` contains `number` type(s). #501
* add changeset file.
2024-05-06 10:10:56 +09:00
github-actions[bot]
3c351e1097
Version Packages ( #464 )
2024-04-20 16:31:53 +09:00
Yudai Nakata
892ea7da85
chore(peer-deps): install newer peer depenencies ( #463 )
...
* chore(peer-deps): install newer peer depenencies
fix #442 .
* chore: add a changeset entry
* chore: update lockfile
2024-04-20 16:28:36 +09:00
github-actions[bot]
3fdf755ed6
Version Packages ( #392 )
2024-02-15 05:44:45 +09:00
Andrew
9b57c3bb30
fix(valibot-validator): make validation input optional when schema is optional ( #384 )
...
* chore(valibot-validator): Replace `jsonT` in tests
* fix(valibot-validator): Handle optional schema
* test(valibot-validator): Update tests
* chore(valibot-validator): Add changeset
* chore(valibot-validator): Fix formatting
2024-02-15 05:38:43 +09:00
Yusuke Wada
ee12e3c08a
chore: bump hono to `3.11.7` ( #311 )
2023-12-14 18:33:01 +09:00
Yusuke Wada
bd18b966ee
chore: migrate to `yarn v4` ( #299 )
...
* changeset
* chore: migrate to `yarn v4`
* remove changeset
* fixed Github Actions for `hello`
* fix gitignore
* add dependencies
* add ci for oauth-providers
* add dependencies
* add `publint`
* update msw
2023-12-13 15:54:00 +09:00
github-actions[bot]
3633efd1de
Version Packages ( #218 )
2023-10-30 06:46:28 +09:00
Yusuke Wada
b3d80a0cca
fix: bump hono version of `peerDependencies` ( #219 )
...
* fix: bump hono version of `peerDependencies`
* add changeset
2023-10-30 06:39:46 +09:00
github-actions[bot]
05f4b47080
Version Packages ( #136 )
2023-08-24 08:54:57 +09:00
Nico Franke
dd620f0dc7
refactor(valibot-validator): update to latest valibot version ( #135 )
...
* chore(valibot-validator): update valibot version
* refactor(valibot-validator): use updated safeParse result
* chore: add changeset
2023-08-24 08:38:25 +09:00
github-actions[bot]
5eb29ae29e
Version Packages ( #112 )
2023-08-16 08:50:31 +09:00
Yusuke Wada
945938b6af
fix: bump up valibot ( #111 )
...
* fix(valibot): bump up valibot
* changeset
2023-08-16 08:44:38 +09:00
github-actions[bot]
fb34f25205
Version Packages ( #106 )
2023-08-07 18:47:38 +09:00
Yusuke Wada
c783e0943a
fix(valibot-validator): fix Hook type ( #105 )
...
* fix(valibot-validator): fix Hook type
* changeset
2023-08-07 18:39:39 +09:00
github-actions[bot]
b78e8e1bf4
Version Packages ( #103 )
2023-07-30 08:11:04 +09:00
Nico Franke
c15de7ce3c
feat(valibot-validator): Add Valibot Validator Middleware ( #102 )
...
* feat: add valibot validator
* add changeset
2023-07-30 08:07:44 +09:00