Skip to content

Commit 6bd6b16

Browse files
fix(deps): update typescript-eslint monorepo to v8
1 parent d52de95 commit 6bd6b16

File tree

3 files changed

+62
-64
lines changed

3 files changed

+62
-64
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.0",
28-
"@typescript-eslint/eslint-plugin": "^7.18.0",
29-
"@typescript-eslint/parser": "^7.18.0",
28+
"@typescript-eslint/eslint-plugin": "^8.1.0",
29+
"@typescript-eslint/parser": "^8.1.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.1.0",
25+
"@typescript-eslint/parser": "^8.1.0",
2626
"eslint": "^8.57.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-prettier": "^5.2.1",

yarn.lock

Lines changed: 58 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ __metadata:
800800
dependencies:
801801
"@favware/cliff-jumper": "npm:^3.0.3"
802802
"@sapphire/eslint-config": "npm:^5.0.5"
803-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
804-
"@typescript-eslint/parser": "npm:^7.18.0"
803+
"@typescript-eslint/eslint-plugin": "npm:^8.1.0"
804+
"@typescript-eslint/parser": "npm:^8.1.0"
805805
eslint: "npm:^8.57.0"
806806
eslint-config-prettier: "npm:^9.1.0"
807807
eslint-plugin-prettier: "npm:^5.2.1"
@@ -1490,26 +1490,26 @@ __metadata:
14901490
languageName: node
14911491
linkType: hard
14921492

1493-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
1494-
version: 7.18.0
1495-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
1493+
"@typescript-eslint/eslint-plugin@npm:^8.1.0":
1494+
version: 8.1.0
1495+
resolution: "@typescript-eslint/eslint-plugin@npm:8.1.0"
14961496
dependencies:
14971497
"@eslint-community/regexpp": "npm:^4.10.0"
1498-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1499-
"@typescript-eslint/type-utils": "npm:7.18.0"
1500-
"@typescript-eslint/utils": "npm:7.18.0"
1501-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1498+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1499+
"@typescript-eslint/type-utils": "npm:8.1.0"
1500+
"@typescript-eslint/utils": "npm:8.1.0"
1501+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
15021502
graphemer: "npm:^1.4.0"
15031503
ignore: "npm:^5.3.1"
15041504
natural-compare: "npm:^1.4.0"
15051505
ts-api-utils: "npm:^1.3.0"
15061506
peerDependencies:
1507-
"@typescript-eslint/parser": ^7.0.0
1508-
eslint: ^8.56.0
1507+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1508+
eslint: ^8.57.0 || ^9.0.0
15091509
peerDependenciesMeta:
15101510
typescript:
15111511
optional: true
1512-
checksum: 10/6ee4c61f145dc05f0a567b8ac01b5399ef9c75f58bc6e9a3ffca8927b15e2be2d4c3fd32a2c1a7041cc0848fdeadac30d9cb0d3bcd3835d301847a88ffd19c4d
1512+
checksum: 10/bac7be38db0c06de5101b55cf5ab8e7c00031a0b5911680af359ccb1464741d5a94f58204831c1340c90a4b9ed537160a27eb1ee7d0a95751962c4e470c8116c
15131513
languageName: node
15141514
linkType: hard
15151515

@@ -1531,21 +1531,21 @@ __metadata:
15311531
languageName: node
15321532
linkType: hard
15331533

1534-
"@typescript-eslint/parser@npm:^7.18.0":
1535-
version: 7.18.0
1536-
resolution: "@typescript-eslint/parser@npm:7.18.0"
1534+
"@typescript-eslint/parser@npm:^8.1.0":
1535+
version: 8.1.0
1536+
resolution: "@typescript-eslint/parser@npm:8.1.0"
15371537
dependencies:
1538-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1539-
"@typescript-eslint/types": "npm:7.18.0"
1540-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1541-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1538+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1539+
"@typescript-eslint/types": "npm:8.1.0"
1540+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1541+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
15421542
debug: "npm:^4.3.4"
15431543
peerDependencies:
1544-
eslint: ^8.56.0
1544+
eslint: ^8.57.0 || ^9.0.0
15451545
peerDependenciesMeta:
15461546
typescript:
15471547
optional: true
1548-
checksum: 10/36b00e192a96180220ba100fcce3c777fc3e61a6edbdead4e6e75a744d9f0cbe3fabb5f1c94a31cce6b28a4e4d5de148098eec01296026c3c8e16f7f0067cb1e
1548+
checksum: 10/e56c9d98edc38e6fd25e0dcb5afbb26589a56df3ae3b0a9619d52b50434fd52f39e885e503f2aac71e63e889a2c9b030844c549da67a7e4c2608828120242310
15491549
languageName: node
15501550
linkType: hard
15511551

