Skip to content

Commit 32a34ee

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 0394b8b commit 32a34ee

File tree

2 files changed

+118
-83
lines changed

2 files changed

+118
-83
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
"@types/react": "18.2.78",
152152
"@types/react-dom": "18.2.25",
153153
"@types/react-test-renderer": "18.0.7",
154-
"@typescript-eslint/eslint-plugin": "6.18.1",
155-
"@typescript-eslint/parser": "6.18.1",
154+
"@typescript-eslint/eslint-plugin": "8.26.0",
155+
"@typescript-eslint/parser": "8.26.0",
156156
"@vitejs/plugin-react": "4.2.1",
157157
"@vitest/coverage-v8": "1.5.0",
158158
"babel-loader": "9.1.3",

yarn.lock

+116-81
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,12 @@
22942294
dependencies:
22952295
eslint-visitor-keys "^3.3.0"
22962296

2297-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
2297+
"@eslint-community/regexpp@^4.10.0":
2298+
version "4.12.1"
2299+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
2300+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
2301+
2302+
"@eslint-community/regexpp@^4.6.1":
22982303
version "4.10.0"
22992304
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
23002305
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -4220,7 +4225,7 @@
42204225
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
42214226
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
42224227

4223-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
4228+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
42244229
version "7.0.15"
42254230
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
42264231
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4321,7 +4326,7 @@
43214326
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.6.tgz#e6e60dad29c2c8c206c026e6dd8d6d1bdda850b8"
43224327
integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
43234328

4324-
"@types/semver@^7.3.12", "@types/semver@^7.3.4", "@types/semver@^7.5.0":
4329+
"@types/semver@^7.3.12", "@types/semver@^7.3.4":
43254330
version "7.5.8"
43264331
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
43274332
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -4353,22 +4358,20 @@
43534358
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
43544359
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
43554360

4356-
"@typescript-eslint/eslint-plugin@6.18.1":
4357-
version "6.18.1"
4358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.1.tgz#0df881a47da1c1a9774f39495f5f7052f86b72e0"
4359-
integrity sha512-nISDRYnnIpk7VCFrGcu1rnZfM1Dh9LRHnfgdkjcbi/l7g16VYRri3TjXi9Ir4lOZSw5N/gnV/3H7jIPQ8Q4daA==
4361+
"@typescript-eslint/eslint-plugin@8.26.0":
4362+
version "8.26.0"
4363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
4364+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
43604365
dependencies:
4361-
"@eslint-community/regexpp" "^4.5.1"
4362-
"@typescript-eslint/scope-manager" "6.18.1"
4363-
"@typescript-eslint/type-utils" "6.18.1"
4364-
"@typescript-eslint/utils" "6.18.1"
4365-
"@typescript-eslint/visitor-keys" "6.18.1"
4366-
debug "^4.3.4"
4366+
"@eslint-community/regexpp" "^4.10.0"
4367+
"@typescript-eslint/scope-manager" "8.26.0"
4368+
"@typescript-eslint/type-utils" "8.26.0"
4369+
"@typescript-eslint/utils" "8.26.0"
4370+
"@typescript-eslint/visitor-keys" "8.26.0"
43674371
graphemer "^1.4.0"
4368-
ignore "^5.2.4"
4372+
ignore "^5.3.1"
43694373
natural-compare "^1.4.0"
4370-
semver "^7.5.4"
4371-
ts-api-utils "^1.0.1"
4374+
ts-api-utils "^2.0.1"
43724375

43734376
"@typescript-eslint/experimental-utils@^5.0.0":
43744377
version "5.62.0"
@@ -4377,15 +4380,15 @@
43774380
dependencies:
43784381
"@typescript-eslint/utils" "5.62.0"
43794382

4380-
"@typescript-eslint/parser@6.18.1":
4381-
version "6.18.1"
4382-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.18.1.tgz#3c3987e186b38c77b30b6bfa5edf7c98ae2ec9d3"
4383-
integrity sha512-zct/MdJnVaRRNy9e84XnVtRv9Vf91/qqe+hZJtKanjojud4wAVy/7lXxJmMyX6X6J+xc6c//YEWvpeif8cAhWA==
4383+
"@typescript-eslint/parser@8.26.0":
4384+
version "8.26.0"
4385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
4386+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
43844387
dependencies:
4385-
"@typescript-eslint/scope-manager" "6.18.1"
4386-
"@typescript-eslint/types" "6.18.1"
4387-
"@typescript-eslint/typescript-estree" "6.18.1"
4388-
"@typescript-eslint/visitor-keys" "6.18.1"
4388+
"@typescript-eslint/scope-manager" "8.26.0"
4389+
"@typescript-eslint/types" "8.26.0"
4390+
"@typescript-eslint/typescript-estree" "8.26.0"
4391+
"@typescript-eslint/visitor-keys" "8.26.0"
43894392
debug "^4.3.4"
43904393

