Skip to content

Commit db4ee67

Browse files
committed
fix(deps): update typescript to v5
1 parent 1a73b01 commit db4ee67

File tree

3 files changed

+78
-66
lines changed

3 files changed

+78
-66
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/signal-exit": "^3.0.0",
2727
"@types/stack-trace": "^0.0.29",
2828
"@types/webpack-merge": "^4.1.5",
29-
"@typescript-eslint/eslint-plugin": "^4.33.0",
30-
"@typescript-eslint/parser": "^4.33.0",
29+
"@typescript-eslint/eslint-plugin": "^5.2.0",
30+
"@typescript-eslint/parser": "^5.2.0",
3131
"babel-jest": "^24.9.0",
3232
"chalk": "^4.1.2",
3333
"chokidar": "^3.5.2",

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@nodelib/fs.walk": "^1.2.8",
2424
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
2525
"@types/http-proxy": "^1.17.7",
26-
"@typescript-eslint/eslint-plugin": "^4.33.0",
27-
"@typescript-eslint/parser": "^4.33.0",
26+
"@typescript-eslint/eslint-plugin": "^5.2.0",
27+
"@typescript-eslint/parser": "^5.2.0",
2828
"@vercel/webpack-asset-relocator-loader": "^1.7.0",
2929
"address": "1.1.2",
3030
"anser": "^2.0.2",

yarn.lock

+74-62
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,7 @@
44834483
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.0.tgz#9541eec4ad6e3ec5633270a3a2b55d981edc44a9"
44844484
integrity sha512-14t0v1ICYRtRVcHASzes0v/O+TIeASb8aD55cWF1PidtInhFWSXcmhzhHqGjUWf9SUq1w70cvd1cWKUULubAfQ==
44854485

4486-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
4486+
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
44874487
version "7.0.9"
44884488
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
44894489
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -4886,75 +4886,75 @@
48864886
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
48874887
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
48884888

4889-
"@typescript-eslint/eslint-plugin@^4.33.0":
4890-
version "4.33.0"
4891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
4892-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
4889+
"@typescript-eslint/eslint-plugin@^5.2.0":
4890+
version "5.2.0"
4891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.2.0.tgz#2bdb247cc2e2afce7efbce09afb9a6f0a8a08434"
4892+
integrity sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==
48934893
dependencies:
4894-
"@typescript-eslint/experimental-utils" "4.33.0"
4895-
"@typescript-eslint/scope-manager" "4.33.0"
4896-
debug "^4.3.1"
4894+
"@typescript-eslint/experimental-utils" "5.2.0"
4895+
"@typescript-eslint/scope-manager" "5.2.0"
4896+
debug "^4.3.2"
48974897
functional-red-black-tree "^1.0.1"
48984898
ignore "^5.1.8"
4899-
regexpp "^3.1.0"
4899+
regexpp "^3.2.0"
49004900
semver "^7.3.5"
49014901
tsutils "^3.21.0"
49024902

4903-
"@typescript-eslint/experimental-utils@4.33.0":
4904-
version "4.33.0"
4905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
4906-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
4903+
"@typescript-eslint/experimental-utils@5.2.0":
4904+
version "5.2.0"
4905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
4906+
integrity sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==
49074907
dependencies:
4908-
"@types/json-schema" "^7.0.7"
4909-
"@typescript-eslint/scope-manager" "4.33.0"
4910-
"@typescript-eslint/types" "4.33.0"
4911-
"@typescript-eslint/typescript-estree" "4.33.0"
4908+
"@types/json-schema" "^7.0.9"
4909+
"@typescript-eslint/scope-manager" "5.2.0"
4910+
"@typescript-eslint/types" "5.2.0"
4911+
"@typescript-eslint/typescript-estree" "5.2.0"
49124912
eslint-scope "^5.1.1"
49134913
eslint-utils "^3.0.0"
49144914

