chore: update hono version to 4.8 (#1281)

* chore: update hono version to 4.8

* chore: add hono as a devDependency to all workspaces
pull/1284/head
3w36zj6 2025-07-05 18:37:06 +09:00 committed by GitHub
parent 02a703cffa
commit 16c103c2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
43 changed files with 90 additions and 6 deletions

View File

@ -45,7 +45,7 @@
"@types/ws": "^8.18.0", "@types/ws": "^8.18.0",
"@vitest/coverage-istanbul": "^3.2.4", "@vitest/coverage-istanbul": "^3.2.4",
"eslint": "^9.23.0", "eslint": "^9.23.0",
"hono": "^4.7.11", "hono": "^4.8.4",
"pkg-pr-new": "^0.0.51", "pkg-pr-new": "^0.0.51",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -46,6 +46,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -47,6 +47,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"arktype": "^2.0.0", "arktype": "^2.0.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -64,6 +64,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@auth/core": "^0.35.3", "@auth/core": "^0.35.3",
"@types/react": "^18", "@types/react": "^18",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"react": "^18.2.0", "react": "^18.2.0",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -45,6 +45,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@types/bun": "^1.2.12", "@types/bun": "^1.2.12",
"@types/node": "^22.15.15", "@types/node": "^22.15.15",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -44,6 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -57,6 +57,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"casbin": "^5.30.0", "casbin": "^5.30.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -46,6 +46,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -50,6 +50,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@types/react": "^18", "@types/react": "^18",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"react": "^18.2.0", "react": "^18.2.0",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -44,6 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -50,6 +50,7 @@
"@conform-to/valibot": "^1.0.0", "@conform-to/valibot": "^1.0.0",
"@conform-to/yup": "^1.1.5", "@conform-to/yup": "^1.1.5",
"@conform-to/zod": "^1.1.5", "@conform-to/zod": "^1.1.5",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -47,6 +47,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"effect": "3.10.0", "effect": "3.10.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -76,6 +76,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"esbuild": "^0.19.9", "esbuild": "^0.19.9",
"esbuild-wasm": "^0.19.5", "esbuild-wasm": "^0.19.5",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -29,5 +29,8 @@
"eslint-plugin-import-x": "^4.1.1", "eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-n": "^17.10.2", "eslint-plugin-n": "^17.10.2",
"typescript-eslint": "^8.27.0" "typescript-eslint": "^8.27.0"
},
"devDependencies": {
"hono": "^4.8.4"
} }
} }

View File

@ -46,6 +46,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -51,6 +51,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"firebase-tools": "^13.29.1", "firebase-tools": "^13.29.1",
"hono": "^4.8.4",
"miniflare": "^3.20240208.0", "miniflare": "^3.20240208.0",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -47,6 +47,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -44,6 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -43,6 +43,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@modelcontextprotocol/sdk": "^1.12.0", "@modelcontextprotocol/sdk": "^1.12.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -43,6 +43,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@hono/node-server": "^1.11.1", "@hono/node-server": "^1.11.1",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -82,6 +82,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"msw": "^2.0.11", "msw": "^2.0.11",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -45,6 +45,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@types/jsonwebtoken": "^9.0.5", "@types/jsonwebtoken": "^9.0.5",
"hono": "^4.8.4",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -50,6 +50,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@opentelemetry/sdk-trace-base": "^1.30.0", "@opentelemetry/sdk-trace-base": "^1.30.0",
"@opentelemetry/sdk-trace-node": "^1.30.0", "@opentelemetry/sdk-trace-node": "^1.30.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"prom-client": "^15.0.0", "prom-client": "^15.0.0",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -46,6 +46,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@builder.io/qwik": "^1.2.0", "@builder.io/qwik": "^1.2.0",
"@builder.io/qwik-city": "^1.2.0", "@builder.io/qwik-city": "^1.2.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2" "typescript": "^5.8.2"

View File

@ -39,6 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2" "typescript": "^5.8.2"

View File

@ -49,6 +49,7 @@
"@cloudflare/vitest-pool-workers": "^0.8.38", "@cloudflare/vitest-pool-workers": "^0.8.38",
"@types/react": "^19.1.0", "@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",

View File

