Skip to content

Commit 1831871

Browse files
Update typescript-eslint monorepo to v8
1 parent dbeca07 commit 1831871

2 files changed

Lines changed: 185 additions & 37 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@rubensworks/eslint-config": "^1.0.0",
4141
"@types/jest": "^30.0.0",
42-
"@typescript-eslint/eslint-plugin": "^4.2.0",
43-
"@typescript-eslint/parser": "^4.1.1",
42+
"@typescript-eslint/eslint-plugin": "^8.0.0",
43+
"@typescript-eslint/parser": "^8.0.0",
4444
"coveralls": "^3.0.0",
4545
"eslint": "^7.9.0",
4646
"eslint-config-es": "^3.23.0",

yarn.lock

Lines changed: 183 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,18 @@
500500
dependencies:
501501
tslib "^2.4.0"
502502

503+
"@eslint-community/eslint-utils@^4.9.1":
504+
version "4.9.1"
505+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
506+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
507+
dependencies:
508+
eslint-visitor-keys "^3.4.3"
509+
510+
"@eslint-community/regexpp@^4.12.2":
511+
version "4.12.2"
512+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
513+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
514+
503515
"@eslint/eslintrc@^0.4.3":
504516
version "0.4.3"
505517
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1101,31 +1113,19 @@
11011113
semver "^7.3.5"
11021114
tsutils "^3.21.0"
11031115

1104-
"@typescript-eslint/eslint-plugin@^4.2.0":
1105-
version "4.33.0"
1106-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1107-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1108-
dependencies:
1109-
"@typescript-eslint/experimental-utils" "4.33.0"
1110-
"@typescript-eslint/scope-manager" "4.33.0"
1111-
debug "^4.3.1"
1112-
functional-red-black-tree "^1.0.1"
1113-
ignore "^5.1.8"
1114-
regexpp "^3.1.0"
1115-
semver "^7.3.5"
1116-
tsutils "^3.21.0"
1117-
1118-
"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
1119-
version "4.33.0"
1120-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1121-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1122-
dependencies:
1123-
"@types/json-schema" "^7.0.7"
1124-
"@typescript-eslint/scope-manager" "4.33.0"
1125-
"@typescript-eslint/types" "4.33.0"
1126-
"@typescript-eslint/typescript-estree" "4.33.0"
1127-
eslint-scope "^5.1.1"
1128-
eslint-utils "^3.0.0"
1116+
"@typescript-eslint/eslint-plugin@^8.0.0":
1117+
version "8.59.2"
1118+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
1119+
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
1120+
dependencies:
1121+
"@eslint-community/regexpp" "^4.12.2"
1122+
"@typescript-eslint/scope-manager" "8.59.2"
1123+
"@typescript-eslint/type-utils" "8.59.2"
1124+
"@typescript-eslint/utils" "8.59.2"
1125+
"@typescript-eslint/visitor-keys" "8.59.2"
1126+
ignore "^7.0.5"
1127+
natural-compare "^1.4.0"
1128+
ts-api-utils "^2.5.0"
11291129

11301130
"@typescript-eslint/experimental-utils@5.2.0":
11311131
version "5.2.0"
@@ -1139,6 +1139,18 @@
11391139
eslint-scope "^5.1.1"
11401140
eslint-utils "^3.0.0"
11411141

1142+
"@typescript-eslint/experimental-utils@^4.0.1":
1143+
version "4.33.0"
1144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1145+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1146+
dependencies:
1147+
"@types/json-schema" "^7.0.7"
1148+
"@typescript-eslint/scope-manager" "4.33.0"
1149+
"@typescript-eslint/types" "4.33.0"
1150+
"@typescript-eslint/typescript-estree" "4.33.0"
1151+
eslint-scope "^5.1.1"
1152+
eslint-utils "^3.0.0"
1153+
11421154
"@typescript-eslint/parser@5.2.0":
11431155
version "5.2.0"
11441156
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
@@ -1149,15 +1161,25 @@
11491161
"@typescript-eslint/typescript-estree" "5.2.0"
11501162
debug "^4.3.2"
11511163

