Skip to content

Commit 4fbb206

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

File tree

2 files changed

+144
-93
lines changed

2 files changed

+144
-93
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.33.0",
56+
"@typescript-eslint/parser": "8.33.0",
5757
"ava": "5.3.1",
5858
"bl": "6.0.19",
5959
"dotenv": "16.4.7",

yarn.lock

Lines changed: 142 additions & 91 deletions
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.7.0":
109+
version "4.7.0"
110+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
111+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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,39 @@
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.33.0":
1002+
version "8.33.0"
1003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
1004+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
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.33.0"
1008+
"@typescript-eslint/type-utils" "8.33.0"
1009+
"@typescript-eslint/utils" "8.33.0"
1010+
"@typescript-eslint/visitor-keys" "8.33.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 "^7.0.0"
1013+
natural-compare "^1.4.0"
1014+
ts-api-utils "^2.1.0"
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.33.0":
1017+
version "8.33.0"
1018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
1019+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
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.33.0"
1022+
"@typescript-eslint/types" "8.33.0"
1023+
"@typescript-eslint/typescript-estree" "8.33.0"
1024+
"@typescript-eslint/visitor-keys" "8.33.0"
1025+
debug "^4.3.4"
1026+
1027+
"@typescript-eslint/[email protected]":
1028+
version "8.33.0"
1029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
1030+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
1031+
dependencies:
1032+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
1033+
"@typescript-eslint/types" "^8.33.0"
10231034
debug "^4.3.4"
10241035

10251036
"@typescript-eslint/[email protected]":
@@ -1030,33 +1041,38 @@
10301041
"@typescript-eslint/types" "5.18.0"
10311042
"@typescript-eslint/visitor-keys" "5.18.0"
10321043

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==
1044+
"@typescript-eslint/scope-manager@8.33.0":
1045+
version "8.33.0"
1046+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
1047+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
10371048
dependencies:
1038-
"@typescript-eslint/types" "5.62.0"
1039-
"@typescript-eslint/visitor-keys" "5.62.0"
1049+
"@typescript-eslint/types" "8.33.0"
1050+
"@typescript-eslint/visitor-keys" "8.33.0"
1051+
1052+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.0":
1053+
version "8.33.0"
1054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
1055+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
10401056

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==
1057+
"@typescript-eslint/type-utils@8.33.0":
1058+
version "8.33.0"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
1060+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
10451061
dependencies:
1046-
"@typescript-eslint/typescript-estree" "5.62.0"
1047-
"@typescript-eslint/utils" "5.62.0"
1062+
"@typescript-eslint/typescript-estree" "8.33.0"
1063+
"@typescript-eslint/utils" "8.33.0"
10481064
debug "^4.3.4"
1049-
tsutils "^3.21.0"
1065+
ts-api-utils "^2.1.0"
10501066

10511067
"@typescript-eslint/[email protected]":
10521068
version "5.18.0"
10531069
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
10541070
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
10551071

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==
1072+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
1073+
version "8.33.0"
1074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
1075+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
10601076

10611077
"@typescript-eslint/[email protected]":
10621078
version "5.18.0"
@@ -1071,32 +1087,31 @@
10711087
semver "^7.3.5"
10721088
tsutils "^3.21.0"
10731089

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==
1090+
"@typescript-eslint/typescript-estree@8.33.0":
1091+
version "8.33.0"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
1093+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
10781094
dependencies:
1079-
"@typescript-eslint/types" "5.62.0"
1080-
"@typescript-eslint/visitor-keys" "5.62.0"
1095+
"@typescript-eslint/project-service" "8.33.0"
1096+
"@typescript-eslint/tsconfig-utils" "8.33.0"
1097+
"@typescript-eslint/types" "8.33.0"
1098+
"@typescript-eslint/visitor-keys" "8.33.0"
10811099
debug "^4.3.4"
1082-
globby "^11.1.0"
1100+
fast-glob "^3.3.2"
10831101
is-glob "^4.0.3"
1084-
semver "^7.3.7"
1085-
tsutils "^3.21.0"
1102+
minimatch "^9.0.4"
1103+
semver "^7.6.0"
1104+
ts-api-utils "^2.1.0"
10861105

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==
1106+
"@typescript-eslint/utils@8.33.0":
1107+
version "8.33.0"
1108+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
1109+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
10911110
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"
1111+
"@eslint-community/eslint-utils" "^4.7.0"
1112+
"@typescript-eslint/scope-manager" "8.33.0"
1113+
"@typescript-eslint/types" "8.33.0"
1114+
"@typescript-eslint/typescript-estree" "8.33.0"
11001115

