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 #2983

Open
wants to merge 2 commits into
base: main
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
2 changes: 1 addition & 1 deletion generators/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@manypkg/find-root": "1.1.0",
"@manypkg/get-packages": "1.1.3",
"@types/node": "18.19.68",
"@types/node": "22.10.2",
"cac": "6.7.14",
"omit-empty-es": "1.2.0",
"rcfile": "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/listr": "0.14.9",
"@types/lodash": "4.17.13",
"@types/mdast": "3.0.15",
"@types/node": "18.19.68",
"@types/node": "22.10.2",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"node": "<23",
"npm": ">=6",
"yarn": ">=3"
},
Expand Down Expand Up @@ -118,7 +118,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.68",
"@types/node": "22.10.2",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.19.68
"@types/node": 22.10.2
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2633,7 +2633,7 @@ __metadata:
"@types/listr": 0.14.9
"@types/lodash": 4.17.13
"@types/mdast": 3.0.15
"@types/node": 18.19.68
"@types/node": 22.10.2
"@types/shelljs": 0.8.15
"@types/unist": 3.0.3
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -9335,12 +9335,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.68":
version: 18.19.68
resolution: "@types/node@npm:18.19.68"
"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: ~5.26.4
checksum: 84e1cd61b719405aa3b9cc42fbdd8821696684150be04cbd35ebed3b92363a83e904cd89dec5b50dd6a8ff0ea9f26c60436109900b485dbd5b93a81fd6374ccb
undici-types: ~6.20.0
checksum: b22401e6e7d1484e437d802c72f5560e18100b1257b9ad0574d6fe05bebe4dbcb620ea68627d1f1406775070d29ace8b6b51f57e7b1c7b8bafafe6da7f29c843
languageName: node
linkType: hard

Expand Down Expand Up @@ -24894,7 +24894,7 @@ __metadata:
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@types/is-hotkey": ^0.1.7
"@types/node": 18.19.68
"@types/node": 22.10.2
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 8.18.0
"@typescript-eslint/parser": 8.18.0
Expand Down Expand Up @@ -24988,13 +24988,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
Expand All @@ -25009,6 +25002,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unherit@npm:^1.0.4":
version: 1.1.3
resolution: "unherit@npm:1.1.3"
Expand Down
Loading