Skip to content

Commit d05ff82

Browse files
Update typescript-eslint monorepo to v8
1 parent 3d5f065 commit d05ff82

File tree

2 files changed

+112
-4
lines changed

2 files changed

+112
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"typescript": "5.4.5"
2929
},
3030
"dependencies": {
31-
"@typescript-eslint/eslint-plugin": "^5.62.0",
32-
"@typescript-eslint/parser": "^5.62.0",
33-
"@typescript-eslint/type-utils": "^5.62.0",
34-
"@typescript-eslint/utils": "^5.62.0",
31+
"@typescript-eslint/eslint-plugin": "^8.0.0",
32+
"@typescript-eslint/parser": "^8.0.0",
33+
"@typescript-eslint/type-utils": "^8.0.0",
34+
"@typescript-eslint/utils": "^8.0.0",
3535
"is-immutable-type": "^1.2.9",
3636
"tsutils": "^3.21.0"
3737
},

yarn.lock

+108
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,11 @@
673673
dependencies:
674674
eslint-visitor-keys "^3.3.0"
675675

676+
"@eslint-community/regexpp@^4.10.0":
677+
version "4.11.0"
678+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
679+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
680+
676681
"@eslint-community/regexpp@^4.4.0":
677682
version "4.4.0"
678683
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -1302,6 +1307,21 @@
13021307
semver "^7.3.7"
13031308
tsutils "^3.21.0"
13041309

1310+
"@typescript-eslint/eslint-plugin@^8.0.0":
1311+
version "8.0.0"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
1313+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
1314+
dependencies:
1315+
"@eslint-community/regexpp" "^4.10.0"
1316+
"@typescript-eslint/scope-manager" "8.0.0"
1317+
"@typescript-eslint/type-utils" "8.0.0"
1318+
"@typescript-eslint/utils" "8.0.0"
1319+
"@typescript-eslint/visitor-keys" "8.0.0"
1320+
graphemer "^1.4.0"
1321+
ignore "^5.3.1"
1322+
natural-compare "^1.4.0"
1323+
ts-api-utils "^1.3.0"
1324+
13051325
"@typescript-eslint/parser@^5.62.0":
13061326
version "5.62.0"
13071327
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
@@ -1312,6 +1332,17 @@
13121332
"@typescript-eslint/typescript-estree" "5.62.0"
13131333
debug "^4.3.4"
13141334

1335+
"@typescript-eslint/parser@^8.0.0":
1336+
version "8.0.0"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
1338+
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
1339+
dependencies:
1340+
"@typescript-eslint/scope-manager" "8.0.0"
1341+
"@typescript-eslint/types" "8.0.0"
1342+
"@typescript-eslint/typescript-estree" "8.0.0"
1343+
"@typescript-eslint/visitor-keys" "8.0.0"
1344+
debug "^4.3.4"
1345+
13151346
"@typescript-eslint/[email protected]":
13161347
version "5.55.0"
13171348
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
@@ -1336,6 +1367,14 @@
13361367
"@typescript-eslint/types" "6.5.0"
13371368
"@typescript-eslint/visitor-keys" "6.5.0"
13381369

1370+
"@typescript-eslint/[email protected]":
1371+
version "8.0.0"
1372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1373+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
1374+
dependencies:
1375+
"@typescript-eslint/types" "8.0.0"
1376+
"@typescript-eslint/visitor-keys" "8.0.0"
1377+
13391378
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.62.0":
13401379
version "5.62.0"
13411380
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1346,6 +1385,16 @@
13461385
debug "^4.3.4"
13471386
tsutils "^3.21.0"
13481387

1388+
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^8.0.0":
1389+
version "8.0.0"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
1391+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
1392+
dependencies:
1393+
"@typescript-eslint/typescript-estree" "8.0.0"
1394+
"@typescript-eslint/utils" "8.0.0"
1395+
debug "^4.3.4"
1396+
ts-api-utils "^1.3.0"
1397+
13491398
"@typescript-eslint/type-utils@^5.55.0":
13501399
version "5.55.0"
13511400
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
@@ -1381,6 +1430,11 @@
13811430
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
13821431
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
13831432

1433+
"@typescript-eslint/[email protected]":
1434+
version "8.0.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1436+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
1437+
13841438
"@typescript-eslint/[email protected]":
13851439
version "5.55.0"
13861440
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -1420,6 +1474,20 @@
14201474
semver "^7.5.4"
14211475
ts-api-utils "^1.0.1"
14221476

1477+
"@typescript-eslint/[email protected]":
1478+
version "8.0.0"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1480+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
1481+
dependencies:
1482+
"@typescript-eslint/types" "8.0.0"
1483+
"@typescript-eslint/visitor-keys" "8.0.0"
1484+
debug "^4.3.4"
1485+
globby "^11.1.0"
1486+
is-glob "^4.0.3"
1487+
minimatch "^9.0.4"
1488+
semver "^7.6.0"
1489+
ts-api-utils "^1.3.0"
1490+
14231491
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
14241492
version "5.55.0"
14251493
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
@@ -1461,6 +1529,16 @@
14611529
"@typescript-eslint/typescript-estree" "6.5.0"
14621530
semver "^7.5.4"
14631531

1532+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
1533+
version "8.0.0"
1534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
1535+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
1536+
dependencies:
1537+
"@eslint-community/eslint-utils" "^4.4.0"
1538+
"@typescript-eslint/scope-manager" "8.0.0"
1539+
"@typescript-eslint/types" "8.0.0"
1540+
"@typescript-eslint/typescript-estree" "8.0.0"
1541+
14641542
"@typescript-eslint/[email protected]":
14651543
version "5.55.0"
14661544
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -1485,6 +1563,14 @@
14851563
"@typescript-eslint/types" "6.5.0"
14861564
eslint-visitor-keys "^3.4.1"
14871565

1566+
"@typescript-eslint/[email protected]":
1567+
version "8.0.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1569+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
1570+
dependencies:
1571+
"@typescript-eslint/types" "8.0.0"
1572+
eslint-visitor-keys "^3.4.3"
1573+
14881574
"@ungap/structured-clone@^1.2.0":
14891575
version "1.2.0"
14901576
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2661,6 +2747,11 @@ ignore@^5.2.0:
26612747
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
26622748
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
26632749

2750+
ignore@^5.3.1:
2751+
version "5.3.1"
2752+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2753+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2754+
26642755
import-fresh@^3.2.1:
26652756
version "3.3.0"
26662757
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3497,6 +3588,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
34973588
dependencies:
34983589
brace-expansion "^2.0.1"
34993590

3591+
minimatch@^9.0.4:
3592+
version "9.0.5"
3593+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3594+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3595+
dependencies:
3596+
brace-expansion "^2.0.1"
3597+
35003598
minimist@1:
35013599
version "1.2.8"
35023600
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3975,6 +4073,11 @@ semver@^7.5.4, semver@~7.5.0:
39754073
dependencies:
39764074
lru-cache "^6.0.0"
39774075

4076+
semver@^7.6.0:
4077+
version "7.6.3"
4078+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4079+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4080+
39784081
shebang-command@^2.0.0:
39794082
version "2.0.0"
39804083
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4248,6 +4351,11 @@ ts-api-utils@^1.0.1:
42484351
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42494352
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42504353

4354+
ts-api-utils@^1.3.0:
4355+
version "1.3.0"
4356+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4357+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4358+
42514359
42524360
version "29.1.2"
42534361
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)