Skip to content

Commit 3ca7182

Browse files
Bump @typescript-eslint/parser from 8.0.0-alpha.59 to 8.1.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.0.0-alpha.59 to 8.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e370522 commit 3ca7182

File tree

2 files changed

+67
-3
lines changed

2 files changed

+67
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node": "^20.14.13",
4747
"@types/semver": "^7.5.8",
4848
"@typescript-eslint/eslint-plugin": ">=8.0.0-alpha",
49-
"@typescript-eslint/parser": ">=8.0.0-alpha",
49+
"@typescript-eslint/parser": ">=8.1.0",
5050
"esbuild": "^0.23.0",
5151
"eslint": "^9.8.0",
5252
"eslint-config-prettier": "^9.1.0",

yarn.lock

+66-2
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ __metadata:
15021502
languageName: node
15031503
linkType: hard
15041504

1505-
"@typescript-eslint/parser@npm:8.0.0-alpha.59, @typescript-eslint/parser@npm:>=8.0.0-alpha":
1505+
"@typescript-eslint/parser@npm:8.0.0-alpha.59":
15061506
version: 8.0.0-alpha.59
15071507
resolution: "@typescript-eslint/parser@npm:8.0.0-alpha.59"
15081508
dependencies:
@@ -1520,6 +1520,24 @@ __metadata:
15201520
languageName: node
15211521
linkType: hard
15221522

1523+
"@typescript-eslint/parser@npm:>=8.1.0":
1524+
version: 8.1.0
1525+
resolution: "@typescript-eslint/parser@npm:8.1.0"
1526+
dependencies:
1527+
"@typescript-eslint/scope-manager": "npm:8.1.0"
1528+
"@typescript-eslint/types": "npm:8.1.0"
1529+
"@typescript-eslint/typescript-estree": "npm:8.1.0"
1530+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1531+
debug: "npm:^4.3.4"
1532+
peerDependencies:
1533+
eslint: ^8.57.0 || ^9.0.0
1534+
peerDependenciesMeta:
1535+
typescript:
1536+
optional: true
1537+
checksum: 10/e56c9d98edc38e6fd25e0dcb5afbb26589a56df3ae3b0a9619d52b50434fd52f39e885e503f2aac71e63e889a2c9b030844c549da67a7e4c2608828120242310
1538+
languageName: node
1539+
linkType: hard
1540+
15231541
"@typescript-eslint/scope-manager@npm:8.0.0-alpha.59":
15241542
version: 8.0.0-alpha.59
15251543
resolution: "@typescript-eslint/scope-manager@npm:8.0.0-alpha.59"
@@ -1530,6 +1548,16 @@ __metadata:
15301548
languageName: node
15311549
linkType: hard
15321550

1551+
"@typescript-eslint/scope-manager@npm:8.1.0":
1552+
version: 8.1.0
1553+
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
1554+
dependencies:
1555+
"@typescript-eslint/types": "npm:8.1.0"
1556+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1557+
checksum: 10/ce45240807385718d0507eea85967da5bb2861f11944700844ddf08683196a2ac5a898a5518b6a16d551b064f80cf89a4564799314f36169ada36b23ce45eb94
1558+
languageName: node
1559+
linkType: hard
1560+
15331561
"@typescript-eslint/type-utils@npm:8.0.0-alpha.59":
15341562
version: 8.0.0-alpha.59
15351563
resolution: "@typescript-eslint/type-utils@npm:8.0.0-alpha.59"
@@ -1552,6 +1580,13 @@ __metadata:
15521580
languageName: node
15531581
linkType: hard
15541582

1583+
"@typescript-eslint/types@npm:8.1.0":
1584+
version: 8.1.0
1585+
resolution: "@typescript-eslint/types@npm:8.1.0"
1586+
checksum: 10/fca0aff60f3bd5361af4132f7ffd5162b50bef371ef4ca40cbeaa9f7e95ace2794a30bd2311a6d82af04bb618f958ce61eebedfe520b7348638aa4adc5430dc6
1587+
languageName: node
1588+
linkType: hard
1589+
15551590
"@typescript-eslint/typescript-estree@npm:8.0.0-alpha.59":
15561591
version: 8.0.0-alpha.59
15571592
resolution: "@typescript-eslint/typescript-estree@npm:8.0.0-alpha.59"
@@ -1571,6 +1606,25 @@ __metadata:
15711606
languageName: node
15721607
linkType: hard
15731608

1609+
"@typescript-eslint/typescript-estree@npm:8.1.0":
1610+
version: 8.1.0
1611+
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
1612+
dependencies:
1613+
"@typescript-eslint/types": "npm:8.1.0"
1614+
"@typescript-eslint/visitor-keys": "npm:8.1.0"
1615+
debug: "npm:^4.3.4"
1616+
globby: "npm:^11.1.0"
1617+
is-glob: "npm:^4.0.3"
1618+
minimatch: "npm:^9.0.4"
1619+
semver: "npm:^7.6.0"
1620+
ts-api-utils: "npm:^1.3.0"
1621+
peerDependenciesMeta:
1622+
typescript:
1623+
optional: true
1624+
checksum: 10/3e5dbeb942891aeb13cf9634abc59e0bcef5841103d59047bc7cd3a393adbaa9dddfe07f693555f9f82062ba9bb4ff66bed7032d6d390334bd016efb6262e3a1
1625+
languageName: node
1626+
linkType: hard
1627+
15741628
"@typescript-eslint/utils@npm:8.0.0-alpha.59":
15751629
version: 8.0.0-alpha.59
15761630
resolution: "@typescript-eslint/utils@npm:8.0.0-alpha.59"
@@ -1595,6 +1649,16 @@ __metadata:
15951649
languageName: node
15961650
linkType: hard
15971651

1652+
"@typescript-eslint/visitor-keys@npm:8.1.0":
1653+
version: 8.1.0
1654+
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
1655+
dependencies:
1656+
"@typescript-eslint/types": "npm:8.1.0"
1657+
eslint-visitor-keys: "npm:^3.4.3"
1658+
checksum: 10/e4570a4f07896a007e9e739956448f3ed7a69debd59a5d16b05426fa41b879cac1dce4b8338e03ef452b279147fcb36c15b8abea0e829897b5b894e711a14bd2
1659+
languageName: node
1660+
linkType: hard
1661+
15981662
"abbrev@npm:^2.0.0":
15991663
version: 2.0.0
16001664
resolution: "abbrev@npm:2.0.0"
@@ -4647,7 +4711,7 @@ __metadata:
46474711
"@types/node": "npm:^20.14.13"
46484712
"@types/semver": "npm:^7.5.8"
46494713
"@typescript-eslint/eslint-plugin": "npm:>=8.0.0-alpha"
4650-
"@typescript-eslint/parser": "npm:>=8.0.0-alpha"
4714+
"@typescript-eslint/parser": "npm:>=8.1.0"
46514715
esbuild: "npm:^0.23.0"
46524716
eslint: "npm:^9.8.0"
46534717
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)