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 23, 2024
1 parent ba54125 commit 46b9afc
Show file tree
Hide file tree
Showing 6 changed files with 19 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.9.2",
"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.9.2",
"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.9.2",
"eslint": "^9.15.0",
"typescript": "^5.6.3"
},
Expand Down
17 changes: 13 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.9.2"
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.9.2"
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.9.2"
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.9.2":
version: 22.9.2
resolution: "@types/node@npm:22.9.2"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c2/4938eb3f995f796baaeb91cb13cb0603f0bd93bb55f42251315d1ebf3801a960457f9fe708b48d1f7add3ed3b1569d4ec41243a53ce66b7befb0d7c2a0a411a1
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

0 comments on commit 46b9afc

Please sign in to comment.