Skip to content

Commit 1b67e56

Browse files
chore(deps): bump @typescript-eslint/parser from 8.29.1 to 8.30.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.29.1 to 8.30.1. - [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.30.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea25253 commit 1b67e56

File tree

2 files changed

+40
-21
lines changed

2 files changed

+40
-21
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@eslint/js": "^9.24.0",
2929
"@stylistic/eslint-plugin": "^3.1.0",
30-
"@typescript-eslint/parser": "^8.28.0",
30+
"@typescript-eslint/parser": "^8.30.1",
3131
"eslint-config-prettier": "^10.1.2",
3232
"eslint-import-resolver-typescript": "^4.3.2",
3333
"eslint-plugin-import": "^2.31.0",

yarn.lock

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@
20672067
natural-compare "^1.4.0"
20682068
ts-api-utils "^2.0.1"
20692069

2070-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.28.0":
2070+
"@typescript-eslint/[email protected]":
20712071
version "8.29.1"
20722072
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
20732073
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
@@ -2078,6 +2078,17 @@
20782078
"@typescript-eslint/visitor-keys" "8.29.1"
20792079
debug "^4.3.4"
20802080

2081+
"@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.30.1":
2082+
version "8.30.1"
2083+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.1.tgz#8a9fa650b046e64656e21d4fdff86535b6a084b6"
2084+
integrity sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==
2085+
dependencies:
2086+
"@typescript-eslint/scope-manager" "8.30.1"
2087+
"@typescript-eslint/types" "8.30.1"
2088+
"@typescript-eslint/typescript-estree" "8.30.1"
2089+
"@typescript-eslint/visitor-keys" "8.30.1"
2090+
debug "^4.3.4"
2091+
20812092
"@typescript-eslint/[email protected]":
20822093
version "8.29.1"
20832094
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
@@ -2086,6 +2097,14 @@
20862097
"@typescript-eslint/types" "8.29.1"
20872098
"@typescript-eslint/visitor-keys" "8.29.1"
20882099

2100+
"@typescript-eslint/[email protected]":
2101+
version "8.30.1"
2102+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
2103+
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
2104+
dependencies:
2105+
"@typescript-eslint/types" "8.30.1"
2106+
"@typescript-eslint/visitor-keys" "8.30.1"
2107+
20892108
"@typescript-eslint/[email protected]":
20902109
version "8.29.1"
20912110
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
@@ -2096,16 +2115,16 @@
20962115
debug "^4.3.4"
20972116
ts-api-utils "^2.0.1"
20982117

2099-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0":
2100-
version "8.29.0"
2101-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
2102-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
2103-
21042118
"@typescript-eslint/[email protected]":
21052119
version "8.29.1"
21062120
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
21072121
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
21082122

2123+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0":
2124+
version "8.30.1"
2125+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
2126+
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
2127+
21092128
"@typescript-eslint/[email protected]":
21102129
version "8.29.1"
21112130
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
@@ -2120,13 +2139,13 @@
21202139
semver "^7.6.0"
21212140
ts-api-utils "^2.0.1"
21222141

2123-
"@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0":
2124-
version "8.29.0"
2125-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
2126-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
2142+
"@typescript-eslint/typescript-estree@8.30.1", "@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0":
2143+
version "8.30.1"
2144+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
2145+
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
21272146
dependencies:
2128-
"@typescript-eslint/types" "8.29.0"
2129-
"@typescript-eslint/visitor-keys" "8.29.0"
2147+
"@typescript-eslint/types" "8.30.1"
2148+
"@typescript-eslint/visitor-keys" "8.30.1"
21302149
debug "^4.3.4"
21312150
fast-glob "^3.3.2"
21322151
is-glob "^4.0.3"
@@ -2144,14 +2163,6 @@
21442163
"@typescript-eslint/types" "8.29.1"
21452164
"@typescript-eslint/typescript-estree" "8.29.1"
21462165

2147-
"@typescript-eslint/[email protected]":
2148-
version "8.29.0"
2149-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
2150-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
2151-
dependencies:
2152-
"@typescript-eslint/types" "8.29.0"
2153-
eslint-visitor-keys "^4.2.0"
2154-
21552166
"@typescript-eslint/[email protected]":
21562167
version "8.29.1"
21572168
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
@@ -2160,6 +2171,14 @@
21602171
"@typescript-eslint/types" "8.29.1"
21612172
eslint-visitor-keys "^4.2.0"
21622173

2174+
"@typescript-eslint/[email protected]":
2175+
version "8.30.1"
2176+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
2177+
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
2178+
dependencies:
2179+
"@typescript-eslint/types" "8.30.1"
2180+
eslint-visitor-keys "^4.2.0"
2181+
21632182
"@ungap/structured-clone@^1.2.0":
21642183
version "1.3.0"
21652184
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)