Skip to content

Commit f1ceb7c

Browse files
Update typescript-eslint monorepo to v8
1 parent dd1606c commit f1ceb7c

2 files changed

Lines changed: 182 additions & 33 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"@stryker-mutator/jest-runner": "7.3.0",
1212
"@stryker-mutator/typescript-checker": "7.3.0",
1313
"@types/jest": "^29.5.4",
14-
"@typescript-eslint/eslint-plugin": "^6.6.0",
15-
"@typescript-eslint/parser": "^6.6.0",
16-
"@typescript-eslint/type-utils": "^6.6.0",
14+
"@typescript-eslint/eslint-plugin": "^8.0.0",
15+
"@typescript-eslint/parser": "^8.0.0",
16+
"@typescript-eslint/type-utils": "^8.0.0",
1717
"codecov": "^3.8.3",
1818
"eslint": "^8.48.0",
1919
"eslint-config-agile-digital": "^3.3.1",

yarn.lock

Lines changed: 179 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,19 @@
524524
dependencies:
525525
eslint-visitor-keys "^3.3.0"
526526

527-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
527+
"@eslint-community/eslint-utils@^4.7.0":
528+
version "4.9.1"
529+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
530+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
531+
dependencies:
532+
eslint-visitor-keys "^3.4.3"
533+
534+
"@eslint-community/regexpp@^4.10.0":
535+
version "4.12.2"
536+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
537+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
538+
539+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
528540
version "4.8.0"
529541
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
530542
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
@@ -1090,22 +1102,19 @@
10901102
semver "^7.3.7"
10911103
tsutils "^3.21.0"
10921104

1093-
"@typescript-eslint/eslint-plugin@^6.6.0":
1094-
version "6.6.0"
1095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.6.0.tgz#19ba09aa34fd504696445100262e5a9e1b1d7024"
1096-
integrity sha512-CW9YDGTQnNYMIo5lMeuiIG08p4E0cXrXTbcZ2saT/ETE7dWUrNxlijsQeU04qAAKkILiLzdQz+cGFxCJjaZUmA==
1097-
dependencies:
1098-
"@eslint-community/regexpp" "^4.5.1"
1099-
"@typescript-eslint/scope-manager" "6.6.0"
1100-
"@typescript-eslint/type-utils" "6.6.0"
1101-
"@typescript-eslint/utils" "6.6.0"
1102-
"@typescript-eslint/visitor-keys" "6.6.0"
1103-
debug "^4.3.4"
1104-
graphemer "^1.4.0"
1105-
ignore "^5.2.4"
1105+
"@typescript-eslint/eslint-plugin@^8.0.0":
1106+
version "8.51.0"
1107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1108+
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1109+
dependencies:
1110+
"@eslint-community/regexpp" "^4.10.0"
1111+
"@typescript-eslint/scope-manager" "8.51.0"
1112+
"@typescript-eslint/type-utils" "8.51.0"
1113+
"@typescript-eslint/utils" "8.51.0"
1114+
"@typescript-eslint/visitor-keys" "8.51.0"
1115+
ignore "^7.0.0"
11061116
natural-compare "^1.4.0"
1107-
semver "^7.5.4"
1108-
ts-api-utils "^1.0.1"
1117+
ts-api-utils "^2.2.0"
11091118

11101119
"@typescript-eslint/parser@^5.62.0":
11111120
version "5.62.0"
@@ -1117,15 +1126,24 @@
11171126
"@typescript-eslint/typescript-estree" "5.62.0"
11181127
debug "^4.3.4"
11191128

1120-
"@typescript-eslint/parser@^6.6.0":
1121-
version "6.6.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.6.0.tgz#fe323a7b4eafb6d5ea82b96216561810394a739e"
1123-
integrity sha512-setq5aJgUwtzGrhW177/i+DMLqBaJbdwGj2CPIVFFLE0NCliy5ujIdLHd2D1ysmlmsjdL2GWW+hR85neEfc12w==
1129+
"@typescript-eslint/parser@^8.0.0":
1130+
version "8.51.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1132+
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
11241133
dependencies:
1125-
"@typescript-eslint/scope-manager" "6.6.0"
1126-
"@typescript-eslint/types" "6.6.0"
1127-
"@typescript-eslint/typescript-estree" "6.6.0"
1128-
"@typescript-eslint/visitor-keys" "6.6.0"
1134+
"@typescript-eslint/scope-manager" "8.51.0"
1135+
"@typescript-eslint/types" "8.51.0"
1136+
"@typescript-eslint/typescript-estree" "8.51.0"
1137+
"@typescript-eslint/visitor-keys" "8.51.0"
1138+
debug "^4.3.4"
1139+
1140+
"@typescript-eslint/project-service@8.51.0":
1141+
version "8.51.0"
1142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1143+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1144+
dependencies:
1145+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1146+
"@typescript-eslint/types" "^8.51.0"
11291147
debug "^4.3.4"
11301148

