Skip to content

Commit 8cf4327

Browse files
chore: upgrade hono to 4.11.3 (#1668)
1 parent 5acf969 commit 8cf4327

File tree

45 files changed

+91
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+91
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/ws": "^8.18.0",
4747
"@vitest/coverage-istanbul": "^4.0.16",
4848
"eslint": "^9.34.0",
49-
"hono": "^4.11.1",
49+
"hono": "^4.11.3",
5050
"pkg-pr-new": "^0.0.54",
5151
"prettier": "^3.6.2",
5252
"publint": "^0.3.16",

packages/ajv-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"ajv": "^8.12.0",
49-
"hono": "^4.11.1",
49+
"hono": "^4.11.3",
5050
"tsdown": "^0.15.9",
5151
"typescript": "^5.8.2",
5252
"vitest": "^4.0.16"

packages/ajv-validator/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function ajvValidator<
8282
> {
8383
const ajv = new Ajv()
8484
const validate = ajv.compile(schema)
85-
85+
// @ts-expect-error not typed well
8686
return validator(target, (data, c) => {
8787
const valid = validate(data)
8888
if (valid) {

packages/arktype-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"arktype": "^2.1.20",
50-
"hono": "^4.11.1",
50+
"hono": "^4.11.3",
5151
"tsdown": "^0.15.9",
5252
"typescript": "^5.8.2",
5353
"vitest": "^4.0.16"

packages/auth-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@auth/core": "^0.35.3",
6666
"@types/react": "^19",
67-
"hono": "^4.11.1",
67+
"hono": "^4.11.3",
6868
"react": "^19.2.3",
6969
"tsdown": "^0.15.9",
7070
"typescript": "^5.8.2",

packages/bun-compress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@types/bun": "^1.2.12",
4747
"@types/node": "^25.0.3",
48-
"hono": "^4.11.1",
48+
"hono": "^4.11.3",
4949
"tsdown": "^0.15.9",
5050
"typescript": "^5.8.2",
5151
"vitest": "^4.0.16"

packages/bun-transpiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"hono": ">=4.0.0"
4545
},
4646
"devDependencies": {
47-
"hono": "^4.11.1",
47+
"hono": "^4.11.3",
4848
"tsdown": "^0.15.9",
4949
"typescript": "^5.8.2",
5050
"vitest": "^4.0.16"

packages/capnweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@hono/node-ws": "^1.2.0",
5151
"@types/ws": "^8.5.0",
5252
"capnweb": "^0.3.0",
53-
"hono": "^4.11.1",
53+
"hono": "^4.11.3",
5454
"publint": "^0.3.16",
5555
"tsdown": "^0.15.9",
5656
"typescript": "^5.8.2",

packages/casbin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"casbin": "^5.40.0",
60-
"hono": "^4.11.1",
60+
"hono": "^4.11.3",
6161
"tsdown": "^0.15.9",
6262
"typescript": "^5.8.2",
6363
"vitest": "^4.0.16"

packages/class-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"hono": ">=3.9.0"
4646
},
4747
"devDependencies": {
48-
"hono": "^4.11.1",
48+
"hono": "^4.11.3",
4949
"tsdown": "^0.15.9",
5050
"typescript": "^5.8.2",
5151
"vitest": "^4.0.16"

0 commit comments

Comments
 (0)