Skip to content

Commit a339a0a

Browse files
Bump @typescript-eslint/parser from 6.17.0 to 6.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.17.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]>
1 parent b5281f5 commit a339a0a

File tree

1 file changed

+47
-31
lines changed

1 file changed

+47
-31
lines changed

yarn.lock

+47-31
Original file line numberDiff line numberDiff line change
@@ -1335,23 +1335,23 @@
13351335
ts-api-utils "^1.0.1"
13361336

13371337
"@typescript-eslint/parser@^6.17.0":
1338-
version "6.17.0"
1339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.17.0.tgz#8cd7a0599888ca6056082225b2fdf9a635bf32a1"
1340-
integrity sha512-C4bBaX2orvhK+LlwrY8oWGmSl4WolCfYm513gEccdWZj0CwGadbIADb0FtVEcI+WzUyjyoBj2JRP8g25E6IB8A==
1341-
dependencies:
1342-
"@typescript-eslint/scope-manager" "6.17.0"
1343-
"@typescript-eslint/types" "6.17.0"
1344-
"@typescript-eslint/typescript-estree" "6.17.0"
1345-
"@typescript-eslint/visitor-keys" "6.17.0"
1338+
version "6.21.0"
1339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1340+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1341+
dependencies:
1342+
"@typescript-eslint/scope-manager" "6.21.0"
1343+
"@typescript-eslint/types" "6.21.0"
1344+
"@typescript-eslint/typescript-estree" "6.21.0"
1345+
"@typescript-eslint/visitor-keys" "6.21.0"
13461346
debug "^4.3.4"
13471347

1348-
"@typescript-eslint/scope-manager@6.17.0":
1349-
version "6.17.0"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.17.0.tgz#70e6c1334d0d76562dfa61aed9009c140a7601b4"
1351-
integrity sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA==
1348+
"@typescript-eslint/scope-manager@6.21.0":
1349+
version "6.21.0"
1350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1351+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
13521352
dependencies:
1353-
"@typescript-eslint/types" "6.17.0"
1354-
"@typescript-eslint/visitor-keys" "6.17.0"
1353+
"@typescript-eslint/types" "6.21.0"
1354+
"@typescript-eslint/visitor-keys" "6.21.0"
13551355

13561356
"@typescript-eslint/[email protected]":
13571357
version "7.0.0"
@@ -1371,23 +1371,23 @@
13711371
debug "^4.3.4"
13721372
ts-api-utils "^1.0.1"
13731373

1374-
"@typescript-eslint/types@6.17.0":
1375-
version "6.17.0"
1376-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.17.0.tgz#844a92eb7c527110bf9a7d177e3f22bd5a2f40cb"
1377-
integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==
1374+
"@typescript-eslint/types@6.21.0":
1375+
version "6.21.0"
1376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1377+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
13781378

13791379
"@typescript-eslint/[email protected]":
13801380
version "7.0.0"
13811381
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
13821382
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
13831383

1384-
"@typescript-eslint/typescript-estree@6.17.0":
1385-
version "6.17.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz#b913d19886c52d8dc3db856903a36c6c64fd62aa"
1387-
integrity sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg==
1384+
"@typescript-eslint/typescript-estree@6.21.0":
1385+
version "6.21.0"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1387+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
13881388
dependencies:
1389-
"@typescript-eslint/types" "6.17.0"
1390-
"@typescript-eslint/visitor-keys" "6.17.0"
1389+
"@typescript-eslint/types" "6.21.0"
1390+
"@typescript-eslint/visitor-keys" "6.21.0"
13911391
debug "^4.3.4"
13921392
globby "^11.1.0"
13931393
is-glob "^4.0.3"
@@ -1422,12 +1422,12 @@
14221422
"@typescript-eslint/typescript-estree" "7.0.0"
14231423
semver "^7.5.4"
14241424

1425-
"@typescript-eslint/visitor-keys@6.17.0":
1426-
version "6.17.0"
1427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz#3ed043709c39b43ec1e58694f329e0b0430c26b6"
1428-
integrity sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg==
1425+
"@typescript-eslint/visitor-keys@6.21.0":
1426+
version "6.21.0"
1427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1428+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
14291429
dependencies:
1430-
"@typescript-eslint/types" "6.17.0"
1430+
"@typescript-eslint/types" "6.21.0"
14311431
eslint-visitor-keys "^3.4.1"
14321432

14331433
"@typescript-eslint/[email protected]":
@@ -6928,7 +6928,7 @@ stream-spec@~0.3.5:
69286928
dependencies:
69296929
macgyver "~1.10"
69306930

6931-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
6931+
"string-width-cjs@npm:string-width@^4.2.0":
69326932
version "4.2.3"
69336933
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
69346934
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6963,6 +6963,15 @@ string-width@^3.0.0, string-width@^3.1.0:
69636963
is-fullwidth-code-point "^2.0.0"
69646964
strip-ansi "^5.1.0"
69656965

6966+
string-width@^4.1.0:
6967+
version "4.2.3"
6968+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6969+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6970+
dependencies:
6971+
emoji-regex "^8.0.0"
6972+
is-fullwidth-code-point "^3.0.0"
6973+
strip-ansi "^6.0.1"
6974+
69666975
string-width@^5.0.1, string-width@^5.1.2:
69676976
version "5.1.2"
69686977
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -7002,7 +7011,7 @@ string_decoder@~1.1.1:
70027011
dependencies:
70037012
safe-buffer "~5.1.0"
70047013

7005-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7014+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
70067015
version "6.0.1"
70077016
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
70087017
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7030,6 +7039,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
70307039
dependencies:
70317040
ansi-regex "^4.1.0"
70327041

7042+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7043+
version "6.0.1"
7044+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7045+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7046+
dependencies:
7047+
ansi-regex "^5.0.1"
7048+
70337049
strip-ansi@^7.0.1:
70347050
version "7.1.0"
70357051
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"

0 commit comments

Comments
 (0)