Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 69237d1 commit ecc73e2
Show file tree
Hide file tree
Showing 38 changed files with 3,040 additions and 3,858 deletions.
16 changes: 8 additions & 8 deletions deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@babel/traverse": "^7.24.1",
"@cyco130/eslint-config": "^3.7.1",
"@babel/core": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@cyco130/eslint-config": "^3.9.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.11.30",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
"tsx": "^4.15.6",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hattip/adapter-cloudflare-workers": "^0.0.45",
"@hattip/adapter-node": "^0.0.45",
"@types/node": "^20.11.30",
"wrangler": "^3.38.0"
"@types/node": "^20.14.5",
"wrangler": "^3.60.3"
}
}
4 changes: 2 additions & 2 deletions examples/vite/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hattip/adapter-node": "^0.0.45",
"@hattip/core": "^0.0.45",
"@hattip/vite": "^0.0.45",
"hono": "^4.1.4",
"vite": "^5.2.6"
"hono": "^4.4.6",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/vite/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@hattip/response": "^0.0.45",
"@hattip/router": "^0.0.45",
"@hattip/vite": "^0.0.45",
"vite": "^5.2.6"
"vite": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"vite": "^5.2.6",
"vitest": "^1.4.0"
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"dependencies": {
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/adapter/adapter-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
"@hattip/core": "workspace:*",
"@hattip/polyfills": "workspace:*",
"@types/aws-lambda": "^8.10.136",
"@types/aws-lambda": "^8.10.140",
"aws-lambda": "^1.0.7",
"lambda-stream": "^0.5.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@hattip/core": "workspace:*",
"bun-types": "^1.0.35"
"bun-types": "^1.1.13"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"test:package": "publint --strict"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.1",
"@cloudflare/workers-types": "^4.20240320.1",
"@cloudflare/kv-asset-handler": "^0.3.2",
"@cloudflare/workers-types": "^4.20240614.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/adapter/adapter-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.11.0",
"@fastly/js-compute": "^3.15.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/adapter/adapter-lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/adapter/adapter-netlify-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/adapter/adapter-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@hattip/polyfills": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"author": "Tessei Kameyama <tkamenoko@vivaldi.net>",
"repository": "https://github.com/hattipjs/hattip",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter/adapter-uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter/adapter-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"typescript": "^5.4.3"
"publint": "^0.2.8",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
10 changes: 5 additions & 5 deletions packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.9.0",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"node-fetch-native": "^1.6.4",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
14 changes: 7 additions & 7 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"@cyco130/eslint-config": "^3.9.0",
"@types/node": "^20.14.5",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@hattip/core": "workspace:*",
"@whatwg-node/fetch": "^0.9.17",
"@whatwg-node/fetch": "^0.9.18",
"node-fetch-native": "^1.6.4"
}
}
Loading

0 comments on commit ecc73e2

Please sign in to comment.