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

Commit

Permalink
deps: update node.js to >=18.18.2 (#889)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent 6034371 commit 5b1880b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
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": "^18.18.6",
"@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.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@yarnpkg/cli": "^4.0.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"yaml-validator": "^5.1.0"
},
"engines": {
"node": ">=18.12.0"
"node": ">=18.18.2"
},
"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.7",
"@types/conventional-commits-parser": "^3.0.5",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@yarnpkg/core": "^4.0.1",
"@yarnpkg/fslib": "^3.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@monodeploy/test-utils": "link:../../testUtils",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.3"
"@types/node": "^18.18.6"
},
"dependencies": {
"@monodeploy/logging": "workspace:^5.0.0",
Expand Down
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.6",
"@types/micromatch": "^4.0.4",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@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.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@types/semver": "^7.5.4",
"@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.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@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.6",
"@types/node": "^18.18.3"
"@types/node": "^18.18.6"
},
"dependencies": {
"@monodeploy/changelog": "workspace:^5.0.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.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"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.6",
"@types/node": "^18.18.3",
"@types/node": "^18.18.6",
"@yarnpkg/core": "^4.0.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ __metadata:
"@types/conventional-changelog-writer": "npm:^4.0.7"
"@types/conventional-commits-parser": "npm:^3.0.5"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
conventional-changelog-writer: "npm:^7.0.1"
Expand Down Expand Up @@ -3007,7 +3007,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:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
helpers: "link:./helpers"
Expand Down Expand Up @@ -3065,7 +3065,7 @@ __metadata:
"@monodeploy/types": "workspace:*"
"@types/jest": "npm:^29.5.6"
"@types/micromatch": "npm:^4.0.4"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
micromatch: "npm:^4.0.5"
Expand All @@ -3086,7 +3086,7 @@ __metadata:
"@monodeploy/test-utils": "link:../../testUtils"
"@monodeploy/types": "workspace:*"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@types/semver": "npm:^7.5.4"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
Expand All @@ -3106,7 +3106,7 @@ __metadata:
resolution: "@monodeploy/logging@workspace:packages/logging"
dependencies:
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
peerDependencies:
"@yarnpkg/core": ^4.0.1
Expand All @@ -3132,7 +3132,7 @@ __metadata:
"@tophat/eslint-import-resolver-require": "npm:^1.0.0"
"@tophat/jest-resolver": "npm:^0.1.0"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@typescript-eslint/eslint-plugin": "npm:^6.8.0"
"@typescript-eslint/parser": "npm:^6.8.0"
"@yarnpkg/cli": "npm:^4.0.1"
Expand Down Expand Up @@ -3186,7 +3186,7 @@ __metadata:
"@monodeploy/types": "workspace:^5.0.0"
"@monodeploy/versions": "workspace:^5.0.0"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/cli": "npm:^4.0.1"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
Expand All @@ -3209,7 +3209,7 @@ __metadata:
"@octokit/core": "npm:^5.0.1"
"@octokit/plugin-throttling": "npm:^8.1.2"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
"@yarnpkg/shell": "npm:^4.0.0"
Expand Down Expand Up @@ -3319,7 +3319,7 @@ __metadata:
resolution: "@monodeploy/types@workspace:packages/types"
dependencies:
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
tapable: "npm:^2.2.1"
ts-node: "npm:^10.9.1"
Expand Down Expand Up @@ -4819,7 +4819,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.9, @types/node@npm:^18.17.15, @types/node@npm:^18.18.3":
"@types/node@npm:^18.11.9, @types/node@npm:^18.17.15, @types/node@npm:^18.18.6":
version: 18.18.9
resolution: "@types/node@npm:18.18.9"
dependencies:
Expand Down Expand Up @@ -16542,7 +16542,7 @@ __metadata:
"@monodeploy/test-utils": "link:../../testUtils"
"@monodeploy/types": "workspace:^5.0.0"
"@types/jest": "npm:^29.5.6"
"@types/node": "npm:^18.18.3"
"@types/node": "npm:^18.18.6"
"@yarnpkg/core": "npm:^4.0.1"
"@yarnpkg/fslib": "npm:^3.0.1"
ajv: "npm:^8.12.0"
Expand Down

0 comments on commit 5b1880b

Please sign in to comment.