Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

deps: update node.js to v20 #863

Closed
wants to merge 1 commit into from
Closed
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 e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@monodeploy/test-utils": "link:../testUtils",
"@monodeploy/types": "workspace:*",
"@tophat/conventional-changelog-config": "^1.0.1",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@yarnpkg/core": "^4.0.1",
"@yarnpkg/fslib": "^3.0.1",
"helpers": "link:./helpers",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tophat/eslint-import-resolver-require": "^1.0.0",
"@tophat/jest-resolver": "^0.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@yarnpkg/cli": "^4.0.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"yaml-validator": "^5.1.0"
},
"engines": {
"node": ">=18.12.0"
"node": ">=20.8.1"
},
"dependenciesMeta": {
"core-js-pure": {
Expand Down
2 changes: 1 addition & 1 deletion packages/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/conventional-changelog-writer": "^4.0.6",
"@types/conventional-commits-parser": "^3.0.4",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@yarnpkg/core": "^4.0.1",
"@yarnpkg/fslib": "^3.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3"
"@types/node": "^20.8.7"
},
"dependencies": {
"@monodeploy/logging": "workspace:^4.3.0",
Expand All @@ -50,6 +50,6 @@
"typanion": "^3.14.0"
},
"engines": {
"node": ">=v14.21.3"
"node": ">=20.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@monodeploy/types": "workspace:*",
"@types/jest": "^29.5.5",
"@types/micromatch": "^4.0.3",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@yarnpkg/core": "^4.0.1",
"@yarnpkg/fslib": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@types/semver": "^7.5.3",
"@yarnpkg/core": "^4.0.1",
"@yarnpkg/fslib": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@yarnpkg/core": "^4.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@monodeploy/test-utils": "link:../../testUtils",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3"
"@types/node": "^20.8.7"
},
"dependencies": {
"@monodeploy/changelog": "workspace:^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@monodeploy/test-utils": "link:../../testUtils",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"tapable": "^2.2.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^20.8.7",
"@yarnpkg/core": "^4.0.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
Expand Down
31 changes: 20 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@ __metadata:
"@types/conventional-changelog-writer": "npm:^4.0.6"
"@types/conventional-commits-parser": "npm:^3.0.4"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
conventional-changelog-writer: "npm:^7.0.1"
Expand Down Expand Up @@ -2923,7 +2923,7 @@ __metadata:
"@monodeploy/test-utils": "link:../testUtils"
"@monodeploy/types": "workspace:*"
"@tophat/conventional-changelog-config": "npm:^1.0.1"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
helpers: "link:./helpers"
Expand Down Expand Up @@ -2981,7 +2981,7 @@ __metadata:
"@monodeploy/types": "workspace:*"
"@types/jest": "npm:^29.5.5"
"@types/micromatch": "npm:^4.0.3"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
micromatch: "npm:^4.0.5"
Expand All @@ -3002,7 +3002,7 @@ __metadata:
"@monodeploy/test-utils": "link:../../testUtils"
"@monodeploy/types": "workspace:*"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@types/semver": "npm:^7.5.3"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
Expand All @@ -3022,7 +3022,7 @@ __metadata:
resolution: "@monodeploy/logging@workspace:packages/logging"
dependencies:
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
peerDependencies:
"@yarnpkg/core": ^4.0.1
Expand All @@ -3048,7 +3048,7 @@ __metadata:
"@tophat/eslint-import-resolver-require": "npm:^1.0.0"
"@tophat/jest-resolver": "npm:^0.1.0"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@typescript-eslint/eslint-plugin": "npm:^6.7.4"
"@typescript-eslint/parser": "npm:^6.7.4"
"@yarnpkg/cli": "npm:^4.0.1"
Expand Down Expand Up @@ -3102,7 +3102,7 @@ __metadata:
"@monodeploy/types": "workspace:^4.3.0"
"@monodeploy/versions": "workspace:^4.3.0"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/cli": "npm:^4.0.1"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
Expand All @@ -3125,7 +3125,7 @@ __metadata:
"@octokit/core": "npm:^4.2.4"
"@octokit/plugin-throttling": "npm:^6.0.0"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
"@yarnpkg/shell": "npm:^4.0.0"
Expand Down Expand Up @@ -3229,7 +3229,7 @@ __metadata:
resolution: "@monodeploy/types@workspace:packages/types"
dependencies:
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
tapable: "npm:^2.2.1"
ts-node: "npm:^10.9.1"
Expand Down Expand Up @@ -4673,7 +4673,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.17.15, @types/node@npm:^18.18.3":
"@types/node@npm:^18.17.15":
version: 18.18.8
resolution: "@types/node@npm:18.18.8"
dependencies:
Expand All @@ -4682,6 +4682,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.8.7":
version: 20.9.0
resolution: "@types/node@npm:20.9.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: a934f7645ed117a27857147403b0c657ffbca578c8f280e4c21d27dfb43e58dc4f24c4319d4335b8a4fa08e28fb2dc905a5bd5e4bc8878047164c56c1b162139
languageName: node
linkType: hard

"@types/node@npm:^8.5.7":
version: 8.10.66
resolution: "@types/node@npm:8.10.66"
Expand Down Expand Up @@ -16426,7 +16435,7 @@ __metadata:
"@monodeploy/node": "workspace:^4.3.0"
"@monodeploy/types": "workspace:^4.3.0"
"@types/jest": "npm:^29.5.5"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^20.8.7"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
ajv: "npm:^8.12.0"
Expand Down