Skip to content

Commit 0cc45fe

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent c606141 commit 0cc45fe

File tree

2 files changed

+93
-82
lines changed

2 files changed

+93
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@joshdb/prettier-config": "2.0.0-next.b88aca0.0",
4949
"@joshdb/ts-config": "2.0.0-next.b88aca0.0",
5050
"@types/node": "^20.16.5",
51-
"@typescript-eslint/eslint-plugin": "^7.18.0",
52-
"@typescript-eslint/parser": "^7.18.0",
51+
"@typescript-eslint/eslint-plugin": "^8.6.0",
52+
"@typescript-eslint/parser": "^8.6.0",
5353
"@vitest/coverage-v8": "^1.6.0",
5454
"esbuild-plugin-polyfill-node": "^0.3.0",
5555
"eslint": "^8.57.1",

yarn.lock

Lines changed: 91 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,8 @@ __metadata:
809809
"@joshdb/ts-config": "npm:2.0.0-next.b88aca0.0"
810810
"@sapphire/utilities": "npm:^3.17.0"
811811
"@types/node": "npm:^20.16.5"
812-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
813-
"@typescript-eslint/parser": "npm:^7.18.0"
812+
"@typescript-eslint/eslint-plugin": "npm:^8.6.0"
813+
"@typescript-eslint/parser": "npm:^8.6.0"
814814
"@vitest/coverage-v8": "npm:^1.6.0"
815815
esbuild-plugin-polyfill-node: "npm:^0.3.0"
816816
eslint: "npm:^8.57.1"
@@ -1478,26 +1478,26 @@ __metadata:
14781478
languageName: node
14791479
linkType: hard
14801480

1481-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
1482-
version: 7.18.0
1483-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
1481+
"@typescript-eslint/eslint-plugin@npm:^8.6.0":
1482+
version: 8.6.0
1483+
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
14841484
dependencies:
14851485
"@eslint-community/regexpp": "npm:^4.10.0"
1486-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1487-
"@typescript-eslint/type-utils": "npm:7.18.0"
1488-
"@typescript-eslint/utils": "npm:7.18.0"
1489-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1486+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1487+
"@typescript-eslint/type-utils": "npm:8.6.0"
1488+
"@typescript-eslint/utils": "npm:8.6.0"
1489+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
14901490
graphemer: "npm:^1.4.0"
14911491
ignore: "npm:^5.3.1"
14921492
natural-compare: "npm:^1.4.0"
14931493
ts-api-utils: "npm:^1.3.0"
14941494
peerDependencies:
1495-
"@typescript-eslint/parser": ^7.0.0
1496-
eslint: ^8.56.0
1495+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1496+
eslint: ^8.57.0 || ^9.0.0
14971497
peerDependenciesMeta:
14981498
typescript:
14991499
optional: true
1500-
checksum: 10/6ee4c61f145dc05f0a567b8ac01b5399ef9c75f58bc6e9a3ffca8927b15e2be2d4c3fd32a2c1a7041cc0848fdeadac30d9cb0d3bcd3835d301847a88ffd19c4d
1500+
checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
15011501
languageName: node
15021502
linkType: hard
15031503

@@ -1519,31 +1519,21 @@ __metadata:
15191519
languageName: node
15201520
linkType: hard
15211521

1522-
"@typescript-eslint/parser@npm:^7.18.0":
1523-
version: 7.18.0
1524-
resolution: "@typescript-eslint/parser@npm:7.18.0"
1522+
"@typescript-eslint/parser@npm:^8.6.0":
1523+
version: 8.6.0
1524+
resolution: "@typescript-eslint/parser@npm:8.6.0"
15251525
dependencies:
1526-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1527-
"@typescript-eslint/types": "npm:7.18.0"
1528-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1529-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1526+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1527+
"@typescript-eslint/types": "npm:8.6.0"
1528+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
1529+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
15301530
debug: "npm:^4.3.4"
15311531
peerDependencies:
1532-
eslint: ^8.56.0
1532+
eslint: ^8.57.0 || ^9.0.0
15331533
peerDependenciesMeta:
15341534
typescript:
15351535
optional: true
1536-
checksum: 10/36b00e192a96180220ba100fcce3c777fc3e61a6edbdead4e6e75a744d9f0cbe3fabb5f1c94a31cce6b28a4e4d5de148098eec01296026c3c8e16f7f0067cb1e
1537-
languageName: node
1538-
linkType: hard
1539-
1540-
"@typescript-eslint/scope-manager@npm:7.18.0":
1541-
version: 7.18.0
1542-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
1543-
dependencies:
1544-
"@typescript-eslint/types": "npm:7.18.0"
1545-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1546-
checksum: 10/9eb2ae5d69d9f723e706c16b2b97744fc016996a5473bed596035ac4d12429b3d24e7340a8235d704efa57f8f52e1b3b37925ff7c2e3384859d28b23a99b8bcc
1536+
checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
15471537
languageName: node
15481538
linkType: hard
15491539

