Skip to content

Commit 24b8f49

Browse files
build(deps-dev): Bump @typescript-eslint/parser from 6.15.0 to 6.21.0 (#2086)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.15.0 to 6.21.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/v6.21.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42aaa40 commit 24b8f49

File tree

1 file changed

+51
-16
lines changed

1 file changed

+51
-16
lines changed

yarn.lock

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,14 @@
12001200
ts-api-utils "^1.0.1"
12011201

12021202
"@typescript-eslint/parser@^6.9.1":
1203-
version "6.15.0"
1204-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7"
1205-
integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==
1206-
dependencies:
1207-
"@typescript-eslint/scope-manager" "6.15.0"
1208-
"@typescript-eslint/types" "6.15.0"
1209-
"@typescript-eslint/typescript-estree" "6.15.0"
1210-
"@typescript-eslint/visitor-keys" "6.15.0"
1203+
version "6.21.0"
1204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1205+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1206+
dependencies:
1207+
"@typescript-eslint/scope-manager" "6.21.0"
1208+
"@typescript-eslint/types" "6.21.0"
1209+
"@typescript-eslint/typescript-estree" "6.21.0"
1210+
"@typescript-eslint/visitor-keys" "6.21.0"
12111211
debug "^4.3.4"
12121212

12131213
"@typescript-eslint/[email protected]":
@@ -1218,14 +1218,22 @@
12181218
"@typescript-eslint/types" "5.62.0"
12191219
"@typescript-eslint/visitor-keys" "5.62.0"
12201220

1221-
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^6.15.0":
1221+
"@typescript-eslint/[email protected]":
12221222
version "6.15.0"
12231223
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.15.0.tgz#40e5214a3e9e048aca55ce33381bc61b6b51c32a"
12241224
integrity sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg==
12251225
dependencies:
12261226
"@typescript-eslint/types" "6.15.0"
12271227
"@typescript-eslint/visitor-keys" "6.15.0"
12281228

1229+
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^6.15.0":
1230+
version "6.21.0"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1232+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1233+
dependencies:
1234+
"@typescript-eslint/types" "6.21.0"
1235+
"@typescript-eslint/visitor-keys" "6.21.0"
1236+
12291237
"@typescript-eslint/[email protected]":
12301238
version "6.15.0"
12311239
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01"
@@ -1246,6 +1254,11 @@
12461254
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5"
12471255
integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==
12481256

1257+
"@typescript-eslint/[email protected]":
1258+
version "6.21.0"
1259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1260+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1261+
12491262
"@typescript-eslint/[email protected]":
12501263
version "5.62.0"
12511264
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1272,6 +1285,20 @@
12721285
semver "^7.5.4"
12731286
ts-api-utils "^1.0.1"
12741287

1288+
"@typescript-eslint/[email protected]":
1289+
version "6.21.0"
1290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1291+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1292+
dependencies:
1293+
"@typescript-eslint/types" "6.21.0"
1294+
"@typescript-eslint/visitor-keys" "6.21.0"
1295+
debug "^4.3.4"
1296+
globby "^11.1.0"
1297+
is-glob "^4.0.3"
1298+
minimatch "9.0.3"
1299+
semver "^7.5.4"
1300+
ts-api-utils "^1.0.1"
1301+
12751302
"@typescript-eslint/[email protected]":
12761303
version "6.15.0"
12771304
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c"
@@ -1315,6 +1342,14 @@
13151342
"@typescript-eslint/types" "6.15.0"
13161343
eslint-visitor-keys "^3.4.1"
13171344

1345+
"@typescript-eslint/[email protected]":
1346+
version "6.21.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1348+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1349+
dependencies:
1350+
"@typescript-eslint/types" "6.21.0"
1351+
eslint-visitor-keys "^3.4.1"
1352+
13181353
"@ungap/structured-clone@^1.2.0":
13191354
version "1.2.0"
13201355
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -5320,20 +5355,20 @@ min-indent@^1.0.0:
53205355
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
53215356
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
53225357

5358+
[email protected], minimatch@^9.0.1, minimatch@~9.0.3:
5359+
version "9.0.3"
5360+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5361+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5362+
dependencies:
5363+
brace-expansion "^2.0.1"
5364+
53235365
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
53245366
version "3.1.2"
53255367
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
53265368
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
53275369
dependencies:
53285370
brace-expansion "^1.1.7"
53295371

5330-
minimatch@^9.0.1, minimatch@~9.0.3:
5331-
version "9.0.3"
5332-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5333-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5334-
dependencies:
5335-
brace-expansion "^2.0.1"
5336-
53375372
53385373
version "4.1.0"
53395374
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)