Skip to content

Commit dda5bb8

Browse files
fix(deps): update typescript-eslint monorepo to v8
1 parent d94b386 commit dda5bb8

File tree

3 files changed

+76
-65
lines changed

3 files changed

+76
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@sapphire/eslint-config": "^5.0.5",
2626
"@sapphire/ts-config": "^5.0.1",
2727
"@types/node": "^20.16.5",
28-
"@typescript-eslint/eslint-plugin": "^7.18.0",
29-
"@typescript-eslint/parser": "^7.18.0",
28+
"@typescript-eslint/eslint-plugin": "^8.6.0",
29+
"@typescript-eslint/parser": "^8.6.0",
3030
"@vitest/coverage-v8": "^1.6.0",
3131
"eslint": "^8.57.0",
3232
"eslint-config-prettier": "^9.1.0",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@sapphire/eslint-config": "^5.0.5",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
25-
"@typescript-eslint/parser": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.6.0",
25+
"@typescript-eslint/parser": "^8.6.0",
2626
"eslint": "^8.57.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-prettier": "^5.2.1",

yarn.lock

Lines changed: 72 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ __metadata:
799799
dependencies:
800800
"@favware/cliff-jumper": "npm:^3.0.3"
801801
"@sapphire/eslint-config": "npm:^5.0.5"
802-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
803-
"@typescript-eslint/parser": "npm:^7.18.0"
802+
"@typescript-eslint/eslint-plugin": "npm:^8.6.0"
803+
"@typescript-eslint/parser": "npm:^8.6.0"
804804
eslint: "npm:^8.57.0"
805805
eslint-config-prettier: "npm:^9.1.0"
806806
eslint-plugin-prettier: "npm:^5.2.1"
@@ -1565,26 +1565,26 @@ __metadata:
15651565
languageName: node
15661566
linkType: hard
15671567

1568-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
1569-
version: 7.18.0
1570-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
1568+
"@typescript-eslint/eslint-plugin@npm:^8.6.0":
1569+
version: 8.6.0
1570+
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
15711571
dependencies:
15721572
"@eslint-community/regexpp": "npm:^4.10.0"
1573-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1574-
"@typescript-eslint/type-utils": "npm:7.18.0"
1575-
"@typescript-eslint/utils": "npm:7.18.0"
1576-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1573+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1574+
"@typescript-eslint/type-utils": "npm:8.6.0"
1575+
"@typescript-eslint/utils": "npm:8.6.0"
1576+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
15771577
graphemer: "npm:^1.4.0"
15781578
ignore: "npm:^5.3.1"
15791579
natural-compare: "npm:^1.4.0"
15801580
ts-api-utils: "npm:^1.3.0"
15811581
peerDependencies:
1582-
"@typescript-eslint/parser": ^7.0.0
1583-
eslint: ^8.56.0
1582+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1583+
eslint: ^8.57.0 || ^9.0.0
15841584
peerDependenciesMeta:
15851585
typescript:
15861586
optional: true
1587-
checksum: 10/6ee4c61f145dc05f0a567b8ac01b5399ef9c75f58bc6e9a3ffca8927b15e2be2d4c3fd32a2c1a7041cc0848fdeadac30d9cb0d3bcd3835d301847a88ffd19c4d
1587+
checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
15881588
languageName: node
15891589
linkType: hard
15901590

@@ -1606,21 +1606,21 @@ __metadata:
16061606
languageName: node
16071607
linkType: hard
16081608

1609-
"@typescript-eslint/parser@npm:^7.18.0":
1610-
version: 7.18.0
1611-
resolution: "@typescript-eslint/parser@npm:7.18.0"
1609+
"@typescript-eslint/parser@npm:^8.6.0":
1610+
version: 8.6.0
1611+
resolution: "@typescript-eslint/parser@npm:8.6.0"
16121612
dependencies:
1613-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1614-
"@typescript-eslint/types": "npm:7.18.0"
1615-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1616-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1613+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1614+
"@typescript-eslint/types": "npm:8.6.0"
1615+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
1616+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
16171617
debug: "npm:^4.3.4"
16181618
peerDependencies:
1619-
eslint: ^8.56.0
1619+
eslint: ^8.57.0 || ^9.0.0
16201620
peerDependenciesMeta:
16211621
typescript:
16221622
optional: true
1623-
checksum: 10/36b00e192a96180220ba100fcce3c777fc3e61a6edbdead4e6e75a744d9f0cbe3fabb5f1c94a31cce6b28a4e4d5de148098eec01296026c3c8e16f7f0067cb1e
1623+
checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
16241624
languageName: node
16251625
linkType: hard
16261626

