Skip to content

Commit 25914e9

Browse files
Bump @typescript-eslint/parser from 8.24.1 to 8.25.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.24.1 to 8.25.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.25.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 d08fd33 commit 25914e9

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
@@ -236,7 +236,7 @@
236236
"@types/yargs": "^17.0.33",
237237
"@types/yarnpkg__lockfile": "^1.1.9",
238238
"@typescript-eslint/eslint-plugin": "^8.24.1",
239-
"@typescript-eslint/parser": "^8.24.1",
239+
"@typescript-eslint/parser": "^8.25.0",
240240
"@vscode/vsce": "^3.2.2",
241241
"@yarnpkg/lockfile": "^1.1.0",
242242
"eslint": "^9.20.1",

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@
11981198
natural-compare "^1.4.0"
11991199
ts-api-utils "^2.0.1"
12001200

1201-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.24.1":
1201+
"@typescript-eslint/[email protected]":
12021202
version "8.24.1"
12031203
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.1.tgz"
12041204
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
@@ -1209,6 +1209,17 @@
12091209
"@typescript-eslint/visitor-keys" "8.24.1"
12101210
debug "^4.3.4"
12111211

1212+
"@typescript-eslint/parser@^8.25.0":
1213+
version "8.25.0"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
1215+
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
1216+
dependencies:
1217+
"@typescript-eslint/scope-manager" "8.25.0"
1218+
"@typescript-eslint/types" "8.25.0"
1219+
"@typescript-eslint/typescript-estree" "8.25.0"
1220+
"@typescript-eslint/visitor-keys" "8.25.0"
1221+
debug "^4.3.4"
1222+
12121223
"@typescript-eslint/[email protected]":
12131224
version "8.24.1"
12141225
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz"
@@ -1217,6 +1228,14 @@
12171228
"@typescript-eslint/types" "8.24.1"
12181229
"@typescript-eslint/visitor-keys" "8.24.1"
12191230

1231+
"@typescript-eslint/[email protected]":
1232+
version "8.25.0"
1233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
1234+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
1235+
dependencies:
1236+
"@typescript-eslint/types" "8.25.0"
1237+
"@typescript-eslint/visitor-keys" "8.25.0"
1238+
12201239
"@typescript-eslint/[email protected]":
12211240
version "8.24.1"
12221241
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz"
@@ -1232,6 +1251,11 @@
12321251
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.1.tgz"
12331252
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
12341253

1254+
"@typescript-eslint/[email protected]":
1255+
version "8.25.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
1257+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
1258+
12351259
"@typescript-eslint/[email protected]":
12361260
version "8.24.1"
12371261
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz"
@@ -1246,6 +1270,20 @@
12461270
semver "^7.6.0"
12471271
ts-api-utils "^2.0.1"
12481272

1273+
"@typescript-eslint/[email protected]":
1274+
version "8.25.0"
1275+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
1276+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
1277+
dependencies:
1278+
"@typescript-eslint/types" "8.25.0"
1279+
"@typescript-eslint/visitor-keys" "8.25.0"
1280+
debug "^4.3.4"
1281+
fast-glob "^3.3.2"
1282+
is-glob "^4.0.3"
1283+
minimatch "^9.0.4"
1284+
semver "^7.6.0"
1285+
ts-api-utils "^2.0.1"
1286+
12491287
"@typescript-eslint/[email protected]":
12501288
version "8.24.1"
12511289
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.1.tgz"
@@ -1264,6 +1302,14 @@
12641302
"@typescript-eslint/types" "8.24.1"
12651303
eslint-visitor-keys "^4.2.0"
12661304

1305+
"@typescript-eslint/[email protected]":
1306+
version "8.25.0"
1307+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
1308+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
1309+
dependencies:
1310+
"@typescript-eslint/types" "8.25.0"
1311+
eslint-visitor-keys "^4.2.0"
1312+
12671313
12681314
version "2.0.2"
12691315
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"

0 commit comments

Comments
 (0)