Skip to content

Commit 8d7e081

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent dbb39ef commit 8d7e081

File tree

2 files changed

+120
-73
lines changed

2 files changed

+120
-73
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/eslint": "8.56.3",
5656
"@types/node": "20.11.20",
5757
"@types/ws": "8.5.10",
58-
"@typescript-eslint/eslint-plugin": "5.62.0",
59-
"@typescript-eslint/parser": "5.62.0",
58+
"@typescript-eslint/eslint-plugin": "8.0.0",
59+
"@typescript-eslint/parser": "8.0.0",
6060
"eslint": "8.57.0",
6161
"eslint-config-prettier": "8.8.0",
6262
"eslint-plugin-prettier": "4.2.1",

yarn.lock

+118-71
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,24 @@ __metadata:
536536
languageName: node
537537
linkType: hard
538538

539+
"@eslint-community/eslint-utils@npm:^4.4.0":
540+
version: 4.4.0
541+
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
542+
dependencies:
543+
eslint-visitor-keys: ^3.3.0
544+
peerDependencies:
545+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
546+
checksum: cdfe3ae42b4f572cbfb46d20edafe6f36fc5fb52bf2d90875c58aefe226892b9677fef60820e2832caf864a326fe4fc225714c46e8389ccca04d5f9288aabd22
547+
languageName: node
548+
linkType: hard
549+
550+
"@eslint-community/regexpp@npm:^4.10.0":
551+
version: 4.11.0
552+
resolution: "@eslint-community/regexpp@npm:4.11.0"
553+
checksum: 97d2fe46690b69417a551bd19a3dc53b6d9590d2295c43cc4c4e44e64131af541e2f4a44d5c12e87de990403654d3dae9d33600081f3a2f0386b368abc9111ec
554+
languageName: node
555+
linkType: hard
556+
539557
"@eslint-community/regexpp@npm:^4.4.0":
540558
version: 4.4.0
541559
resolution: "@eslint-community/regexpp@npm:4.4.0"
@@ -1331,27 +1349,26 @@ __metadata:
13311349
languageName: node
13321350
linkType: hard
13331351

1334-
"@typescript-eslint/eslint-plugin@npm:5.62.0":
1335-
version: 5.62.0
1336-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
1352+
"@typescript-eslint/eslint-plugin@npm:8.0.0":
1353+
version: 8.0.0
1354+
resolution: "@typescript-eslint/eslint-plugin@npm:8.0.0"
13371355
dependencies:
1338-
"@eslint-community/regexpp": ^4.4.0
1339-
"@typescript-eslint/scope-manager": 5.62.0
1340-
"@typescript-eslint/type-utils": 5.62.0
1341-
"@typescript-eslint/utils": 5.62.0
1342-
debug: ^4.3.4
1356+
"@eslint-community/regexpp": ^4.10.0
1357+
"@typescript-eslint/scope-manager": 8.0.0
1358+
"@typescript-eslint/type-utils": 8.0.0
1359+
"@typescript-eslint/utils": 8.0.0
1360+
"@typescript-eslint/visitor-keys": 8.0.0
13431361
graphemer: ^1.4.0
1344-
ignore: ^5.2.0
1345-
natural-compare-lite: ^1.4.0
1346-
semver: ^7.3.7
1347-
tsutils: ^3.21.0
1362+
ignore: ^5.3.1
1363+
natural-compare: ^1.4.0
1364+
ts-api-utils: ^1.3.0
13481365
peerDependencies:
1349-
"@typescript-eslint/parser": ^5.0.0
1350-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1366+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1367+
eslint: ^8.57.0 || ^9.0.0
13511368
peerDependenciesMeta:
13521369
typescript:
13531370
optional: true
1354-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
1371+
checksum: 202cbc2b079306cdb55b1a16bf861e633943a56a4e15c1dc80e0e8660e6ed63ccfd2352e3cf18ccff68ea16c9392a202149e609cc05460b9fddb9561a1ab2ed0
13551372
languageName: node
13561373
linkType: hard
13571374

@@ -1379,20 +1396,21 @@ __metadata:
13791396
languageName: node
13801397
linkType: hard
13811398