@ -48,6 +48,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -67,6 +67,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@cloudflare/vitest-pool-workers": "^0.7.8", "@cloudflare/vitest-pool-workers": "^0.7.8",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -48,6 +48,7 @@
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@standard-schema/spec": "1.0.0", "@standard-schema/spec": "1.0.0",
"arktype": "^2.0.0-rc.26", "arktype": "^2.0.0-rc.26",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"stytch": "^12.19.0", "stytch": "^12.19.0",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -46,6 +46,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@types/swagger-ui-dist": "^3.30.5", "@types/swagger-ui-dist": "^3.30.5",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -46,6 +46,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@trpc/server": "^11.0.0", "@trpc/server": "^11.0.0",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"reflect-metadata": "^0.2.2", "reflect-metadata": "^0.2.2",
"tsup": "^8.4.0", "tsup": "^8.4.0",

View File

@ -46,6 +46,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@sinclair/typebox": "^0.31.15", "@sinclair/typebox": "^0.31.15",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -56,6 +56,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@ryoppippi/unplugin-typia": "^2.1.4", "@ryoppippi/unplugin-typia": "^2.1.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -56,6 +56,7 @@
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"@types/node": "^22.15.24", "@types/node": "^22.15.24",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -39,6 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -45,6 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -46,6 +46,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.17.4", "@arethetypeswrong/cli": "^0.17.4",
"hono": "^4.8.4",
"publint": "^0.3.9", "publint": "^0.3.9",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

View File

