Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v20 #2959

Merged
merged 15 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {
"version": "9"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: Provides node and pnpm in a specific version.
inputs:
node_version:
description: Specify the node version to install
default: 18
default: 20
type: string
pnpm_version:
description: Specify the pnpm version to install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@web-types/lit": "2.0.0-3"
},
"engines": {
"node": "18",
"node": "20",
"pnpm": "9"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@swisspost/design-system-components": "workspace:7.0.0"
},
"devDependencies": {
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.11",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.2",
Expand Down
1 change: 0 additions & 1 deletion packages/demo/.tool-versions

This file was deleted.

2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular/language-service": "17.3.3",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "18.17.19",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tsconfig/node18": "18.2.4",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/node-fetch": "2.6.11",
"dotenv": "16.4.5",
"http-server": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/iframe-resizer": "3.5.13",
"@types/jest": "29.5.12",
"@types/jquery": "3.5.29",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/throttle-debounce": "5.0.2",
"babel-loader": "9.1.3",
"bootstrap": "5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/cli": "17.3.3",
"@angular/compiler-cli": "17.3.3",
"@types/jasmine": "5.1.4",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "16.18.93",
"@types/node": "20.12.7",
"copyfiles": "2.4.1",
"rimraf": "5.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@swisspost/design-system-icons": "workspace:7.0.0",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"autoprefixer": "10.4.19",
"copyfiles": "2.4.1",
"glob": "10.3.12",
Expand Down
1,244 changes: 202 additions & 1,042 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading