Commit Graph

25 Commits (88bb11657a5730d2258a38e01a8442eef730d68d)

Author SHA1 Message Date
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] 6524a92a9e
Version Packages (#868) 2024-12-03 17:52:25 +09:00
Lindelwe Michael Ncube c815055bb6
feat(typebox-validator): Add strict schema (#866) 2024-12-03 16:14:44 +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] 40b4ad9bd2
Version Packages (#744) 2024-09-24 19:15:14 +09:00
Lindelwe Michael Ncube 39cb252df9
fix(tbValidator): Fix tbValidator not calling hook when there's a fail case (#742)
* Fix tbValidator not calling hook when there's a fail case

* add tests

* Add changeset
2024-09-24 19:04:59 +09:00
github-actions[bot] 017bf8e9f0
Version Packages (#489) 2024-04-30 20:43:32 +09:00
t.kasuo 1cc5e0a5b0
fix: deprecated json response method (#488)
* fix deprecated json response method

* apply changesets
2024-04-30 20:32:15 +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
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] b96e7f25ce
Version Packages (#183) 2023-09-29 06:18:32 +09:00
melbourne2991 7c6573da69
fix(typebox-validator): Update typebox dependency (#178)
* Update typebox dependency
2023-09-29 06:13:56 +09:00
github-actions[bot] 19f49fdfcc
Version Packages (#100) 2023-07-15 14:37:42 +09:00
Aman 65ed112e0e
Replaces TypeCompiler with Value (#90)
* Replaces TypeCompiler with Value

Cloudflare worker throws an EvalError when using TypeCompiler.Compile(schema).Check(data)

* added changeset

---------

Co-authored-by: Aman <aman@bignerd.io>
2023-07-15 14:35:15 +09:00
github-actions[bot] d7e7dd245d
Version Packages (#73) 2023-03-21 18:30:09 +09:00
Yusuke Wada 9ce42c23dd
refactor(typebox): refactor types (#72)
* refactor(typebox): refactor types

* add changeset
2023-03-21 17:59:59 +09:00
github-actions[bot] eb56625257
Version Packages (#66) 2023-03-17 17:13:23 +09:00
Yusuke Wada 5723cc08c5
feat(typebox-validator): support Hono v3.1.0 (#65)
* feat(typebox-validator): support Hono v3.1.0

* add changeset
2023-03-17 17:11:24 +09:00
github-actions[bot] 7084477c2f
Version Packages (#56) 2023-02-24 18:27:29 +09:00
Curtis Larson 2a3245ad06
feat(typebox-validator): Add TypeBox Validator middleware (#55)
* feat(typebox-validator): Add TypeBox Validator middleware

* fix(typebox-validator): Updates based on code review comments
2023-02-24 18:22:02 +09:00