Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03be829

Browse files
authoredJun 17, 2024··
chore(deps): update typescript-eslint monorepo to v7
1 parent dbb39ef commit 03be829

File tree

2 files changed

+121
-72
lines changed

2 files changed

+121
-72
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": "7.13.1",
59+
"@typescript-eslint/parser": "7.13.1",
6060
"eslint": "8.57.0",
6161
"eslint-config-prettier": "8.8.0",
6262
"eslint-plugin-prettier": "4.2.1",

‎yarn.lock

+119-70
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.10.1
552+
resolution: "@eslint-community/regexpp@npm:4.10.1"
553+
checksum: 1e04bc366fb8152c9266258cd25e3fded102f1d212a9476928e3cb98c48be645df6d676728d1c596053992fb9134879fe0de23c9460035b342cceb22d3af1776
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:7.13.1":
1353+
version: 7.13.1
1354+
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.1"
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": 7.13.1
1358+
"@typescript-eslint/type-utils": 7.13.1
1359+
"@typescript-eslint/utils": 7.13.1
1360+
"@typescript-eslint/visitor-keys": 7.13.1
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": ^7.0.0
1367+
eslint: ^8.56.0
13511368
peerDependenciesMeta:
13521369
typescript:
13531370
optional: true
1354-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
1371+
checksum: c79a01cac62c7588c7c968121d39bc5821172e007ab641e0d8d79c176451a3a8b134782df7ef7af0b7d85a8026245d9866ac049596f009f9b19064e0b07ec8d5
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:7.13.1":
1400+
version: 7.13.1
1401+
resolution: "@typescript-eslint/parser@npm:7.13.1"
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": 7.13.1
1404+
"@typescript-eslint/types": 7.13.1
1405+
"@typescript-eslint/typescript-estree": 7.13.1
1406+
"@typescript-eslint/visitor-keys": 7.13.1
13891407
debug: ^4.3.4
13901408
peerDependencies:
1391-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1409+
eslint: ^8.56.0
13921410
peerDependenciesMeta:
13931411
typescript:
13941412
optional: true
1395-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
1413+
checksum: a8f39b34f61397c8e34b6716b6e25397d8f770541c3ef67b704850af9b7ce05ee86d5169ef0e983689bf7b063fa47eca5fedee20e08d0567aabbc94a64881543
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:7.13.1":
1445+
version: 7.13.1
1446+
resolution: "@typescript-eslint/scope-manager@npm:7.13.1"
14291447
dependencies:
1430-
"@typescript-eslint/types": 5.62.0
1431-
"@typescript-eslint/visitor-keys": 5.62.0
1432-
checksum: 6062d6b797fe1ce4d275bb0d17204c827494af59b5eaf09d8a78cdd39dadddb31074dded4297aaf5d0f839016d601032857698b0e4516c86a41207de606e9573
1448+
"@typescript-eslint/types": 7.13.1
1449+
"@typescript-eslint/visitor-keys": 7.13.1
1450+
checksum: 1301cee01efdbd29ed09292e52e6a3fc3a7b6c8713a16d52a385003d99589883f47f4aa6270f22004c2c442b3ee6978883b065be5fb6a41843b6af84d1f32e7c
14331451
languageName: node
14341452
linkType: hard
14351453

@@ -1450,20 +1468,20 @@ __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:7.13.1":
1472+
version: 7.13.1
1473+
resolution: "@typescript-eslint/type-utils@npm:7.13.1"
14561474
dependencies:
1457-
"@typescript-eslint/typescript-estree": 5.62.0
1458-
"@typescript-eslint/utils": 5.62.0
1475+
"@typescript-eslint/typescript-estree": 7.13.1
1476+
"@typescript-eslint/utils": 7.13.1
14591477
debug: ^4.3.4
1460-
tsutils: ^3.21.0
1478+
ts-api-utils: ^1.3.0
14611479
peerDependencies:
1462-
eslint: "*"
1480+
eslint: ^8.56.0
14631481
peerDependenciesMeta:
14641482
typescript:
14651483
optional: true
1466-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
1484+
checksum: 6f1834fae3cc58ce8abfb243fc7d865ad07d0d4d0864ec970b8e97bb6aceb8daa2fa5903d8b44ceedffdbf44092e38634942b3b20d66041aec4c5df42433d293
14671485
languageName: node
14681486
linkType: hard
14691487

