Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent ba54125 commit 7219ac6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
22.11.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chyzwar/common",
"version": "1.0.0",
"engines": {
"node": "22.x"
"node": "22.11.0"
},
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/version": "^3.10.0",
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.15.0",
"husky": "^9.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "MIT",
"engines": {
"node": "20.x",
"node": "22.11.0",
"yarn": "4.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.33",
"@chyzwar/tsconfig": "^0.3.1",
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"eslint": "^9.15.0",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.33",
"@chyzwar/tsconfig": "^0.3.1",
"@types/node": "^22.9.1",
"@types/node": "^22.10.1",
"eslint": "^9.15.0",
"typescript": "^5.6.3"
},
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ __metadata:
"@lerna-lite/cli": "npm:^3.10.0"
"@lerna-lite/publish": "npm:^3.10.0"
"@lerna-lite/version": "npm:^3.10.0"
"@types/node": "npm:^22.9.1"
"@types/node": "npm:^22.10.1"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
eslint: "npm:^9.15.0"
husky: "npm:^9.1.7"
Expand Down Expand Up @@ -417,7 +417,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.33"
"@chyzwar/tsconfig": "npm:^0.3.1"
"@types/node": "npm:^22.9.1"
"@types/node": "npm:^22.10.1"
eslint: "npm:^9.15.0"
picocolors: "npm:^1.1.1"
typescript: "npm:^5.6.3"
Expand All @@ -435,7 +435,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.33"
"@chyzwar/tsconfig": "npm:^0.3.1"
"@types/node": "npm:^22.9.1"
"@types/node": "npm:^22.10.1"
eslint: "npm:^9.15.0"
typescript: "npm:^5.6.3"
peerDependencies:
Expand Down Expand Up @@ -1972,7 +1972,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.9.1":
"@types/node@npm:*":
version: 22.9.1
resolution: "@types/node@npm:22.9.1"
dependencies:
Expand All @@ -1981,6 +1981,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.1":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c2/a3f01b12f1ff47112b799d53952fb0728184db8b8098bbcd1f314d533d6213c402e677faf5f12afbbbc6fc4c5c255f928a068581578fe978b13ad9015cc65ce0
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.1, @types/normalize-package-data@npm:^2.4.3":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -6632,6 +6641,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c2/fe6584f3e2920d3fc2c1eb60651024854254db0d555d452663d93a68ca8424dade2ae58721e93068b5c6768fb3c63f9da8d777280095d5dfec8232ee7a7b0c24
languageName: node
linkType: hard

"unicorn-magic@npm:^0.1.0":
version: 0.1.0
resolution: "unicorn-magic@npm:0.1.0"
Expand Down

0 comments on commit 7219ac6

Please sign in to comment.