Skip to content

Commit 5d0d7c1

Browse files
fix(deps): update typescript (#38324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0502a5b commit 5d0d7c1

File tree

14 files changed

+70
-75
lines changed

14 files changed

+70
-75
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/signal-exit": "^3.0.1",
2727
"@types/stack-trace": "^0.0.30",
2828
"@types/webpack-merge": "^4.1.5",
29-
"@typescript-eslint/eslint-plugin": "^5.59.8",
30-
"@typescript-eslint/parser": "^5.59.8",
29+
"@typescript-eslint/eslint-plugin": "^5.60.1",
30+
"@typescript-eslint/parser": "^5.60.1",
3131
"babel-jest": "^29.5.0",
3232
"chalk": "^4.1.2",
3333
"chokidar": "^3.5.3",
@@ -64,7 +64,7 @@
6464
"npm-run-all": "4.1.5",
6565
"prettier": "^2.8.8",
6666
"rimraf": "^3.0.2",
67-
"typescript": "^5.0.4",
67+
"typescript": "^5.1.6",
6868
"unified": "^9.2.2",
6969
"yargs": "^15.4.1"
7070
},

packages/gatsby-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"rollup": "^2.79.1",
7373
"rollup-plugin-auto-external": "^2.0.0",
7474
"rollup-plugin-internal": "^1.0.4",
75-
"typescript": "^5.0.4"
75+
"typescript": "^5.1.6"
7676
},
7777
"files": [
7878
"lib/",

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"is-uuid": "^1.0.2",
8989
"msw": "^1.2.1",
9090
"npm-run-all": "^4.1.5",
91-
"typescript": "^5.0.4"
91+
"typescript": "^5.1.6"
9292
},
9393
"engines": {
9494
"node": ">=18.0.0"

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"babel-preset-gatsby-package": "^3.12.0-next.0",
4343
"cross-env": "^7.0.3",
4444
"rimraf": "^5.0.1",
45-
"typescript": "^5.0.4"
45+
"typescript": "^5.1.6"
4646
},
4747
"files": [
4848
"dist/"

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"prepend-directive": "^1.1.0",
6464
"semver": "^7.5.1",
6565
"terser": "^5.16.8",
66-
"typescript": "^5.0.4"
66+
"typescript": "^5.1.6"
6767
},
6868
"peerDependencies": {
6969
"@babel/core": "^7.12.3",

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"cross-env": "^7.0.3",
5858
"del-cli": "^5.0.0",
5959
"opentracing": "^0.14.7",
60-
"typescript": "^5.0.4",
60+
"typescript": "^5.1.6",
6161
"webpack": "^5.85.0"
6262
},
6363
"jest": {

packages/gatsby-plugin-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cross-env": "^7.0.3",
6464
"msw": "^1.2.1",
6565
"rimraf": "^5.0.1",
66-
"typescript": "^5.0.4"
66+
"typescript": "^5.1.6"
6767
},
6868
"peerDependencies": {
6969
"gatsby": "^5.0.0-next",

packages/gatsby-script/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"del-cli": "^5.0.0",
2929
"microbundle": "^0.15.1",
3030
"prepend-directive": "^1.1.0",
31-
"typescript": "^5.0.4"
31+
"typescript": "^5.1.6"
3232
},
3333
"peerDependencies": {
3434
"@gatsbyjs/reach-router": "^2.0.0",

packages/gatsby-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
2323
"cross-env": "^7.0.3",
2424
"npm-run-all": "4.1.5",
25-
"typescript": "^5.0.4"
25+
"typescript": "^5.1.6"
2626
},
2727
"engines": {
2828
"node": ">=18.0.0"

packages/gatsby-source-shopify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "^2.8.8",
4141
"prettier-check": "^2.0.0",
4242
"tsc-watch": "^6.0.4",
43-
"typescript": "^5.0.4"
43+
"typescript": "^5.1.6"
4444
},
4545
"peerDependencies": {
4646
"gatsby-plugin-image": "^3.0.0-next"

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-preset-gatsby-package": "^3.12.0-next.0",
2727
"cross-env": "^7.0.3",
2828
"rimraf": "^5.0.1",
29-
"typescript": "^5.0.4"
29+
"typescript": "^5.1.6"
3030
},
3131
"files": [
3232
"lib/",

packages/gatsby-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"babel-preset-gatsby-package": "^3.12.0-next.0",
1919
"cross-env": "^7.0.3",
2020
"rimraf": "^5.0.1",
21-
"typescript": "^5.0.4"
21+
"typescript": "^5.1.6"
2222
},
2323
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",
2424
"keywords": [

packages/gatsby/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@parcel/core": "2.8.3",
3535
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
3636
"@types/http-proxy": "^1.17.11",
37-
"@typescript-eslint/eslint-plugin": "^5.59.8",
38-
"@typescript-eslint/parser": "^5.59.8",
37+
"@typescript-eslint/eslint-plugin": "^5.60.1",
38+
"@typescript-eslint/parser": "^5.60.1",
3939
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
4040
"acorn-loose": "^8.3.0",
4141
"acorn-walk": "^8.2.0",
@@ -200,7 +200,7 @@
200200
"react": "^18.2.0",
201201
"react-dom": "^18.2.0",
202202
"rimraf": "^3.0.2",
203-
"typescript": "^5.0.4",
203+
"typescript": "^5.1.6",
204204
"xhr-mock": "^2.5.1",
205205
"zipkin": "^0.22.0",
206206
"zipkin-javascript-opentracing": "^3.0.0",

yarn.lock

+53-58
Original file line numberDiff line numberDiff line change
@@ -4857,88 +4857,88 @@
48574857
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
48584858
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
48594859

4860-
"@typescript-eslint/eslint-plugin@^5.59.8":
4861-
version "5.59.8"
4862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
4863-
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
4860+
"@typescript-eslint/eslint-plugin@^5.60.1":
4861+
version "5.60.1"
4862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
4863+
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
48644864
dependencies:
48654865
"@eslint-community/regexpp" "^4.4.0"
4866-
"@typescript-eslint/scope-manager" "5.59.8"
4867-
"@typescript-eslint/type-utils" "5.59.8"
4868-
"@typescript-eslint/utils" "5.59.8"
4866+
"@typescript-eslint/scope-manager" "5.60.1"
4867+
"@typescript-eslint/type-utils" "5.60.1"
4868+
"@typescript-eslint/utils" "5.60.1"
48694869
debug "^4.3.4"
48704870
grapheme-splitter "^1.0.4"
48714871
ignore "^5.2.0"
48724872
natural-compare-lite "^1.4.0"
48734873
semver "^7.3.7"
48744874
tsutils "^3.21.0"
48754875

4876-
"@typescript-eslint/parser@^5.59.8":
4877-
version "5.59.8"
4878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
4879-
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
4876+
"@typescript-eslint/parser@^5.60.1":
4877+
version "5.60.1"
4878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
4879+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
48804880
dependencies:
4881-
"@typescript-eslint/scope-manager" "5.59.8"
4882-
"@typescript-eslint/types" "5.59.8"
4883-
"@typescript-eslint/typescript-estree" "5.59.8"
4881+
"@typescript-eslint/scope-manager" "5.60.1"
4882+
"@typescript-eslint/types" "5.60.1"
4883+
"@typescript-eslint/typescript-estree" "5.60.1"
48844884
debug "^4.3.4"
48854885

4886-
"@typescript-eslint/scope-manager@5.59.8":
4887-
version "5.59.8"
4888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
4889-
integrity sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==
4886+
"@typescript-eslint/scope-manager@5.60.1":
4887+
version "5.60.1"
4888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
4889+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
48904890
dependencies:
4891-
"@typescript-eslint/types" "5.59.8"
4892-
"@typescript-eslint/visitor-keys" "5.59.8"
4891+
"@typescript-eslint/types" "5.60.1"
4892+
"@typescript-eslint/visitor-keys" "5.60.1"
48934893

4894-
"@typescript-eslint/type-utils@5.59.8":
4895-
version "5.59.8"
4896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
4897-
integrity sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==
4894+
"@typescript-eslint/type-utils@5.60.1":
4895+
version "5.60.1"
4896+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
4897+
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
48984898
dependencies:
4899-
"@typescript-eslint/typescript-estree" "5.59.8"
4900-
"@typescript-eslint/utils" "5.59.8"
4899+
"@typescript-eslint/typescript-estree" "5.60.1"
4900+
"@typescript-eslint/utils" "5.60.1"
49014901
debug "^4.3.4"
49024902
tsutils "^3.21.0"
49034903

4904-
"@typescript-eslint/types@5.59.8":
4905-
version "5.59.8"
4906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
4907-
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
4904+
"@typescript-eslint/types@5.60.1":
4905+
version "5.60.1"
4906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
4907+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
49084908

4909-
"@typescript-eslint/typescript-estree@5.59.8":
4910-
version "5.59.8"
4911-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
4912-
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
4909+
"@typescript-eslint/typescript-estree@5.60.1":
4910+
version "5.60.1"
4911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
4912+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
49134913
dependencies:
4914-
"@typescript-eslint/types" "5.59.8"
4915-
"@typescript-eslint/visitor-keys" "5.59.8"
4914+
"@typescript-eslint/types" "5.60.1"
4915+
"@typescript-eslint/visitor-keys" "5.60.1"
49164916
debug "^4.3.4"
49174917
globby "^11.1.0"
49184918
is-glob "^4.0.3"
49194919
semver "^7.3.7"
49204920
tsutils "^3.21.0"
49214921

4922-
"@typescript-eslint/utils@5.59.8":
4923-
version "5.59.8"
4924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
4925-
integrity sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==
4922+
"@typescript-eslint/utils@5.60.1":
4923+
version "5.60.1"
4924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
4925+
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
49264926
dependencies:
49274927
"@eslint-community/eslint-utils" "^4.2.0"
49284928
"@types/json-schema" "^7.0.9"
49294929
"@types/semver" "^7.3.12"
4930-
"@typescript-eslint/scope-manager" "5.59.8"
4931-
"@typescript-eslint/types" "5.59.8"
4932-
"@typescript-eslint/typescript-estree" "5.59.8"
4930+
"@typescript-eslint/scope-manager" "5.60.1"
4931+
"@typescript-eslint/types" "5.60.1"
4932+
"@typescript-eslint/typescript-estree" "5.60.1"
49334933
eslint-scope "^5.1.1"
49344934
semver "^7.3.7"
49354935

4936-
"@typescript-eslint/visitor-keys@5.59.8":
4937-
version "5.59.8"
4938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"
4939-
integrity sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==
4936+
"@typescript-eslint/visitor-keys@5.60.1":
4937+
version "5.60.1"
4938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
4939+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
49404940
dependencies:
4941-
"@typescript-eslint/types" "5.59.8"
4941+
"@typescript-eslint/types" "5.60.1"
49424942
eslint-visitor-keys "^3.3.0"
49434943

49444944
"@vercel/fetch-retry@^5.1.3":
@@ -13037,16 +13037,11 @@ imageinfo@^1.0.4:
1303713037
version "1.0.4"
1303813038
resolved "https://registry.yarnpkg.com/imageinfo/-/imageinfo-1.0.4.tgz#1dd2456ecb96fc395f0aa1179c467dfb3d5d7a2a"
1303913039

13040-
immer@^9.0.0:
13040+
immer@^9.0.0, immer@^9.0.7:
1304113041
version "9.0.21"
1304213042
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
1304313043
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
1304413044

13045-
immer@^9.0.7:
13046-
version "9.0.12"
13047-
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20"
13048-
integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==
13049-
1305013045
immutable@~3.7.6:
1305113046
version "3.7.6"
1305213047
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
@@ -23411,10 +23406,10 @@ typescript@^4.1.3:
2341123406
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2341223407
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2341323408

23414-
typescript@^5.0.4:
23415-
version "5.0.4"
23416-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
23417-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
23409+
typescript@^5.1.6:
23410+
version "5.1.6"
23411+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
23412+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
2341823413

2341923414
typography-normalize@^0.16.19:
2342023415
version "0.16.19"

0 commit comments

Comments
 (0)