Skip to content

Commit 3bd3a5e

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 8.1.0 to 8.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.1.0 to 8.20.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/v8.20.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 3a40627 commit 3bd3a5e

File tree

1 file changed

+53
-8
lines changed

1 file changed

+53
-8
lines changed

yarn.lock

+53-8
Original file line numberDiff line numberDiff line change
@@ -975,14 +975,14 @@
975975
ts-api-utils "^1.3.0"
976976

977977
"@typescript-eslint/parser@^8.1.0":
978-
version "8.1.0"
979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303"
980-
integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==
981-
dependencies:
982-
"@typescript-eslint/scope-manager" "8.1.0"
983-
"@typescript-eslint/types" "8.1.0"
984-
"@typescript-eslint/typescript-estree" "8.1.0"
985-
"@typescript-eslint/visitor-keys" "8.1.0"
978+
version "8.20.0"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
980+
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
981+
dependencies:
982+
"@typescript-eslint/scope-manager" "8.20.0"
983+
"@typescript-eslint/types" "8.20.0"
984+
"@typescript-eslint/typescript-estree" "8.20.0"
985+
"@typescript-eslint/visitor-keys" "8.20.0"
986986
debug "^4.3.4"
987987

988988
"@typescript-eslint/[email protected]":
@@ -993,6 +993,14 @@
993993
"@typescript-eslint/types" "8.1.0"
994994
"@typescript-eslint/visitor-keys" "8.1.0"
995995

996+
"@typescript-eslint/[email protected]":
997+
version "8.20.0"
998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
999+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
1000+
dependencies:
1001+
"@typescript-eslint/types" "8.20.0"
1002+
"@typescript-eslint/visitor-keys" "8.20.0"
1003+
9961004
"@typescript-eslint/[email protected]":
9971005
version "8.1.0"
9981006
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.1.0.tgz#dbf5a4308166dfc37a36305390dea04a3a3b5048"
@@ -1008,6 +1016,11 @@
10081016
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
10091017
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
10101018

1019+
"@typescript-eslint/[email protected]":
1020+
version "8.20.0"
1021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
1022+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
1023+
10111024
"@typescript-eslint/[email protected]":
10121025
version "8.1.0"
10131026
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
@@ -1022,6 +1035,20 @@
10221035
semver "^7.6.0"
10231036
ts-api-utils "^1.3.0"
10241037

1038+
"@typescript-eslint/[email protected]":
1039+
version "8.20.0"
1040+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
1041+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
1042+
dependencies:
1043+
"@typescript-eslint/types" "8.20.0"
1044+
"@typescript-eslint/visitor-keys" "8.20.0"
1045+
debug "^4.3.4"
1046+
fast-glob "^3.3.2"
1047+
is-glob "^4.0.3"
1048+
minimatch "^9.0.4"
1049+
semver "^7.6.0"
1050+
ts-api-utils "^2.0.0"
1051+
10251052
"@typescript-eslint/[email protected]":
10261053
version "8.1.0"
10271054
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.1.0.tgz#a922985a43d2560ce0d293be79148fa80c1325e0"
@@ -1040,6 +1067,14 @@
10401067
"@typescript-eslint/types" "8.1.0"
10411068
eslint-visitor-keys "^3.4.3"
10421069

1070+
"@typescript-eslint/[email protected]":
1071+
version "8.20.0"
1072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
1073+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
1074+
dependencies:
1075+
"@typescript-eslint/types" "8.20.0"
1076+
eslint-visitor-keys "^4.2.0"
1077+
10431078
"@ungap/structured-clone@^1.2.0":
10441079
version "1.2.0"
10451080
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2594,6 +2629,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
25942629
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25952630
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25962631

2632+
eslint-visitor-keys@^4.2.0:
2633+
version "4.2.0"
2634+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2635+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2636+
25972637
25982638
version "8.57.0"
25992639
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -5685,6 +5725,11 @@ ts-api-utils@^1.3.0:
56855725
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
56865726
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
56875727

5728+
ts-api-utils@^2.0.0:
5729+
version "2.0.0"
5730+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
5731+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
5732+
56885733
ts-jest@^29.2.4:
56895734
version "29.2.4"
56905735
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)