Skip to content

Commit abeb437

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

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.2.0",
59+
"@typescript-eslint/parser": "8.2.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.2.0":
1353+
version: 8.2.0
1354+
resolution: "@typescript-eslint/eslint-plugin@npm:8.2.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.2.0
1358+
"@typescript-eslint/type-utils": 8.2.0
1359+
"@typescript-eslint/utils": 8.2.0
1360+
"@typescript-eslint/visitor-keys": 8.2.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: f702ea1c72941a225e2461da1dbc538bfc6eca4c81d377a457c6af18e74de11e5b06f1cd555d410bbe37c1c5eaab100d8b00fbb491f309944447103ef6f8c97f
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.2.0":
1400+
version: 8.2.0
1401+
resolution: "@typescript-eslint/parser@npm:8.2.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.2.0
1404+
"@typescript-eslint/types": 8.2.0
1405+
"@typescript-eslint/typescript-estree": 8.2.0
1406+
"@typescript-eslint/visitor-keys": 8.2.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: 3121ac888f080bafdb4e57c6bf949222d4756fcce617620af574a1b3fa93dec315098c70309849fcd0fdd70edcbbed33dd1f3b6320bb379016c6407de588b96e
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.2.0":
1445+
version: 8.2.0
1446+
resolution: "@typescript-eslint/scope-manager@npm:8.2.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.2.0
1449+
"@typescript-eslint/visitor-keys": 8.2.0
1450+
checksum: c42fdd44bf06fcf0767ebee33b0d9199365066afa43e8f8fe7243c4b6ecb8d9056126df98d5ce771b4ff9f91132974c0348754ee1862cb6d5ae78e6608530650
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.2.0":
1472+
version: 8.2.0
1473+
resolution: "@typescript-eslint/type-utils@npm:8.2.0"
14561474
dependencies:
1457-
"@typescript-eslint/typescript-estree": 5.62.0
1458-
"@typescript-eslint/utils": 5.62.0
1475+
"@typescript-eslint/typescript-estree": 8.2.0
1476+
"@typescript-eslint/utils": 8.2.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: 10d85f856204012b56b78710572f5e9bcd4b7483b72e2497b9d7415495e3f0000b5a5197ffd652ed4273f444ab79d1589f12859a5dd7ad6e69e7ac0623942908
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.2.0":
1494+
version: 8.2.0
1495+
resolution: "@typescript-eslint/types@npm:8.2.0"
1496+
checksum: 915fd7667308cb3fe3a50bbeb5b7cfa34ece87732a4e1107e6b4afcde64e6885dc3fcae0a0ccc417e90cd55090e4eeccc1310225be8706a58f522a899be8e626
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.2.0":
1519+
version: 8.2.0
1520+
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
15051521
dependencies:
1506-
"@typescript-eslint/types": 5.62.0
1507-
"@typescript-eslint/visitor-keys": 5.62.0
1522+
"@typescript-eslint/types": 8.2.0
1523+
"@typescript-eslint/visitor-keys": 8.2.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: 9bddd72398d24c5fb1a8c6d0481886928d80e6798ae357778574ac2c8b6c6e18cc32e42865167f0698fede9ad5abbdeced0d0b1b45486cf4eeff7ae30bb5b87d
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.2.0":
1556+
version: 8.2.0
1557+
resolution: "@typescript-eslint/utils@npm:8.2.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.2.0
1561+
"@typescript-eslint/types": 8.2.0
1562+
"@typescript-eslint/typescript-estree": 8.2.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: c3b35fc9de40d94c717fd6e0ce77212d78c4a0377dbdc716d82ce1babeb61891e91e566c9108b336fd74095c810f164ce23eb9adc51471975ffec360e332ecff
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.2.0":
1580+
version: 8.2.0
1581+
resolution: "@typescript-eslint/visitor-keys@npm:8.2.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.2.0
1584+
eslint-visitor-keys: ^3.4.3
1585+
checksum: 2f701efa1b63bc4141bbe3a38f0f0b51cbdcd3df3d8ca87232ac1d5cf16e957682302da74106952edb87e6435f2ab99e3b4f66103b94a21c2b5aa7d030926f06
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.2.0
1642+
"@typescript-eslint/parser": 8.2.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.2
3656+
resolution: "ignore@npm:5.3.2"
3657+
checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be
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)