Skip to content

Commit

Permalink
chore: bump up Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 7699296 commit ddd2e22
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/deployment/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm-slim
FROM node:22-bookworm-slim

COPY ./packages/backend/server /app
COPY ./packages/frontend/apps/web/dist /app/static
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*",
"@types/eslint": "^9.0.0",
"@types/node": "^20.12.7",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vanilla-extract/vite-plugin": "^4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/lodash-es": "^4.17.12",
"@types/mixpanel": "^2.14.8",
"@types/mustache": "^4.2.5",
"@types/node": "^20.12.7",
"@types/node": "^22.0.0",
"@types/nodemailer": "^6.4.14",
"@types/on-headers": "^1.0.3",
"@types/sinon": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.62",
"@types/node": "^20.12.7",
"@types/node": "^22.0.0",
"ava": "^6.1.2",
"nx": "^20.0.3",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"marked": "^14.0.0"
},
"devDependencies": {
"@types/node": "^20.14.12"
"@types/node": "^22.0.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ __metadata:
dependencies:
"@napi-rs/simple-git": "npm:^0.1.18"
"@slack/web-api": "npm:^7.3.4"
"@types/node": "npm:^20.14.12"
"@types/node": "npm:^22.0.0"
changelogithub: "npm:^0.13.9"
jsx-slack: "npm:^6.1.1"
marked: "npm:^14.0.0"
Expand Down Expand Up @@ -650,7 +650,7 @@ __metadata:
"@toeverything/infra": "workspace:*"
"@types/affine__env": "workspace:*"
"@types/eslint": "npm:^9.0.0"
"@types/node": "npm:^20.12.7"
"@types/node": "npm:^22.0.0"
"@typescript-eslint/eslint-plugin": "npm:^7.6.0"
"@typescript-eslint/parser": "npm:^7.6.0"
"@vanilla-extract/vite-plugin": "npm:^4.0.7"
Expand Down Expand Up @@ -690,7 +690,7 @@ __metadata:
resolution: "@affine/native@workspace:packages/frontend/native"
dependencies:
"@napi-rs/cli": "npm:3.0.0-alpha.62"
"@types/node": "npm:^20.12.7"
"@types/node": "npm:^22.0.0"
ava: "npm:^6.1.2"
nx: "npm:^20.0.3"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -763,7 +763,7 @@ __metadata:
"@types/lodash-es": "npm:^4.17.12"
"@types/mixpanel": "npm:^2.14.8"
"@types/mustache": "npm:^4.2.5"
"@types/node": "npm:^20.12.7"
"@types/node": "npm:^22.0.0"
"@types/nodemailer": "npm:^6.4.14"
"@types/on-headers": "npm:^1.0.3"
"@types/sinon": "npm:^17.0.3"
Expand Down Expand Up @@ -13980,7 +13980,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.7, @types/node@npm:^20.14.12, @types/node@npm:^20.9.0":
"@types/node@npm:^20.9.0":
version: 20.16.9
resolution: "@types/node@npm:20.16.9"
dependencies:
Expand Down

0 comments on commit ddd2e22

Please sign in to comment.