Skip to content

Commit

Permalink
chore(deps): Upgrade safe dev deps and TS version (#752)
Browse files Browse the repository at this point in the history
Fixes #667
  • Loading branch information
vvo authored Sep 16, 2024
1 parent 8098803 commit d40077b
Show file tree
Hide file tree
Showing 12 changed files with 789 additions and 745 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
},
"prettier": "@vercel/style-guide/prettier",
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@vercel/style-guide": "5.2.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"husky": "9.0.11",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"prettier": "3.3.2",
"publint": "0.2.8",
"ts-jest": "29.1.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"publint": "0.2.10",
"ts-jest": "29.2.5",
"turbo": "1.12.4",
"typescript": "5.3.3"
"typescript": "5.6.2"
},
"packageManager": "pnpm@8.15.3",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
"@edge-runtime/types": "2.2.9",
"@types/async-retry": "1.4.8",
"@types/bytes": "3.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.1.0"
"tsup": "8.2.4"
},
"engines": {
"node": ">=16.14"
Expand Down
4 changes: 2 additions & 2 deletions packages/blob/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ export async function handleUpload({
const signatureHeader = 'x-vercel-signature';
const signature = (
'credentials' in request
? request.headers.get(signatureHeader) ?? ''
: request.headers[signatureHeader] ?? ''
? (request.headers.get(signatureHeader) ?? '')
: (request.headers[signatureHeader] ?? '')
) as string;

if (!signature) {
Expand Down
14 changes: 7 additions & 7 deletions packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
"@vercel/edge-config-fs": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"node-domexception": "2.0.1",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
"typescript": "5.3.3"
"tsup": "8.2.4",
"typescript": "5.6.2"
},
"peerDependencies": {
"@opentelemetry/api": "^1.7.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
"@upstash/redis": "^1.31.3"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"husky": "9.0.11",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
"typescript": "5.3.3"
"tsup": "8.2.4",
"typescript": "5.6.2"
},
"engines": {
"node": ">=14.6"
Expand Down
12 changes: 6 additions & 6 deletions packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"@vercel/postgres": "workspace:0.10.0"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@neondatabase/serverless": "0.9.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"kysely": "0.27.4",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
"typescript": "5.3.3"
"tsup": "8.2.4",
"typescript": "5.6.2"
},
"peerDependencies": {
"kysely": "^0.24.2 || ^0.25.0 || ^0.26.0 || ^0.27.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"ws": "^8.17.1"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@types/ws": "8.5.12",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
"typescript": "5.3.3"
"tsup": "8.2.4",
"typescript": "5.6.2"
},
"engines": {
"node": ">=18.14"
Expand Down
Loading

0 comments on commit d40077b

Please sign in to comment.