1152-
"@typescript-eslint/parser@^4.1.1":
1153-
version "4.33.0"
1154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1155-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1164+
"@typescript-eslint/parser@^8.0.0":
1165+
version "8.59.2"
1166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
1167+
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
11561168
dependencies:
1157-
"@typescript-eslint/scope-manager" "4.33.0"
1158-
"@typescript-eslint/types" "4.33.0"
1159-
"@typescript-eslint/typescript-estree" "4.33.0"
1160-
debug "^4.3.1"
1169+
"@typescript-eslint/scope-manager" "8.59.2"
1170+
"@typescript-eslint/types" "8.59.2"
1171+
"@typescript-eslint/typescript-estree" "8.59.2"
1172+
"@typescript-eslint/visitor-keys" "8.59.2"
1173+
debug "^4.4.3"
1174+
1175+
"@typescript-eslint/project-service@8.59.2":
1176+
version "8.59.2"
1177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
1178+
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
1179+
dependencies:
1180+
"@typescript-eslint/tsconfig-utils" "^8.59.2"
1181+
"@typescript-eslint/types" "^8.59.2"
1182+
debug "^4.4.3"
11611183

11621184
"@typescript-eslint/scope-manager@4.33.0":
11631185
version "4.33.0"
@@ -1175,6 +1197,30 @@
11751197
"@typescript-eslint/types" "5.2.0"
11761198
"@typescript-eslint/visitor-keys" "5.2.0"
11771199

1200+
"@typescript-eslint/scope-manager@8.59.2":
1201+
version "8.59.2"
1202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
1203+
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
1204+
dependencies:
1205+
"@typescript-eslint/types" "8.59.2"
1206+
"@typescript-eslint/visitor-keys" "8.59.2"
1207+
1208+
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
1209+
version "8.59.2"
1210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
1211+
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
1212+
1213+
"@typescript-eslint/type-utils@8.59.2":
1214+
version "8.59.2"
1215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
1216+
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
1217+
dependencies:
1218+
"@typescript-eslint/types" "8.59.2"
1219+
"@typescript-eslint/typescript-estree" "8.59.2"
1220+
"@typescript-eslint/utils" "8.59.2"
1221+
debug "^4.4.3"
1222+
ts-api-utils "^2.5.0"
1223+
11781224
"@typescript-eslint/types@4.33.0":
11791225
version "4.33.0"
11801226
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -1185,6 +1231,11 @@
11851231
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
11861232
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
11871233

1234+
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
1235+
version "8.59.2"
1236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
1237+
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
1238+
11881239
"@typescript-eslint/typescript-estree@4.33.0":
11891240
version "4.33.0"
11901241
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1211,6 +1262,31 @@
12111262
semver "^7.3.5"
12121263
tsutils "^3.21.0"
12131264

1265+
"@typescript-eslint/typescript-estree@8.59.2":
1266+
version "8.59.2"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
1268+
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
1269+
dependencies:
1270+
"@typescript-eslint/project-service" "8.59.2"
1271+
"@typescript-eslint/tsconfig-utils" "8.59.2"
1272+
"@typescript-eslint/types" "8.59.2"
1273+
"@typescript-eslint/visitor-keys" "8.59.2"
1274+
debug "^4.4.3"
1275+
minimatch "^10.2.2"
1276+
semver "^7.7.3"
1277+
tinyglobby "^0.2.15"
1278+
ts-api-utils "^2.5.0"
1279+
1280+
"@typescript-eslint/utils@8.59.2":
1281+
version "8.59.2"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
1283+
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
1284+
dependencies:
1285+
"@eslint-community/eslint-utils" "^4.9.1"
1286+
"@typescript-eslint/scope-manager" "8.59.2"
1287+
"@typescript-eslint/types" "8.59.2"
1288+
"@typescript-eslint/typescript-estree" "8.59.2"
1289+
12141290
"@typescript-eslint/visitor-keys@4.33.0":
12151291
version "4.33.0"
12161292
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1227,6 +1303,14 @@
12271303
"@typescript-eslint/types" "5.2.0"
12281304
eslint-visitor-keys "^3.0.0"
12291305

1306+
"@typescript-eslint/visitor-keys@8.59.2":
1307+
version "8.59.2"
1308+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
1309+
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
1310+
dependencies:
1311+
"@typescript-eslint/types" "8.59.2"
1312+
eslint-visitor-keys "^5.0.0"
1313+
12301314
"@ungap/structured-clone@^1.3.0":
12311315
version "1.3.0"
12321316
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1568,6 +1652,11 @@ balanced-match@^1.0.0:
15681652
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
15691653
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
15701654

