Skip to content

Commit ba97c9c

Browse files
Bump @typescript-eslint/parser from 5.62.0 to 8.8.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 8.8.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.8.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95ef1e3 commit ba97c9c

File tree

2 files changed

+73
-9
lines changed

2 files changed

+73
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@types/node": "^22.0.0",
122122
"@types/vscode": "^1.68.0",
123123
"@typescript-eslint/eslint-plugin": "^5.47.0",
124-
"@typescript-eslint/parser": "^5.47.0",
124+
"@typescript-eslint/parser": "^8.8.1",
125125
"@vscode/test-electron": "^2.2.0",
126126
"esbuild": "^0.24.0",
127127
"eslint": "^8.22.0",

yarn.lock

Lines changed: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,15 @@
272272
semver "^7.3.7"
273273
tsutils "^3.21.0"
274274

275-
"@typescript-eslint/parser@^5.47.0":
276-
version "5.62.0"
277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
278-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
279-
dependencies:
280-
"@typescript-eslint/scope-manager" "5.62.0"
281-
"@typescript-eslint/types" "5.62.0"
282-
"@typescript-eslint/typescript-estree" "5.62.0"
275+
"@typescript-eslint/parser@^8.8.1":
276+
version "8.8.1"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.1.tgz#5952ba2a83bd52024b872f3fdc8ed2d3636073b8"
278+
integrity sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==
279+
dependencies:
280+
"@typescript-eslint/scope-manager" "8.8.1"
281+
"@typescript-eslint/types" "8.8.1"
282+
"@typescript-eslint/typescript-estree" "8.8.1"
283+
"@typescript-eslint/visitor-keys" "8.8.1"
283284
debug "^4.3.4"
284285

285286
"@typescript-eslint/[email protected]":
@@ -290,6 +291,14 @@
290291
"@typescript-eslint/types" "5.62.0"
291292
"@typescript-eslint/visitor-keys" "5.62.0"
292293

294+
"@typescript-eslint/[email protected]":
295+
version "8.8.1"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz#b4bea1c0785aaebfe3c4ab059edaea1c4977e7ff"
297+
integrity sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==
298+
dependencies:
299+
"@typescript-eslint/types" "8.8.1"
300+
"@typescript-eslint/visitor-keys" "8.8.1"
301+
293302
"@typescript-eslint/[email protected]":
294303
version "5.62.0"
295304
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -305,6 +314,11 @@
305314
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
306315
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
307316

317+
"@typescript-eslint/[email protected]":
318+
version "8.8.1"
319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.1.tgz#ebe85e0fa4a8e32a24a56adadf060103bef13bd1"
320+
integrity sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==
321+
308322
"@typescript-eslint/[email protected]":
309323
version "5.62.0"
310324
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -318,6 +332,20 @@
318332
semver "^7.3.7"
319333
tsutils "^3.21.0"
320334

335+
"@typescript-eslint/[email protected]":
336+
version "8.8.1"
337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz#34649f4e28d32ee49152193bc7dedc0e78e5d1ec"
338+
integrity sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==
339+
dependencies:
340+
"@typescript-eslint/types" "8.8.1"
341+
"@typescript-eslint/visitor-keys" "8.8.1"
342+
debug "^4.3.4"
343+
fast-glob "^3.3.2"
344+
is-glob "^4.0.3"
345+
minimatch "^9.0.4"
346+
semver "^7.6.0"
347+
ts-api-utils "^1.3.0"
348+
321349
"@typescript-eslint/[email protected]":
322350
version "5.62.0"
323351
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -340,6 +368,14 @@
340368
"@typescript-eslint/types" "5.62.0"
341369
eslint-visitor-keys "^3.3.0"
342370

371+
"@typescript-eslint/[email protected]":
372+
version "8.8.1"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz#0fb1280f381149fc345dfde29f7542ff4e587fc5"
374+
integrity sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==
375+
dependencies:
376+
"@typescript-eslint/types" "8.8.1"
377+
eslint-visitor-keys "^3.4.3"
378+
343379
"@ungap/structured-clone@^1.2.0":
344380
version "1.2.0"
345381
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -988,6 +1024,17 @@ fast-glob@^3.2.9:
9881024
merge2 "^1.3.0"
9891025
micromatch "^4.0.4"
9901026

1027+
fast-glob@^3.3.2:
1028+
version "3.3.2"
1029+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1030+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1031+
dependencies:
1032+
"@nodelib/fs.stat" "^2.0.2"
1033+
"@nodelib/fs.walk" "^1.2.3"
1034+
glob-parent "^5.1.2"
1035+
merge2 "^1.3.0"
1036+
micromatch "^4.0.4"
1037+
9911038
fast-json-stable-stringify@^2.0.0:
9921039
version "2.1.0"
9931040
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1518,6 +1565,13 @@ minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
15181565
dependencies:
15191566
brace-expansion "^2.0.1"
15201567

1568+
minimatch@^9.0.4:
1569+
version "9.0.5"
1570+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1571+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1572+
dependencies:
1573+
brace-expansion "^2.0.1"
1574+
15211575
minimist@^1.2.0, minimist@^1.2.3:
15221576
version "1.2.7"
15231577
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
@@ -1918,6 +1972,11 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.6.2:
19181972
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
19191973
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
19201974

1975+
semver@^7.6.0:
1976+
version "7.6.3"
1977+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1978+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1979+
19211980
serialize-javascript@^6.0.2:
19221981
version "6.0.2"
19231982
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -2129,6 +2188,11 @@ to-regex-range@^5.0.1:
21292188
dependencies:
21302189
is-number "^7.0.0"
21312190

2191+
ts-api-utils@^1.3.0:
2192+
version "1.3.0"
2193+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
2194+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
2195+
21322196
tslib@^1.8.1:
21332197
version "1.14.1"
21342198
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)