Commit Graph

44 Commits (main)

Author SHA1 Message Date
Jonathan Haines 9235709060
refactor: composite build (#1230)
* refactor: composite build

* chore(ua-blocker): move demo.ts out of src
2025-06-16 11:23:47 +09:00
Jonathan Haines c880649458
refactor: enable isolated declarations (#1209) 2025-06-09 19:00:20 +09:00
Jonathan Haines deeeac9e1c
lint: array-type (#1165)
* lint: array-type

* format

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-05-19 16:00:53 +09:00
Yusuke Wada b9fa57530a
chore: format codes (#1142) 2025-04-27 19:28:24 +09:00
Jonathan Haines 1fd8ebf9b6
feat(eslint-config): enable linting with type information (#1098) 2025-04-07 19:31:09 +09:00
Jonathan Haines e8512f0ee9
build: typescript project references (#1077)
* build: typescript project references

* chore: remove duplicate keys
2025-04-02 18:28:02 +09:00
Jonathan Haines b18f24379b
chore(dev-deps): upgrade to hono v4 (#1092)
* chore(dev-deps): upgrade to hono v4

* chore(zod-openapi): build workspace dependencies

* chore(trpc-server): ignore null body type
2025-03-31 18:20:57 +09:00
github-actions[bot] 9a98e388cc
Version Packages (#1082)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-29 09:20:18 +09:00
Yusuke Wada 37dbba2b8d
refactor(typebox-validator): fix the type error (#1079) 2025-03-29 09:02:20 +09:00
Yusuke Wada 0e43d03cd4
chore: update the lockfile (#1073) 2025-03-27 15:13:19 +09:00
Jonathan Haines 568f407452
build(typebox-validator): lint published package (#1066) 2025-03-27 15:06:50 +09:00
Jonathan Haines 783a082c12
chore: add coverage badges (#1023)
* chore: add coverage badges

* ci(casbin): fix spelling
2025-03-19 17:53:11 +09:00
Jonathan Haines 4d67af162f
test(workspace): upgrade to vitest v3 (#1009)
* test(workspace): upgrade to vitest v3

Fixes #1007

* chore(standard-validator): add vitest type to `tsconfig.json`

* chore: update `yarn.lock`

* chore(zod-openapi): bump `typescript`

* chore(typia-validator): make it ESM

* ci(bun-transpiler): fix Bun to v1.1.32

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-12 12:52:15 +09:00
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
Rokas Muningis f77d7ba2e2
feat(standard-validator): Add standard schema validation (#887)
* feat(standard-validator): Add standard schema validation

* feat(standard-validator): add changeset

* feat(standard-validator): reintroduce type tests

* feat(standard-validator): simplif tests

* build(standard-validator): add gitlab pipeline

* chore(standard-validator): remove redundant files

* feat(standard-validator): cleanup tests, adjust comments

* fix(standard-validator): adjust versions, fix doc

* build: fix lockfile

* feat(standard-validator): drop headers lower-casing, update readme

* check types in test dir and add `tsc` to the test command
2025-02-06 21:38:36 +09:00
github-actions[bot] 5cad2e1afe
Version Packages (#950) 2025-02-02 08:09:20 +09:00
Yusuke Wada 401dddc484
fix(typebox-validator): correct exporting in `package.json` (#949)
* fix(typebox-validator): correct exporting in `package.json`

Co-authored-by: asomethings <16171942+asomethings@users.noreply.github.com>

* add changeset

---------

Co-authored-by: asomethings <16171942+asomethings@users.noreply.github.com>
2025-02-02 08:06:17 +09:00
github-actions[bot] c96c9dec78
Version Packages (#945) 2025-01-23 11:13:14 +09:00
Christopher Fraser 63508a56bb
fix(typebox-validator): Fix @hono/typebox-validator, when imported as esm, transiently importing typebox as cjs (#942) 2025-01-23 10:51:53 +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] 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