Skip to content

Commit 7a3b778

Browse files
Update typescript-eslint monorepo to v6
1 parent df1d55b commit 7a3b778

File tree

2 files changed

+122
-5
lines changed

2 files changed

+122
-5
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

+118-1
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,23 @@
418418
dependencies:
419419
eslint-visitor-keys "^3.3.0"
420420

421+
"@eslint-community/eslint-utils@^4.3.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

433+
"@eslint-community/regexpp@^4.5.0":
434+
version "4.5.1"
435+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
436+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
437+
426438
"@eslint/eslintrc@^2.1.0":
427439
version "2.1.0"
428440
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
@@ -967,6 +979,11 @@
967979
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
968980
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
969981

982+
"@types/json-schema@^7.0.11":
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+
970987
"@types/node@*":
971988
version "18.15.3"
972989
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
@@ -1015,6 +1032,25 @@
10151032
semver "^7.3.7"
10161033
tsutils "^3.21.0"
10171034

1035+
"@typescript-eslint/eslint-plugin@^6.0.0":
1036+
version "6.0.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
1038+
integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
1039+
dependencies:
1040+
"@eslint-community/regexpp" "^4.5.0"
1041+
"@typescript-eslint/scope-manager" "6.0.0"
1042+
"@typescript-eslint/type-utils" "6.0.0"
1043+
"@typescript-eslint/utils" "6.0.0"
1044+
"@typescript-eslint/visitor-keys" "6.0.0"
1045+
debug "^4.3.4"
1046+
grapheme-splitter "^1.0.4"
1047+
graphemer "^1.4.0"
1048+
ignore "^5.2.4"
1049+
natural-compare "^1.4.0"
1050+
natural-compare-lite "^1.4.0"
1051+
semver "^7.5.0"
1052+
ts-api-utils "^1.0.1"
1053+
10181054
"@typescript-eslint/parser@^5.56.0":
10191055
version "5.56.0"
10201056
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
@@ -1025,6 +1061,17 @@
10251061
"@typescript-eslint/typescript-estree" "5.56.0"
10261062
debug "^4.3.4"
10271063

1064+
"@typescript-eslint/parser@^6.0.0":
1065+
version "6.0.0"
1066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4"
1067+
integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==
1068+
dependencies:
1069+
"@typescript-eslint/scope-manager" "6.0.0"
1070+
"@typescript-eslint/types" "6.0.0"
1071+
"@typescript-eslint/typescript-estree" "6.0.0"
1072+
"@typescript-eslint/visitor-keys" "6.0.0"
1073+
debug "^4.3.4"
1074+
10281075
"@typescript-eslint/[email protected]":
10291076
version "5.55.0"
10301077
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
@@ -1041,6 +1088,14 @@
10411088
"@typescript-eslint/types" "5.56.0"
10421089
"@typescript-eslint/visitor-keys" "5.56.0"
10431090

1091+
"@typescript-eslint/[email protected]":
1092+
version "6.0.0"
1093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
1094+
integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
1095+
dependencies:
1096+
"@typescript-eslint/types" "6.0.0"
1097+
"@typescript-eslint/visitor-keys" "6.0.0"
1098+
10441099
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.56.0":
10451100
version "5.56.0"
10461101
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
@@ -1051,6 +1106,16 @@
10511106
debug "^4.3.4"
10521107
tsutils "^3.21.0"
10531108

1109+
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^6.0.0":
1110+
version "6.0.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
1112+
integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
1113+
dependencies:
1114+
"@typescript-eslint/typescript-estree" "6.0.0"
1115+
"@typescript-eslint/utils" "6.0.0"
1116+
debug "^4.3.4"
1117+
ts-api-utils "^1.0.1"
1118+
10541119
"@typescript-eslint/type-utils@^5.50.0", "@typescript-eslint/type-utils@^5.55.0":
10551120
version "5.55.0"
10561121
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
@@ -1071,6 +1136,11 @@
10711136
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
10721137
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
10731138

1139+
"@typescript-eslint/[email protected]":
1140+
version "6.0.0"
1141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
1142+
integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
1143+
10741144
"@typescript-eslint/[email protected]":
10751145
version "5.55.0"
10761146
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -1097,6 +1167,19 @@
10971167
semver "^7.3.7"
10981168
tsutils "^3.21.0"
10991169

1170+
"@typescript-eslint/[email protected]":
1171+
version "6.0.0"
1172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
1173+
integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
1174+
dependencies:
1175+
"@typescript-eslint/types" "6.0.0"
1176+
"@typescript-eslint/visitor-keys" "6.0.0"
1177+
debug "^4.3.4"
1178+
globby "^11.1.0"
1179+
is-glob "^4.0.3"
1180+
semver "^7.5.0"
1181+
ts-api-utils "^1.0.1"
1182+
11001183
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.50.0":
11011184
version "5.55.0"
11021185
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
@@ -1125,6 +1208,20 @@
11251208
eslint-scope "^5.1.1"
11261209
semver "^7.3.7"
11271210

1211+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0":
1212+
version "6.0.0"
1213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
1214+
integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
1215+
dependencies:
1216+
"@eslint-community/eslint-utils" "^4.3.0"
1217+
"@types/json-schema" "^7.0.11"
1218+
"@types/semver" "^7.3.12"
1219+
"@typescript-eslint/scope-manager" "6.0.0"
1220+
"@typescript-eslint/types" "6.0.0"
1221+
"@typescript-eslint/typescript-estree" "6.0.0"
1222+
eslint-scope "^5.1.1"
1223+
semver "^7.5.0"
1224+
11281225
"@typescript-eslint/[email protected]":
11291226
version "5.55.0"
11301227
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -1141,6 +1238,14 @@
11411238
"@typescript-eslint/types" "5.56.0"
11421239
eslint-visitor-keys "^3.3.0"
11431240

1241+
"@typescript-eslint/[email protected]":
1242+
version "6.0.0"
1243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
1244+
integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
1245+
dependencies:
1246+
"@typescript-eslint/types" "6.0.0"
1247+
eslint-visitor-keys "^3.4.1"
1248+
11441249
"@yarnpkg/lockfile@^1.1.0":
11451250
version "1.1.0"
11461251
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -2297,7 +2402,7 @@ [email protected]:
22972402
dependencies:
22982403
minimatch "^3.0.4"
22992404

2300-
ignore@^5.2.0:
2405+
ignore@^5.2.0, ignore@^5.2.4:
23012406
version "5.2.4"
23022407
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23032408
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -3652,6 +3757,13 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@~7.3.2, semver@~7.3.7:
36523757
dependencies:
36533758
lru-cache "^6.0.0"
36543759

3760+
semver@^7.5.0:
3761+
version "7.5.4"
3762+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3763+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3764+
dependencies:
3765+
lru-cache "^6.0.0"
3766+
36553767
semver@^7.5.3:
36563768
version "7.5.3"
36573769
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
@@ -3920,6 +4032,11 @@ tree-kill@~1.2.2:
39204032
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
39214033
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
39224034

4035+
ts-api-utils@^1.0.1:
4036+
version "1.0.1"
4037+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
4038+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
4039+
39234040
39244041
version "29.1.1"
39254042
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)