11311149
"@typescript-eslint/scope-manager@5.62.0":
@@ -1144,6 +1162,19 @@
11441162
"@typescript-eslint/types" "6.6.0"
11451163
"@typescript-eslint/visitor-keys" "6.6.0"
11461164

1165+
"@typescript-eslint/scope-manager@8.51.0":
1166+
version "8.51.0"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1168+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1169+
dependencies:
1170+
"@typescript-eslint/types" "8.51.0"
1171+
"@typescript-eslint/visitor-keys" "8.51.0"
1172+
1173+
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
1174+
version "8.51.0"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
1176+
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
1177+
11471178
"@typescript-eslint/type-utils@5.62.0", "@typescript-eslint/type-utils@^5.55.0", "@typescript-eslint/type-utils@^5.62.0":
11481179
version "5.62.0"
11491180
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1154,7 +1185,18 @@
11541185
debug "^4.3.4"
11551186
tsutils "^3.21.0"
11561187

1157-
"@typescript-eslint/type-utils@6.6.0", "@typescript-eslint/type-utils@^6.0.0", "@typescript-eslint/type-utils@^6.6.0":
1188+
"@typescript-eslint/type-utils@8.51.0", "@typescript-eslint/type-utils@^8.0.0":
1189+
version "8.51.0"
1190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1191+
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1192+
dependencies:
1193+
"@typescript-eslint/types" "8.51.0"
1194+
"@typescript-eslint/typescript-estree" "8.51.0"
1195+
"@typescript-eslint/utils" "8.51.0"
1196+
debug "^4.3.4"
1197+
ts-api-utils "^2.2.0"
1198+
1199+
"@typescript-eslint/type-utils@^6.0.0":
11581200
version "6.6.0"
11591201
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.6.0.tgz#14f651d13b884915c4fca0d27adeb652a4499e86"
11601202
integrity sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg==
@@ -1174,6 +1216,11 @@
11741216
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.6.0.tgz#95e7ea650a2b28bc5af5ea8907114a48f54618c2"
11751217
integrity sha512-CB6QpJQ6BAHlJXdwUmiaXDBmTqIE2bzGTDLADgvqtHWuhfNP3rAOK7kAgRMAET5rDRr9Utt+qAzRBdu3AhR3sg==
11761218

1219+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
1220+
version "8.51.0"
1221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
1222+
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
1223+
11771224
"@typescript-eslint/typescript-estree@5.62.0":
11781225
version "5.62.0"
11791226
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1200,6 +1247,21 @@
12001247
semver "^7.5.4"
12011248
ts-api-utils "^1.0.1"
12021249

1250+
"@typescript-eslint/typescript-estree@8.51.0":
1251+
version "8.51.0"
1252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1253+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1254+
dependencies:
1255+
"@typescript-eslint/project-service" "8.51.0"
1256+
"@typescript-eslint/tsconfig-utils" "8.51.0"
1257+
"@typescript-eslint/types" "8.51.0"
1258+
"@typescript-eslint/visitor-keys" "8.51.0"
1259+
debug "^4.3.4"
1260+
minimatch "^9.0.4"
1261+
semver "^7.6.0"
1262+
tinyglobby "^0.2.15"
1263+
ts-api-utils "^2.2.0"
1264+
12031265
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.62.0":
12041266
version "5.62.0"
12051267
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -1227,6 +1289,16 @@
12271289
"@typescript-eslint/typescript-estree" "6.6.0"
12281290
semver "^7.5.4"
12291291

1292+
"@typescript-eslint/utils@8.51.0":
1293+
version "8.51.0"
1294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1295+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1296+
dependencies:
1297+
"@eslint-community/eslint-utils" "^4.7.0"
1298+
"@typescript-eslint/scope-manager" "8.51.0"
1299+
"@typescript-eslint/types" "8.51.0"
1300+
"@typescript-eslint/typescript-estree" "8.51.0"
1301+
12301302
"@typescript-eslint/visitor-keys@5.62.0":
12311303
version "5.62.0"
12321304
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -1243,6 +1315,14 @@
12431315
"@typescript-eslint/types" "6.6.0"
12441316
eslint-visitor-keys "^3.4.1"
12451317

1318+
"@typescript-eslint/visitor-keys@8.51.0":
1319+
version "8.51.0"
1320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1321+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1322+
dependencies:
1323+
"@typescript-eslint/types" "8.51.0"
1324+
eslint-visitor-keys "^4.2.1"
1325+
12461326
acorn-jsx@^5.3.2:
12471327
version "5.3.2"
12481328
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2251,6 +2331,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
22512331
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
22522332
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
22532333

