Skip to content

Commit bc9408f

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent d948220 commit bc9408f

File tree

2 files changed

+156
-42
lines changed

2 files changed

+156
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-node-resolve": "16.0.3",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.1",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.58.0",
57+
"@typescript-eslint/parser": "8.58.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 154 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,10 +1351,17 @@
13511351
dependencies:
13521352
eslint-visitor-keys "^3.3.0"
13531353

1354-
"@eslint-community/regexpp@^4.4.0":
1355-
version "4.5.1"
1356-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1357-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1354+
"@eslint-community/eslint-utils@^4.9.1":
1355+
version "4.9.1"
1356+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1357+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1358+
dependencies:
1359+
eslint-visitor-keys "^3.4.3"
1360+
1361+
"@eslint-community/regexpp@^4.12.2":
1362+
version "4.12.2"
1363+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1364+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13581365

13591366
"@eslint-community/regexpp@^4.6.1":
13601367
version "4.6.2"
@@ -2074,31 +2081,39 @@
20742081
dependencies:
20752082
"@types/yargs-parser" "*"
20762083

2077-
"@typescript-eslint/eslint-plugin@5.62.0":
2078-
version "5.62.0"
2079-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2080-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2084+
"@typescript-eslint/eslint-plugin@8.58.0":
2085+
version "8.58.0"
2086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
2087+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
2088+
dependencies:
2089+
"@eslint-community/regexpp" "^4.12.2"
2090+
"@typescript-eslint/scope-manager" "8.58.0"
2091+
"@typescript-eslint/type-utils" "8.58.0"
2092+
"@typescript-eslint/utils" "8.58.0"
2093+
"@typescript-eslint/visitor-keys" "8.58.0"
2094+
ignore "^7.0.5"
2095+
natural-compare "^1.4.0"
2096+
ts-api-utils "^2.5.0"
2097+
2098+
"@typescript-eslint/parser@8.58.0":
2099+
version "8.58.0"
2100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
2101+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
20812102
dependencies:
2082-
"@eslint-community/regexpp" "^4.4.0"
2083-
"@typescript-eslint/scope-manager" "5.62.0"
2084-
"@typescript-eslint/type-utils" "5.62.0"
2085-
"@typescript-eslint/utils" "5.62.0"
2086-
debug "^4.3.4"
2087-
graphemer "^1.4.0"
2088-
ignore "^5.2.0"
2089-
natural-compare-lite "^1.4.0"
2090-
semver "^7.3.7"
2091-
tsutils "^3.21.0"
2103+
"@typescript-eslint/scope-manager" "8.58.0"
2104+
"@typescript-eslint/types" "8.58.0"
2105+
"@typescript-eslint/typescript-estree" "8.58.0"
2106+
"@typescript-eslint/visitor-keys" "8.58.0"
2107+
debug "^4.4.3"
20922108

2093-
"@typescript-eslint/parser@5.62.0":
2094-
version "5.62.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2096-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2109+
"@typescript-eslint/project-service@8.58.0":
2110+
version "8.58.0"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
2112+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
20972113
dependencies:
2098-
"@typescript-eslint/scope-manager" "5.62.0"
2099-
"@typescript-eslint/types" "5.62.0"
2100-
"@typescript-eslint/typescript-estree" "5.62.0"
2101-
debug "^4.3.4"
2114+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
2115+
"@typescript-eslint/types" "^8.58.0"
2116+
debug "^4.4.3"
21022117

21032118
"@typescript-eslint/scope-manager@5.62.0":
21042119
version "5.62.0"
@@ -2116,15 +2131,29 @@
21162131
"@typescript-eslint/types" "8.0.0"
21172132
"@typescript-eslint/visitor-keys" "8.0.0"
21182133

2119-
"@typescript-eslint/type-utils@5.62.0":
2120-
version "5.62.0"
2121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2122-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2134+
"@typescript-eslint/scope-manager@8.58.0":
2135+
version "8.58.0"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
2137+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
21232138
dependencies:
2124-
"@typescript-eslint/typescript-estree" "5.62.0"
2125-
"@typescript-eslint/utils" "5.62.0"
2126-
debug "^4.3.4"
2127-
tsutils "^3.21.0"
2139+
"@typescript-eslint/types" "8.58.0"
2140+
"@typescript-eslint/visitor-keys" "8.58.0"
2141+
2142+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
2143+
version "8.58.0"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
2145+
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
2146+
2147+
"@typescript-eslint/type-utils@8.58.0":
2148+
version "8.58.0"
2149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
2150+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
2151+
dependencies:
2152+
"@typescript-eslint/types" "8.58.0"
2153+
"@typescript-eslint/typescript-estree" "8.58.0"
2154+
"@typescript-eslint/utils" "8.58.0"
2155+
debug "^4.4.3"
2156+
ts-api-utils "^2.5.0"
21282157

21292158
"@typescript-eslint/types@5.62.0":
21302159
version "5.62.0"
@@ -2136,6 +2165,11 @@
21362165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
21372166
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
21382167

2168+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
2169+
version "8.58.0"
2170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
2171+
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
2172+
21392173
"@typescript-eslint/typescript-estree@5.62.0":
21402174
version "5.62.0"
21412175
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2163,7 +2197,32 @@
21632197
semver "^7.6.0"
21642198
ts-api-utils "^1.3.0"
21652199

