Skip to content

Commit 2c0f1f9

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 043bd07 commit 2c0f1f9

File tree

2 files changed

+110
-71
lines changed

2 files changed

+110
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"js-yaml": "^4.1.0",
7979
"typescript": "^5.5.4",
8080
"@types/jest": "^29.5.12",
81-
"@typescript-eslint/eslint-plugin": "^7.17.0",
82-
"@typescript-eslint/parser": "^7.18.0",
81+
"@typescript-eslint/eslint-plugin": "^8.0.0",
82+
"@typescript-eslint/parser": "^8.0.0",
8383
"@vercel/ncc": "^0.38.1",
8484
"eslint-plugin-jest": "^28.8.0",
8585
"eslint-plugin-jsonc": "^2.16.0",

yarn.lock

Lines changed: 108 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@
309309
dependencies:
310310
eslint-visitor-keys "^3.3.0"
311311

312+
"@eslint-community/eslint-utils@^4.7.0":
313+
version "4.7.0"
314+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
315+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
316+
dependencies:
317+
eslint-visitor-keys "^3.4.3"
318+
312319
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
313320
version "4.11.0"
314321
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
@@ -746,20 +753,20 @@
746753
dependencies:
747754
"@types/yargs-parser" "*"
748755

749-
"@typescript-eslint/eslint-plugin@^7.17.0":
750-
version "7.18.0"
751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
752-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
756+
"@typescript-eslint/eslint-plugin@^8.0.0":
757+
version "8.41.0"
758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.41.0.tgz#42209e2ce3e2274de0f5f9b75c777deedacaa558"
759+
integrity sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==
753760
dependencies:
754761
"@eslint-community/regexpp" "^4.10.0"
755-
"@typescript-eslint/scope-manager" "7.18.0"
756-
"@typescript-eslint/type-utils" "7.18.0"
757-
"@typescript-eslint/utils" "7.18.0"
758-
"@typescript-eslint/visitor-keys" "7.18.0"
762+
"@typescript-eslint/scope-manager" "8.41.0"
763+
"@typescript-eslint/type-utils" "8.41.0"
764+
"@typescript-eslint/utils" "8.41.0"
765+
"@typescript-eslint/visitor-keys" "8.41.0"
759766
graphemer "^1.4.0"
760-
ignore "^5.3.1"
767+
ignore "^7.0.0"
761768
natural-compare "^1.4.0"
762-
ts-api-utils "^1.3.0"
769+
ts-api-utils "^2.1.0"
763770

764771
"@typescript-eslint/parser@^6.7.5":
765772
version "6.21.0"
@@ -772,15 +779,24 @@
772779
"@typescript-eslint/visitor-keys" "6.21.0"
773780
debug "^4.3.4"
774781

775-
"@typescript-eslint/parser@^7.18.0":
776-
version "7.18.0"
777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
778-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
782+
"@typescript-eslint/parser@^8.0.0":
783+
version "8.41.0"
784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898"
785+
integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==
786+
dependencies:
787+
"@typescript-eslint/scope-manager" "8.41.0"
788+
"@typescript-eslint/types" "8.41.0"
789+
"@typescript-eslint/typescript-estree" "8.41.0"
790+
"@typescript-eslint/visitor-keys" "8.41.0"
791+
debug "^4.3.4"
792+
793+
"@typescript-eslint/[email protected]":
794+
version "8.41.0"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882"
796+
integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==
779797
dependencies:
780-
"@typescript-eslint/scope-manager" "7.18.0"
781-
"@typescript-eslint/types" "7.18.0"
782-
"@typescript-eslint/typescript-estree" "7.18.0"
783-
"@typescript-eslint/visitor-keys" "7.18.0"
798+
"@typescript-eslint/tsconfig-utils" "^8.41.0"
799+
"@typescript-eslint/types" "^8.41.0"
784800
debug "^4.3.4"
785801

786802
"@typescript-eslint/[email protected]":
@@ -791,14 +807,6 @@
791807
"@typescript-eslint/types" "6.21.0"
792808
"@typescript-eslint/visitor-keys" "6.21.0"
793809

794-
"@typescript-eslint/[email protected]":
795-
version "7.18.0"
796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
797-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
798-
dependencies:
799-
"@typescript-eslint/types" "7.18.0"
800-
"@typescript-eslint/visitor-keys" "7.18.0"
801-
802810
"@typescript-eslint/[email protected]":
803811
version "8.3.0"
804812
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
@@ -807,31 +815,45 @@
807815
"@typescript-eslint/types" "8.3.0"
808816
"@typescript-eslint/visitor-keys" "8.3.0"
809817

810-
"@typescript-eslint/[email protected]":
811-
version "7.18.0"
812-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
813-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
818+
"@typescript-eslint/[email protected]":
819+
version "8.41.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5"
821+
integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==
822+
dependencies:
823+
"@typescript-eslint/types" "8.41.0"
824+
"@typescript-eslint/visitor-keys" "8.41.0"
825+
826+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.41.0":
827+
version "8.41.0"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75"
829+
integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==
830+
831+
"@typescript-eslint/[email protected]":
832+
version "8.41.0"
833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.41.0.tgz#68d401e38fccf239925447e97bdbd048a9891ae5"
834+
integrity sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==
814835
dependencies:
815-
"@typescript-eslint/typescript-estree" "7.18.0"
816-
"@typescript-eslint/utils" "7.18.0"
836+
"@typescript-eslint/types" "8.41.0"
837+
"@typescript-eslint/typescript-estree" "8.41.0"
838+
"@typescript-eslint/utils" "8.41.0"
817839
debug "^4.3.4"
818-
ts-api-utils "^1.3.0"
840+
ts-api-utils "^2.1.0"
819841