@@ -1557,20 +1547,13 @@ __metadata:
15571547
languageName: node
15581548
linkType: hard
15591549

1560-
"@typescript-eslint/type-utils@npm:7.18.0":
1561-
version: 7.18.0
1562-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
1550+
"@typescript-eslint/scope-manager@npm:8.6.0":
1551+
version: 8.6.0
1552+
resolution: "@typescript-eslint/scope-manager@npm:8.6.0"
15631553
dependencies:
1564-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1565-
"@typescript-eslint/utils": "npm:7.18.0"
1566-
debug: "npm:^4.3.4"
1567-
ts-api-utils: "npm:^1.3.0"
1568-
peerDependencies:
1569-
eslint: ^8.56.0
1570-
peerDependenciesMeta:
1571-
typescript:
1572-
optional: true
1573-
checksum: 10/bcc7958a4ecdddad8c92e17265175773e7dddf416a654c1a391e69cb16e43960b39d37b6ffa349941bf3635e050f0ca7cd8f56ec9dd774168f2bbe7afedc9676
1554+
"@typescript-eslint/types": "npm:8.6.0"
1555+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
1556+
checksum: 10/4a42020caf1b45f661a2722c60ca3aaec34eb93c39fae71fd7a7d9c7824d2930447ecab1059ed2908e31f9995df37c32e2cb599f0795f01012d6c63847b9e907
15741557
languageName: node
15751558
linkType: hard
15761559

@@ -1591,10 +1574,18 @@ __metadata:
15911574
languageName: node
15921575
linkType: hard
15931576

1594-
"@typescript-eslint/types@npm:7.18.0":
1595-
version: 7.18.0
1596-
resolution: "@typescript-eslint/types@npm:7.18.0"
1597-
checksum: 10/0e30c73a3cc3c67dd06360a5a12fd12cee831e4092750eec3d6c031bdc4feafcb0ab1d882910a73e66b451a4f6e1dd015e9e2c4d45bf6bf716a474e5d123ddf0
1577+
"@typescript-eslint/type-utils@npm:8.6.0":
1578+
version: 8.6.0
1579+
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
1580+
dependencies:
1581+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
1582+
"@typescript-eslint/utils": "npm:8.6.0"
1583+
debug: "npm:^4.3.4"
1584+
ts-api-utils: "npm:^1.3.0"
1585+
peerDependenciesMeta:
1586+
typescript:
1587+
optional: true
1588+
checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
15981589
languageName: node
15991590
linkType: hard
16001591

@@ -1605,22 +1596,10 @@ __metadata:
16051596
languageName: node
16061597
linkType: hard
16071598

1608-
"@typescript-eslint/typescript-estree@npm:7.18.0":
1609-
version: 7.18.0
1610-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
1611-
dependencies:
1612-
"@typescript-eslint/types": "npm:7.18.0"
1613-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1614-
debug: "npm:^4.3.4"
1615-
globby: "npm:^11.1.0"
1616-
is-glob: "npm:^4.0.3"
1617-
minimatch: "npm:^9.0.4"
1618-
semver: "npm:^7.6.0"
1619-
ts-api-utils: "npm:^1.3.0"
1620-
peerDependenciesMeta:
1621-
typescript:
1622-
optional: true
1623-
checksum: 10/b01e66235a91aa4439d02081d4a5f8b4a7cf9cb24f26b334812f657e3c603493e5f41e5c1e89cf4efae7d64509fa1f73affc16afc5e15cb7f83f724577c82036
1599+
"@typescript-eslint/types@npm:8.6.0":
1600+
version: 8.6.0
1601+
resolution: "@typescript-eslint/types@npm:8.6.0"
1602+
checksum: 10/b89e26ce5aa03be56ad5d261aa28aecf3bab5ba78983ea51630ccaee7c7066489ee7c58fc3f18811c63418c900e69ac2b7d12e206485f45b2331d00d8bdb760f
16241603
languageName: node
16251604
linkType: hard
16261605

