Skip to content

Commit c39fc1d

Browse files
Update typescript-eslint monorepo to v8
1 parent 35bdec7 commit c39fc1d

File tree

2 files changed

+128
-93
lines changed

2 files changed

+128
-93
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/node": "22.13.5",
5353
"@types/ramda": "0.30.2",
5454
"@types/sinon": "17.0.4",
55-
"@typescript-eslint/eslint-plugin": "5.62.0",
56-
"@typescript-eslint/parser": "5.62.0",
55+
"@typescript-eslint/eslint-plugin": "8.29.0",
56+
"@typescript-eslint/parser": "8.29.0",
5757
"ava": "5.3.1",
5858
"bl": "6.0.19",
5959
"dotenv": "16.4.7",

yarn.lock

+126-91
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,17 @@
105105
dependencies:
106106
eslint-visitor-keys "^3.3.0"
107107

108-
"@eslint-community/regexpp@^4.4.0":
109-
version "4.4.0"
110-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
111-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
108+
"@eslint-community/eslint-utils@^4.4.0":
109+
version "4.5.1"
110+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
111+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
112+
dependencies:
113+
eslint-visitor-keys "^3.4.3"
114+
115+
"@eslint-community/regexpp@^4.10.0":
116+
version "4.12.1"
117+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
118+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
112119

113120
"@eslint-community/regexpp@^4.6.1":
114121
version "4.6.2"
@@ -979,11 +986,6 @@
979986
dependencies:
980987
"@types/node" "*"
981988

982-
"@types/semver@^7.3.12":
983-
version "7.3.12"
984-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
985-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
986-
987989
988990
version "17.0.4"
989991
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
@@ -996,30 +998,30 @@
996998
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
997999
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
9981000

999-
"@typescript-eslint/eslint-plugin@5.62.0":
1000-
version "5.62.0"
1001-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1002-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1001+
"@typescript-eslint/eslint-plugin@8.29.0":
1002+
version "8.29.0"
1003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
1004+
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
10031005
dependencies:
1004-
"@eslint-community/regexpp" "^4.4.0"
1005-
"@typescript-eslint/scope-manager" "5.62.0"
1006-
"@typescript-eslint/type-utils" "5.62.0"
1007-
"@typescript-eslint/utils" "5.62.0"
1008-
debug "^4.3.4"
1006+
"@eslint-community/regexpp" "^4.10.0"
1007+
"@typescript-eslint/scope-manager" "8.29.0"
1008+
"@typescript-eslint/type-utils" "8.29.0"
1009+
"@typescript-eslint/utils" "8.29.0"
1010+
"@typescript-eslint/visitor-keys" "8.29.0"
10091011
graphemer "^1.4.0"
1010-
ignore "^5.2.0"
1011-
natural-compare-lite "^1.4.0"
1012-
semver "^7.3.7"
1013-
tsutils "^3.21.0"
1012+
ignore "^5.3.1"
1013+
natural-compare "^1.4.0"
1014+
ts-api-utils "^2.0.1"
10141015

1015-
"@typescript-eslint/parser@5.62.0":
1016-
version "5.62.0"
1017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1018-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1016+
"@typescript-eslint/parser@8.29.0":
1017+
version "8.29.0"
1018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
1019+
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
10191020
dependencies:
1020-
"@typescript-eslint/scope-manager" "5.62.0"
1021-
"@typescript-eslint/types" "5.62.0"
1022-
"@typescript-eslint/typescript-estree" "5.62.0"
1021+
"@typescript-eslint/scope-manager" "8.29.0"
1022+
"@typescript-eslint/types" "8.29.0"
1023+
"@typescript-eslint/typescript-estree" "8.29.0"
1024+
"@typescript-eslint/visitor-keys" "8.29.0"
10231025
debug "^4.3.4"
10241026

10251027
"@typescript-eslint/[email protected]":
@@ -1030,33 +1032,33 @@
10301032
"@typescript-eslint/types" "5.18.0"
10311033
"@typescript-eslint/visitor-keys" "5.18.0"
10321034

1033-
"@typescript-eslint/scope-manager@5.62.0":
1034-
version "5.62.0"
1035-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1036-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1035+
"@typescript-eslint/scope-manager@8.29.0":
1036+
version "8.29.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
1038+
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
10371039
dependencies:
1038-
"@typescript-eslint/types" "5.62.0"
1039-
"@typescript-eslint/visitor-keys" "5.62.0"
1040+
"@typescript-eslint/types" "8.29.0"
1041+
"@typescript-eslint/visitor-keys" "8.29.0"
10401042

