Skip to content

Commit e926e32

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 9c8fd8a commit e926e32

File tree

2 files changed

+122
-6
lines changed

2 files changed

+122
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@swc/core": "^1.6.1",
2929
"@types/node": "^20.14.2",
3030
"@types/prompts": "^2.4.9",
31-
"@typescript-eslint/eslint-plugin": "^7.13.0",
32-
"@typescript-eslint/parser": "^7.13.0",
31+
"@typescript-eslint/eslint-plugin": "^8.1.0",
32+
"@typescript-eslint/parser": "^8.1.0",
3333
"@vitest/coverage-v8": "^1.6.0",
3434
"colorette": "^2.0.20",
3535
"esbuild-plugin-version-injector": "^1.2.1",

yarn.lock

+120-4
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ __metadata:
14891489
languageName: node
14901490
linkType: hard
14911491

1492-
"@typescript-eslint/eslint-plugin@npm:^7.11.0, @typescript-eslint/eslint-plugin@npm:^7.13.0":
1492+
"@typescript-eslint/eslint-plugin@npm:^7.11.0":
14931493
version: 7.13.0
14941494
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.0"
14951495
dependencies:
@@ -1535,7 +1535,30 @@ __metadata:
15351535
languageName: node
15361536
linkType: hard
15371537

1538-
"@typescript-eslint/parser@npm:^7.11.0, @typescript-eslint/parser@npm:^7.13.0":
1538+
"@typescript-eslint/eslint-plugin@npm:^8.1.0":
1539+
version: 8.1.0
1540+
resolution: "@typescript-eslint/eslint-plugin@npm:8.1.0"
1541+
dependencies:
1542+
"@eslint-community/regexpp": "npm:^4.10.0"
1543+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1544+
"@typescript-eslint/type-utils": "npm:8.1.0"
1545+
"@typescript-eslint/utils": "npm:8.1.0"
1546+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1547+
graphemer: "npm:^1.4.0"
1548+
ignore: "npm:^5.3.1"
1549+
natural-compare: "npm:^1.4.0"
1550+
ts-api-utils: "npm:^1.3.0"
1551+
peerDependencies:
1552+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1553+
eslint: ^8.57.0 || ^9.0.0
1554+
peerDependenciesMeta:
1555+
typescript:
1556+
optional: true
1557+
checksum: 10/bac7be38db0c06de5101b55cf5ab8e7c00031a0b5911680af359ccb1464741d5a94f58204831c1340c90a4b9ed537160a27eb1ee7d0a95751962c4e470c8116c
1558+
languageName: node
1559+
linkType: hard
1560+
1561+
"@typescript-eslint/parser@npm:^7.11.0":
15391562
version: 7.13.0
15401563
resolution: "@typescript-eslint/parser@npm:7.13.0"
15411564
dependencies:
@@ -1571,6 +1594,24 @@ __metadata:
15711594
languageName: node
15721595
linkType: hard
15731596

1597+
"@typescript-eslint/parser@npm:^8.1.0":
1598+
version: 8.1.0
1599+
resolution: "@typescript-eslint/parser@npm:8.1.0"
1600+
dependencies:
1601+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1602+
"@typescript-eslint/types": "npm:8.1.0"
1603+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1604+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1605+
debug: "npm:^4.3.4"
1606+
peerDependencies:
1607+
eslint: ^8.57.0 || ^9.0.0
1608+
peerDependenciesMeta:
1609+
typescript:
1610+
optional: true
1611+
checksum: 10/e56c9d98edc38e6fd25e0dcb5afbb26589a56df3ae3b0a9619d52b50434fd52f39e885e503f2aac71e63e889a2c9b030844c549da67a7e4c2608828120242310
1612+
languageName: node
1613+
linkType: hard
1614+
15741615
"@typescript-eslint/scope-manager@npm:7.13.0":
15751616
version: 7.13.0
15761617
resolution: "@typescript-eslint/scope-manager@npm:7.13.0"
@@ -1591,6 +1632,16 @@ __metadata:
15911632
languageName: node
15921633
linkType: hard
15931634

1635+
"@typescript-eslint/scope-manager@npm:8.1.0":
1636+
version: 8.1.0
1637+
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
1638+
dependencies:
1639+
"@typescript-eslint/types": "npm:8.1.0"
1640+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1641+
checksum: 10/ce45240807385718d0507eea85967da5bb2861f11944700844ddf08683196a2ac5a898a5518b6a16d551b064f80cf89a4564799314f36169ada36b23ce45eb94
1642+
languageName: node
1643+
linkType: hard
1644+
15941645
"@typescript-eslint/type-utils@npm:7.13.0":
15951646
version: 7.13.0
15961647
resolution: "@typescript-eslint/type-utils@npm:7.13.0"
@@ -1625,6 +1676,21 @@ __metadata:
16251676
languageName: node
16261677
linkType: hard
16271678

