Skip to content

Commit acc9526

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 2cebbe9 commit acc9526

File tree

2 files changed

+134
-87
lines changed

2 files changed

+134
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@lerna-lite/version": "^2.1.0",
1212
"@tsconfig/node18-strictest": "1.0.0",
1313
"@types/jest": "29.5.14",
14-
"@typescript-eslint/eslint-plugin": "5.62.0",
15-
"@typescript-eslint/parser": "5.62.0",
14+
"@typescript-eslint/eslint-plugin": "8.31.1",
15+
"@typescript-eslint/parser": "8.31.1",
1616
"eslint": "8.57.1",
1717
"eslint-config-prettier": "8.10.0",
1818
"eslint-plugin-jest": "27.9.0",

yarn.lock

Lines changed: 132 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,17 @@
632632
dependencies:
633633
eslint-visitor-keys "^3.3.0"
634634

635-
"@eslint-community/regexpp@^4.4.0":
636-
version "4.4.0"
637-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
638-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
635+
"@eslint-community/eslint-utils@^4.4.0":
636+
version "4.6.1"
637+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc"
638+
integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==
639+
dependencies:
640+
eslint-visitor-keys "^3.4.3"
641+
642+
"@eslint-community/regexpp@^4.10.0":
643+
version "4.12.1"
644+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
645+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
639646

640647
"@eslint-community/regexpp@^4.6.1":
641648
version "4.6.2"
@@ -1458,11 +1465,6 @@
14581465
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
14591466
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
14601467

1461-
"@types/semver@^7.3.12":
1462-
version "7.3.12"
1463-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1464-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1465-
14661468
"@types/stack-utils@^2.0.0":
14671469
version "2.0.0"
14681470
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1480,30 +1482,30 @@
14801482
dependencies:
14811483
"@types/yargs-parser" "*"
14821484

1483-
"@typescript-eslint/eslint-plugin@5.62.0":
1484-
version "5.62.0"
1485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1486-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1485+
"@typescript-eslint/eslint-plugin@8.31.1":
1486+
version "8.31.1"
1487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
1488+
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
14871489
dependencies:
1488-
"@eslint-community/regexpp" "^4.4.0"
1489-
"@typescript-eslint/scope-manager" "5.62.0"
1490-
"@typescript-eslint/type-utils" "5.62.0"
1491-
"@typescript-eslint/utils" "5.62.0"
1492-
debug "^4.3.4"
1490+
"@eslint-community/regexpp" "^4.10.0"
1491+
"@typescript-eslint/scope-manager" "8.31.1"
1492+
"@typescript-eslint/type-utils" "8.31.1"
1493+
"@typescript-eslint/utils" "8.31.1"
1494+
"@typescript-eslint/visitor-keys" "8.31.1"
14931495
graphemer "^1.4.0"
1494-
ignore "^5.2.0"
1495-
natural-compare-lite "^1.4.0"
1496-
semver "^7.3.7"
1497-
tsutils "^3.21.0"
1496+
ignore "^5.3.1"
1497+
natural-compare "^1.4.0"
1498+
ts-api-utils "^2.0.1"
14981499

1499-
"@typescript-eslint/parser@5.62.0":
1500-
version "5.62.0"
1501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1502-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1500+
"@typescript-eslint/parser@8.31.1":
1501+
version "8.31.1"
1502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
1503+
integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
15031504
dependencies:
1504-
"@typescript-eslint/scope-manager" "5.62.0"
1505-
"@typescript-eslint/types" "5.62.0"
1506-
"@typescript-eslint/typescript-estree" "5.62.0"
1505+
"@typescript-eslint/scope-manager" "8.31.1"
1506+
"@typescript-eslint/types" "8.31.1"
1507+
"@typescript-eslint/typescript-estree" "8.31.1"
1508+
"@typescript-eslint/visitor-keys" "8.31.1"
15071509
debug "^4.3.4"
15081510

15091511
"@typescript-eslint/[email protected]":
@@ -1514,33 +1516,33 @@
15141516
"@typescript-eslint/types" "5.16.0"
15151517
"@typescript-eslint/visitor-keys" "5.16.0"
15161518