2166-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2200+
"@typescript-eslint/typescript-estree@8.58.0":
2201+
version "8.58.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
2203+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
2204+
dependencies:
2205+
"@typescript-eslint/project-service" "8.58.0"
2206+
"@typescript-eslint/tsconfig-utils" "8.58.0"
2207+
"@typescript-eslint/types" "8.58.0"
2208+
"@typescript-eslint/visitor-keys" "8.58.0"
2209+
debug "^4.4.3"
2210+
minimatch "^10.2.2"
2211+
semver "^7.7.3"
2212+
tinyglobby "^0.2.15"
2213+
ts-api-utils "^2.5.0"
2214+
2215+
"@typescript-eslint/utils@8.58.0":
2216+
version "8.58.0"
2217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
2218+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
2219+
dependencies:
2220+
"@eslint-community/eslint-utils" "^4.9.1"
2221+
"@typescript-eslint/scope-manager" "8.58.0"
2222+
"@typescript-eslint/types" "8.58.0"
2223+
"@typescript-eslint/typescript-estree" "8.58.0"
2224+
2225+
"@typescript-eslint/utils@^5.10.2":
21672226
version "5.62.0"
21682227
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
21692228
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2203,6 +2262,14 @@
22032262
"@typescript-eslint/types" "8.0.0"
22042263
eslint-visitor-keys "^3.4.3"
22052264

2265+
"@typescript-eslint/visitor-keys@8.58.0":
2266+
version "8.58.0"
2267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
2268+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
2269+
dependencies:
2270+
"@typescript-eslint/types" "8.58.0"
2271+
eslint-visitor-keys "^5.0.0"
2272+
22062273
"@ungap/structured-clone@^1.2.0":
22072274
version "1.2.0"
22082275
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2395,6 +2462,11 @@ balanced-match@^1.0.0:
23952462
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
23962463
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
23972464

2465+
balanced-match@^4.0.2:
2466+
version "4.0.4"
2467+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2468+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2469+
23982470
baseline-browser-mapping@^2.9.0:
23992471
version "2.9.19"
24002472
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz#3e508c43c46d961eb4d7d2e5b8d1dd0f9ee4f488"
@@ -2420,6 +2492,13 @@ brace-expansion@^2.0.1:
24202492
dependencies:
24212493
balanced-match "^1.0.0"
24222494

2495+
brace-expansion@^5.0.5:
2496+
version "5.0.5"
2497+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2498+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2499+
dependencies:
2500+
balanced-match "^4.0.2"
2501+
24232502
braces@^3.0.2:
24242503
version "3.0.2"
24252504
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -2896,6 +2975,11 @@ eslint-visitor-keys@^3.4.3:
28962975
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28972976
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28982977

2978+
eslint-visitor-keys@^5.0.0:
2979+
version "5.0.1"
2980+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2981+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2982+
28992983
eslint@8.57.1:
29002984
version "8.57.1"
29012985
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3104,6 +3188,11 @@ fb-watchman@^2.0.0:
31043188
dependencies:
31053189
bser "2.1.1"
31063190

3191+
fdir@^6.5.0:
3192+
version "6.5.0"
3193+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3194+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3195+
31073196
file-entry-cache@^6.0.1:
31083197
version "6.0.1"
31093198
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3344,6 +3433,11 @@ ignore@^5.2.0:
33443433
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
33453434
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
33463435

3436+
ignore@^7.0.5:
3437+
version "7.0.5"
3438+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3439+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3440+
33473441
import-fresh@^3.2.1:
33483442
version "3.3.0"
33493443
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4208,6 +4302,13 @@ mimic-function@^5.0.0:
42084302
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
42094303
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
42104304

4305+
minimatch@^10.2.2:
4306+
version "10.2.5"
4307+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
4308+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
4309+
dependencies:
4310+
brace-expansion "^5.0.5"
4311+
42114312
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
42124313
version "3.1.2"
42134314
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4249,11 +4350,6 @@ ms@^2.1.3:
42494350
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
42504351
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
42514352

4252-
natural-compare-lite@^1.4.0:
4253-
version "1.4.0"
4254-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4255-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4256-
42574353
natural-compare@^1.4.0:
42584354
version "1.4.0"
42594355
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4475,6 +4571,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
44754571
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
44764572
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
44774573

4574+
picomatch@^4.0.3:
4575+
version "4.0.4"
4576+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
4577+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
4578+
44784579
pidtree@^0.6.0:
44794580
version "0.6.0"
44804581
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5080,6 +5181,14 @@ text-table@^0.2.0:
50805181
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50815182
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
50825183

5184+
tinyglobby@^0.2.15:
5185+
version "0.2.15"
5186+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5187+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5188+
dependencies:
5189+
fdir "^6.5.0"
5190+
picomatch "^4.0.3"
5191+
50835192
tmpl@1.0.5:
50845193
version "1.0.5"
50855194
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -5102,6 +5211,11 @@ ts-api-utils@^1.3.0:
51025211
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51035212
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51045213

5214+
ts-api-utils@^2.5.0:
5215+
version "2.5.0"
5216+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
5217+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
5218+
51055219
ts-jest@29.4.6:
51065220
version "29.4.6"
51075221
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"

0 commit comments

Comments
 (0)