4915-
"@typescript-eslint/parser@^4.33.0":
4916-
version "4.33.0"
4917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
4918-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
4919-
dependencies:
4920-
"@typescript-eslint/scope-manager" "4.33.0"
4921-
"@typescript-eslint/types" "4.33.0"
4922-
"@typescript-eslint/typescript-estree" "4.33.0"
4923-
debug "^4.3.1"
4924-
4925-
"@typescript-eslint/scope-manager@4.33.0":
4926-
version "4.33.0"
4927-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
4928-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
4929-
dependencies:
4930-
"@typescript-eslint/types" "4.33.0"
4931-
"@typescript-eslint/visitor-keys" "4.33.0"
4932-
4933-
"@typescript-eslint/types@4.33.0":
4934-
version "4.33.0"
4935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
4936-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
4937-
4938-
"@typescript-eslint/typescript-estree@4.33.0":
4939-
version "4.33.0"
4940-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
4941-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
4942-
dependencies:
4943-
"@typescript-eslint/types" "4.33.0"
4944-
"@typescript-eslint/visitor-keys" "4.33.0"
4945-
debug "^4.3.1"
4946-
globby "^11.0.3"
4947-
is-glob "^4.0.1"
4915+
"@typescript-eslint/parser@^5.2.0":
4916+
version "5.2.0"
4917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
4918+
integrity sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==
4919+
dependencies:
4920+
"@typescript-eslint/scope-manager" "5.2.0"
4921+
"@typescript-eslint/types" "5.2.0"
4922+
"@typescript-eslint/typescript-estree" "5.2.0"
4923+
debug "^4.3.2"
4924+
4925+
"@typescript-eslint/scope-manager@5.2.0":
4926+
version "5.2.0"
4927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a"
4928+
integrity sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==
4929+
dependencies:
4930+
"@typescript-eslint/types" "5.2.0"
4931+
"@typescript-eslint/visitor-keys" "5.2.0"
4932+
4933+
"@typescript-eslint/types@5.2.0":
4934+
version "5.2.0"
4935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
4936+
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
4937+
4938+
"@typescript-eslint/typescript-estree@5.2.0":
4939+
version "5.2.0"
4940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz#c22e0ff6f8a4a3f78504a80ebd686fe2870a68ae"
4941+
integrity sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==
4942+
dependencies:
4943+
"@typescript-eslint/types" "5.2.0"
4944+
"@typescript-eslint/visitor-keys" "5.2.0"
4945+
debug "^4.3.2"
4946+
globby "^11.0.4"
4947+
is-glob "^4.0.3"
49484948
semver "^7.3.5"
49494949
tsutils "^3.21.0"
49504950

4951-
"@typescript-eslint/visitor-keys@4.33.0":
4952-
version "4.33.0"
4953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
4954-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
4951+
"@typescript-eslint/visitor-keys@5.2.0":
4952+
version "5.2.0"
4953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55"
4954+
integrity sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==
49554955
dependencies:
4956-
"@typescript-eslint/types" "4.33.0"
4957-
eslint-visitor-keys "^2.0.0"
4956+
"@typescript-eslint/types" "5.2.0"
4957+
eslint-visitor-keys "^3.0.0"
49584958

49594959
"@urql/core@^1.16.0":
49604960
version "1.16.2"
@@ -10441,6 +10441,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
1044110441
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1044210442
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1044310443

10444+
eslint-visitor-keys@^3.0.0:
10445+
version "3.0.0"
10446+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
10447+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
10448+
1044410449
eslint-webpack-plugin@^2.5.4:
1044510450
version "2.5.4"
1044610451
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -12216,7 +12221,7 @@ globby@^10.0.1:
1221612221
merge2 "^1.2.3"
1221712222
slash "^3.0.0"
1221812223

12219-
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
12224+
globby@^11.0.1, globby@^11.0.4:
1222012225
version "11.0.4"
1222112226
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1222212227
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -13835,7 +13840,7 @@ is-generator-fn@^2.0.0:
1383513840
version "2.0.0"
1383613841
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.0.0.tgz#038c31b774709641bda678b1f06a4e3227c10b3e"
1383713842

13838-
[email protected], is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
13843+
1383913844
version "4.0.1"
1384013845
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
1384113846
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -13854,6 +13859,13 @@ is-glob@^3.0.0, is-glob@^3.1.0:
1385413859
dependencies:
1385513860
is-extglob "^2.1.0"
1385613861

13862+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
13863+
version "4.0.3"
13864+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
13865+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
13866+
dependencies:
13867+
is-extglob "^2.1.1"
13868+
1385713869
is-hexadecimal@^1.0.0:
1385813870
version "1.0.2"
1385913871
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.2.tgz#b6e710d7d07bb66b98cb8cece5c9b4921deeb835"
@@ -21199,10 +21211,10 @@ regexpp@^2.0.1:
2119921211
version "2.0.1"
2120021212
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
2120121213

21202-
regexpp@^3.1.0:
21203-
version "3.1.0"
21204-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
21205-
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
21214+
regexpp@^3.1.0, regexpp@^3.2.0:
21215+
version "3.2.0"
21216+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
21217+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
2120621218

2120721219
regexpu-core@^1.0.0:
2120821220
version "1.0.0"

0 commit comments

Comments
 (0)