Skip to content

Commit 0d9d14a

Browse files
Update typescript-eslint monorepo to v8
1 parent 5bb497e commit 0d9d14a

File tree

2 files changed

+142
-5
lines changed

2 files changed

+142
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@rubensworks/eslint-config": "^1.0.0",
4141
"@types/jest": "^29.0.0",
4242
"@types/n3": "^1.10.3",
43-
"@typescript-eslint/eslint-plugin": "^5.0.0",
44-
"@typescript-eslint/parser": "^5.0.0",
43+
"@typescript-eslint/eslint-plugin": "^8.0.0",
44+
"@typescript-eslint/parser": "^8.0.0",
4545
"arrayify-stream": "^3.0.0",
4646
"coveralls": "^3.0.0",
4747
"eslint": "^7.11.0",

yarn.lock

Lines changed: 140 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,18 @@
306306
dependencies:
307307
eslint-visitor-keys "^3.4.3"
308308

309+
"@eslint-community/eslint-utils@^4.7.0":
310+
version "4.9.0"
311+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
312+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
313+
dependencies:
314+
eslint-visitor-keys "^3.4.3"
315+
316+
"@eslint-community/regexpp@^4.10.0":
317+
version "4.12.2"
318+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
319+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
320+
309321
"@eslint-community/regexpp@^4.4.0":
310322
version "4.12.1"
311323
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -844,7 +856,7 @@
844856
semver "^7.3.5"
845857
tsutils "^3.21.0"
846858

847-
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.11.0":
859+
"@typescript-eslint/eslint-plugin@^5.11.0":
848860
version "5.62.0"
849861
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
850862
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -860,6 +872,21 @@
860872
semver "^7.3.7"
861873
tsutils "^3.21.0"
862874

875+
"@typescript-eslint/eslint-plugin@^8.0.0":
876+
version "8.46.2"
877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
878+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
879+
dependencies:
880+
"@eslint-community/regexpp" "^4.10.0"
881+
"@typescript-eslint/scope-manager" "8.46.2"
882+
"@typescript-eslint/type-utils" "8.46.2"
883+
"@typescript-eslint/utils" "8.46.2"
884+
"@typescript-eslint/visitor-keys" "8.46.2"
885+
graphemer "^1.4.0"
886+
ignore "^7.0.0"
887+
natural-compare "^1.4.0"
888+
ts-api-utils "^2.1.0"
889+
863890
"@typescript-eslint/experimental-utils@5.2.0":
864891
version "5.2.0"
865892
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6"
@@ -882,7 +909,7 @@
882909
"@typescript-eslint/typescript-estree" "5.2.0"
883910
debug "^4.3.2"
884911

885-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.11.0":
912+
"@typescript-eslint/parser@^5.11.0":
886913
version "5.62.0"
887914
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
888915
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
@@ -892,6 +919,26 @@
892919
"@typescript-eslint/typescript-estree" "5.62.0"
893920
debug "^4.3.4"
894921

922+
"@typescript-eslint/parser@^8.0.0":
923+
version "8.46.2"
924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
925+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
926+
dependencies:
927+
"@typescript-eslint/scope-manager" "8.46.2"
928+
"@typescript-eslint/types" "8.46.2"
929+
"@typescript-eslint/typescript-estree" "8.46.2"
930+
"@typescript-eslint/visitor-keys" "8.46.2"
931+
debug "^4.3.4"
932+
933+
"@typescript-eslint/project-service@8.46.2":
934+
version "8.46.2"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
936+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
937+
dependencies:
938+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
939+
"@typescript-eslint/types" "^8.46.2"
940+
debug "^4.3.4"
941+
895942
"@typescript-eslint/scope-manager@5.2.0":
896943
version "5.2.0"
897944
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a"
@@ -908,6 +955,19 @@
908955
"@typescript-eslint/types" "5.62.0"
909956
"@typescript-eslint/visitor-keys" "5.62.0"
910957

958+
"@typescript-eslint/scope-manager@8.46.2":
959+
version "8.46.2"
960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
961+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
962+
dependencies:
963+
"@typescript-eslint/types" "8.46.2"
964+
"@typescript-eslint/visitor-keys" "8.46.2"
965+
966+
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
967+
version "8.46.2"
968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
969+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
970+
911971
"@typescript-eslint/type-utils@5.62.0":
912972
version "5.62.0"
913973
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -918,6 +978,17 @@
918978
debug "^4.3.4"
919979
tsutils "^3.21.0"
920980