1517-
"@typescript-eslint/scope-manager@5.62.0":
1518-
version "5.62.0"
1519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1520-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1519+
"@typescript-eslint/scope-manager@8.31.1":
1520+
version "8.31.1"
1521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
1522+
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
15211523
dependencies:
1522-
"@typescript-eslint/types" "5.62.0"
1523-
"@typescript-eslint/visitor-keys" "5.62.0"
1524+
"@typescript-eslint/types" "8.31.1"
1525+
"@typescript-eslint/visitor-keys" "8.31.1"
15241526

1525-
"@typescript-eslint/type-utils@5.62.0":
1526-
version "5.62.0"
1527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1528-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1527+
"@typescript-eslint/type-utils@8.31.1":
1528+
version "8.31.1"
1529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
1530+
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
15291531
dependencies:
1530-
"@typescript-eslint/typescript-estree" "5.62.0"
1531-
"@typescript-eslint/utils" "5.62.0"
1532+
"@typescript-eslint/typescript-estree" "8.31.1"
1533+
"@typescript-eslint/utils" "8.31.1"
15321534
debug "^4.3.4"
1533-
tsutils "^3.21.0"
1535+
ts-api-utils "^2.0.1"
15341536

15351537
"@typescript-eslint/[email protected]":
15361538
version "5.16.0"
15371539
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
15381540
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
15391541

1540-
"@typescript-eslint/types@5.62.0":
1541-
version "5.62.0"
1542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1543-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1542+
"@typescript-eslint/types@8.31.1":
1543+
version "8.31.1"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
1545+
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
15441546

15451547
"@typescript-eslint/[email protected]":
15461548
version "5.16.0"
@@ -1555,32 +1557,29 @@
15551557
semver "^7.3.5"
15561558
tsutils "^3.21.0"
15571559

1558-
"@typescript-eslint/typescript-estree@5.62.0":
1559-
version "5.62.0"
1560-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1561-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1560+
"@typescript-eslint/typescript-estree@8.31.1":
1561+
version "8.31.1"
1562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
1563+
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
15621564
dependencies:
1563-
"@typescript-eslint/types" "5.62.0"
1564-
"@typescript-eslint/visitor-keys" "5.62.0"
1565+
"@typescript-eslint/types" "8.31.1"
1566+
"@typescript-eslint/visitor-keys" "8.31.1"
15651567
debug "^4.3.4"
1566-
globby "^11.1.0"
1568+
fast-glob "^3.3.2"
15671569
is-glob "^4.0.3"
1568-
semver "^7.3.7"
1569-
tsutils "^3.21.0"
1570+
minimatch "^9.0.4"
1571+
semver "^7.6.0"
1572+
ts-api-utils "^2.0.1"
15701573

1571-
"@typescript-eslint/utils@5.62.0":
1572-
version "5.62.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1574-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1574+
"@typescript-eslint/utils@8.31.1":
1575+
version "8.31.1"
1576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
1577+
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
15751578
dependencies:
1576-
"@eslint-community/eslint-utils" "^4.2.0"
1577-
"@types/json-schema" "^7.0.9"
1578-
"@types/semver" "^7.3.12"
1579-
"@typescript-eslint/scope-manager" "5.62.0"
1580-
"@typescript-eslint/types" "5.62.0"
1581-
"@typescript-eslint/typescript-estree" "5.62.0"
1582-
eslint-scope "^5.1.1"
1583-
semver "^7.3.7"
1579+
"@eslint-community/eslint-utils" "^4.4.0"
1580+
"@typescript-eslint/scope-manager" "8.31.1"
1581+
"@typescript-eslint/types" "8.31.1"
1582+
"@typescript-eslint/typescript-estree" "8.31.1"
15841583

15851584
"@typescript-eslint/utils@^5.10.0":
15861585
version "5.16.0"
@@ -1602,13 +1601,13 @@
16021601
"@typescript-eslint/types" "5.16.0"
16031602
eslint-visitor-keys "^3.0.0"
16041603

1605-
"@typescript-eslint/visitor-keys@5.62.0":
1606-
version "5.62.0"
1607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1608-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1604+
"@typescript-eslint/visitor-keys@8.31.1":
1605+
version "8.31.1"
1606+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
1607+
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
16091608
dependencies:
1610-
"@typescript-eslint/types" "5.62.0"
1611-
eslint-visitor-keys "^3.3.0"
1609+
"@typescript-eslint/types" "8.31.1"
1610+
eslint-visitor-keys "^4.2.0"
16121611

16131612
"@ungap/structured-clone@^1.2.0":
16141613
version "1.2.0"
@@ -1893,6 +1892,13 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
18931892
dependencies:
18941893
fill-range "^7.0.1"
18951894

