Skip to content

Commit 19f931d

Browse files
Bump @typescript-eslint/parser from 8.25.0 to 8.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.25.0 to 8.26.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.26.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 af63e5e commit 19f931d

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"@types/yargs": "^17.0.33",
230230
"@types/yarnpkg__lockfile": "^1.1.9",
231231
"@typescript-eslint/eslint-plugin": "^8.25.0",
232-
"@typescript-eslint/parser": "^8.25.0",
232+
"@typescript-eslint/parser": "^8.26.0",
233233
"@vscode/vsce": "^3.2.2",
234234
"@yarnpkg/lockfile": "^1.1.0",
235235
"eslint": "^9.21.0",

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@
11911191
natural-compare "^1.4.0"
11921192
ts-api-utils "^2.0.1"
11931193

1194-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.25.0":
1194+
"@typescript-eslint/[email protected]":
11951195
version "8.25.0"
11961196
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
11971197
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
@@ -1202,6 +1202,17 @@
12021202
"@typescript-eslint/visitor-keys" "8.25.0"
12031203
debug "^4.3.4"
12041204

1205+
"@typescript-eslint/parser@^8.26.0":
1206+
version "8.26.0"
1207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1208+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
1209+
dependencies:
1210+
"@typescript-eslint/scope-manager" "8.26.0"
1211+
"@typescript-eslint/types" "8.26.0"
1212+
"@typescript-eslint/typescript-estree" "8.26.0"
1213+
"@typescript-eslint/visitor-keys" "8.26.0"
1214+
debug "^4.3.4"
1215+
12051216
"@typescript-eslint/[email protected]":
12061217
version "8.25.0"
12071218
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
@@ -1210,6 +1221,14 @@
12101221
"@typescript-eslint/types" "8.25.0"
12111222
"@typescript-eslint/visitor-keys" "8.25.0"
12121223

1224+
"@typescript-eslint/[email protected]":
1225+
version "8.26.0"
1226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
1227+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
1228+
dependencies:
1229+
"@typescript-eslint/types" "8.26.0"
1230+
"@typescript-eslint/visitor-keys" "8.26.0"
1231+
12131232
"@typescript-eslint/[email protected]":
12141233
version "8.25.0"
12151234
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
@@ -1225,6 +1244,11 @@
12251244
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
12261245
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
12271246

1247+
"@typescript-eslint/[email protected]":
1248+
version "8.26.0"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
1250+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
1251+
12281252
"@typescript-eslint/[email protected]":
12291253
version "8.25.0"
12301254
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
@@ -1239,6 +1263,20 @@
12391263
semver "^7.6.0"
12401264
ts-api-utils "^2.0.1"
12411265

1266+
"@typescript-eslint/[email protected]":
1267+
version "8.26.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
1269+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
1270+
dependencies:
1271+
"@typescript-eslint/types" "8.26.0"
1272+
"@typescript-eslint/visitor-keys" "8.26.0"
1273+
debug "^4.3.4"
1274+
fast-glob "^3.3.2"
1275+
is-glob "^4.0.3"
1276+
minimatch "^9.0.4"
1277+
semver "^7.6.0"
1278+
ts-api-utils "^2.0.1"
1279+
12421280
"@typescript-eslint/[email protected]":
12431281
version "8.25.0"
12441282
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
@@ -1257,6 +1295,14 @@
12571295
"@typescript-eslint/types" "8.25.0"
12581296
eslint-visitor-keys "^4.2.0"
12591297

1298+
"@typescript-eslint/[email protected]":
1299+
version "8.26.0"
1300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
1301+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
1302+
dependencies:
1303+
"@typescript-eslint/types" "8.26.0"
1304+
eslint-visitor-keys "^4.2.0"
1305+
12601306
12611307
version "2.0.2"
12621308
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"

0 commit comments

Comments
 (0)