43914394
"@typescript-eslint/[email protected]":
@@ -4396,33 +4399,33 @@
43964399
"@typescript-eslint/types" "5.62.0"
43974400
"@typescript-eslint/visitor-keys" "5.62.0"
43984401

4399-
"@typescript-eslint/scope-manager@6.18.1":
4400-
version "6.18.1"
4401-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
4402-
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
4402+
"@typescript-eslint/scope-manager@8.26.0":
4403+
version "8.26.0"
4404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
4405+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
44034406
dependencies:
4404-
"@typescript-eslint/types" "6.18.1"
4405-
"@typescript-eslint/visitor-keys" "6.18.1"
4407+
"@typescript-eslint/types" "8.26.0"
4408+
"@typescript-eslint/visitor-keys" "8.26.0"
44064409

4407-
"@typescript-eslint/type-utils@6.18.1":
4408-
version "6.18.1"
4409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.18.1.tgz#115cf535f8b39db8301677199ce51151e2daee96"
4410-
integrity sha512-wyOSKhuzHeU/5pcRDP2G2Ndci+4g653V43gXTpt4nbyoIOAASkGDA9JIAgbQCdCkcr1MvpSYWzxTz0olCn8+/Q==
4410+
"@typescript-eslint/type-utils@8.26.0":
4411+
version "8.26.0"
4412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
4413+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
44114414
dependencies:
4412-
"@typescript-eslint/typescript-estree" "6.18.1"
4413-
"@typescript-eslint/utils" "6.18.1"
4415+
"@typescript-eslint/typescript-estree" "8.26.0"
4416+
"@typescript-eslint/utils" "8.26.0"
44144417
debug "^4.3.4"
4415-
ts-api-utils "^1.0.1"
4418+
ts-api-utils "^2.0.1"
44164419

44174420
"@typescript-eslint/[email protected]":
44184421
version "5.62.0"
44194422
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
44204423
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
44214424

4422-
"@typescript-eslint/types@6.18.1":
4423-
version "6.18.1"
4424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
4425-
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
4425+
"@typescript-eslint/types@8.26.0":
4426+
version "8.26.0"
4427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
4428+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
44264429

44274430
"@typescript-eslint/[email protected]":
44284431
version "5.62.0"
@@ -4437,19 +4440,19 @@
44374440
semver "^7.3.7"
44384441
tsutils "^3.21.0"
44394442

4440-
"@typescript-eslint/typescript-estree@6.18.1":
4441-
version "6.18.1"
4442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
4443-
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
4443+
"@typescript-eslint/typescript-estree@8.26.0":
4444+
version "8.26.0"
4445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
4446+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
44444447
dependencies:
4445-
"@typescript-eslint/types" "6.18.1"
4446-
"@typescript-eslint/visitor-keys" "6.18.1"
4448+
"@typescript-eslint/types" "8.26.0"
4449+
"@typescript-eslint/visitor-keys" "8.26.0"
44474450
debug "^4.3.4"
4448-
globby "^11.1.0"
4451+
fast-glob "^3.3.2"
44494452
is-glob "^4.0.3"
4450-
minimatch "9.0.3"
4451-
semver "^7.5.4"
4452-
ts-api-utils "^1.0.1"
4453+
minimatch "^9.0.4"
4454+
semver "^7.6.0"
4455+
ts-api-utils "^2.0.1"
44534456

44544457
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.45.0":
44554458
version "5.62.0"
@@ -4465,18 +4468,15 @@
44654468
eslint-scope "^5.1.1"
44664469
semver "^7.3.7"
44674470

4468-
"@typescript-eslint/utils@6.18.1":
4469-
version "6.18.1"
4470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
4471-
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
4471+
"@typescript-eslint/utils@8.26.0":
4472+
version "8.26.0"
4473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
4474+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
44724475
dependencies:
44734476
"@eslint-community/eslint-utils" "^4.4.0"
4474-
"@types/json-schema" "^7.0.12"
4475-
"@types/semver" "^7.5.0"
4476-
"@typescript-eslint/scope-manager" "6.18.1"
4477-
"@typescript-eslint/types" "6.18.1"
4478-
"@typescript-eslint/typescript-estree" "6.18.1"
4479-
semver "^7.5.4"
4477+
"@typescript-eslint/scope-manager" "8.26.0"
4478+
"@typescript-eslint/types" "8.26.0"
4479+
"@typescript-eslint/typescript-estree" "8.26.0"
44804480

