Skip to content

Commit 74441e1

Browse files
committed
Upgrade more stuff to Node 22
1 parent e0f7924 commit 74441e1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
},
4848
"homepage": "https://github.com/graphile/gqlcheck#readme",
4949
"devDependencies": {
50-
"@tsconfig/node20": "^20.1.4",
50+
"@tsconfig/node22": "^22.0.0",
5151
"@types/debug": "^4.1.12",
52-
"@types/node": "^20.14.2",
52+
"@types/node": "^22.19.1",
5353
"@typescript-eslint/eslint-plugin": "^7.13.0",
5454
"@typescript-eslint/parser": "^7.13.0",
5555
"eslint": "8.x",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true
55
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
109109
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
110110

111-
"@tsconfig/node20@^20.1.4":
112-
version "20.1.4"
113-
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.4.tgz#3457d42eddf12d3bde3976186ab0cd22b85df928"
114-
integrity sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==
111+
"@tsconfig/node22@^22.0.0":
112+
version "22.0.5"
113+
resolved "https://registry.yarnpkg.com/@tsconfig/node22/-/node22-22.0.5.tgz#56be9f34ccffd3aa85f9cc7365ad9765d5829adb"
114+
integrity sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==
115115

116116
"@types/debug@^4.1.12":
117117
version "4.1.12"
@@ -137,12 +137,12 @@
137137
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
138138
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
139139

140-
"@types/node@*", "@types/node@^20.14.2":
141-
version "20.14.2"
142-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
143-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
140+
"@types/node@*":
141+
version "25.5.0"
142+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.0.tgz#5c99f37c443d9ccc4985866913f1ed364217da31"
143+
integrity sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==
144144
dependencies:
145-
undici-types "~5.26.4"
145+
undici-types "~7.18.0"
146146

147147
"@types/node@^22.19.1":
148148
version "22.19.15"
@@ -1865,16 +1865,16 @@ unbox-primitive@^1.0.2:
18651865
has-symbols "^1.0.3"
18661866
which-boxed-primitive "^1.0.2"
18671867

1868-
undici-types@~5.26.4:
1869-
version "5.26.5"
1870-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1871-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1872-
18731868
undici-types@~6.21.0:
18741869
version "6.21.0"
18751870
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
18761871
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
18771872

1873+
undici-types@~7.18.0:
1874+
version "7.18.2"
1875+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
1876+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
1877+
18781878
uri-js@^4.2.2:
18791879
version "4.4.1"
18801880
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)