Skip to content

Commit bca84f1

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 54eb0fa commit bca84f1

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -1330,23 +1330,23 @@
13301330
ts-api-utils "^1.0.1"
13311331

13321332
"@typescript-eslint/parser@^6.17.0":
1333-
version "6.17.0"
1334-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.17.0.tgz#8cd7a0599888ca6056082225b2fdf9a635bf32a1"
1335-
integrity sha512-C4bBaX2orvhK+LlwrY8oWGmSl4WolCfYm513gEccdWZj0CwGadbIADb0FtVEcI+WzUyjyoBj2JRP8g25E6IB8A==
1336-
dependencies:
1337-
"@typescript-eslint/scope-manager" "6.17.0"
1338-
"@typescript-eslint/types" "6.17.0"
1339-
"@typescript-eslint/typescript-estree" "6.17.0"
1340-
"@typescript-eslint/visitor-keys" "6.17.0"
1333+
version "6.21.0"
1334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1335+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1336+
dependencies:
1337+
"@typescript-eslint/scope-manager" "6.21.0"
1338+
"@typescript-eslint/types" "6.21.0"
1339+
"@typescript-eslint/typescript-estree" "6.21.0"
1340+
"@typescript-eslint/visitor-keys" "6.21.0"
13411341
debug "^4.3.4"
13421342

1343-
"@typescript-eslint/scope-manager@6.17.0":
1344-
version "6.17.0"
1345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.17.0.tgz#70e6c1334d0d76562dfa61aed9009c140a7601b4"
1346-
integrity sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA==
1343+
"@typescript-eslint/scope-manager@6.21.0":
1344+
version "6.21.0"
1345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1346+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
13471347
dependencies:
1348-
"@typescript-eslint/types" "6.17.0"
1349-
"@typescript-eslint/visitor-keys" "6.17.0"
1348+
"@typescript-eslint/types" "6.21.0"
1349+
"@typescript-eslint/visitor-keys" "6.21.0"
13501350

13511351
"@typescript-eslint/[email protected]":
13521352
version "7.0.0"
@@ -1366,23 +1366,23 @@
13661366
debug "^4.3.4"
13671367
ts-api-utils "^1.0.1"
13681368

1369-
"@typescript-eslint/types@6.17.0":
1370-
version "6.17.0"
1371-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.17.0.tgz#844a92eb7c527110bf9a7d177e3f22bd5a2f40cb"
1372-
integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==
1369+
"@typescript-eslint/types@6.21.0":
1370+
version "6.21.0"
1371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1372+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
13731373

13741374
"@typescript-eslint/[email protected]":
13751375
version "7.0.0"
13761376
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
13771377
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
13781378

1379-
"@typescript-eslint/typescript-estree@6.17.0":
1380-
version "6.17.0"
1381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz#b913d19886c52d8dc3db856903a36c6c64fd62aa"
1382-
integrity sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg==
1379+
"@typescript-eslint/typescript-estree@6.21.0":
1380+
version "6.21.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1382+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
13831383
dependencies:
1384-
"@typescript-eslint/types" "6.17.0"
1385-
"@typescript-eslint/visitor-keys" "6.17.0"
1384+
"@typescript-eslint/types" "6.21.0"
1385+
"@typescript-eslint/visitor-keys" "6.21.0"
13861386
debug "^4.3.4"
13871387
globby "^11.1.0"
13881388
is-glob "^4.0.3"
@@ -1417,12 +1417,12 @@
14171417
"@typescript-eslint/typescript-estree" "7.0.0"
14181418
semver "^7.5.4"
14191419

1420-
"@typescript-eslint/visitor-keys@6.17.0":
1421-
version "6.17.0"
1422-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz#3ed043709c39b43ec1e58694f329e0b0430c26b6"
1423-
integrity sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg==
1420+
"@typescript-eslint/visitor-keys@6.21.0":
1421+
version "6.21.0"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1423+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
14241424
dependencies:
1425-
"@typescript-eslint/types" "6.17.0"
1425+
"@typescript-eslint/types" "6.21.0"
14261426
eslint-visitor-keys "^3.4.1"
14271427

14281428
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)