@@ -1559,13 +1559,13 @@ __metadata:
15591559
languageName: node
15601560
linkType: hard
15611561

1562-
"@typescript-eslint/scope-manager@npm:7.18.0":
1563-
version: 7.18.0
1564-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
1562+
"@typescript-eslint/scope-manager@npm:8.1.0":
1563+
version: 8.1.0
1564+
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
15651565
dependencies:
1566-
"@typescript-eslint/types": "npm:7.18.0"
1567-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1568-
checksum: 10/9eb2ae5d69d9f723e706c16b2b97744fc016996a5473bed596035ac4d12429b3d24e7340a8235d704efa57f8f52e1b3b37925ff7c2e3384859d28b23a99b8bcc
1566+
"@typescript-eslint/types": "npm:8.1.0"
1567+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1568+
checksum: 10/ce45240807385718d0507eea85967da5bb2861f11944700844ddf08683196a2ac5a898a5518b6a16d551b064f80cf89a4564799314f36169ada36b23ce45eb94
15691569
languageName: node
15701570
linkType: hard
15711571

@@ -1586,20 +1586,18 @@ __metadata:
15861586
languageName: node
15871587
linkType: hard
15881588

1589-
"@typescript-eslint/type-utils@npm:7.18.0":
1590-
version: 7.18.0
1591-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
1589+
"@typescript-eslint/type-utils@npm:8.1.0":
1590+
version: 8.1.0
1591+
resolution: "@typescript-eslint/type-utils@npm:8.1.0"
15921592
dependencies:
1593-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1594-
"@typescript-eslint/utils": "npm:7.18.0"
1593+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1594+
"@typescript-eslint/utils": "npm:8.1.0"
15951595
debug: "npm:^4.3.4"
15961596
ts-api-utils: "npm:^1.3.0"
1597-
peerDependencies:
1598-
eslint: ^8.56.0
15991597
peerDependenciesMeta:
16001598
typescript:
16011599
optional: true
1602-
checksum: 10/bcc7958a4ecdddad8c92e17265175773e7dddf416a654c1a391e69cb16e43960b39d37b6ffa349941bf3635e050f0ca7cd8f56ec9dd774168f2bbe7afedc9676
1600+
checksum: 10/7f6d7a6e7c13df0a6fc46121052913f7420d19ebf4722fc3483908b5344ef04329be279668e8940ca4de60854fd00e00c3beb69e730bc6ef8d11701f1145f0ca
16031601
languageName: node
16041602
linkType: hard
16051603

@@ -1610,10 +1608,10 @@ __metadata:
16101608
languageName: node
16111609
linkType: hard
16121610

1613-
"@typescript-eslint/types@npm:7.18.0":
1614-
version: 7.18.0
1615-
resolution: "@typescript-eslint/types@npm:7.18.0"
1616-
checksum: 10/0e30c73a3cc3c67dd06360a5a12fd12cee831e4092750eec3d6c031bdc4feafcb0ab1d882910a73e66b451a4f6e1dd015e9e2c4d45bf6bf716a474e5d123ddf0
1611+
"@typescript-eslint/types@npm:8.1.0":
1612+
version: 8.1.0
1613+
resolution: "@typescript-eslint/types@npm:8.1.0"
1614+
checksum: 10/fca0aff60f3bd5361af4132f7ffd5162b50bef371ef4ca40cbeaa9f7e95ace2794a30bd2311a6d82af04bb618f958ce61eebedfe520b7348638aa4adc5430dc6
16171615
languageName: node
16181616
linkType: hard
16191617

@@ -1636,12 +1634,12 @@ __metadata:
16361634
languageName: node
16371635
linkType: hard
16381636

