Skip to content

Commit feebc0e

Browse files
Update typescript-eslint monorepo to v6
1 parent bfbde74 commit feebc0e

File tree

2 files changed

+121
-6
lines changed

2 files changed

+121
-6
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"typescript": "5.1.6"
3030
},
3131
"dependencies": {
32-
"@typescript-eslint/eslint-plugin": "^5.56.0",
33-
"@typescript-eslint/parser": "^5.56.0",
34-
"@typescript-eslint/type-utils": "^5.56.0",
35-
"@typescript-eslint/utils": "^5.56.0",
32+
"@typescript-eslint/eslint-plugin": "^6.0.0",
33+
"@typescript-eslint/parser": "^6.0.0",
34+
"@typescript-eslint/type-utils": "^6.0.0",
35+
"@typescript-eslint/utils": "^6.0.0",
3636
"is-immutable-type": "^1.2.9",
3737
"tsutils": "^3.21.0"
3838
},

yarn.lock

+117-2
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,19 @@
418418
dependencies:
419419
eslint-visitor-keys "^3.3.0"
420420

421+
"@eslint-community/eslint-utils@^4.4.0":
422+
version "4.4.0"
423+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
424+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
425+
dependencies:
426+
eslint-visitor-keys "^3.3.0"
427+
421428
"@eslint-community/regexpp@^4.4.0":
422429
version "4.4.0"
423430
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
424431
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
425432

426-
"@eslint-community/regexpp@^4.6.1":
433+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
427434
version "4.6.2"
428435
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
429436
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -972,6 +979,11 @@
972979
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
973980
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
974981

982+
"@types/json-schema@^7.0.12":
983+
version "7.0.12"
984+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
985+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
986+
975987
"@types/node@*":
976988
version "18.15.3"
977989
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
@@ -982,6 +994,11 @@
982994
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
983995
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
984996

997+
"@types/semver@^7.5.0":
998+
version "7.5.0"
999+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1000+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1001+
9851002
"@types/stack-utils@^2.0.0":
9861003
version "2.0.1"
9871004
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1015,6 +1032,24 @@
10151032
semver "^7.3.7"
10161033
tsutils "^3.21.0"
10171034

1035+
"@typescript-eslint/eslint-plugin@^6.0.0":
1036+
version "6.2.1"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
1038+
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
1039+
dependencies:
1040+
"@eslint-community/regexpp" "^4.5.1"
1041+
"@typescript-eslint/scope-manager" "6.2.1"
1042+
"@typescript-eslint/type-utils" "6.2.1"
1043+
"@typescript-eslint/utils" "6.2.1"
1044+
"@typescript-eslint/visitor-keys" "6.2.1"
1045+
debug "^4.3.4"
1046+
graphemer "^1.4.0"
1047+
ignore "^5.2.4"
1048+
natural-compare "^1.4.0"
1049+
natural-compare-lite "^1.4.0"
1050+
semver "^7.5.4"
1051+
ts-api-utils "^1.0.1"
1052+
10181053
"@typescript-eslint/parser@^5.56.0":
10191054
version "5.56.0"
10201055
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
@@ -1025,6 +1060,17 @@
10251060
"@typescript-eslint/typescript-estree" "5.56.0"
10261061
debug "^4.3.4"
10271062

1063+
"@typescript-eslint/parser@^6.0.0":
1064+
version "6.2.1"
1065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9"
1066+
integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==
1067+
dependencies:
1068+
"@typescript-eslint/scope-manager" "6.2.1"
1069+
"@typescript-eslint/types" "6.2.1"
1070+
"@typescript-eslint/typescript-estree" "6.2.1"
1071+
"@typescript-eslint/visitor-keys" "6.2.1"
1072+
debug "^4.3.4"
1073+
10281074
"@typescript-eslint/[email protected]":
10291075
version "5.55.0"
10301076
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
@@ -1041,6 +1087,14 @@
10411087
"@typescript-eslint/types" "5.56.0"
10421088
"@typescript-eslint/visitor-keys" "5.56.0"
10431089