1041-
"@typescript-eslint/type-utils@5.62.0":
1042-
version "5.62.0"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1044-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1043+
"@typescript-eslint/type-utils@8.29.0":
1044+
version "8.29.0"
1045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
1046+
integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==
10451047
dependencies:
1046-
"@typescript-eslint/typescript-estree" "5.62.0"
1047-
"@typescript-eslint/utils" "5.62.0"
1048+
"@typescript-eslint/typescript-estree" "8.29.0"
1049+
"@typescript-eslint/utils" "8.29.0"
10481050
debug "^4.3.4"
1049-
tsutils "^3.21.0"
1051+
ts-api-utils "^2.0.1"
10501052

10511053
"@typescript-eslint/[email protected]":
10521054
version "5.18.0"
10531055
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
10541056
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
10551057

1056-
"@typescript-eslint/types@5.62.0":
1057-
version "5.62.0"
1058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1059-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1058+
"@typescript-eslint/types@8.29.0":
1059+
version "8.29.0"
1060+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
1061+
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
10601062

10611063
"@typescript-eslint/[email protected]":
10621064
version "5.18.0"
@@ -1071,32 +1073,29 @@
10711073
semver "^7.3.5"
10721074
tsutils "^3.21.0"
10731075

1074-
"@typescript-eslint/typescript-estree@5.62.0":
1075-
version "5.62.0"
1076-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1077-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1076+
"@typescript-eslint/typescript-estree@8.29.0":
1077+
version "8.29.0"
1078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
1079+
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
10781080
dependencies:
1079-
"@typescript-eslint/types" "5.62.0"
1080-
"@typescript-eslint/visitor-keys" "5.62.0"
1081+
"@typescript-eslint/types" "8.29.0"
1082+
"@typescript-eslint/visitor-keys" "8.29.0"
10811083
debug "^4.3.4"
1082-
globby "^11.1.0"
1084+
fast-glob "^3.3.2"
10831085
is-glob "^4.0.3"
1084-
semver "^7.3.7"
1085-
tsutils "^3.21.0"
1086+
minimatch "^9.0.4"
1087+
semver "^7.6.0"
1088+
ts-api-utils "^2.0.1"
10861089

1087-
"@typescript-eslint/utils@5.62.0":
1088-
version "5.62.0"
1089-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1090-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1090+
"@typescript-eslint/utils@8.29.0":
1091+
version "8.29.0"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
1093+
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
10911094
dependencies:
1092-
"@eslint-community/eslint-utils" "^4.2.0"
1093-
"@types/json-schema" "^7.0.9"
1094-
"@types/semver" "^7.3.12"
1095-
"@typescript-eslint/scope-manager" "5.62.0"
1096-
"@typescript-eslint/types" "5.62.0"
1097-
"@typescript-eslint/typescript-estree" "5.62.0"
1098-
eslint-scope "^5.1.1"
1099-
semver "^7.3.7"
1095+
"@eslint-community/eslint-utils" "^4.4.0"
1096+
"@typescript-eslint/scope-manager" "8.29.0"
1097+
"@typescript-eslint/types" "8.29.0"
1098+
"@typescript-eslint/typescript-estree" "8.29.0"
11001099

11011100
"@typescript-eslint/utils@^5.10.2":
11021101
version "5.18.0"
@@ -1118,13 +1117,13 @@
11181117
"@typescript-eslint/types" "5.18.0"
11191118
eslint-visitor-keys "^3.0.0"
11201119

1121-
"@typescript-eslint/visitor-keys@5.62.0":
1122-
version "5.62.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1124-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1120+
"@typescript-eslint/visitor-keys@8.29.0":
1121+
version "8.29.0"
1122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
1123+
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
11251124
dependencies:
1126-
"@typescript-eslint/types" "5.62.0"
1127-
eslint-visitor-keys "^3.3.0"
1125+
"@typescript-eslint/types" "8.29.0"
1126+
eslint-visitor-keys "^4.2.0"
11281127

11291128
"@ungap/structured-clone@^1.2.0":
11301129
version "1.2.0"
@@ -2240,6 +2239,13 @@ braces@^3.0.1, braces@~3.0.2:
22402239
dependencies:
22412240
fill-range "^7.0.1"
22422241