@@ -1634,13 +1634,13 @@ __metadata:
16341634
languageName: node
16351635
linkType: hard
16361636

1637-
"@typescript-eslint/scope-manager@npm:7.18.0":
1638-
version: 7.18.0
1639-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
1637+
"@typescript-eslint/scope-manager@npm:8.6.0":
1638+
version: 8.6.0
1639+
resolution: "@typescript-eslint/scope-manager@npm:8.6.0"
16401640
dependencies:
1641-
"@typescript-eslint/types": "npm:7.18.0"
1642-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1643-
checksum: 10/9eb2ae5d69d9f723e706c16b2b97744fc016996a5473bed596035ac4d12429b3d24e7340a8235d704efa57f8f52e1b3b37925ff7c2e3384859d28b23a99b8bcc
1641+
"@typescript-eslint/types": "npm:8.6.0"
1642+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
1643+
checksum: 10/4a42020caf1b45f661a2722c60ca3aaec34eb93c39fae71fd7a7d9c7824d2930447ecab1059ed2908e31f9995df37c32e2cb599f0795f01012d6c63847b9e907
16441644
languageName: node
16451645
linkType: hard
16461646

@@ -1661,20 +1661,18 @@ __metadata:
16611661
languageName: node
16621662
linkType: hard
16631663

1664-
"@typescript-eslint/type-utils@npm:7.18.0":
1665-
version: 7.18.0
1666-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
1664+
"@typescript-eslint/type-utils@npm:8.6.0":
1665+
version: 8.6.0
1666+
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
16671667
dependencies:
1668-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1669-
"@typescript-eslint/utils": "npm:7.18.0"
1668+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
1669+
"@typescript-eslint/utils": "npm:8.6.0"
16701670
debug: "npm:^4.3.4"
16711671
ts-api-utils: "npm:^1.3.0"
1672-
peerDependencies:
1673-
eslint: ^8.56.0
16741672
peerDependenciesMeta:
16751673
typescript:
16761674
optional: true
1677-
checksum: 10/bcc7958a4ecdddad8c92e17265175773e7dddf416a654c1a391e69cb16e43960b39d37b6ffa349941bf3635e050f0ca7cd8f56ec9dd774168f2bbe7afedc9676
1675+
checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
16781676
languageName: node
16791677
linkType: hard
16801678

@@ -1685,10 +1683,10 @@ __metadata:
16851683
languageName: node
16861684
linkType: hard
16871685

1688-
"@typescript-eslint/types@npm:7.18.0":
1689-
version: 7.18.0
1690-
resolution: "@typescript-eslint/types@npm:7.18.0"
1691-
checksum: 10/0e30c73a3cc3c67dd06360a5a12fd12cee831e4092750eec3d6c031bdc4feafcb0ab1d882910a73e66b451a4f6e1dd015e9e2c4d45bf6bf716a474e5d123ddf0
1686+
"@typescript-eslint/types@npm:8.6.0":
1687+
version: 8.6.0
1688+
resolution: "@typescript-eslint/types@npm:8.6.0"
1689+
checksum: 10/b89e26ce5aa03be56ad5d261aa28aecf3bab5ba78983ea51630ccaee7c7066489ee7c58fc3f18811c63418c900e69ac2b7d12e206485f45b2331d00d8bdb760f
16921690
languageName: node
16931691
linkType: hard
16941692

@@ -1711,22 +1709,22 @@ __metadata:
17111709
languageName: node
17121710
linkType: hard
17131711

1714-
"@typescript-eslint/typescript-estree@npm:7.18.0":
1715-
version: 7.18.0
1716-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
1712+
"@typescript-eslint/typescript-estree@npm:8.6.0":
1713+
version: 8.6.0
1714+
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
17171715
dependencies:
1718-
"@typescript-eslint/types": "npm:7.18.0"
1719-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1716+
"@typescript-eslint/types": "npm:8.6.0"
1717+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
17201718
debug: "npm:^4.3.4"
1721-
globby: "npm:^11.1.0"
1719+
fast-glob: "npm:^3.3.2"
17221720
is-glob: "npm:^4.0.3"
17231721
minimatch: "npm:^9.0.4"
17241722
semver: "npm:^7.6.0"
17251723
ts-api-utils: "npm:^1.3.0"
17261724
peerDependenciesMeta:
17271725
typescript:
17281726
optional: true
1729-
checksum: 10/b01e66235a91aa4439d02081d4a5f8b4a7cf9cb24f26b334812f657e3c603493e5f41e5c1e89cf4efae7d64509fa1f73affc16afc5e15cb7f83f724577c82036
1727+
checksum: 10/34b7920e34860d33e38081c3ca9f780890822c6a28e29804ae053a1a618a45d6513c014dcb46480b10a4ba3c3fd2ed4b80ccc6094a50032eb25d68c433b14203
17301728
languageName: node
17311729
linkType: hard
17321730

