Skip to content

Commit e92757d

Browse files
fix(deps): update typescript-eslint monorepo to v8
1 parent 7faf582 commit e92757d

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.14.14",
28-
"@typescript-eslint/eslint-plugin": "^7.18.0",
29-
"@typescript-eslint/parser": "^7.18.0",
28+
"@typescript-eslint/eslint-plugin": "^8.0.1",
29+
"@typescript-eslint/parser": "^8.0.1",
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.0.1",
25+
"@typescript-eslint/parser": "^8.0.1",
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.0.1"
804+
"@typescript-eslint/parser": "npm:^8.0.1"
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.0.1":
1494+
version: 8.0.1
1495+
resolution: "@typescript-eslint/eslint-plugin@npm:8.0.1"
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.0.1"
1499+
"@typescript-eslint/type-utils": "npm:8.0.1"
1500+
"@typescript-eslint/utils": "npm:8.0.1"
1501+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
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/eceb49205734a2838734b11f5c6e0bdea807859426d8bef6fbd6eebcf3df389c7ff31114ad9caf3a440ea36a62d44dd4ca8c0313a57eeccce194d28da7fbe7c2
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.0.1":
1535+
version: 8.0.1
1536+
resolution: "@typescript-eslint/parser@npm:8.0.1"
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.0.1"
1539+
"@typescript-eslint/types": "npm:8.0.1"
1540+
"@typescript-eslint/typescript-estree": "npm:8.0.1"
1541+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
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/d483e236d13e40f00cb6590b956caee9ea4a68c0bc338aad7463a0183e1983d08d1a31b5f9107641d06cd7bcc55d5b7cb7d48d42d9cf3c4996573d798128ec46
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.0.1":
1563+
version: 8.0.1
1564+
resolution: "@typescript-eslint/scope-manager@npm:8.0.1"
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.0.1"
1567+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
1568+
checksum: 10/e4509f69390dd51f87e9a998d96047330cb1d23262fdc6f4cf7c9475e10faf0a85cc19324d1a51102fcda5dbef5621395336177d55de7e1fe8a222e1823b9a43
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.0.1":
1590+
version: 8.0.1
1591+
resolution: "@typescript-eslint/type-utils@npm:8.0.1"
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.0.1"
1594+
"@typescript-eslint/utils": "npm:8.0.1"
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/228a6bfc9c81d2acadab28dd968d43477507d7811a3cef2755003c1b61a17e579ca1fc53ad9b18bedf08591c70bf5e443a8c7e85a7228ee3e7d16c908b1b3be8
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.0.1":
1612+
version: 8.0.1
1613+
resolution: "@typescript-eslint/types@npm:8.0.1"
1614+
checksum: 10/821ed735ff34da599315eadc3145898f02d5fea850979ed5b27648be0c025fdca3a6f8965f31dc290425eeda7c320d278ac60838f43580dc0173bd6be384051a
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.0.1":
1638+
version: 8.0.1
1639+
resolution: "@typescript-eslint/typescript-estree@npm:8.0.1"
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.0.1"
1642+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
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/f0888381faaf6f1394adec1286c606dc41d8e27f1591d3fb20750c17e236f282627bf6c18b1ba34bf97e9af03f99b6e4b10a7625f615496cd506595da0c21186
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.0.1":
1671+
version: 8.0.1
1672+
resolution: "@typescript-eslint/utils@npm:8.0.1"
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.0.1"
1676+
"@typescript-eslint/types": "npm:8.0.1"
1677+
"@typescript-eslint/typescript-estree": "npm:8.0.1"
16801678
peerDependencies:
1681-
eslint: ^8.56.0
1682-
checksum: 10/f43fedb4f4d2e3836bdf137889449063a55c0ece74fdb283929cd376197b992313be8ef4df920c1c801b5c3076b92964c84c6c3b9b749d263b648d0011f5926e
1679+
eslint: ^8.57.0 || ^9.0.0
1680+
checksum: 10/e359a9e95d0b3f8dbccc3681607748f96b332667a882a5635a9876814159b8a723da7138f7fd890cf0c414c46257a8362d5a55a3bad78bc37743ee814c7a8de0
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.0.1":
1695+
version: 8.0.1
1696+
resolution: "@typescript-eslint/visitor-keys@npm:8.0.1"
16991697
dependencies:
1700-
"@typescript-eslint/types": "npm:7.18.0"
1698+
"@typescript-eslint/types": "npm:8.0.1"
17011699
eslint-visitor-keys: "npm:^3.4.3"
1702-
checksum: 10/b7cfe6fdeae86c507357ac6b2357813c64fb2fbf1aaf844393ba82f73a16e2599b41981b34200d9fc7765d70bc3a8181d76b503051e53f04bcb7c9afef637eab
1700+
checksum: 10/489da338e19422eadb3b29fcf4d594ed00534faa129f52419bf9eb5733b0a1c11198d18e8d089fa0cc204370c2d2dd1834157a183d1e3e94df41378c5a606545
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.14.14"
5412-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
5413-
"@typescript-eslint/parser": "npm:^7.18.0"
5410+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
5411+
"@typescript-eslint/parser": "npm:^8.0.1"
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)