Skip to content

Commit 4f61ab6

Browse files
build(deps-dev): Bump @typescript-eslint/parser from 7.0.1 to 7.8.0 (#2145)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.8.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/v7.8.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 b19a016 commit 4f61ab6

File tree

1 file changed

+88
-5
lines changed

1 file changed

+88
-5
lines changed

yarn.lock

Lines changed: 88 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@
11891189
semver "^7.5.4"
11901190
ts-api-utils "^1.0.1"
11911191

1192-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^7.0.1":
1192+
"@typescript-eslint/[email protected]":
11931193
version "7.0.1"
11941194
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.1.tgz#e9c61d9a5e32242477d92756d36086dc40322eed"
11951195
integrity sha512-8GcRRZNzaHxKzBPU3tKtFNing571/GwPBeCvmAUw0yBtfE2XVd0zFKJIMSWkHJcPQi0ekxjIts6L/rrZq5cxGQ==
@@ -1200,6 +1200,17 @@
12001200
"@typescript-eslint/visitor-keys" "7.0.1"
12011201
debug "^4.3.4"
12021202

1203+
"@typescript-eslint/parser@^7.0.1":
1204+
version "7.8.0"
1205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.8.0.tgz#1e1db30c8ab832caffee5f37e677dbcb9357ddc8"
1206+
integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
1207+
dependencies:
1208+
"@typescript-eslint/scope-manager" "7.8.0"
1209+
"@typescript-eslint/types" "7.8.0"
1210+
"@typescript-eslint/typescript-estree" "7.8.0"
1211+
"@typescript-eslint/visitor-keys" "7.8.0"
1212+
debug "^4.3.4"
1213+
12031214
"@typescript-eslint/[email protected]":
12041215
version "5.62.0"
12051216
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -1216,6 +1227,14 @@
12161227
"@typescript-eslint/types" "7.0.1"
12171228
"@typescript-eslint/visitor-keys" "7.0.1"
12181229

1230+
"@typescript-eslint/[email protected]":
1231+
version "7.8.0"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
1233+
integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
1234+
dependencies:
1235+
"@typescript-eslint/types" "7.8.0"
1236+
"@typescript-eslint/visitor-keys" "7.8.0"
1237+
12191238
"@typescript-eslint/[email protected]":
12201239
version "7.0.1"
12211240
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz#0fba92c1f81cad561d7b3adc812aa1cc0e35cdae"
@@ -1236,6 +1255,11 @@
12361255
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.1.tgz#dcfabce192db5b8bf77ea3c82cfaabe6e6a3c901"
12371256
integrity sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==
12381257

1258+
"@typescript-eslint/[email protected]":
1259+
version "7.8.0"
1260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
1261+
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
1262+
12391263
"@typescript-eslint/[email protected]":
12401264
version "5.62.0"
12411265
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1263,6 +1287,20 @@
12631287
semver "^7.5.4"
12641288
ts-api-utils "^1.0.1"
12651289

1290+
"@typescript-eslint/[email protected]":
1291+
version "7.8.0"
1292+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
1293+
integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
1294+
dependencies:
1295+
"@typescript-eslint/types" "7.8.0"
1296+
"@typescript-eslint/visitor-keys" "7.8.0"
1297+
debug "^4.3.4"
1298+
globby "^11.1.0"
1299+
is-glob "^4.0.3"
1300+
minimatch "^9.0.4"
1301+
semver "^7.6.0"
1302+
ts-api-utils "^1.3.0"
1303+
12661304
"@typescript-eslint/[email protected]":
12671305
version "7.0.1"
12681306
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.1.tgz#b8ceac0ba5fef362b4a03a33c0e1fedeea3734ed"
@@ -1306,6 +1344,14 @@
13061344
"@typescript-eslint/types" "7.0.1"
13071345
eslint-visitor-keys "^3.4.1"
13081346

1347+
"@typescript-eslint/[email protected]":
1348+
version "7.8.0"
1349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
1350+
integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
1351+
dependencies:
1352+
"@typescript-eslint/types" "7.8.0"
1353+
eslint-visitor-keys "^3.4.3"
1354+
13091355
"@ungap/structured-clone@^1.2.0":
13101356
version "1.2.0"
13111357
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -5320,6 +5366,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
53205366
dependencies:
53215367
brace-expansion "^1.1.7"
53225368

5369+
minimatch@^9.0.4:
5370+
version "9.0.4"
5371+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5372+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5373+
dependencies:
5374+
brace-expansion "^2.0.1"
5375+
53235376
53245377
version "4.1.0"
53255378
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6526,7 +6579,7 @@ semver@^6.3.0, semver@^6.3.1:
65266579
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
65276580
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
65286581

6529-
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
6582+
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
65306583
version "7.6.0"
65316584
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
65326585
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -6800,7 +6853,16 @@ string-length@^4.0.1:
68006853
char-regex "^1.0.2"
68016854
strip-ansi "^6.0.0"
68026855

6803-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
6856+
"string-width-cjs@npm:string-width@^4.2.0":
6857+
version "4.2.3"
6858+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6859+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6860+
dependencies:
6861+
emoji-regex "^8.0.0"
6862+
is-fullwidth-code-point "^3.0.0"
6863+
strip-ansi "^6.0.1"
6864+
6865+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
68046866
version "4.2.3"
68056867
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
68066868
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6870,7 +6932,14 @@ string_decoder@^1.1.1:
68706932
dependencies:
68716933
safe-buffer "~5.2.0"
68726934

6873-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6935+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6936+
version "6.0.1"
6937+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6938+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6939+
dependencies:
6940+
ansi-regex "^5.0.1"
6941+
6942+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
68746943
version "6.0.1"
68756944
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
68766945
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7063,6 +7132,11 @@ ts-api-utils@^1.0.1:
70637132
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
70647133
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
70657134

7135+
ts-api-utils@^1.3.0:
7136+
version "1.3.0"
7137+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
7138+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
7139+
70667140
tsconfig-paths@^3.15.0:
70677141
version "3.15.0"
70687142
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
@@ -7492,7 +7566,7 @@ windows-release@^5.0.1:
74927566
dependencies:
74937567
execa "^5.1.1"
74947568

7495-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7569+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
74967570
version "7.0.0"
74977571
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
74987572
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7510,6 +7584,15 @@ wrap-ansi@^6.2.0:
75107584
string-width "^4.1.0"
75117585
strip-ansi "^6.0.0"
75127586

7587+
wrap-ansi@^7.0.0:
7588+
version "7.0.0"
7589+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7590+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7591+
dependencies:
7592+
ansi-styles "^4.0.0"
7593+
string-width "^4.1.0"
7594+
strip-ansi "^6.0.0"
7595+
75137596
wrap-ansi@^8.1.0:
75147597
version "8.1.0"
75157598
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)