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

chore(deps): update node.js to v22 #479

Open
wants to merge 1 commit 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@jest/globals": "^29.0.0",
"@types/inquirer": "^9.0.0",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/yargs": "^17.0.10",
"dedent": "^1.0.0",
"eslint": "^8.12.0",
Expand All @@ -47,6 +47,6 @@
"access": "public"
},
"volta": {
"node": "20.18.1"
"node": "22.14.0"
}
}
26 changes: 5 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2388,12 +2388,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.13.8
resolution: "@types/node@npm:22.13.8"
dependencies:
undici-types: ~6.20.0
checksum: 3b0e966df4e130edac3ad034f1cddbe134e70f11556062468c9fbd749a3b07a44445a3a75a7eec68a104930bf05d4899f1a418c4ae48493d2c8c1544d8594bcc
checksum: 6c07f95d88f1e286ec4517b35c8b53075e6076855fc52536c1ffad0e6b9091ec9ac2a0dd681b47e57da9196868c69342711a51ef1545f157aa893b5c546b8a36
languageName: node
linkType: hard

Expand All @@ -2404,15 +2404,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.0.0":
version: 20.17.12
resolution: "@types/node@npm:20.17.12"
dependencies:
undici-types: ~6.19.2
checksum: 0c0dbeb4e1480a23071ec38e97bb3d776e0ae9828174bf45f9edcf277caa955945cb10d31d84f7a73c66aaf92ae2e022be6331bd00a4bed1f2ad9639a411d17e
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
Expand Down Expand Up @@ -6029,7 +6020,7 @@ __metadata:
"@jest/globals": ^29.0.0
"@types/inquirer": ^9.0.0
"@types/jscodeshift": ^0.12.0
"@types/node": ^20.0.0
"@types/node": ^22.0.0
"@types/yargs": ^17.0.10
dedent: ^1.0.0
eslint: ^8.12.0
Expand Down Expand Up @@ -6065,13 +6056,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
Expand Down