44814481
"@typescript-eslint/[email protected]":
44824482
version "5.62.0"
@@ -4486,13 +4486,13 @@
44864486
"@typescript-eslint/types" "5.62.0"
44874487
eslint-visitor-keys "^3.3.0"
44884488

4489-
"@typescript-eslint/visitor-keys@6.18.1":
4490-
version "6.18.1"
4491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
4492-
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
4489+
"@typescript-eslint/visitor-keys@8.26.0":
4490+
version "8.26.0"
4491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
4492+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
44934493
dependencies:
4494-
"@typescript-eslint/types" "6.18.1"
4495-
eslint-visitor-keys "^3.4.1"
4494+
"@typescript-eslint/types" "8.26.0"
4495+
eslint-visitor-keys "^4.2.0"
44964496

44974497
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
44984498
version "1.2.0"
@@ -7035,6 +7035,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
70357035
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
70367036
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
70377037

7038+
eslint-visitor-keys@^4.2.0:
7039+
version "4.2.0"
7040+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
7041+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
7042+
70387043
70397044
version "8.56.0"
70407045
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
@@ -8213,6 +8218,11 @@ ignore@^5.0.4, ignore@^5.2.0, ignore@^5.2.4:
82138218
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
82148219
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
82158220

8221+
ignore@^5.3.1:
8222+
version "5.3.2"
8223+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
8224+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
8225+
82168226
import-fresh@^3.2.1, import-fresh@^3.3.0:
82178227
version "3.3.0"
82188228
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -9539,13 +9549,6 @@ min-indent@^1.0.0, min-indent@^1.0.1:
95399549
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
95409550
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
95419551

9542-
9543-
version "9.0.3"
9544-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
9545-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
9546-
dependencies:
9547-
brace-expansion "^2.0.1"
9548-
95499552
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
95509553
version "3.1.2"
95519554
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -9574,6 +9577,13 @@ minimatch@^9.0.1:
95749577
dependencies:
95759578
brace-expansion "^2.0.1"
95769579

9580+
minimatch@^9.0.4:
9581+
version "9.0.5"
9582+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
9583+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
9584+
dependencies:
9585+
brace-expansion "^2.0.1"
9586+
95779587
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
95789588
version "1.2.8"
95799589
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -11704,7 +11714,16 @@ [email protected]:
1170411714
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1170511715
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1170611716

11707-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11717+
"string-width-cjs@npm:string-width@^4.2.0":
11718+
version "4.2.3"
11719+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11720+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11721+
dependencies:
11722+
emoji-regex "^8.0.0"
11723+
is-fullwidth-code-point "^3.0.0"
11724+
strip-ansi "^6.0.1"
11725+
11726+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1170811727
version "4.2.3"
1170911728
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1171011729
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11791,7 +11810,14 @@ string_decoder@~1.1.1:
1179111810
dependencies:
1179211811
safe-buffer "~5.1.0"
1179311812

11794-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11813+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11814+
version "6.0.1"
11815+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11816+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11817+
dependencies:
11818+
ansi-regex "^5.0.1"
11819+
11820+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1179511821
version "6.0.1"
1179611822
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1179711823
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12168,10 +12194,10 @@ trim@>=0.0.3:
1216812194
resolved "https://registry.yarnpkg.com/trim/-/trim-1.0.1.tgz#68e78f6178ccab9687a610752f4f5e5a7022ee8c"
1216912195
integrity sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==
1217012196

12171-
ts-api-utils@^1.0.1:
12172-
version "1.3.0"
12173-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
12174-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
12197+
ts-api-utils@^2.0.1:
12198+
version "2.0.1"
12199+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
12200+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1217512201

1217612202
ts-dedent@^2.0.0, ts-dedent@^2.2.0:
1217712203
version "2.2.0"
@@ -12887,7 +12913,7 @@ wordwrap@>=0.0.2, wordwrap@^1.0.0:
1288712913
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1288812914
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1288912915

12890-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12916+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1289112917
version "7.0.0"
1289212918
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1289312919
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12905,6 +12931,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1290512931
string-width "^4.1.0"
1290612932
strip-ansi "^6.0.0"
1290712933

12934+
wrap-ansi@^7.0.0:
12935+
version "7.0.0"
12936+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12937+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12938+
dependencies:
12939+
ansi-styles "^4.0.0"
12940+
string-width "^4.1.0"
12941+
strip-ansi "^6.0.0"
12942+
1290812943
wrap-ansi@^8.1.0:
1290912944
version "8.1.0"
1291012945
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)