Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/ws": "^8.18.0",
"@vitest/coverage-istanbul": "^4.0.16",
"eslint": "^9.34.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"pkg-pr-new": "^0.0.54",
"prettier": "^3.6.2",
"publint": "^0.3.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/ajv-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"ajv": "^8.12.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/ajv-validator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function ajvValidator<
> {
const ajv = new Ajv()
const validate = ajv.compile(schema)

// @ts-expect-error not typed well
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there was a change in either v4.11.2 or v4.11.3 that caused the type of the validator function to change 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. The validator type was changed to make the types correct. The type definition became complex. So using @ts-expect-error makes sense.

return validator(target, (data, c) => {
const valid = validate(data)
if (valid) {
Expand Down
2 changes: 1 addition & 1 deletion packages/arktype-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"arktype": "^2.1.20",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@auth/core": "^0.35.3",
"@types/react": "^19",
"hono": "^4.11.1",
"hono": "^4.11.3",
"react": "^19.2.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/bun": "^1.2.12",
"@types/node": "^25.0.3",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/capnweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@hono/node-ws": "^1.2.0",
"@types/ws": "^8.5.0",
"capnweb": "^0.3.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"publint": "^0.3.16",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/casbin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"casbin": "^5.40.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/class-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hono": ">=3.9.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@types/react": "^19",
"hono": "^4.11.1",
"hono": "^4.11.3",
"react": "^19.2.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@conform-to/valibot": "^1.14.1",
"@conform-to/yup": "^1.14.0",
"@conform-to/zod": "^1.14.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"valibot": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"effect": "3.19.12",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"esbuild": "^0.25.10",
"esbuild-wasm": "^0.27.2",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/event-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "https://pkg.pr.new/@cloudflare/vitest-pool-workers@11632",
"firebase-tools": "^15.1.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"graphql": "^16.5.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@arethetypeswrong/cli": "^0.17.4",
"@modelcontextprotocol/sdk": "^1.25.1",
"@types/node": "^25.0.3",
"hono": "^4.11.1",
"hono": "^4.11.3",
"hono-rate-limiter": "^0.4.2",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/medley-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hono": ">=3.8.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/honojs/middleware",
"devDependencies": {
"@hono/node-server": "^1.19.2",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"hono": ">=3.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"msw": "^2.10.5",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"hono": "^4.11.1",
"hono": "^4.11.3",
"jsonwebtoken": "^9.0.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@opentelemetry/sdk-metrics": "^2.2.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@opentelemetry/sdk-trace-node": "^2.2.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prom-client": "^15.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"prom-client": "^15.0.0",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@builder.io/qwik": "^1.2.0",
"@builder.io/qwik-city": "^1.17.1",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"hono": ">=4.5.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@cloudflare/vitest-pool-workers": "https://pkg.pr.new/@cloudflare/vitest-pool-workers@11632",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"hono": "^4.11.1",
"hono": "^4.11.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tsdown": "^0.15.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"toucan-js": "^4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "https://pkg.pr.new/@cloudflare/vitest-pool-workers@11632",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"unstorage": "^1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@standard-schema/spec": "1.0.0",
"arktype": "^2.1.20",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"valibot": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stytch-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"stytch": "^12.32.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"stytch": "^12.32.0",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/swagger-ui-dist": "^3.30.6",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@trpc/server": "^11.7.1",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsyringe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tsyringe": ">=4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"reflect-metadata": "^0.2.2",
"tsdown": "^0.15.9",
"tsyringe": "^4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typebox": "^1.0.49"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typebox": "^1.0.49",
"typescript": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedriver-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"arktype": "^2.0.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typebox": "^1.0.49",
"typedriver": "^0.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/typia-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "1.2.0",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"typia": "^9.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-blocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@types/node": "^25.0.3",
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"valibot": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zod": "^4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "^3.25.0 || ^4.0.0"
},
"devDependencies": {
"hono": "^4.11.1",
"hono": "^4.11.3",
"tsdown": "^0.15.9",
"typescript": "^5.8.2",
"vitest": "^4.0.16",
Expand Down
Loading
Loading