Skip to content

Commit 73bb3cd

Browse files
Bump @typescript-eslint/parser from 6.4.1 to 6.5.0 (#98)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 6.5.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.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d59f987 commit 73bb3cd

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -939,14 +939,14 @@
939939
ts-api-utils "^1.0.1"
940940

941941
"@typescript-eslint/parser@^6.1.0":
942-
version "6.4.1"
943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.1.tgz#85ad550bf4ac4aa227504f1becb828f8e46c44e3"
944-
integrity sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==
945-
dependencies:
946-
"@typescript-eslint/scope-manager" "6.4.1"
947-
"@typescript-eslint/types" "6.4.1"
948-
"@typescript-eslint/typescript-estree" "6.4.1"
949-
"@typescript-eslint/visitor-keys" "6.4.1"
942+
version "6.5.0"
943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.5.0.tgz#3d6ed231c5e307c5f5f4a0d86893ec01e92b8c77"
944+
integrity sha512-LMAVtR5GN8nY0G0BadkG0XIe4AcNMeyEy3DyhKGAh9k4pLSMBO7rF29JvDBpZGCmp5Pgz5RLHP6eCpSYZJQDuQ==
945+
dependencies:
946+
"@typescript-eslint/scope-manager" "6.5.0"
947+
"@typescript-eslint/types" "6.5.0"
948+
"@typescript-eslint/typescript-estree" "6.5.0"
949+
"@typescript-eslint/visitor-keys" "6.5.0"
950950
debug "^4.3.4"
951951

952952
"@typescript-eslint/scope-manager@6.4.1":
@@ -957,6 +957,14 @@
957957
"@typescript-eslint/types" "6.4.1"
958958
"@typescript-eslint/visitor-keys" "6.4.1"
959959

960+
"@typescript-eslint/scope-manager@6.5.0":
961+
version "6.5.0"
962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.5.0.tgz#f2cb20895aaad41b3ad27cc3a338ce8598f261c5"
963+
integrity sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==
964+
dependencies:
965+
"@typescript-eslint/types" "6.5.0"
966+
"@typescript-eslint/visitor-keys" "6.5.0"
967+
960968
"@typescript-eslint/type-utils@6.4.1":
961969
version "6.4.1"
962970
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.1.tgz#fa21cb13016c8d6f352fe9b2d6c9ab6edc2d1857"
@@ -972,6 +980,11 @@
972980
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.1.tgz#b2c61159f46dda210fed9f117f5d027f65bb5c3b"
973981
integrity sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==
974982

983+
"@typescript-eslint/types@6.5.0":
984+
version "6.5.0"
985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
986+
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
987+
975988
"@typescript-eslint/typescript-estree@6.4.1":
976989
version "6.4.1"
977990
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz#91ff88101c710adb0f70a317f2f65efa9441da45"
@@ -985,6 +998,19 @@
985998
semver "^7.5.4"
986999
ts-api-utils "^1.0.1"
9871000

1001+
"@typescript-eslint/typescript-estree@6.5.0":
1002+
version "6.5.0"
1003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.5.0.tgz#1cef6bc822585e9ef89d88834bc902d911d747ed"
1004+
integrity sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==
1005+
dependencies:
1006+
"@typescript-eslint/types" "6.5.0"
1007+
"@typescript-eslint/visitor-keys" "6.5.0"
1008+
debug "^4.3.4"
1009+
globby "^11.1.0"
1010+
is-glob "^4.0.3"
1011+
semver "^7.5.4"
1012+
ts-api-utils "^1.0.1"
1013+
9881014
"@typescript-eslint/utils@6.4.1":
9891015
version "6.4.1"
9901016
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.1.tgz#81bf62ff0c3119a26c19fab683582e29450717bc"
@@ -1006,6 +1032,14 @@
10061032
"@typescript-eslint/types" "6.4.1"
10071033
eslint-visitor-keys "^3.4.1"
10081034

1035+
"@typescript-eslint/visitor-keys@6.5.0":
1036+
version "6.5.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.5.0.tgz#1a6f474a0170a447b76f0699ce6700110fd11436"
1038+
integrity sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==
1039+
dependencies:
1040+
"@typescript-eslint/types" "6.5.0"
1041+
eslint-visitor-keys "^3.4.1"
1042+
10091043
abortcontroller-polyfill@^1.1.9:
10101044
version "1.7.3"
10111045
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.3.tgz#1b5b487bd6436b5b764fd52a612509702c3144b5"

0 commit comments

Comments
 (0)