@@ -1474,10 +1492,10 @@ __metadata:
14741492
languageName: node
14751493
linkType: hard
14761494

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
1495+
"@typescript-eslint/types@npm:7.13.1":
1496+
version: 7.13.1
1497+
resolution: "@typescript-eslint/types@npm:7.13.1"
1498+
checksum: 0817278c84cde070fed56b55bda538e295a2193cc11d120d7d32fd6030614e209a55093607a25c3071e44ddda7a3e9495ed0b7267a8812f65263db7a230404a1
14811499
languageName: node
14821500
linkType: hard
14831501

@@ -1499,21 +1517,22 @@ __metadata:
14991517
languageName: node
15001518
linkType: hard
15011519

1502-
"@typescript-eslint/typescript-estree@npm:5.62.0":
1503-
version: 5.62.0
1504-
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
1520+
"@typescript-eslint/typescript-estree@npm:7.13.1":
1521+
version: 7.13.1
1522+
resolution: "@typescript-eslint/typescript-estree@npm:7.13.1"
15051523
dependencies:
1506-
"@typescript-eslint/types": 5.62.0
1507-
"@typescript-eslint/visitor-keys": 5.62.0
1524+
"@typescript-eslint/types": 7.13.1
1525+
"@typescript-eslint/visitor-keys": 7.13.1
15081526
debug: ^4.3.4
15091527
globby: ^11.1.0
15101528
is-glob: ^4.0.3
1511-
semver: ^7.3.7
1512-
tsutils: ^3.21.0
1529+
minimatch: ^9.0.4
1530+
semver: ^7.6.0
1531+
ts-api-utils: ^1.3.0
15131532
peerDependenciesMeta:
15141533
typescript:
15151534
optional: true
1516-
checksum: 3624520abb5807ed8f57b1197e61c7b1ed770c56dfcaca66372d584ff50175225798bccb701f7ef129d62c5989070e1ee3a0aa2d84e56d9524dcf011a2bb1a52
1535+
checksum: b629b5a58bd9e966cf5071aef28393c503441577b4e23d975db9a6c01e4239ac249bbed2933b02b396befaf9e9da504ed310eabbfce77a8dfb199f237294de05
15171536
languageName: node
15181537
linkType: hard
15191538

@@ -1535,21 +1554,17 @@ __metadata:
15351554
languageName: node
15361555
linkType: hard
15371556

1538-
"@typescript-eslint/utils@npm:5.62.0":
1539-
version: 5.62.0
1540-
resolution: "@typescript-eslint/utils@npm:5.62.0"
1557+
"@typescript-eslint/utils@npm:7.13.1":
1558+
version: 7.13.1
1559+
resolution: "@typescript-eslint/utils@npm:7.13.1"
15411560
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
1561+
"@eslint-community/eslint-utils": ^4.4.0
1562+
"@typescript-eslint/scope-manager": 7.13.1
1563+
"@typescript-eslint/types": 7.13.1
1564+
"@typescript-eslint/typescript-estree": 7.13.1
15501565
peerDependencies:
1551-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1552-
checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931
1566+
eslint: ^8.56.0
1567+
checksum: 83c6af85edb45c81ff3a9d790299f0ea2403033bcb945a5bef726623ca74955979f99e887445b3fe6ba8fde1762d32ff2baa64c0558b56ca84109d4a74e57e26
15531568
languageName: node
15541569
linkType: hard
15551570

@@ -1563,13 +1578,13 @@ __metadata:
15631578
languageName: node
15641579
linkType: hard
15651580