1655+
balanced-match@^4.0.2:
1656+
version "4.0.4"
1657+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1658+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1659+
15711660
baseline-browser-mapping@^2.9.0:
15721661
version "2.10.10"
15731662
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.10.tgz#e74bd066724c1d8d7d8ea75fc3be25389a7a5c56"
@@ -1595,6 +1684,13 @@ brace-expansion@^2.0.2:
15951684
dependencies:
15961685
balanced-match "^1.0.0"
15971686

1687+
brace-expansion@^5.0.5:
1688+
version "5.0.6"
1689+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
1690+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
1691+
dependencies:
1692+
balanced-match "^4.0.2"
1693+
15981694
braces@^3.0.2:
15991695
version "3.0.2"
16001696
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1907,6 +2003,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3
19072003
dependencies:
19082004
ms "2.1.2"
19092005

2006+
debug@^4.4.3:
2007+
version "4.4.3"
2008+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2009+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2010+
dependencies:
2011+
ms "^2.1.3"
2012+
19102013
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
19112014
version "1.1.0"
19122015
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2294,6 +2397,16 @@ eslint-visitor-keys@^3.0.0:
22942397
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
22952398
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
22962399

2400+
eslint-visitor-keys@^3.4.3:
2401+
version "3.4.3"
2402+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2403+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2404+
2405+
eslint-visitor-keys@^5.0.0:
2406+
version "5.0.1"
2407+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2408+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2409+
22972410
eslint@^7.9.0:
22982411
version "7.32.0"
22992412
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2470,6 +2583,11 @@ fb-watchman@^2.0.2:
24702583
dependencies:
24712584
bser "2.1.1"
24722585

2586+
fdir@^6.5.0:
2587+
version "6.5.0"
2588+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2589+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2590+
24732591
file-entry-cache@^6.0.1:
24742592
version "6.0.1"
24752593
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2807,6 +2925,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
28072925
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
28082926
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
28092927

2928+
ignore@^7.0.5:
2929+
version "7.0.5"
2930+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2931+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2932+
28102933
import-fresh@^3.0.0, import-fresh@^3.2.1:
28112934
version "3.3.0"
28122935
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3766,6 +3889,13 @@ min-indent@^1.0.0:
37663889
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
37673890
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
37683891

3892+
minimatch@^10.2.2:
3893+
version "10.2.5"
3894+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3895+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
3896+
dependencies:
3897+
brace-expansion "^5.0.5"
3898+
37693899
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
37703900
version "3.1.2"
37713901
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3817,7 +3947,7 @@ ms@2.1.2:
38173947
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
38183948
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
38193949

3820-
ms@^2.1.1:
3950+
ms@^2.1.1, ms@^2.1.3:
38213951
version "2.1.3"
38223952
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
38233953
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -4115,7 +4245,7 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
41154245
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
41164246
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
41174247

4118-
picomatch@^4.0.3:
4248+
picomatch@^4.0.3, picomatch@^4.0.4:
41194249
version "4.0.4"
41204250
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
41214251
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
@@ -4473,6 +4603,11 @@ semver@^7.5.4, semver@^7.7.2:
44734603
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
44744604
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
44754605

4606+
semver@^7.7.3:
4607+
version "7.8.0"
4608+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
4609+
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
4610+
44764611
shebang-command@^2.0.0:
44774612
version "2.0.0"
44784613
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4798,6 +4933,14 @@ through2@^4.0.0:
47984933
dependencies:
47994934
readable-stream "3"
48004935

4936+
tinyglobby@^0.2.15:
4937+
version "0.2.16"
4938+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
4939+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
4940+
dependencies:
4941+
fdir "^6.5.0"
4942+
picomatch "^4.0.4"
4943+
48014944
tmpl@1.0.5:
48024945
version "1.0.5"
48034946
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -4833,6 +4976,11 @@ trim-newlines@^3.0.0:
48334976
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
48344977
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
48354978

4979+
ts-api-utils@^2.5.0:
4980+
version "2.5.0"
4981+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
4982+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
4983+
48364984
ts-jest@^29.0.0:
48374985
version "29.0.5"
48384986
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"

0 commit comments

Comments
 (0)