1090+
"@typescript-eslint/[email protected]":
1091+
version "6.2.1"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
1093+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
1094+
dependencies:
1095+
"@typescript-eslint/types" "6.2.1"
1096+
"@typescript-eslint/visitor-keys" "6.2.1"
1097+
10441098
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.56.0":
10451099
version "5.56.0"
10461100
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
@@ -1051,6 +1105,16 @@
10511105
debug "^4.3.4"
10521106
tsutils "^3.21.0"
10531107

1108+
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^6.0.0":
1109+
version "6.2.1"
1110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
1111+
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
1112+
dependencies:
1113+
"@typescript-eslint/typescript-estree" "6.2.1"
1114+
"@typescript-eslint/utils" "6.2.1"
1115+
debug "^4.3.4"
1116+
ts-api-utils "^1.0.1"
1117+
10541118
"@typescript-eslint/type-utils@^5.50.0", "@typescript-eslint/type-utils@^5.55.0":
10551119
version "5.55.0"
10561120
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
@@ -1071,6 +1135,11 @@
10711135
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
10721136
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
10731137

1138+
"@typescript-eslint/[email protected]":
1139+
version "6.2.1"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
1141+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
1142+
10741143
"@typescript-eslint/[email protected]":
10751144
version "5.55.0"
10761145
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -1097,6 +1166,19 @@
10971166
semver "^7.3.7"
10981167
tsutils "^3.21.0"
10991168

1169+
"@typescript-eslint/[email protected]":
1170+
version "6.2.1"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
1172+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
1173+
dependencies:
1174+
"@typescript-eslint/types" "6.2.1"
1175+
"@typescript-eslint/visitor-keys" "6.2.1"
1176+
debug "^4.3.4"
1177+
globby "^11.1.0"
1178+
is-glob "^4.0.3"
1179+
semver "^7.5.4"
1180+
ts-api-utils "^1.0.1"
1181+
11001182
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.50.0":
11011183
version "5.55.0"
11021184
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
@@ -1125,6 +1207,19 @@
11251207
eslint-scope "^5.1.1"
11261208
semver "^7.3.7"
11271209

1210+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0":
1211+
version "6.2.1"
1212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
1213+
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
1214+
dependencies:
1215+
"@eslint-community/eslint-utils" "^4.4.0"
1216+
"@types/json-schema" "^7.0.12"
1217+
"@types/semver" "^7.5.0"
1218+
"@typescript-eslint/scope-manager" "6.2.1"
1219+
"@typescript-eslint/types" "6.2.1"
1220+
"@typescript-eslint/typescript-estree" "6.2.1"
1221+
semver "^7.5.4"
1222+
11281223
"@typescript-eslint/[email protected]":
11291224
version "5.55.0"
11301225
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -1141,6 +1236,14 @@
11411236
"@typescript-eslint/types" "5.56.0"
11421237
eslint-visitor-keys "^3.3.0"
11431238

1239+
"@typescript-eslint/[email protected]":
1240+
version "6.2.1"
1241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
1242+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
1243+
dependencies:
1244+
"@typescript-eslint/types" "6.2.1"
1245+
eslint-visitor-keys "^3.4.1"
1246+
11441247
"@yarnpkg/lockfile@^1.1.0":
11451248
version "1.1.0"
11461249
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -2309,7 +2412,7 @@ [email protected]:
23092412
dependencies:
23102413
minimatch "^3.0.4"
23112414

2312-
ignore@^5.2.0:
2415+
ignore@^5.2.0, ignore@^5.2.4:
23132416
version "5.2.4"
23142417
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23152418
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -3670,6 +3773,13 @@ semver@^7.5.3:
36703773
dependencies:
36713774
lru-cache "^6.0.0"
36723775

3776+
semver@^7.5.4:
3777+
version "7.5.4"
3778+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3779+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3780+
dependencies:
3781+
lru-cache "^6.0.0"
3782+
36733783
shebang-command@^1.2.0:
36743784
version "1.2.0"
36753785
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -3931,6 +4041,11 @@ tree-kill@~1.2.2:
39314041
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
39324042
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
39334043

4044+
ts-api-utils@^1.0.1:
4045+
version "1.0.1"
4046+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
4047+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
4048+
39344049
39354050
version "29.1.1"
39364051
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)