2334+
eslint-visitor-keys@^4.2.1:
2335+
version "4.2.1"
2336+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2337+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2338+
22542339
eslint@^8.48.0:
22552340
version "8.48.0"
22562341
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
@@ -2459,6 +2544,11 @@ fb-watchman@^2.0.0:
24592544
dependencies:
24602545
bser "2.1.1"
24612546

2547+
fdir@^6.5.0:
2548+
version "6.5.0"
2549+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2550+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2551+
24622552
figures@^5.0.0:
24632553
version "5.0.0"
24642554
resolved "https://registry.yarnpkg.com/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f"
@@ -2810,11 +2900,16 @@ ignore-walk@3.0.4:
28102900
dependencies:
28112901
minimatch "^3.0.4"
28122902

2813-
ignore@^5.2.0, ignore@^5.2.4:
2903+
ignore@^5.2.0:
28142904
version "5.2.4"
28152905
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
28162906
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
28172907

2908+
ignore@^7.0.0:
2909+
version "7.0.5"
2910+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2911+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2912+
28182913
import-fresh@^3.2.1:
28192914
version "3.3.0"
28202915
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3824,6 +3919,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
38243919
dependencies:
38253920
brace-expansion "^1.1.7"
38263921

3922+
minimatch@^9.0.4:
3923+
version "9.0.5"
3924+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3925+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3926+
dependencies:
3927+
brace-expansion "^2.0.1"
3928+
38273929
minimist@1, minimist@^1.2.0, minimist@^1.2.6:
38283930
version "1.2.8"
38293931
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4143,6 +4245,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
41434245
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
41444246
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
41454247

4248+
picomatch@^4.0.3:
4249+
version "4.0.3"
4250+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4251+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4252+
41464253
pirates@^4.0.4:
41474254
version "4.0.6"
41484255
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
@@ -4417,6 +4524,11 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@~7.5.0:
44174524
dependencies:
44184525
lru-cache "^6.0.0"
44194526

4527+
semver@^7.6.0:
4528+
version "7.7.3"
4529+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4530+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4531+
44204532
shebang-command@^2.0.0:
44214533
version "2.0.0"
44224534
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4512,7 +4624,16 @@ string-length@^4.0.1:
45124624
char-regex "^1.0.2"
45134625
strip-ansi "^6.0.0"
45144626

4515-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4627+
"string-width-cjs@npm:string-width@^4.2.0":
4628+
version "4.2.3"
4629+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4630+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4631+
dependencies:
4632+
emoji-regex "^8.0.0"
4633+
is-fullwidth-code-point "^3.0.0"
4634+
strip-ansi "^6.0.1"
4635+
4636+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
45164637
version "4.2.3"
45174638
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
45184639
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4578,7 +4699,14 @@ string_decoder@^1.1.1:
45784699
dependencies:
45794700
safe-buffer "~5.2.0"
45804701

4581-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4702+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4703+
version "6.0.1"
4704+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4705+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4706+
dependencies:
4707+
ansi-regex "^5.0.1"
4708+
4709+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
45824710
version "6.0.1"
45834711
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
45844712
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4681,6 +4809,14 @@ text-table@^0.2.0:
46814809
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
46824810
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
46834811

4812+
tinyglobby@^0.2.15:
4813+
version "0.2.15"
4814+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
4815+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
4816+
dependencies:
4817+
fdir "^6.5.0"
4818+
picomatch "^4.0.3"
4819+
46844820
titleize@^3.0.0:
46854821
version "3.0.0"
46864822
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
@@ -4725,6 +4861,11 @@ ts-api-utils@^1.0.1:
47254861
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
47264862
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
47274863

4864+
ts-api-utils@^2.2.0:
4865+
version "2.3.0"
4866+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
4867+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
4868+
47284869
ts-essentials@^9.4.0:
47294870
version "9.4.0"
47304871
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-9.4.0.tgz#1d841fee4cd1485f84dec82bce828f90a6cfdd92"
@@ -5030,8 +5171,7 @@ which@^2.0.1:
50305171
dependencies:
50315172
isexe "^2.0.0"
50325173

5033-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5034-
name wrap-ansi-cjs
5174+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
50355175
version "7.0.0"
50365176
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
50375177
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5049,6 +5189,15 @@ wrap-ansi@^6.2.0:
50495189
string-width "^4.1.0"
50505190
strip-ansi "^6.0.0"
50515191

5192+
wrap-ansi@^7.0.0:
5193+
version "7.0.0"
5194+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5195+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5196+
dependencies:
5197+
ansi-styles "^4.0.0"
5198+
string-width "^4.1.0"
5199+
strip-ansi "^6.0.0"
5200+
50525201
wrap-ansi@^8.1.0:
50535202
version "8.1.0"
50545203
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)