1895+
braces@^3.0.3:
1896+
version "3.0.3"
1897+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1898+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1899+
dependencies:
1900+
fill-range "^7.1.1"
1901+
18961902
browserslist@^4.17.5:
18971903
version "4.19.1"
18981904
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
@@ -2716,6 +2722,11 @@ eslint-visitor-keys@^3.4.3:
27162722
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27172723
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27182724

2725+
eslint-visitor-keys@^4.2.0:
2726+
version "4.2.0"
2727+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2728+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2729+
27192730
27202731
version "8.57.1"
27212732
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2952,6 +2963,17 @@ fast-glob@^3.3.0:
29522963
merge2 "^1.3.0"
29532964
micromatch "^4.0.4"
29542965

2966+
fast-glob@^3.3.2:
2967+
version "3.3.3"
2968+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2969+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2970+
dependencies:
2971+
"@nodelib/fs.stat" "^2.0.2"
2972+
"@nodelib/fs.walk" "^1.2.3"
2973+
glob-parent "^5.1.2"
2974+
merge2 "^1.3.0"
2975+
micromatch "^4.0.8"
2976+
29552977
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29562978
version "2.1.0"
29572979
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3013,6 +3035,13 @@ fill-range@^7.0.1:
30133035
dependencies:
30143036
to-regex-range "^5.0.1"
30153037

3038+
fill-range@^7.1.1:
3039+
version "7.1.1"
3040+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
3041+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
3042+
dependencies:
3043+
to-regex-range "^5.0.1"
3044+
30163045
find-up@^2.0.0:
30173046
version "2.1.0"
30183047
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -3281,7 +3310,7 @@ globals@^13.19.0:
32813310
dependencies:
32823311
type-fest "^0.20.2"
32833312

3284-
globby@^11.0.3, globby@^11.1.0:
3313+
globby@^11.0.3:
32853314
version "11.1.0"
32863315
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
32873316
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3488,6 +3517,11 @@ ignore@^5.2.4:
34883517
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
34893518
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
34903519

3520+
ignore@^5.3.1:
3521+
version "5.3.2"
3522+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3523+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3524+
34913525
import-fresh@^3.2.1, import-fresh@^3.3.0:
34923526
version "3.3.0"
34933527
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4545,6 +4579,14 @@ micromatch@^4.0.4:
45454579
braces "^3.0.2"
45464580
picomatch "^2.3.1"
45474581

4582+
micromatch@^4.0.8:
4583+
version "4.0.8"
4584+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
4585+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
4586+
dependencies:
4587+
braces "^3.0.3"
4588+
picomatch "^2.3.1"
4589+
45484590
mimic-fn@^2.1.0:
45494591
version "2.1.0"
45504592
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
@@ -4581,6 +4623,13 @@ minimatch@^9.0.1, minimatch@^9.0.3:
45814623
dependencies:
45824624
brace-expansion "^2.0.1"
45834625

4626+
minimatch@^9.0.4:
4627+
version "9.0.5"
4628+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4629+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4630+
dependencies:
4631+
brace-expansion "^2.0.1"
4632+
45844633
45854634
version "4.1.0"
45864635
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4688,11 +4737,6 @@ mz@^2.7.0:
46884737
object-assign "^4.0.1"
46894738
thenify-all "^1.0.0"
46904739

4691-
natural-compare-lite@^1.4.0:
4692-
version "1.4.0"
4693-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4694-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4695-
46964740
natural-compare@^1.4.0:
46974741
version "1.4.0"
46984742
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5503,12 +5547,10 @@ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
55035547
dependencies:
55045548
lru-cache "^6.0.0"
55055549

5506-
semver@^7.3.7:
5507-
version "7.3.7"
5508-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5509-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5510-
dependencies:
5511-
lru-cache "^6.0.0"
5550+
semver@^7.6.0:
5551+
version "7.7.1"
5552+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
5553+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
55125554

55135555
semver@^7.6.3:
55145556
version "7.6.3"
@@ -5970,6 +6012,11 @@ trim-newlines@^3.0.0:
59706012
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
59716013
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
59726014

6015+
ts-api-utils@^2.0.1:
6016+
version "2.1.0"
6017+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6018+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
6019+
59736020
ts-interface-checker@^0.1.9:
59746021
version "0.1.13"
59756022
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"

0 commit comments

Comments
 (0)