2242+
braces@^3.0.3:
2243+
version "3.0.3"
2244+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2245+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2246+
dependencies:
2247+
fill-range "^7.1.1"
2248+
22432249
brorand@^1.0.1, brorand@^1.1.0:
22442250
version "1.1.0"
22452251
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -3469,6 +3475,11 @@ eslint-visitor-keys@^3.4.3:
34693475
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34703476
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34713477

3478+
eslint-visitor-keys@^4.2.0:
3479+
version "4.2.0"
3480+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
3481+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
3482+
34723483
34733484
version "8.57.1"
34743485
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4189,7 +4200,7 @@ fast-glob@^3.1.1:
41894200
merge2 "^1.3.0"
41904201
micromatch "^4.0.4"
41914202

4192-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4203+
fast-glob@^3.2.11:
41934204
version "3.2.11"
41944205
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
41954206
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4200,6 +4211,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
42004211
merge2 "^1.3.0"
42014212
micromatch "^4.0.4"
42024213

4214+
fast-glob@^3.3.2:
4215+
version "3.3.3"
4216+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4217+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4218+
dependencies:
4219+
"@nodelib/fs.stat" "^2.0.2"
4220+
"@nodelib/fs.walk" "^1.2.3"
4221+
glob-parent "^5.1.2"
4222+
merge2 "^1.3.0"
4223+
micromatch "^4.0.8"
4224+
42034225
fast-json-stable-stringify@^2.0.0:
42044226
version "2.1.0"
42054227
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4261,6 +4283,13 @@ fill-range@^7.0.1:
42614283
dependencies:
42624284
to-regex-range "^5.0.1"
42634285

4286+
fill-range@^7.1.1:
4287+
version "7.1.1"
4288+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4289+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4290+
dependencies:
4291+
to-regex-range "^5.0.1"
4292+
42644293
finalhandler@~1.1.2:
42654294
version "1.1.2"
42664295
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4684,18 +4713,6 @@ globby@^11.0.4:
46844713
merge2 "^1.3.0"
46854714
slash "^3.0.0"
46864715

4687-
globby@^11.1.0:
4688-
version "11.1.0"
4689-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4690-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4691-
dependencies:
4692-
array-union "^2.1.0"
4693-
dir-glob "^3.0.1"
4694-
fast-glob "^3.2.9"
4695-
ignore "^5.2.0"
4696-
merge2 "^1.4.1"
4697-
slash "^3.0.0"
4698-
46994716
globby@^13.1.4:
47004717
version "13.1.4"
47014718
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -5004,6 +5021,11 @@ ignore@^5.2.0:
50045021
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
50055022
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
50065023

5024+
ignore@^5.3.1:
5025+
version "5.3.2"
5026+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
5027+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
5028+
50075029
immediate@^3.2.3:
50085030
version "3.3.0"
50095031
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6524,6 +6546,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
65246546
braces "^3.0.1"
65256547
picomatch "^2.2.3"
65266548

6549+
micromatch@^4.0.8:
6550+
version "4.0.8"
6551+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6552+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6553+
dependencies:
6554+
braces "^3.0.3"
6555+
picomatch "^2.3.1"
6556+
65276557
miller-rabin@^4.0.0:
65286558
version "4.0.1"
65296559
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6874,11 +6904,6 @@ native-fetch@^3.0.0:
68746904
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68756905
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68766906

6877-
natural-compare-lite@^1.4.0:
6878-
version "1.4.0"
6879-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6880-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6881-
68826907
natural-compare@^1.4.0:
68836908
version "1.4.0"
68846909
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8252,6 +8277,11 @@ semver@^7.3.7:
82528277
dependencies:
82538278
lru-cache "^6.0.0"
82548279

8280+
semver@^7.6.0:
8281+
version "7.7.1"
8282+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
8283+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
8284+
82558285
semver@~5.4.1:
82568286
version "5.4.1"
82578287
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9011,6 +9041,11 @@ trim-right@^1.0.1:
90119041
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90129042
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90139043

9044+
ts-api-utils@^2.0.1:
9045+
version "2.1.0"
9046+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9047+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9048+
90149049
ts-essentials@^1.0.0:
90159050
version "1.0.4"
90169051
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)