1382-
"@typescript-eslint/parser@npm:5.62.0":
1383-
version: 5.62.0
1384-
resolution: "@typescript-eslint/parser@npm:5.62.0"
1399+
"@typescript-eslint/parser@npm:8.0.0":
1400+
version: 8.0.0
1401+
resolution: "@typescript-eslint/parser@npm:8.0.0"
13851402
dependencies:
1386-
"@typescript-eslint/scope-manager": 5.62.0
1387-
"@typescript-eslint/types": 5.62.0
1388-
"@typescript-eslint/typescript-estree": 5.62.0
1403+
"@typescript-eslint/scope-manager": 8.0.0
1404+
"@typescript-eslint/types": 8.0.0
1405+
"@typescript-eslint/typescript-estree": 8.0.0
1406+
"@typescript-eslint/visitor-keys": 8.0.0
13891407
debug: ^4.3.4
13901408
peerDependencies:
1391-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1409+
eslint: ^8.57.0 || ^9.0.0
13921410
peerDependenciesMeta:
13931411
typescript:
13941412
optional: true
1395-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
1413+
checksum: 7755cd26c4d51a6fb3cb83123eeb96e9ad1519b8ccc514de80ceccc823fe090e6cb185bb049a0edb345a69ca990e3b17090ef5592958953fe61e9b2378d5f78b
13961414
languageName: node
13971415
linkType: hard
13981416

@@ -1423,13 +1441,13 @@ __metadata:
14231441
languageName: node
14241442
linkType: hard
14251443

1426-
"@typescript-eslint/scope-manager@npm:5.62.0":
1427-
version: 5.62.0
1428-
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
1444+
"@typescript-eslint/scope-manager@npm:8.0.0":
1445+
version: 8.0.0
1446+
resolution: "@typescript-eslint/scope-manager@npm:8.0.0"
14291447
dependencies:
1430-
"@typescript-eslint/types": 5.62.0
1431-
"@typescript-eslint/visitor-keys": 5.62.0
1432-
checksum: 6062d6b797fe1ce4d275bb0d17204c827494af59b5eaf09d8a78cdd39dadddb31074dded4297aaf5d0f839016d601032857698b0e4516c86a41207de606e9573
1448+
"@typescript-eslint/types": 8.0.0
1449+
"@typescript-eslint/visitor-keys": 8.0.0
1450+
checksum: 0eea33f5fa5b8df0e8831c1c842403ac71e58b46b394e601b4aeda844c4a41fe19c6c1bbe528fe49093c3ba4ec6d6f444237b5ca073e3c40256b81c6b8671e78
14331451
languageName: node
14341452
linkType: hard
14351453

@@ -1450,20 +1468,18 @@ __metadata:
14501468
languageName: node
14511469
linkType: hard
14521470

1453-
"@typescript-eslint/type-utils@npm:5.62.0":
1454-
version: 5.62.0
1455-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
1471+
"@typescript-eslint/type-utils@npm:8.0.0":
1472+
version: 8.0.0
1473+
resolution: "@typescript-eslint/type-utils@npm:8.0.0"
14561474
dependencies:
1457-
"@typescript-eslint/typescript-estree": 5.62.0
1458-
"@typescript-eslint/utils": 5.62.0
1475+
"@typescript-eslint/typescript-estree": 8.0.0
1476+
"@typescript-eslint/utils": 8.0.0
14591477
debug: ^4.3.4
1460-
tsutils: ^3.21.0
1461-
peerDependencies:
1462-
eslint: "*"
1478+
ts-api-utils: ^1.3.0
14631479
peerDependenciesMeta:
14641480
typescript:
14651481
optional: true
1466-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
1482+
checksum: 9c84d69d5a18a5b2ecf32bc3a4155af987a27d860dd8b83be05de2c5b26b472844fb991fc0f67d9ad9b3953b17ca3dcf17377251d811c9f0d6cc3faf1df65495
14671483
languageName: node
14681484
linkType: hard
14691485

@@ -1474,10 +1490,10 @@ __metadata:
14741490
languageName: node
14751491
linkType: hard
14761492