@ -2051,6 +2051,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
ajv: "npm:^8.12.0" ajv: "npm:^8.12.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2067,6 +2068,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
arktype: "npm:^2.0.0" arktype: "npm:^2.0.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2084,6 +2086,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@auth/core": "npm:^0.35.3" "@auth/core": "npm:^0.35.3"
"@types/react": "npm:^18" "@types/react": "npm:^18"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
react: "npm:^18.2.0" react: "npm:^18.2.0"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2103,6 +2106,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@types/bun": "npm:^1.2.12" "@types/bun": "npm:^1.2.12"
"@types/node": "npm:^22.15.15" "@types/node": "npm:^22.15.15"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2117,6 +2121,7 @@ __metadata:
resolution: "@hono/bun-transpiler@workspace:packages/bun-transpiler" resolution: "@hono/bun-transpiler@workspace:packages/bun-transpiler"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2132,6 +2137,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
casbin: "npm:^5.30.0" casbin: "npm:^5.30.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2149,6 +2155,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
class-transformer: "npm:^0.5.1" class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.1" class-validator: "npm:^0.14.1"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
reflect-metadata: "npm:^0.2.2" reflect-metadata: "npm:^0.2.2"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2167,6 +2174,7 @@ __metadata:
"@clerk/backend": "npm:^2.2.0" "@clerk/backend": "npm:^2.2.0"
"@clerk/types": "npm:^4.61.0" "@clerk/types": "npm:^4.61.0"
"@types/react": "npm:^18" "@types/react": "npm:^18"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
react: "npm:^18.2.0" react: "npm:^18.2.0"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2182,6 +2190,7 @@ __metadata:
resolution: "@hono/cloudflare-access@workspace:packages/cloudflare-access" resolution: "@hono/cloudflare-access@workspace:packages/cloudflare-access"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2200,6 +2209,7 @@ __metadata:
"@conform-to/valibot": "npm:^1.0.0" "@conform-to/valibot": "npm:^1.0.0"
"@conform-to/yup": "npm:^1.1.5" "@conform-to/yup": "npm:^1.1.5"
"@conform-to/zod": "npm:^1.1.5" "@conform-to/zod": "npm:^1.1.5"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2219,6 +2229,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
effect: "npm:3.10.0" effect: "npm:3.10.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2236,6 +2247,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
esbuild: "npm:^0.19.9" esbuild: "npm:^0.19.9"
esbuild-wasm: "npm:^0.19.5" esbuild-wasm: "npm:^0.19.5"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2254,6 +2266,7 @@ __metadata:
eslint-import-resolver-typescript: "npm:^4.2.2" eslint-import-resolver-typescript: "npm:^4.2.2"
eslint-plugin-import-x: "npm:^4.1.1" eslint-plugin-import-x: "npm:^4.1.1"
eslint-plugin-n: "npm:^17.10.2" eslint-plugin-n: "npm:^17.10.2"
hono: "npm:^4.8.4"
typescript-eslint: "npm:^8.27.0" typescript-eslint: "npm:^8.27.0"
peerDependencies: peerDependencies:
eslint: ^9.0.0 eslint: ^9.0.0
@ -2266,6 +2279,7 @@ __metadata:
resolution: "@hono/event-emitter@workspace:packages/event-emitter" resolution: "@hono/event-emitter@workspace:packages/event-emitter"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2282,6 +2296,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
firebase-auth-cloudflare-workers: "npm:^2.0.6" firebase-auth-cloudflare-workers: "npm:^2.0.6"
firebase-tools: "npm:^13.29.1" firebase-tools: "npm:^13.29.1"
hono: "npm:^4.8.4"
miniflare: "npm:^3.20240208.0" miniflare: "npm:^3.20240208.0"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2298,6 +2313,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
graphql: "npm:^16.5.0" graphql: "npm:^16.5.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2312,6 +2328,7 @@ __metadata:
resolution: "@hono/hello@workspace:packages/hello" resolution: "@hono/hello@workspace:packages/hello"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2327,6 +2344,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@modelcontextprotocol/sdk": "npm:^1.12.0" "@modelcontextprotocol/sdk": "npm:^1.12.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2344,6 +2362,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@medley/router": "npm:^0.2.1" "@medley/router": "npm:^0.2.1"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2368,6 +2387,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@hono/node-server": "npm:^1.11.1" "@hono/node-server": "npm:^1.11.1"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2384,6 +2404,7 @@ __metadata:
resolution: "@hono/oauth-providers@workspace:packages/oauth-providers" resolution: "@hono/oauth-providers@workspace:packages/oauth-providers"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
msw: "npm:^2.0.11" msw: "npm:^2.0.11"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2400,6 +2421,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@types/jsonwebtoken": "npm:^9.0.5" "@types/jsonwebtoken": "npm:^9.0.5"
hono: "npm:^4.8.4"
jsonwebtoken: "npm:^9.0.2" jsonwebtoken: "npm:^9.0.2"
oauth4webapi: "npm:^2.6.0" oauth4webapi: "npm:^2.6.0"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
@ -2420,6 +2442,7 @@ __metadata:
"@opentelemetry/sdk-trace-base": "npm:^1.30.0" "@opentelemetry/sdk-trace-base": "npm:^1.30.0"
"@opentelemetry/sdk-trace-node": "npm:^1.30.0" "@opentelemetry/sdk-trace-node": "npm:^1.30.0"
"@opentelemetry/semantic-conventions": "npm:^1.28.0" "@opentelemetry/semantic-conventions": "npm:^1.28.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2434,6 +2457,7 @@ __metadata:
resolution: "@hono/prometheus@workspace:packages/prometheus" resolution: "@hono/prometheus@workspace:packages/prometheus"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
prom-client: "npm:^15.0.0" prom-client: "npm:^15.0.0"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2452,6 +2476,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@builder.io/qwik": "npm:^1.2.0" "@builder.io/qwik": "npm:^1.2.0"
"@builder.io/qwik-city": "npm:^1.2.0" "@builder.io/qwik-city": "npm:^1.2.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2467,6 +2492,7 @@ __metadata:
resolution: "@hono/react-compat@workspace:packages/react-compat" resolution: "@hono/react-compat@workspace:packages/react-compat"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2483,6 +2509,7 @@ __metadata:
"@cloudflare/vitest-pool-workers": "npm:^0.8.38" "@cloudflare/vitest-pool-workers": "npm:^0.8.38"
"@types/react": "npm:^19.1.0" "@types/react": "npm:^19.1.0"
"@types/react-dom": "npm:^19.1.2" "@types/react-dom": "npm:^19.1.2"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
react: "npm:^19.1.0" react: "npm:^19.1.0"
react-dom: "npm:^19.1.0" react-dom: "npm:^19.1.0"
@ -2501,6 +2528,7 @@ __metadata:
resolution: "@hono/sentry@workspace:packages/sentry" resolution: "@hono/sentry@workspace:packages/sentry"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
toucan-js: "npm:^4.0.0" toucan-js: "npm:^4.0.0"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2517,6 +2545,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@cloudflare/vitest-pool-workers": "npm:^0.7.8" "@cloudflare/vitest-pool-workers": "npm:^0.7.8"
hono: "npm:^4.8.4"
jose: "npm:^6.0.11" jose: "npm:^6.0.11"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2535,6 +2564,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@standard-schema/spec": "npm:1.0.0" "@standard-schema/spec": "npm:1.0.0"
arktype: "npm:^2.0.0-rc.26" arktype: "npm:^2.0.0-rc.26"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2552,6 +2582,7 @@ __metadata:
resolution: "@hono/stytch-auth@workspace:packages/stytch-auth" resolution: "@hono/stytch-auth@workspace:packages/stytch-auth"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
stytch: "npm:^12.19.0" stytch: "npm:^12.19.0"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2568,6 +2599,7 @@ __metadata:
resolution: "@hono/swagger-editor@workspace:packages/swagger-editor" resolution: "@hono/swagger-editor@workspace:packages/swagger-editor"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2583,6 +2615,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@types/swagger-ui-dist": "npm:^3.30.5" "@types/swagger-ui-dist": "npm:^3.30.5"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2598,6 +2631,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@trpc/server": "npm:^11.0.0" "@trpc/server": "npm:^11.0.0"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2614,6 +2648,7 @@ __metadata:
resolution: "@hono/tsyringe@workspace:packages/tsyringe" resolution: "@hono/tsyringe@workspace:packages/tsyringe"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
reflect-metadata: "npm:^0.2.2" reflect-metadata: "npm:^0.2.2"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2632,6 +2667,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@sinclair/typebox": "npm:^0.31.15" "@sinclair/typebox": "npm:^0.31.15"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2648,6 +2684,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@ryoppippi/unplugin-typia": "npm:^2.1.4" "@ryoppippi/unplugin-typia": "npm:^2.1.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2665,6 +2702,7 @@ __metadata:
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@types/node": "npm:^22.15.24" "@types/node": "npm:^22.15.24"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2679,6 +2717,7 @@ __metadata:
resolution: "@hono/valibot-validator@workspace:packages/valibot-validator" resolution: "@hono/valibot-validator@workspace:packages/valibot-validator"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -2697,6 +2736,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
"@asteasolutions/zod-to-openapi": "npm:^7.3.0" "@asteasolutions/zod-to-openapi": "npm:^7.3.0"
"@hono/zod-validator": "workspace:^" "@hono/zod-validator": "workspace:^"
hono: "npm:^4.8.4"
openapi3-ts: "npm:^4.5.0" openapi3-ts: "npm:^4.5.0"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -2715,6 +2755,7 @@ __metadata:
resolution: "@hono/zod-validator@workspace:packages/zod-validator" resolution: "@hono/zod-validator@workspace:packages/zod-validator"
dependencies: dependencies:
"@arethetypeswrong/cli": "npm:^0.17.4" "@arethetypeswrong/cli": "npm:^0.17.4"
hono: "npm:^4.8.4"
publint: "npm:^0.3.9" publint: "npm:^0.3.9"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
typescript: "npm:^5.8.2" typescript: "npm:^5.8.2"
@ -9291,7 +9332,7 @@ __metadata:
"@types/ws": "npm:^8.18.0" "@types/ws": "npm:^8.18.0"
"@vitest/coverage-istanbul": "npm:^3.2.4" "@vitest/coverage-istanbul": "npm:^3.2.4"
eslint: "npm:^9.23.0" eslint: "npm:^9.23.0"
hono: "npm:^4.7.11" hono: "npm:^4.8.4"
pkg-pr-new: "npm:^0.0.51" pkg-pr-new: "npm:^0.0.51"
prettier: "npm:^3.5.3" prettier: "npm:^3.5.3"
tsup: "npm:^8.4.0" tsup: "npm:^8.4.0"
@ -9300,10 +9341,10 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"hono@npm:^4.7.11": "hono@npm:^4.8.4":
version: 4.7.11 version: 4.8.4
resolution: "hono@npm:4.7.11" resolution: "hono@npm:4.8.4"
checksum: 10c0/2821471b09f2e9f7bab5ad7412e2e44df5f07b7098508d70dd6e368b933580f03a06c30e20dd764b53e0121e1b1ff2132ae98cffa7fd1b286e299f9054effd6a checksum: 10c0/3712bbb4f7d24b5f4f30d75730ae30111cafdb92132728c92e83c257008cfd64e234a6c0657807cb4dd7bc001e3e1daf2e4dd5eb0a73a32ef3a70eff0415d3b7
languageName: node languageName: node
linkType: hard linkType: hard