820842
"@typescript-eslint/[email protected]":
821843
version "6.21.0"
822844
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
823845
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
824846

825-
"@typescript-eslint/[email protected]":
826-
version "7.18.0"
827-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
828-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
829-
830847
"@typescript-eslint/[email protected]":
831848
version "8.3.0"
832849
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
833850
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
834851

852+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.41.0":
853+
version "8.41.0"
854+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d"
855+
integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==
856+
835857
"@typescript-eslint/[email protected]":
836858
version "6.21.0"
837859
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -846,20 +868,6 @@
846868
semver "^7.5.4"
847869
ts-api-utils "^1.0.1"
848870

849-
"@typescript-eslint/[email protected]":
850-
version "7.18.0"
851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
852-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
853-
dependencies:
854-
"@typescript-eslint/types" "7.18.0"
855-
"@typescript-eslint/visitor-keys" "7.18.0"
856-
debug "^4.3.4"
857-
globby "^11.1.0"
858-
is-glob "^4.0.3"
859-
minimatch "^9.0.4"
860-
semver "^7.6.0"
861-
ts-api-utils "^1.3.0"
862-
863871
"@typescript-eslint/[email protected]":
864872
version "8.3.0"
865873
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
@@ -874,15 +882,31 @@
874882
semver "^7.6.0"
875883
ts-api-utils "^1.3.0"
876884

877-
"@typescript-eslint/[email protected].0":
878-
version "7.18.0"
879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
880-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
885+
"@typescript-eslint/[email protected].0":
886+
version "8.41.0"
887+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59"
888+
integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==
881889
dependencies:
882-
"@eslint-community/eslint-utils" "^4.4.0"
883-
"@typescript-eslint/scope-manager" "7.18.0"
884-
"@typescript-eslint/types" "7.18.0"
885-
"@typescript-eslint/typescript-estree" "7.18.0"
890+
"@typescript-eslint/project-service" "8.41.0"
891+
"@typescript-eslint/tsconfig-utils" "8.41.0"
892+
"@typescript-eslint/types" "8.41.0"
893+
"@typescript-eslint/visitor-keys" "8.41.0"
894+
debug "^4.3.4"
895+
fast-glob "^3.3.2"
896+
is-glob "^4.0.3"
897+
minimatch "^9.0.4"
898+
semver "^7.6.0"
899+
ts-api-utils "^2.1.0"
900+
901+
"@typescript-eslint/[email protected]":
902+
version "8.41.0"
903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.41.0.tgz#17cb3b766c1626311004ea41ffd8c27eb226b953"
904+
integrity sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==
905+
dependencies:
906+
"@eslint-community/eslint-utils" "^4.7.0"
907+
"@typescript-eslint/scope-manager" "8.41.0"
908+
"@typescript-eslint/types" "8.41.0"
909+
"@typescript-eslint/typescript-estree" "8.41.0"
886910

887911
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
888912
version "8.3.0"
@@ -902,14 +926,6 @@
902926
"@typescript-eslint/types" "6.21.0"
903927
eslint-visitor-keys "^3.4.1"
904928

905-
"@typescript-eslint/[email protected]":
906-
version "7.18.0"
907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
908-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
909-
dependencies:
910-
"@typescript-eslint/types" "7.18.0"
911-
eslint-visitor-keys "^3.4.3"
912-
913929
"@typescript-eslint/[email protected]":
914930
version "8.3.0"
915931
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
@@ -918,6 +934,14 @@
918934
"@typescript-eslint/types" "8.3.0"
919935
eslint-visitor-keys "^3.4.3"
920936

937+
"@typescript-eslint/[email protected]":
938+
version "8.41.0"
939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9"
940+
integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==
941+
dependencies:
942+
"@typescript-eslint/types" "8.41.0"
943+
eslint-visitor-keys "^4.2.1"
944+
921945
"@ungap/structured-clone@^1.2.0":
922946
version "1.2.0"
923947
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1426,6 +1450,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4
14261450
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
14271451
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
14281452

1453+
eslint-visitor-keys@^4.2.1:
1454+
version "4.2.1"
1455+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1456+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1457+
14291458
eslint@^8.45.0, eslint@^8.7.0:
14301459
version "8.57.0"
14311460
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -1764,11 +1793,16 @@ human-signals@^2.1.0:
17641793
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
17651794
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
17661795

1767-
ignore@^5.2.0, ignore@^5.3.1:
1796+
ignore@^5.2.0:
17681797
version "5.3.1"
17691798
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
17701799
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
17711800

1801+
ignore@^7.0.0:
1802+
version "7.0.5"
1803+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1804+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1805+
17721806
import-fresh@^3.2.1:
17731807
version "3.3.0"
17741808
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2986,6 +3020,11 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
29863020
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
29873021
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
29883022

3023+
ts-api-utils@^2.1.0:
3024+
version "2.1.0"
3025+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3026+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
3027+
29893028
ts-jest@^29.2.4:
29903029
version "29.2.5"
29913030
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)