1639-
"@typescript-eslint/typescript-estree@npm:7.18.0":
1640-
version: 7.18.0
1641-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
1637+
"@typescript-eslint/typescript-estree@npm:8.1.0":
1638+
version: 8.1.0
1639+
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
16421640
dependencies:
1643-
"@typescript-eslint/types": "npm:7.18.0"
1644-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
1641+
"@typescript-eslint/types": "npm:8.1.0"
1642+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
16451643
debug: "npm:^4.3.4"
16461644
globby: "npm:^11.1.0"
16471645
is-glob: "npm:^4.0.3"
@@ -1651,7 +1649,7 @@ __metadata:
16511649
peerDependenciesMeta:
16521650
typescript:
16531651
optional: true
1654-
checksum: 10/b01e66235a91aa4439d02081d4a5f8b4a7cf9cb24f26b334812f657e3c603493e5f41e5c1e89cf4efae7d64509fa1f73affc16afc5e15cb7f83f724577c82036
1652+
checksum: 10/3e5dbeb942891aeb13cf9634abc59e0bcef5841103d59047bc7cd3a393adbaa9dddfe07f693555f9f82062ba9bb4ff66bed7032d6d390334bd016efb6262e3a1
16551653
languageName: node
16561654
linkType: hard
16571655

@@ -1669,17 +1667,17 @@ __metadata:
16691667
languageName: node
16701668
linkType: hard
16711669

1672-
"@typescript-eslint/utils@npm:7.18.0":
1673-
version: 7.18.0
1674-
resolution: "@typescript-eslint/utils@npm:7.18.0"
1670+
"@typescript-eslint/utils@npm:8.1.0":
1671+
version: 8.1.0
1672+
resolution: "@typescript-eslint/utils@npm:8.1.0"
16751673
dependencies:
16761674
"@eslint-community/eslint-utils": "npm:^4.4.0"
1677-
"@typescript-eslint/scope-manager": "npm:7.18.0"
1678-
"@typescript-eslint/types": "npm:7.18.0"
1679-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
1675+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1676+
"@typescript-eslint/types": "npm:8.1.0"
1677+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
16801678
peerDependencies:
1681-
eslint: ^8.56.0
1682-
checksum: 10/f43fedb4f4d2e3836bdf137889449063a55c0ece74fdb283929cd376197b992313be8ef4df920c1c801b5c3076b92964c84c6c3b9b749d263b648d0011f5926e
1679+
eslint: ^8.57.0 || ^9.0.0
1680+
checksum: 10/0154e25aab8f3f99e8b9c88fda4a60ad8ecdf580eac3e71b6f4e3c5af23ee682559c57b6482af2fbe05b9deb7bcda322667e7d85ab7f778089dcaa2ce8ea2926
16831681
languageName: node
16841682
linkType: hard
16851683

@@ -1693,13 +1691,13 @@ __metadata:
16931691
languageName: node
16941692
linkType: hard
16951693

1696-
"@typescript-eslint/visitor-keys@npm:7.18.0":
1697-
version: 7.18.0
1698-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
1694+
"@typescript-eslint/visitor-keys@npm:8.1.0":
1695+
version: 8.1.0
1696+
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
16991697
dependencies:
1700-
"@typescript-eslint/types": "npm:7.18.0"
1698+
"@typescript-eslint/types": "npm:8.1.0"
17011699
eslint-visitor-keys: "npm:^3.4.3"
1702-
checksum: 10/b7cfe6fdeae86c507357ac6b2357813c64fb2fbf1aaf844393ba82f73a16e2599b41981b34200d9fc7765d70bc3a8181d76b503051e53f04bcb7c9afef637eab
1700+
checksum: 10/e4570a4f07896a007e9e739956448f3ed7a69debd59a5d16b05426fa41b879cac1dce4b8338e03ef452b279147fcb36c15b8abea0e829897b5b894e711a14bd2
17031701
languageName: node
17041702
linkType: hard
17051703

@@ -5409,8 +5407,8 @@ __metadata:
54095407
"@sapphire/eslint-config": "npm:^5.0.5"
54105408
"@sapphire/ts-config": "npm:^5.0.1"
54115409
"@types/node": "npm:^20.16.0"
5412-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
5413-
"@typescript-eslint/parser": "npm:^7.18.0"
5410+
"@typescript-eslint/eslint-plugin": "npm:^8.1.0"
5411+
"@typescript-eslint/parser": "npm:^8.1.0"
54145412
"@vitest/coverage-v8": "npm:^1.6.0"
54155413
eslint: "npm:^8.57.0"
54165414
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)