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

fix(deps): update node.js to v22 #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
22.12.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.12.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.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.12.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.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.10.2",
"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.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.10.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.10.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.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c2/a9baf318761021513a949812ef409601ddf44438c7dd759b55565bb90f002a2c07791925b6b6d39ede8f8ac4d3f4aefd9af7fe746b917268951333dffc0bfa2f
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
Loading