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] authored Dec 31, 2023
1 parent e1e8139 commit e6ac960
Show file tree
Hide file tree
Showing 33 changed files with 164 additions and 196 deletions.
2 changes: 1 addition & 1 deletion deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.7",
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
},
"dependencies": {
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bun-types": "^1.0.20"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-netlify-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
4 changes: 2 additions & 2 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.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
},
"author": "Tessei Kameyama <[email protected]>",
"repository": "https://github.com/hattipjs/hattip",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 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.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 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.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
4 changes: 2 additions & 2 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.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.56.0",
"node-fetch-native": "^1.6.1",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.15",
"@types/node": "^20.10.6",
Expand All @@ -41,6 +41,6 @@
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/bundler/bundler-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vite": "4 | 5"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cookie": "^0.6.0"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cookie": "^0.6.0"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"@hattip/response": "workspace:*",
Expand All @@ -44,6 +44,6 @@
"publint": "^0.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/middleware/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"urlpattern-polyfill": "^9.0.0"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@graphql-yoga/subscription": "^5.0.0",
"@hattip/polyfills": "workspace:*",
"@types/node": "^20.10.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@hattip/polyfills": "workspace:*",
"@miniflare/kv": "^2.14.1",
"@miniflare/storage-memory": "^2.14.1",
Expand All @@ -46,6 +46,6 @@
"redis-mock": "^0.56.3",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/middleware/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@hattip/headers": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.5.0",
"@cyco130/eslint-config": "^3.6.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
Expand Down
Loading

0 comments on commit e6ac960

Please sign in to comment.