Skip to content

Commit 0af7706

Browse files
chore(deps): update dependency @typescript-eslint/parser to v8
1 parent 5fd60a7 commit 0af7706

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.16.1",
38-
"@typescript-eslint/parser": "6.21.0",
38+
"@typescript-eslint/parser": "8.2.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.2.0":
822+
version "8.2.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
824+
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
825+
dependencies:
826+
"@typescript-eslint/scope-manager" "8.2.0"
827+
"@typescript-eslint/types" "8.2.0"
828+
"@typescript-eslint/typescript-estree" "8.2.0"
829+
"@typescript-eslint/visitor-keys" "8.2.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.2.0":
860+
version "8.2.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
862+
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
863863
dependencies:
864-
"@typescript-eslint/types" "6.21.0"
865-
"@typescript-eslint/visitor-keys" "6.21.0"
864+
"@typescript-eslint/types" "8.2.0"
865+
"@typescript-eslint/visitor-keys" "8.2.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.2.0":
888+
version "8.2.0"
889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
890+
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
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.2.0":
920+
version "8.2.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
922+
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
923923
dependencies:
924-
"@typescript-eslint/types" "6.21.0"
925-
"@typescript-eslint/visitor-keys" "6.21.0"
924+
"@typescript-eslint/types" "8.2.0"
925+
"@typescript-eslint/visitor-keys" "8.2.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.2.0":
977+
version "8.2.0"
978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
979+
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
980980
dependencies:
981-
"@typescript-eslint/types" "6.21.0"
982-
eslint-visitor-keys "^3.4.1"
981+
"@typescript-eslint/types" "8.2.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)