1679+
"@typescript-eslint/type-utils@npm:8.1.0":
1680+
version: 8.1.0
1681+
resolution: "@typescript-eslint/type-utils@npm:8.1.0"
1682+
dependencies:
1683+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1684+
"@typescript-eslint/utils": "npm:8.1.0"
1685+
debug: "npm:^4.3.4"
1686+
ts-api-utils: "npm:^1.3.0"
1687+
peerDependenciesMeta:
1688+
typescript:
1689+
optional: true
1690+
checksum: 10/7f6d7a6e7c13df0a6fc46121052913f7420d19ebf4722fc3483908b5344ef04329be279668e8940ca4de60854fd00e00c3beb69e730bc6ef8d11701f1145f0ca
1691+
languageName: node
1692+
linkType: hard
1693+
16281694
"@typescript-eslint/types@npm:7.13.0":
16291695
version: 7.13.0
16301696
resolution: "@typescript-eslint/types@npm:7.13.0"
@@ -1639,6 +1705,13 @@ __metadata:
16391705
languageName: node
16401706
linkType: hard
16411707

1708+
"@typescript-eslint/types@npm:8.1.0":
1709+
version: 8.1.0
1710+
resolution: "@typescript-eslint/types@npm:8.1.0"
1711+
checksum: 10/fca0aff60f3bd5361af4132f7ffd5162b50bef371ef4ca40cbeaa9f7e95ace2794a30bd2311a6d82af04bb618f958ce61eebedfe520b7348638aa4adc5430dc6
1712+
languageName: node
1713+
linkType: hard
1714+
16421715
"@typescript-eslint/typescript-estree@npm:7.13.0":
16431716
version: 7.13.0
16441717
resolution: "@typescript-eslint/typescript-estree@npm:7.13.0"
@@ -1677,6 +1750,25 @@ __metadata:
16771750
languageName: node
16781751
linkType: hard
16791752

1753+
"@typescript-eslint/typescript-estree@npm:8.1.0":
1754+
version: 8.1.0
1755+
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
1756+
dependencies:
1757+
"@typescript-eslint/types": "npm:8.1.0"
1758+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1759+
debug: "npm:^4.3.4"
1760+
globby: "npm:^11.1.0"
1761+
is-glob: "npm:^4.0.3"
1762+
minimatch: "npm:^9.0.4"
1763+
semver: "npm:^7.6.0"
1764+
ts-api-utils: "npm:^1.3.0"
1765+
peerDependenciesMeta:
1766+
typescript:
1767+
optional: true
1768+
checksum: 10/3e5dbeb942891aeb13cf9634abc59e0bcef5841103d59047bc7cd3a393adbaa9dddfe07f693555f9f82062ba9bb4ff66bed7032d6d390334bd016efb6262e3a1
1769+
languageName: node
1770+
linkType: hard
1771+
16801772
"@typescript-eslint/utils@npm:7.13.0":
16811773
version: 7.13.0
16821774
resolution: "@typescript-eslint/utils@npm:7.13.0"
@@ -1705,6 +1797,20 @@ __metadata:
17051797
languageName: node
17061798
linkType: hard
17071799

1800+
"@typescript-eslint/utils@npm:8.1.0":
1801+
version: 8.1.0
1802+
resolution: "@typescript-eslint/utils@npm:8.1.0"
1803+
dependencies:
1804+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1805+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1806+
"@typescript-eslint/types": "npm:8.1.0"
1807+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1808+
peerDependencies:
1809+
eslint: ^8.57.0 || ^9.0.0
1810+
checksum: 10/0154e25aab8f3f99e8b9c88fda4a60ad8ecdf580eac3e71b6f4e3c5af23ee682559c57b6482af2fbe05b9deb7bcda322667e7d85ab7f778089dcaa2ce8ea2926
1811+
languageName: node
1812+
linkType: hard
1813+
17081814
"@typescript-eslint/visitor-keys@npm:7.13.0":
17091815
version: 7.13.0
17101816
resolution: "@typescript-eslint/visitor-keys@npm:7.13.0"
@@ -1725,6 +1831,16 @@ __metadata:
17251831
languageName: node
17261832
linkType: hard
17271833

1834+
"@typescript-eslint/visitor-keys@npm:8.1.0":
1835+
version: 8.1.0
1836+
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
1837+
dependencies:
1838+
"@typescript-eslint/types": "npm:8.1.0"
1839+
eslint-visitor-keys: "npm:^3.4.3"
1840+
checksum: 10/e4570a4f07896a007e9e739956448f3ed7a69debd59a5d16b05426fa41b879cac1dce4b8338e03ef452b279147fcb36c15b8abea0e829897b5b894e711a14bd2
1841+
languageName: node
1842+
linkType: hard
1843+
17281844
"@ungap/structured-clone@npm:^1.2.0":
17291845
version: 1.2.0
17301846
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5302,8 +5418,8 @@ __metadata:
53025418
"@swc/core": "npm:^1.6.1"
53035419
"@types/node": "npm:^20.14.2"
53045420
"@types/prompts": "npm:^2.4.9"
5305-
"@typescript-eslint/eslint-plugin": "npm:^7.13.0"
5306-
"@typescript-eslint/parser": "npm:^7.13.0"
5421+
"@typescript-eslint/eslint-plugin": "npm:^8.1.0"
5422+
"@typescript-eslint/parser": "npm:^8.1.0"
53075423
"@vitest/coverage-v8": "npm:^1.6.0"
53085424
colorette: "npm:^2.0.20"
53095425
esbuild-plugin-version-injector: "npm:^1.2.1"

0 commit comments

Comments
 (0)