11011116
"@typescript-eslint/utils@^5.10.2":
11021117
version "5.18.0"
@@ -1118,13 +1133,13 @@
11181133
"@typescript-eslint/types" "5.18.0"
11191134
eslint-visitor-keys "^3.0.0"
11201135

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==
1136+
"@typescript-eslint/visitor-keys@8.33.0":
1137+
version "8.33.0"
1138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
1139+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
11251140
dependencies:
1126-
"@typescript-eslint/types" "5.62.0"
1127-
eslint-visitor-keys "^3.3.0"
1141+
"@typescript-eslint/types" "8.33.0"
1142+
eslint-visitor-keys "^4.2.0"
11281143

11291144
"@ungap/structured-clone@^1.2.0":
11301145
version "1.2.0"
@@ -2240,6 +2255,13 @@ braces@^3.0.1, braces@~3.0.2:
22402255
dependencies:
22412256
fill-range "^7.0.1"
22422257

2258+
braces@^3.0.3:
2259+
version "3.0.3"
2260+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2261+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2262+
dependencies:
2263+
fill-range "^7.1.1"
2264+
22432265
brorand@^1.0.1, brorand@^1.1.0:
22442266
version "1.1.0"
22452267
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -3469,6 +3491,11 @@ eslint-visitor-keys@^3.4.3:
34693491
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34703492
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34713493

3494+
eslint-visitor-keys@^4.2.0:
3495+
version "4.2.0"
3496+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
3497+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
3498+
34723499
34733500
version "8.57.1"
34743501
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4189,7 +4216,7 @@ fast-glob@^3.1.1:
41894216
merge2 "^1.3.0"
41904217
micromatch "^4.0.4"
41914218

4192-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4219+
fast-glob@^3.2.11:
41934220
version "3.2.11"
41944221
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
41954222
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4200,6 +4227,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
42004227
merge2 "^1.3.0"
42014228
micromatch "^4.0.4"
42024229

4230+
fast-glob@^3.3.2:
4231+
version "3.3.3"
4232+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4233+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4234+
dependencies:
4235+
"@nodelib/fs.stat" "^2.0.2"
4236+
"@nodelib/fs.walk" "^1.2.3"
4237+
glob-parent "^5.1.2"
4238+
merge2 "^1.3.0"
4239+
micromatch "^4.0.8"
4240+
42034241
fast-json-stable-stringify@^2.0.0:
42044242
version "2.1.0"
42054243
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4261,6 +4299,13 @@ fill-range@^7.0.1:
42614299
dependencies:
42624300
to-regex-range "^5.0.1"
42634301

4302+
fill-range@^7.1.1:
4303+
version "7.1.1"
4304+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4305+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4306+
dependencies:
4307+
to-regex-range "^5.0.1"
4308+
42644309
finalhandler@~1.1.2:
42654310
version "1.1.2"
42664311
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4684,18 +4729,6 @@ globby@^11.0.4:
46844729
merge2 "^1.3.0"
46854730
slash "^3.0.0"
46864731

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-
46994732
globby@^13.1.4:
47004733
version "13.1.4"
47014734
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -5004,6 +5037,11 @@ ignore@^5.2.0:
50045037
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
50055038
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
50065039

5040+
ignore@^7.0.0:
5041+
version "7.0.4"
5042+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
5043+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
5044+
50075045
immediate@^3.2.3:
50085046
version "3.3.0"
50095047
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6524,6 +6562,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
65246562
braces "^3.0.1"
65256563
picomatch "^2.2.3"
65266564

6565+
micromatch@^4.0.8:
6566+
version "4.0.8"
6567+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6568+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6569+
dependencies:
6570+
braces "^3.0.3"
6571+
picomatch "^2.3.1"
6572+
65276573
miller-rabin@^4.0.0:
65286574
version "4.0.1"
65296575
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6874,11 +6920,6 @@ native-fetch@^3.0.0:
68746920
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68756921
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68766922

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-
68826923
natural-compare@^1.4.0:
68836924
version "1.4.0"
68846925
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8252,6 +8293,11 @@ semver@^7.3.7:
82528293
dependencies:
82538294
lru-cache "^6.0.0"
82548295

8296+
semver@^7.6.0:
8297+
version "7.7.2"
8298+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
8299+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
8300+
82558301
semver@~5.4.1:
82568302
version "5.4.1"
82578303
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9011,6 +9057,11 @@ trim-right@^1.0.1:
90119057
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90129058
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90139059

9060+
ts-api-utils@^2.1.0:
9061+
version "2.1.0"
9062+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9063+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9064+
90149065
ts-essentials@^1.0.0:
90159066
version "1.0.4"
90169067
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)