Skip to content

Commit 74c90f2

Browse files
Update typescript-eslint monorepo to v8
1 parent bc8da39 commit 74c90f2

File tree

2 files changed

+112
-4
lines changed

2 files changed

+112
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
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

Lines changed: 108 additions & 0 deletions
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.1"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.1.tgz#5dbd1b498fdea83a16d292322d27d293ce156f94"
1313+
integrity sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ==
1314+
dependencies:
1315+
"@eslint-community/regexpp" "^4.10.0"
1316+
"@typescript-eslint/scope-manager" "8.0.1"
1317+
"@typescript-eslint/type-utils" "8.0.1"
1318+
"@typescript-eslint/utils" "8.0.1"
1319+
"@typescript-eslint/visitor-keys" "8.0.1"
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.1"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb"
1338+
integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg==
1339+
dependencies:
1340+
"@typescript-eslint/scope-manager" "8.0.1"
1341+
"@typescript-eslint/types" "8.0.1"
1342+
"@typescript-eslint/typescript-estree" "8.0.1"
1343+
"@typescript-eslint/visitor-keys" "8.0.1"
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.1"
1372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e"
1373+
integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==
1374+
dependencies:
1375+
"@typescript-eslint/types" "8.0.1"
1376+
"@typescript-eslint/visitor-keys" "8.0.1"
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.1"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.1.tgz#a613ee2dfeed4a9781300b5d326ec7cf946eed92"
1391+
integrity sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng==
1392+
dependencies:
1393+
"@typescript-eslint/typescript-estree" "8.0.1"
1394+
"@typescript-eslint/utils" "8.0.1"
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.1"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
1436+
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
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.1"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866"
1480+
integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==
1481+
dependencies:
1482+
"@typescript-eslint/types" "8.0.1"
1483+
"@typescript-eslint/visitor-keys" "8.0.1"
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.1"
1534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a"
1535+
integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==
1536+
dependencies:
1537+
"@eslint-community/eslint-utils" "^4.4.0"
1538+
"@typescript-eslint/scope-manager" "8.0.1"
1539+
"@typescript-eslint/types" "8.0.1"
1540+
"@typescript-eslint/typescript-estree" "8.0.1"
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.1"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778"
1569+
integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==
1570+
dependencies:
1571+
"@typescript-eslint/types" "8.0.1"
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"
@@ -2680,6 +2766,11 @@ ignore@^5.2.0:
26802766
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
26812767
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
26822768

2769+
ignore@^5.3.1:
2770+
version "5.3.1"
2771+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2772+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2773+
26832774
import-fresh@^3.2.1:
26842775
version "3.3.0"
26852776
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3533,6 +3624,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
35333624
dependencies:
35343625
brace-expansion "^2.0.1"
35353626

3627+
minimatch@^9.0.4:
3628+
version "9.0.5"
3629+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3630+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3631+
dependencies:
3632+
brace-expansion "^2.0.1"
3633+
35363634
minimist@1:
35373635
version "1.2.8"
35383636
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4011,6 +4109,11 @@ semver@^7.5.4, semver@~7.5.0:
40114109
dependencies:
40124110
lru-cache "^6.0.0"
40134111

4112+
semver@^7.6.0:
4113+
version "7.6.3"
4114+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4115+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4116+
40144117
shebang-command@^2.0.0:
40154118
version "2.0.0"
40164119
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4284,6 +4387,11 @@ ts-api-utils@^1.0.1:
42844387
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42854388
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42864389

4390+
ts-api-utils@^1.3.0:
4391+
version "1.3.0"
4392+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4393+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4394+
42874395
42884396
version "29.2.4"
42894397
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)