981+
"@typescript-eslint/type-utils@8.46.2":
982+
version "8.46.2"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
984+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
985+
dependencies:
986+
"@typescript-eslint/types" "8.46.2"
987+
"@typescript-eslint/typescript-estree" "8.46.2"
988+
"@typescript-eslint/utils" "8.46.2"
989+
debug "^4.3.4"
990+
ts-api-utils "^2.1.0"
991+
921992
"@typescript-eslint/types@5.2.0":
922993
version "5.2.0"
923994
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
@@ -928,6 +999,11 @@
928999
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
9291000
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
9301001

1002+
"@typescript-eslint/types@8.46.2", "@typescript-eslint/types@^8.46.2":
1003+
version "8.46.2"
1004+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
1005+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
1006+
9311007
"@typescript-eslint/typescript-estree@5.2.0":
9321008
version "5.2.0"
9331009
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz#c22e0ff6f8a4a3f78504a80ebd686fe2870a68ae"
@@ -954,6 +1030,22 @@
9541030
semver "^7.3.7"
9551031
tsutils "^3.21.0"
9561032

1033+
"@typescript-eslint/typescript-estree@8.46.2":
1034+
version "8.46.2"
1035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
1036+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
1037+
dependencies:
1038+
"@typescript-eslint/project-service" "8.46.2"
1039+
"@typescript-eslint/tsconfig-utils" "8.46.2"
1040+
"@typescript-eslint/types" "8.46.2"
1041+
"@typescript-eslint/visitor-keys" "8.46.2"
1042+
debug "^4.3.4"
1043+
fast-glob "^3.3.2"
1044+
is-glob "^4.0.3"
1045+
minimatch "^9.0.4"
1046+
semver "^7.6.0"
1047+
ts-api-utils "^2.1.0"
1048+
9571049
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
9581050
version "5.62.0"
9591051
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -968,6 +1060,16 @@
9681060
eslint-scope "^5.1.1"
9691061
semver "^7.3.7"
9701062

1063+
"@typescript-eslint/utils@8.46.2":
1064+
version "8.46.2"
1065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
1066+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
1067+
dependencies:
1068+
"@eslint-community/eslint-utils" "^4.7.0"
1069+
"@typescript-eslint/scope-manager" "8.46.2"
1070+
"@typescript-eslint/types" "8.46.2"
1071+
"@typescript-eslint/typescript-estree" "8.46.2"
1072+
9711073
"@typescript-eslint/visitor-keys@5.2.0":
9721074
version "5.2.0"
9731075
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55"
@@ -984,6 +1086,14 @@
9841086
"@typescript-eslint/types" "5.62.0"
9851087
eslint-visitor-keys "^3.3.0"
9861088

1089+
"@typescript-eslint/visitor-keys@8.46.2":
1090+
version "8.46.2"
1091+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
1092+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
1093+
dependencies:
1094+
"@typescript-eslint/types" "8.46.2"
1095+
eslint-visitor-keys "^4.2.1"
1096+
9871097
abort-controller@^3.0.0:
9881098
version "3.0.0"
9891099
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
@@ -2146,6 +2256,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4
21462256
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
21472257
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
21482258

2259+
eslint-visitor-keys@^4.2.1:
2260+
version "4.2.1"
2261+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2262+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2263+
21492264
eslint@^7.11.0:
21502265
version "7.32.0"
21512266
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2296,7 +2411,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
22962411
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
22972412
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
22982413

2299-
fast-glob@^3.2.9:
2414+
fast-glob@^3.2.9, fast-glob@^3.3.2:
23002415
version "3.3.3"
23012416
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
23022417
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -2722,6 +2837,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
27222837
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
27232838
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
27242839

2840+
ignore@^7.0.0:
2841+
version "7.0.5"
2842+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2843+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2844+
27252845
import-fresh@^3.0.0, import-fresh@^3.2.1:
27262846
version "3.3.0"
27272847
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3760,6 +3880,13 @@ minimatch@^5.0.1:
37603880
dependencies:
37613881
brace-expansion "^2.0.1"
37623882

3883+
minimatch@^9.0.4:
3884+
version "9.0.5"
3885+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3886+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3887+
dependencies:
3888+
brace-expansion "^2.0.1"
3889+
37633890
minimist-options@4.1.0:
37643891
version "4.1.0"
37653892
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4497,6 +4624,11 @@ semver@^7.2.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semve
44974624
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
44984625
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
44994626

4627+
semver@^7.6.0:
4628+
version "7.7.3"
4629+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4630+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4631+
45004632
set-function-length@^1.2.2:
45014633
version "1.2.2"
45024634
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
@@ -4914,6 +5046,11 @@ trim-newlines@^3.0.0:
49145046
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
49155047
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
49165048

5049+
ts-api-utils@^2.1.0:
5050+
version "2.1.0"
5051+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5052+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
5053+
49175054
ts-jest@^29.0.0:
49185055
version "29.2.5"
49195056
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)