Skip to content

Commit d44b8e4

Browse files
chore(deps): update dependency @typescript-eslint/parser to v8
1 parent 85e8cbd commit d44b8e4

2 files changed

Lines changed: 52 additions & 35 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@types/jest": "29.5.12",
3737
"@types/node": "20.14.15",
38-
"@typescript-eslint/parser": "6.21.0",
38+
"@typescript-eslint/parser": "8.1.0",
3939
"@vercel/ncc": "0.38.1",
4040
"eslint": "8.57.0",
4141
"eslint-plugin-github": "4.10.1",

yarn.lock

Lines changed: 51 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,15 @@
818818
semver "^7.5.4"
819819
ts-api-utils "^1.0.1"
820820

821-
"@typescript-eslint/parser@6.21.0":
822-
version "6.21.0"
823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
824-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
825-
dependencies:
826-
"@typescript-eslint/scope-manager" "6.21.0"
827-
"@typescript-eslint/types" "6.21.0"
828-
"@typescript-eslint/typescript-estree" "6.21.0"
829-
"@typescript-eslint/visitor-keys" "6.21.0"
821+
"@typescript-eslint/parser@8.1.0":
822+
version "8.1.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303"
824+
integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==
825+
dependencies:
826+
"@typescript-eslint/scope-manager" "8.1.0"
827+
"@typescript-eslint/types" "8.1.0"
828+
"@typescript-eslint/typescript-estree" "8.1.0"
829+
"@typescript-eslint/visitor-keys" "8.1.0"
830830
debug "^4.3.4"
831831

832832
"@typescript-eslint/parser@^6.0.0":
@@ -856,13 +856,13 @@
856856
"@typescript-eslint/types" "6.19.1"
857857
"@typescript-eslint/visitor-keys" "6.19.1"
858858

859-
"@typescript-eslint/scope-manager@6.21.0":
860-
version "6.21.0"
861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
862-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
859+
"@typescript-eslint/scope-manager@8.1.0":
860+
version "8.1.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.1.0.tgz#dd8987d2efebb71d230a1c71d82e84a7aead5c3d"
862+
integrity sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==
863863
dependencies:
864-
"@typescript-eslint/types" "6.21.0"
865-
"@typescript-eslint/visitor-keys" "6.21.0"
864+
"@typescript-eslint/types" "8.1.0"
865+
"@typescript-eslint/visitor-keys" "8.1.0"
866866

867867
"@typescript-eslint/type-utils@6.19.1":
868868
version "6.19.1"
@@ -884,10 +884,10 @@
884884
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
885885
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
886886

887-
"@typescript-eslint/types@6.21.0":
888-
version "6.21.0"
889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
890-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
887+
"@typescript-eslint/types@8.1.0":
888+
version "8.1.0"
889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
890+
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
891891

892892
"@typescript-eslint/typescript-estree@5.62.0":
893893
version "5.62.0"
@@ -916,19 +916,19 @@
916916
semver "^7.5.4"
917917
ts-api-utils "^1.0.1"
918918

919-
"@typescript-eslint/typescript-estree@6.21.0":
920-
version "6.21.0"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
922-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
919+
"@typescript-eslint/typescript-estree@8.1.0":
920+
version "8.1.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
922+
integrity sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==
923923
dependencies:
924-
"@typescript-eslint/types" "6.21.0"
925-
"@typescript-eslint/visitor-keys" "6.21.0"
924+
"@typescript-eslint/types" "8.1.0"
925+
"@typescript-eslint/visitor-keys" "8.1.0"
926926
debug "^4.3.4"
927927
globby "^11.1.0"
928928
is-glob "^4.0.3"
929-
minimatch "9.0.3"
930-
semver "^7.5.4"
931-
ts-api-utils "^1.0.1"
929+
minimatch "^9.0.4"
930+
semver "^7.6.0"
931+
ts-api-utils "^1.3.0"
932932

933933
"@typescript-eslint/utils@6.19.1":
934934
version "6.19.1"
@@ -973,13 +973,13 @@
973973
"@typescript-eslint/types" "6.19.1"
974974
eslint-visitor-keys "^3.4.1"
975975

976-
"@typescript-eslint/visitor-keys@6.21.0":
977-
version "6.21.0"
978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
979-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
976+
"@typescript-eslint/visitor-keys@8.1.0":
977+
version "8.1.0"
978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.1.0.tgz#ab2b3a9699a8ddebf0c205e133f114c1fed9daad"
979+
integrity sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==
980980
dependencies:
981-
"@typescript-eslint/types" "6.21.0"
982-
eslint-visitor-keys "^3.4.1"
981+
"@typescript-eslint/types" "8.1.0"
982+
eslint-visitor-keys "^3.4.3"
983983

984984
"@ungap/structured-clone@^1.2.0":
985985
version "1.2.0"
@@ -3143,6 +3143,13 @@ minimatch@^5.0.1:
31433143
dependencies:
31443144
brace-expansion "^2.0.1"
31453145

3146+
minimatch@^9.0.4:
3147+
version "9.0.5"
3148+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3149+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3150+
dependencies:
3151+
brace-expansion "^2.0.1"
3152+
31463153
minimist@^1.2.0, minimist@^1.2.6:
31473154
version "1.2.8"
31483155
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3536,6 +3543,11 @@ semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
35363543
dependencies:
35373544
lru-cache "^6.0.0"
35383545

3546+
semver@^7.6.0:
3547+
version "7.6.3"
3548+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3549+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3550+
35393551
set-function-length@^1.1.1:
35403552
version "1.2.0"
35413553
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1"
@@ -3763,6 +3775,11 @@ ts-api-utils@^1.0.1:
37633775
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
37643776
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
37653777

3778+
ts-api-utils@^1.3.0:
3779+
version "1.3.0"
3780+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3781+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3782+
37663783
ts-jest@29.2.4:
37673784
version "29.2.4"
37683785
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"

0 commit comments

Comments
 (0)