1477-
"@typescript-eslint/types@npm:5.62.0":
1478-
version: 5.62.0
1479-
resolution: "@typescript-eslint/types@npm:5.62.0"
1480-
checksum: 48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670
1493+
"@typescript-eslint/types@npm:8.0.0":
1494+
version: 8.0.0
1495+
resolution: "@typescript-eslint/types@npm:8.0.0"
1496+
checksum: 2293c8c9bb91890c620900c45731f7d2a9b042b05d6c16bb18e35fc98e0fc749a293b2671aa375ec62b0eeb38e828da0b4768a0d84b31bcbbaf0293fe82e1117
14811497
languageName: node
14821498
linkType: hard
14831499

@@ -1499,21 +1515,22 @@ __metadata:
14991515
languageName: node
15001516
linkType: hard
15011517

1502-
"@typescript-eslint/typescript-estree@npm:5.62.0":
1503-
version: 5.62.0
1504-
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
1518+
"@typescript-eslint/typescript-estree@npm:8.0.0":
1519+
version: 8.0.0
1520+
resolution: "@typescript-eslint/typescript-estree@npm:8.0.0"
15051521
dependencies:
1506-
"@typescript-eslint/types": 5.62.0
1507-
"@typescript-eslint/visitor-keys": 5.62.0
1522+
"@typescript-eslint/types": 8.0.0
1523+
"@typescript-eslint/visitor-keys": 8.0.0
15081524
debug: ^4.3.4
15091525
globby: ^11.1.0
15101526
is-glob: ^4.0.3
1511-
semver: ^7.3.7
1512-
tsutils: ^3.21.0
1527+
minimatch: ^9.0.4
1528+
semver: ^7.6.0
1529+
ts-api-utils: ^1.3.0
15131530
peerDependenciesMeta:
15141531
typescript:
15151532
optional: true
1516-
checksum: 3624520abb5807ed8f57b1197e61c7b1ed770c56dfcaca66372d584ff50175225798bccb701f7ef129d62c5989070e1ee3a0aa2d84e56d9524dcf011a2bb1a52
1533+
checksum: 38b658079814caa49eb696b08144e5f5dbc5a70cacd541d1d3eaeee60adb4a7ea18616741d425aab2083c86b2b14782a4bd92700f9a854f661f931d102a86f06
15171534
languageName: node
15181535
linkType: hard
15191536

@@ -1535,21 +1552,17 @@ __metadata:
15351552
languageName: node
15361553
linkType: hard
15371554

1538-
"@typescript-eslint/utils@npm:5.62.0":
1539-
version: 5.62.0
1540-
resolution: "@typescript-eslint/utils@npm:5.62.0"
1555+
"@typescript-eslint/utils@npm:8.0.0":
1556+
version: 8.0.0
1557+
resolution: "@typescript-eslint/utils@npm:8.0.0"
15411558
dependencies:
1542-
"@eslint-community/eslint-utils": ^4.2.0
1543-
"@types/json-schema": ^7.0.9
1544-
"@types/semver": ^7.3.12
1545-
"@typescript-eslint/scope-manager": 5.62.0
1546-
"@typescript-eslint/types": 5.62.0
1547-
"@typescript-eslint/typescript-estree": 5.62.0
1548-
eslint-scope: ^5.1.1
1549-
semver: ^7.3.7
1559+
"@eslint-community/eslint-utils": ^4.4.0
1560+
"@typescript-eslint/scope-manager": 8.0.0
1561+
"@typescript-eslint/types": 8.0.0
1562+
"@typescript-eslint/typescript-estree": 8.0.0
15501563
peerDependencies:
1551-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1552-
checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931
1564+
eslint: ^8.57.0 || ^9.0.0
1565+
checksum: a6faf16616916dac0bf3e398230660dec3534c61ac958fba416adfdffc65c4182350cce03d87fc9e6f52294e54bc499809d49ac57863e241ed00cd3bf25d6b61
15531566
languageName: node
15541567
linkType: hard
15551568

@@ -1563,13 +1576,13 @@ __metadata:
15631576
languageName: node
15641577
linkType: hard
15651578

