Skip to content

Commit cd004ef

Browse files
Update typescript-eslint monorepo to v8
1 parent 12ab6a7 commit cd004ef

File tree

2 files changed

+138
-6
lines changed

2 files changed

+138
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"devDependencies": {
4343
"@rubensworks/eslint-config": "^1.0.0",
4444
"@types/jest": "^29.0.0",
45-
"@typescript-eslint/eslint-plugin": "^5.0.0",
46-
"@typescript-eslint/parser": "^5.0.0",
45+
"@typescript-eslint/eslint-plugin": "^8.0.0",
46+
"@typescript-eslint/parser": "^8.0.0",
4747
"coveralls": "^3.0.0",
4848
"eslint": "^7.9.0",
4949
"eslint-config-es": "^3.23.0",

yarn.lock

Lines changed: 136 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,14 @@
306306
dependencies:
307307
eslint-visitor-keys "^3.4.3"
308308

309-
"@eslint-community/regexpp@^4.4.0":
309+
"@eslint-community/eslint-utils@^4.7.0":
310+
version "4.7.0"
311+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
312+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
313+
dependencies:
314+
eslint-visitor-keys "^3.4.3"
315+
316+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.4.0":
310317
version "4.12.1"
311318
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
312319
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
@@ -815,7 +822,7 @@
815822
semver "^7.3.5"
816823
tsutils "^3.21.0"
817824

818-
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.11.0":
825+
"@typescript-eslint/eslint-plugin@^5.11.0":
819826
version "5.62.0"
820827
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
821828
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -831,6 +838,21 @@
831838
semver "^7.3.7"
832839
tsutils "^3.21.0"
833840

841+
"@typescript-eslint/eslint-plugin@^8.0.0":
842+
version "8.41.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.41.0.tgz#42209e2ce3e2274de0f5f9b75c777deedacaa558"
844+
integrity sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==
845+
dependencies:
846+
"@eslint-community/regexpp" "^4.10.0"
847+
"@typescript-eslint/scope-manager" "8.41.0"
848+
"@typescript-eslint/type-utils" "8.41.0"
849+
"@typescript-eslint/utils" "8.41.0"
850+
"@typescript-eslint/visitor-keys" "8.41.0"
851+
graphemer "^1.4.0"
852+
ignore "^7.0.0"
853+
natural-compare "^1.4.0"
854+
ts-api-utils "^2.1.0"
855+
834856
"@typescript-eslint/experimental-utils@5.2.0":
835857
version "5.2.0"
836858
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
@@ -865,7 +887,7 @@
865887
"@typescript-eslint/typescript-estree" "5.2.0"
866888
debug "^4.3.2"
867889

868-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.11.0":
890+
"@typescript-eslint/parser@^5.11.0":
869891
version "5.62.0"
870892
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
871893
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
@@ -875,6 +897,26 @@
875897
"@typescript-eslint/typescript-estree" "5.62.0"
876898
debug "^4.3.4"
877899

900+
"@typescript-eslint/parser@^8.0.0":
901+
version "8.41.0"
902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898"
903+
integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==
904+
dependencies:
905+
"@typescript-eslint/scope-manager" "8.41.0"
906+
"@typescript-eslint/types" "8.41.0"
907+
"@typescript-eslint/typescript-estree" "8.41.0"
908+
"@typescript-eslint/visitor-keys" "8.41.0"
909+
debug "^4.3.4"
910+
911+
"@typescript-eslint/project-service@8.41.0":
912+
version "8.41.0"
913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882"
914+
integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==
915+
dependencies:
916+
"@typescript-eslint/tsconfig-utils" "^8.41.0"
917+
"@typescript-eslint/types" "^8.41.0"
918+
debug "^4.3.4"
919+
878920
"@typescript-eslint/scope-manager@4.33.0":
879921
version "4.33.0"
880922
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
@@ -899,6 +941,19 @@
899941
"@typescript-eslint/types" "5.62.0"
900942
"@typescript-eslint/visitor-keys" "5.62.0"
901943

944+
"@typescript-eslint/scope-manager@8.41.0":
945+
version "8.41.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5"
947+
integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==
948+
dependencies:
949+
"@typescript-eslint/types" "8.41.0"
950+
"@typescript-eslint/visitor-keys" "8.41.0"
951+
952+
"@typescript-eslint/tsconfig-utils@8.41.0", "@typescript-eslint/tsconfig-utils@^8.41.0":
953+
version "8.41.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75"
955+
integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==
956+
902957
"@typescript-eslint/type-utils@5.62.0":
903958
version "5.62.0"
904959
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -909,6 +964,17 @@
909964
debug "^4.3.4"
910965
tsutils "^3.21.0"
911966

967+
"@typescript-eslint/type-utils@8.41.0":
968+
version "8.41.0"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.41.0.tgz#68d401e38fccf239925447e97bdbd048a9891ae5"
970+
integrity sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==
971+
dependencies:
972+
"@typescript-eslint/types" "8.41.0"
973+
"@typescript-eslint/typescript-estree" "8.41.0"
974+
"@typescript-eslint/utils" "8.41.0"
975+
debug "^4.3.4"
976+
ts-api-utils "^2.1.0"
977+
912978
"@typescript-eslint/types@4.33.0":
913979
version "4.33.0"
914980
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -924,6 +990,11 @@
924990
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
925991
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
926992

993+
"@typescript-eslint/types@8.41.0", "@typescript-eslint/types@^8.41.0":
994+
version "8.41.0"
995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d"
996+
integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==
997+
927998
"@typescript-eslint/typescript-estree@4.33.0":
928999
version "4.33.0"
9291000
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -963,6 +1034,22 @@
9631034
semver "^7.3.7"
9641035
tsutils "^3.21.0"
9651036

1037+
"@typescript-eslint/typescript-estree@8.41.0":
1038+
version "8.41.0"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59"
1040+
integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==
1041+
dependencies:
1042+
"@typescript-eslint/project-service" "8.41.0"
1043+
"@typescript-eslint/tsconfig-utils" "8.41.0"
1044+
"@typescript-eslint/types" "8.41.0"
1045+
"@typescript-eslint/visitor-keys" "8.41.0"
1046+
debug "^4.3.4"
1047+
fast-glob "^3.3.2"
1048+
is-glob "^4.0.3"
1049+
minimatch "^9.0.4"
1050+
semver "^7.6.0"
1051+
ts-api-utils "^2.1.0"
1052+
9661053
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
9671054
version "5.62.0"
9681055
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -977,6 +1064,16 @@
9771064
eslint-scope "^5.1.1"
9781065
semver "^7.3.7"
9791066

1067+
"@typescript-eslint/utils@8.41.0":
1068+
version "8.41.0"
1069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.41.0.tgz#17cb3b766c1626311004ea41ffd8c27eb226b953"
1070+
integrity sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==
1071+
dependencies:
1072+
"@eslint-community/eslint-utils" "^4.7.0"
1073+
"@typescript-eslint/scope-manager" "8.41.0"
1074+
"@typescript-eslint/types" "8.41.0"
1075+
"@typescript-eslint/typescript-estree" "8.41.0"
1076+
9801077
"@typescript-eslint/visitor-keys@4.33.0":
9811078
version "4.33.0"
9821079
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1001,6 +1098,14 @@
10011098
"@typescript-eslint/types" "5.62.0"
10021099
eslint-visitor-keys "^3.3.0"
10031100

1101+
"@typescript-eslint/visitor-keys@8.41.0":
1102+
version "8.41.0"
1103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9"
1104+
integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==
1105+
dependencies:
1106+
"@typescript-eslint/types" "8.41.0"
1107+
eslint-visitor-keys "^4.2.1"
1108+
10041109
acorn-jsx@^5.3.1:
10051110
version "5.3.2"
10061111
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2152,6 +2257,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4
21522257
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
21532258
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
21542259

2260+
eslint-visitor-keys@^4.2.1:
2261+
version "4.2.1"
2262+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2263+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2264+
21552265
eslint@^7.9.0:
21562266
version "7.32.0"
21572267
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2292,7 +2402,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
22922402
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
22932403
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
22942404

2295-
fast-glob@^3.2.9:
2405+
fast-glob@^3.2.9, fast-glob@^3.3.2:
22962406
version "3.3.3"
22972407
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
22982408
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -2708,6 +2818,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
27082818
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
27092819
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
27102820

2821+
ignore@^7.0.0:
2822+
version "7.0.5"
2823+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2824+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2825+
27112826
import-fresh@^3.0.0, import-fresh@^3.2.1:
27122827
version "3.3.0"
27132828
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3736,6 +3851,13 @@ minimatch@^5.0.1:
37363851
dependencies:
37373852
brace-expansion "^2.0.1"
37383853

3854+
minimatch@^9.0.4:
3855+
version "9.0.5"
3856+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3857+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3858+
dependencies:
3859+
brace-expansion "^2.0.1"
3860+
37393861
minimist-options@4.1.0:
37403862
version "4.1.0"
37413863
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4427,6 +4549,11 @@ semver@^7.2.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semve
44274549
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
44284550
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
44294551

4552+
semver@^7.6.0:
4553+
version "7.7.2"
4554+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
4555+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
4556+
44304557
set-function-length@^1.2.2:
44314558
version "1.2.2"
44324559
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
@@ -4834,6 +4961,11 @@ trim-newlines@^3.0.0:
48344961
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
48354962
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
48364963

4964+
ts-api-utils@^2.1.0:
4965+
version "2.1.0"
4966+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4967+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4968+
48374969
ts-jest@^29.0.0:
48384970
version "29.2.5"
48394971
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)