@@ -1744,17 +1742,17 @@ __metadata:
17441742
languageName: node
17451743
linkType: hard
17461744

1747-
"@typescript-eslint/utils@npm:7.18.0":
1748-
version: 7.18.0
1749-
resolution: "@typescript-eslint/utils@npm:7.18.0"
1745+
"@typescript-eslint/utils@npm:8.6.0":
1746+
version: 8.6.0
1747+
resolution: "@typescript-eslint/utils@npm:8.6.0"
17501748
dependencies:
17511749
"@eslint-community/eslint-utils": "npm:^4.4.0"
1752-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1753-
"@typescript-eslint/types": "npm:7.18.0"
1754-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1750+
"@typescript-eslint/scope-manager": "npm:8.6.0"
1751+
"@typescript-eslint/types": "npm:8.6.0"
1752+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
17551753
peerDependencies:
1756-
eslint: ^8.56.0
1757-
checksum: 10/f43fedb4f4d2e3836bdf137889449063a55c0ece74fdb283929cd376197b992313be8ef4df920c1c801b5c3076b92964c84c6c3b9b749d263b648d0011f5926e
1754+
eslint: ^8.57.0 || ^9.0.0
1755+
checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
17581756
languageName: node
17591757
linkType: hard
17601758

@@ -1768,13 +1766,13 @@ __metadata:
17681766
languageName: node
17691767
linkType: hard
17701768

1771-
"@typescript-eslint/visitor-keys@npm:7.18.0":
1772-
version: 7.18.0
1773-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
1769+
"@typescript-eslint/visitor-keys@npm:8.6.0":
1770+
version: 8.6.0
1771+
resolution: "@typescript-eslint/visitor-keys@npm:8.6.0"
17741772
dependencies:
1775-
"@typescript-eslint/types": "npm:7.18.0"
1773+
"@typescript-eslint/types": "npm:8.6.0"
17761774
eslint-visitor-keys: "npm:^3.4.3"
1777-
checksum: 10/b7cfe6fdeae86c507357ac6b2357813c64fb2fbf1aaf844393ba82f73a16e2599b41981b34200d9fc7765d70bc3a8181d76b503051e53f04bcb7c9afef637eab
1775+
checksum: 10/76d94f33d27fd33c324bb5245ec571bede6f5f22e67f0412abccf603402d55df7f46ea05a36b8bdfe6266bb990e3298f5595292c0b8940a149409064605b5ee9
17781776
languageName: node
17791777
linkType: hard
17801778

@@ -3267,6 +3265,19 @@ __metadata:
32673265
languageName: node
32683266
linkType: hard
32693267

3268+
"fast-glob@npm:^3.3.2":
3269+
version: 3.3.2
3270+
resolution: "fast-glob@npm:3.3.2"
3271+
dependencies:
3272+
"@nodelib/fs.stat": "npm:^2.0.2"
3273+
"@nodelib/fs.walk": "npm:^1.2.3"
3274+
glob-parent: "npm:^5.1.2"
3275+
merge2: "npm:^1.3.0"
3276+
micromatch: "npm:^4.0.4"
3277+
checksum: 10/222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
3278+
languageName: node
3279+
linkType: hard
3280+
32703281
"fast-json-stable-stringify@npm:^2.0.0":
32713282
version: 2.1.0
32723283
resolution: "fast-json-stable-stringify@npm:2.1.0"
@@ -5645,8 +5656,8 @@ __metadata:
56455656
"@sapphire/eslint-config": "npm:^5.0.5"
56465657
"@sapphire/ts-config": "npm:^5.0.1"
56475658
"@types/node": "npm:^20.16.5"
5648-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
5649-
"@typescript-eslint/parser": "npm:^7.18.0"
5659+
"@typescript-eslint/eslint-plugin": "npm:^8.6.0"
5660+
"@typescript-eslint/parser": "npm:^8.6.0"
56505661
"@vitest/coverage-v8": "npm:^1.6.0"
56515662
eslint: "npm:^8.57.0"
56525663
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)