1566-
"@typescript-eslint/visitor-keys@npm:5.62.0":
1567-
version: 5.62.0
1568-
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
1579+
"@typescript-eslint/visitor-keys@npm:8.0.0":
1580+
version: 8.0.0
1581+
resolution: "@typescript-eslint/visitor-keys@npm:8.0.0"
15691582
dependencies:
1570-
"@typescript-eslint/types": 5.62.0
1571-
eslint-visitor-keys: ^3.3.0
1572-
checksum: 976b05d103fe8335bef5c93ad3f76d781e3ce50329c0243ee0f00c0fcfb186c81df50e64bfdd34970148113f8ade90887f53e3c4938183afba830b4ba8e30a35
1583+
"@typescript-eslint/types": 8.0.0
1584+
eslint-visitor-keys: ^3.4.3
1585+
checksum: ae823bf8bd4d24e5b4bc5340139f239f8cd950231c0efdb7a30b576e774997de938489f191db87b0397a065b9fa961be37d5f47c2a4b359aa2055e692fcde4c1
15731586
languageName: node
15741587
linkType: hard
15751588

@@ -1625,8 +1638,8 @@ __metadata:
16251638
"@types/eslint": 8.56.3
16261639
"@types/node": 20.11.20
16271640
"@types/ws": 8.5.10
1628-
"@typescript-eslint/eslint-plugin": 5.62.0
1629-
"@typescript-eslint/parser": 5.62.0
1641+
"@typescript-eslint/eslint-plugin": 8.0.0
1642+
"@typescript-eslint/parser": 8.0.0
16301643
bull: ^4.10.2
16311644
bullmq: ^3.5.3
16321645
colorette: ^2.0.19
@@ -3638,6 +3651,13 @@ __metadata:
36383651
languageName: node
36393652
linkType: hard
36403653

3654+
"ignore@npm:^5.3.1":
3655+
version: 5.3.1
3656+
resolution: "ignore@npm:5.3.1"
3657+
checksum: 71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3
3658+
languageName: node
3659+
linkType: hard
3660+
36413661
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.2.1":
36423662
version: 3.3.0
36433663
resolution: "import-fresh@npm:3.3.0"
@@ -4458,6 +4478,15 @@ __metadata:
44584478
languageName: node
44594479
linkType: hard
44604480

4481+
"minimatch@npm:^9.0.4":
4482+
version: 9.0.5
4483+
resolution: "minimatch@npm:9.0.5"
4484+
dependencies:
4485+
brace-expansion: ^2.0.1
4486+
checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28
4487+
languageName: node
4488+
linkType: hard
4489+
44614490
"minimist-options@npm:4.1.0":
44624491
version: 4.1.0
44634492
resolution: "minimist-options@npm:4.1.0"
@@ -5576,6 +5605,15 @@ __metadata:
55765605
languageName: node
55775606
linkType: hard
55785607

5608+
"semver@npm:^7.6.0":
5609+
version: 7.6.3
5610+
resolution: "semver@npm:7.6.3"
5611+
bin:
5612+
semver: bin/semver.js
5613+
checksum: 4110ec5d015c9438f322257b1c51fe30276e5f766a3f64c09edd1d7ea7118ecbc3f379f3b69032bacf13116dc7abc4ad8ce0d7e2bd642e26b0d271b56b61a7d8
5614+
languageName: node
5615+
linkType: hard
5616+
55795617
"set-blocking@npm:^2.0.0":
55805618
version: 2.0.0
55815619
resolution: "set-blocking@npm:2.0.0"
@@ -6064,6 +6102,15 @@ __metadata:
60646102
languageName: node
60656103
linkType: hard
60666104

6105+
"ts-api-utils@npm:^1.3.0":
6106+
version: 1.3.0
6107+
resolution: "ts-api-utils@npm:1.3.0"
6108+
peerDependencies:
6109+
typescript: ">=4.2.0"
6110+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
6111+
languageName: node
6112+
linkType: hard
6113+
60676114
"ts-interface-checker@npm:^0.1.9":
60686115
version: 0.1.13
60696116
resolution: "ts-interface-checker@npm:0.1.13"

0 commit comments

Comments
 (0)