@@ -1643,17 +1622,22 @@ __metadata:
16431622
languageName: node
16441623
linkType: hard
16451624

1646-
"@typescript-eslint/utils@npm:7.18.0":
1647-
version: 7.18.0
1648-
resolution: "@typescript-eslint/utils@npm:7.18.0"
1625+
"@typescript-eslint/typescript-estree@npm:8.6.0":
1626+
version: 8.6.0
1627+
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
16491628
dependencies:
1650-
"@eslint-community/eslint-utils": "npm:^4.4.0"
1651-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1652-
"@typescript-eslint/types": "npm:7.18.0"
1653-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1654-
peerDependencies:
1655-
eslint: ^8.56.0
1656-
checksum: 10/f43fedb4f4d2e3836bdf137889449063a55c0ece74fdb283929cd376197b992313be8ef4df920c1c801b5c3076b92964c84c6c3b9b749d263b648d0011f5926e
1629+
"@typescript-eslint/types": "npm:8.6.0"
1630+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
1631+
debug: "npm:^4.3.4"
1632+
fast-glob: "npm:^3.3.2"
1633+
is-glob: "npm:^4.0.3"
1634+
minimatch: "npm:^9.0.4"
1635+
semver: "npm:^7.6.0"
1636+
ts-api-utils: "npm:^1.3.0"
1637+
peerDependenciesMeta:
1638+
typescript:
1639+
optional: true
1640+
checksum: 10/34b7920e34860d33e38081c3ca9f780890822c6a28e29804ae053a1a618a45d6513c014dcb46480b10a4ba3c3fd2ed4b80ccc6094a50032eb25d68c433b14203
16571641
languageName: node
16581642
linkType: hard
16591643

@@ -1674,13 +1658,17 @@ __metadata:
16741658
languageName: node
16751659
linkType: hard
16761660

1677-
"@typescript-eslint/visitor-keys@npm:7.18.0":
1678-
version: 7.18.0
1679-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
1661+
"@typescript-eslint/utils@npm:8.6.0":
1662+
version: 8.6.0
1663+
resolution: "@typescript-eslint/utils@npm:8.6.0"
16801664
dependencies:
1681-
"@typescript-eslint/types": "npm:7.18.0"
1682-
eslint-visitor-keys: "npm:^3.4.3"
1683-
checksum: 10/b7cfe6fdeae86c507357ac6b2357813c64fb2fbf1aaf844393ba82f73a16e2599b41981b34200d9fc7765d70bc3a8181d76b503051e53f04bcb7c9afef637eab
1665+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1666+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1667+
"@typescript-eslint/types": "npm:8.6.0"
1668+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
1669+
peerDependencies:
1670+
eslint: ^8.57.0 || ^9.0.0
1671+
checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
16841672
languageName: node
16851673
linkType: hard
16861674

@@ -1694,6 +1682,16 @@ __metadata:
16941682
languageName: node
16951683
linkType: hard
16961684

1685+
"@typescript-eslint/visitor-keys@npm:8.6.0":
1686+
version: 8.6.0
1687+
resolution: "@typescript-eslint/visitor-keys@npm:8.6.0"
1688+
dependencies:
1689+
"@typescript-eslint/types": "npm:8.6.0"
1690+
eslint-visitor-keys: "npm:^3.4.3"
1691+
checksum: 10/76d94f33d27fd33c324bb5245ec571bede6f5f22e67f0412abccf603402d55df7f46ea05a36b8bdfe6266bb990e3298f5595292c0b8940a149409064605b5ee9
1692+
languageName: node
1693+
linkType: hard
1694+
16971695
"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
16981696
version: 1.2.0
16991697
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -3222,6 +3220,19 @@ __metadata:
32223220
languageName: node
32233221
linkType: hard
32243222

3223+
"fast-glob@npm:^3.3.2":
3224+
version: 3.3.2
3225+
resolution: "fast-glob@npm:3.3.2"
3226+
dependencies:
3227+
"@nodelib/fs.stat": "npm:^2.0.2"
3228+
"@nodelib/fs.walk": "npm:^1.2.3"
3229+
glob-parent: "npm:^5.1.2"
3230+
merge2: "npm:^1.3.0"
3231+
micromatch: "npm:^4.0.4"
3232+
checksum: 10/222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
3233+
languageName: node
3234+
linkType: hard
3235+
32253236
"fast-json-stable-stringify@npm:^2.0.0":
32263237
version: 2.1.0
32273238
resolution: "fast-json-stable-stringify@npm:2.1.0"

0 commit comments

Comments
 (0)