1566-
"@typescript-eslint/visitor-keys@npm:5.62.0":
1567-
version: 5.62.0
1568-
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
1581+
"@typescript-eslint/visitor-keys@npm:7.13.1":
1582+
version: 7.13.1
1583+
resolution: "@typescript-eslint/visitor-keys@npm:7.13.1"
15691584
dependencies:
1570-
"@typescript-eslint/types": 5.62.0
1571-
eslint-visitor-keys: ^3.3.0
1572-
checksum: 976b05d103fe8335bef5c93ad3f76d781e3ce50329c0243ee0f00c0fcfb186c81df50e64bfdd34970148113f8ade90887f53e3c4938183afba830b4ba8e30a35
1585+
"@typescript-eslint/types": 7.13.1
1586+
eslint-visitor-keys: ^3.4.3
1587+
checksum: cfa307e93cca8b2f628fe6b9146a8ea9733fb063a703bdb26f2b4a5c8f52d8e300ec3632c93c12d9f251b595c1b6aab62f9cc9ceac8cda4c618dd7bd6f583b2e
15731588
languageName: node
15741589
linkType: hard
15751590

@@ -1625,8 +1640,8 @@ __metadata:
16251640
"@types/eslint": 8.56.3
16261641
"@types/node": 20.11.20
16271642
"@types/ws": 8.5.10
1628-
"@typescript-eslint/eslint-plugin": 5.62.0
1629-
"@typescript-eslint/parser": 5.62.0
1643+
"@typescript-eslint/eslint-plugin": 7.13.1
1644+
"@typescript-eslint/parser": 7.13.1
16301645
bull: ^4.10.2
16311646
bullmq: ^3.5.3
16321647
colorette: ^2.0.19
@@ -3638,6 +3653,13 @@ __metadata:
36383653
languageName: node
36393654
linkType: hard
36403655

3656+
"ignore@npm:^5.3.1":
3657+
version: 5.3.1
3658+
resolution: "ignore@npm:5.3.1"
3659+
checksum: 71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3
3660+
languageName: node
3661+
linkType: hard
3662+
36413663
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.2.1":
36423664
version: 3.3.0
36433665
resolution: "import-fresh@npm:3.3.0"
@@ -4458,6 +4480,15 @@ __metadata:
44584480
languageName: node
44594481
linkType: hard
44604482

4483+
"minimatch@npm:^9.0.4":
4484+
version: 9.0.4
4485+
resolution: "minimatch@npm:9.0.4"
4486+
dependencies:
4487+
brace-expansion: ^2.0.1
4488+
checksum: cf717f597ec3eed7dabc33153482a2e8d49f4fd3c26e58fd9c71a94c5029a0838728841b93f46bf1263b65a8010e2ee800d0dc9b004ab8ba8b6d1ec07cc115b5
4489+
languageName: node
4490+
linkType: hard
4491+
44614492
"minimist-options@npm:4.1.0":
44624493
version: 4.1.0
44634494
resolution: "minimist-options@npm:4.1.0"
@@ -5576,6 +5607,15 @@ __metadata:
55765607
languageName: node
55775608
linkType: hard
55785609

5610+
"semver@npm:^7.6.0":
5611+
version: 7.6.2
5612+
resolution: "semver@npm:7.6.2"
5613+
bin:
5614+
semver: bin/semver.js
5615+
checksum: 40f6a95101e8d854357a644da1b8dd9d93ce786d5c6a77227bc69dbb17bea83d0d1d1d7c4cd5920a6df909f48e8bd8a5909869535007f90278289f2451d0292d
5616+
languageName: node
5617+
linkType: hard
5618+
55795619
"set-blocking@npm:^2.0.0":
55805620
version: 2.0.0
55815621
resolution: "set-blocking@npm:2.0.0"
@@ -6064,6 +6104,15 @@ __metadata:
60646104
languageName: node
60656105
linkType: hard
60666106

6107+
"ts-api-utils@npm:^1.3.0":
6108+
version: 1.3.0
6109+
resolution: "ts-api-utils@npm:1.3.0"
6110+
peerDependencies:
6111+
typescript: ">=4.2.0"
6112+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
6113+
languageName: node
6114+
linkType: hard
6115+
60676116
"ts-interface-checker@npm:^0.1.9":
60686117
version: 0.1.13
60696118
resolution: "ts-interface-checker@npm:0.1.13"

0 commit comments

Comments
 (0)
Please sign in to comment.