Skip to content

Commit c3bc8ce

Browse files
Update typescript-eslint monorepo to v8
1 parent 55d904e commit c3bc8ce

File tree

2 files changed

+145
-93
lines changed

2 files changed

+145
-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.15.32",
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.37.0",
56+
"@typescript-eslint/parser": "8.37.0",
5757
"ava": "5.3.1",
5858
"bl": "6.1.0",
5959
"dotenv": "16.5.0",

yarn.lock

Lines changed: 143 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,17 @@
9696
dependencies:
9797
eslint-visitor-keys "^3.3.0"
9898

99-
"@eslint-community/regexpp@^4.4.0":
100-
version "4.4.0"
101-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
102-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
99+
"@eslint-community/eslint-utils@^4.7.0":
100+
version "4.7.0"
101+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
102+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
103+
dependencies:
104+
eslint-visitor-keys "^3.4.3"
105+
106+
"@eslint-community/regexpp@^4.10.0":
107+
version "4.12.1"
108+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
109+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
103110

104111
"@eslint-community/regexpp@^4.6.1":
105112
version "4.6.2"
@@ -970,11 +977,6 @@
970977
dependencies:
971978
"@types/node" "*"
972979

973-
"@types/semver@^7.3.12":
974-
version "7.3.12"
975-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
976-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
977-
978980
979981
version "17.0.4"
980982
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
@@ -987,30 +989,39 @@
987989
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
988990
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
989991

990-
"@typescript-eslint/eslint-plugin@5.62.0":
991-
version "5.62.0"
992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
993-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
992+
"@typescript-eslint/eslint-plugin@8.37.0":
993+
version "8.37.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
995+
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
994996
dependencies:
995-
"@eslint-community/regexpp" "^4.4.0"
996-
"@typescript-eslint/scope-manager" "5.62.0"
997-
"@typescript-eslint/type-utils" "5.62.0"
998-
"@typescript-eslint/utils" "5.62.0"
999-
debug "^4.3.4"
997+
"@eslint-community/regexpp" "^4.10.0"
998+
"@typescript-eslint/scope-manager" "8.37.0"
999+
"@typescript-eslint/type-utils" "8.37.0"
1000+
"@typescript-eslint/utils" "8.37.0"
1001+
"@typescript-eslint/visitor-keys" "8.37.0"
10001002
graphemer "^1.4.0"
1001-
ignore "^5.2.0"
1002-
natural-compare-lite "^1.4.0"
1003-
semver "^7.3.7"
1004-
tsutils "^3.21.0"
1003+
ignore "^7.0.0"
1004+
natural-compare "^1.4.0"
1005+
ts-api-utils "^2.1.0"
10051006

1006-
"@typescript-eslint/parser@5.62.0":
1007-
version "5.62.0"
1008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1009-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1007+
"@typescript-eslint/parser@8.37.0":
1008+
version "8.37.0"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
1010+
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
10101011
dependencies:
1011-
"@typescript-eslint/scope-manager" "5.62.0"
1012-
"@typescript-eslint/types" "5.62.0"
1013-
"@typescript-eslint/typescript-estree" "5.62.0"
1012+
"@typescript-eslint/scope-manager" "8.37.0"
1013+
"@typescript-eslint/types" "8.37.0"
1014+
"@typescript-eslint/typescript-estree" "8.37.0"
1015+
"@typescript-eslint/visitor-keys" "8.37.0"
1016+
debug "^4.3.4"
1017+
1018+
"@typescript-eslint/[email protected]":
1019+
version "8.37.0"
1020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
1021+
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
1022+
dependencies:
1023+
"@typescript-eslint/tsconfig-utils" "^8.37.0"
1024+
"@typescript-eslint/types" "^8.37.0"
10141025
debug "^4.3.4"
10151026

10161027
"@typescript-eslint/[email protected]":
@@ -1021,33 +1032,39 @@
10211032
"@typescript-eslint/types" "5.18.0"
10221033
"@typescript-eslint/visitor-keys" "5.18.0"
10231034

1024-
"@typescript-eslint/scope-manager@5.62.0":
1025-
version "5.62.0"
1026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1027-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1035+
"@typescript-eslint/scope-manager@8.37.0":
1036+
version "8.37.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
1038+
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
10281039
dependencies:
1029-
"@typescript-eslint/types" "5.62.0"
1030-
"@typescript-eslint/visitor-keys" "5.62.0"
1040+
"@typescript-eslint/types" "8.37.0"
1041+
"@typescript-eslint/visitor-keys" "8.37.0"
1042+
1043+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.37.0":
1044+
version "8.37.0"
1045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
1046+
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
10311047

1032-
"@typescript-eslint/type-utils@5.62.0":
1033-
version "5.62.0"
1034-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1035-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1048+
"@typescript-eslint/type-utils@8.37.0":
1049+
version "8.37.0"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
1051+
integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==
10361052
dependencies:
1037-
"@typescript-eslint/typescript-estree" "5.62.0"
1038-
"@typescript-eslint/utils" "5.62.0"
1053+
"@typescript-eslint/types" "8.37.0"
1054+
"@typescript-eslint/typescript-estree" "8.37.0"
1055+
"@typescript-eslint/utils" "8.37.0"
10391056
debug "^4.3.4"
1040-
tsutils "^3.21.0"
1057+
ts-api-utils "^2.1.0"
10411058

10421059
"@typescript-eslint/[email protected]":
10431060
version "5.18.0"
10441061
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
10451062
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
10461063

1047-
"@typescript-eslint/types@5.62.0":
1048-
version "5.62.0"
1049-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1050-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1064+
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
1065+
version "8.37.0"
1066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
1067+
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
10511068

10521069
"@typescript-eslint/[email protected]":
10531070
version "5.18.0"
@@ -1062,32 +1079,31 @@
10621079
semver "^7.3.5"
10631080
tsutils "^3.21.0"
10641081

1065-
"@typescript-eslint/typescript-estree@5.62.0":
1066-
version "5.62.0"
1067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1068-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1082+
"@typescript-eslint/typescript-estree@8.37.0":
1083+
version "8.37.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
1085+
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
10691086
dependencies:
1070-
"@typescript-eslint/types" "5.62.0"
1071-
"@typescript-eslint/visitor-keys" "5.62.0"
1087+
"@typescript-eslint/project-service" "8.37.0"
1088+
"@typescript-eslint/tsconfig-utils" "8.37.0"
1089+
"@typescript-eslint/types" "8.37.0"
1090+
"@typescript-eslint/visitor-keys" "8.37.0"
10721091
debug "^4.3.4"
1073-
globby "^11.1.0"
1092+
fast-glob "^3.3.2"
10741093
is-glob "^4.0.3"
1075-
semver "^7.3.7"
1076-
tsutils "^3.21.0"
1094+
minimatch "^9.0.4"
1095+
semver "^7.6.0"
1096+
ts-api-utils "^2.1.0"
10771097

1078-
"@typescript-eslint/utils@5.62.0":
1079-
version "5.62.0"
1080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1081-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1098+
"@typescript-eslint/utils@8.37.0":
1099+
version "8.37.0"
1100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
1101+
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
10821102
dependencies:
1083-
"@eslint-community/eslint-utils" "^4.2.0"
1084-
"@types/json-schema" "^7.0.9"
1085-
"@types/semver" "^7.3.12"
1086-
"@typescript-eslint/scope-manager" "5.62.0"
1087-
"@typescript-eslint/types" "5.62.0"
1088-
"@typescript-eslint/typescript-estree" "5.62.0"
1089-
eslint-scope "^5.1.1"
1090-
semver "^7.3.7"
1103+
"@eslint-community/eslint-utils" "^4.7.0"
1104+
"@typescript-eslint/scope-manager" "8.37.0"
1105+
"@typescript-eslint/types" "8.37.0"
1106+
"@typescript-eslint/typescript-estree" "8.37.0"
10911107

10921108
"@typescript-eslint/utils@^5.10.2":
10931109
version "5.18.0"
@@ -1109,13 +1125,13 @@
11091125
"@typescript-eslint/types" "5.18.0"
11101126
eslint-visitor-keys "^3.0.0"
11111127

1112-
"@typescript-eslint/visitor-keys@5.62.0":
1113-
version "5.62.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1115-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1128+
"@typescript-eslint/visitor-keys@8.37.0":
1129+
version "8.37.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
1131+
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
11161132
dependencies:
1117-
"@typescript-eslint/types" "5.62.0"
1118-
eslint-visitor-keys "^3.3.0"
1133+
"@typescript-eslint/types" "8.37.0"
1134+
eslint-visitor-keys "^4.2.1"
11191135

11201136
"@ungap/structured-clone@^1.2.0":
11211137
version "1.2.0"
@@ -2231,6 +2247,13 @@ braces@^3.0.1, braces@~3.0.2:
22312247
dependencies:
22322248
fill-range "^7.0.1"
22332249

2250+
braces@^3.0.3:
2251+
version "3.0.3"
2252+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2253+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2254+
dependencies:
2255+
fill-range "^7.1.1"
2256+
22342257
brorand@^1.0.1, brorand@^1.1.0:
22352258
version "1.1.0"
22362259
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -3460,6 +3483,11 @@ eslint-visitor-keys@^3.4.3:
34603483
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34613484
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34623485

3486+
eslint-visitor-keys@^4.2.1:
3487+
version "4.2.1"
3488+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3489+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3490+
34633491
34643492
version "8.57.1"
34653493
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4180,7 +4208,7 @@ fast-glob@^3.1.1:
41804208
merge2 "^1.3.0"
41814209
micromatch "^4.0.4"
41824210

4183-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4211+
fast-glob@^3.2.11:
41844212
version "3.2.11"
41854213
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
41864214
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4191,6 +4219,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
41914219
merge2 "^1.3.0"
41924220
micromatch "^4.0.4"
41934221

4222+
fast-glob@^3.3.2:
4223+
version "3.3.3"
4224+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4225+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4226+
dependencies:
4227+
"@nodelib/fs.stat" "^2.0.2"
4228+
"@nodelib/fs.walk" "^1.2.3"
4229+
glob-parent "^5.1.2"
4230+
merge2 "^1.3.0"
4231+
micromatch "^4.0.8"
4232+
41944233
fast-json-stable-stringify@^2.0.0:
41954234
version "2.1.0"
41964235
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4252,6 +4291,13 @@ fill-range@^7.0.1:
42524291
dependencies:
42534292
to-regex-range "^5.0.1"
42544293

4294+
fill-range@^7.1.1:
4295+
version "7.1.1"
4296+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4297+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4298+
dependencies:
4299+
to-regex-range "^5.0.1"
4300+
42554301
finalhandler@~1.1.2:
42564302
version "1.1.2"
42574303
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4675,18 +4721,6 @@ globby@^11.0.4:
46754721
merge2 "^1.3.0"
46764722
slash "^3.0.0"
46774723

4678-
globby@^11.1.0:
4679-
version "11.1.0"
4680-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4681-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4682-
dependencies:
4683-
array-union "^2.1.0"
4684-
dir-glob "^3.0.1"
4685-
fast-glob "^3.2.9"
4686-
ignore "^5.2.0"
4687-
merge2 "^1.4.1"
4688-
slash "^3.0.0"
4689-
46904724
globby@^13.1.4:
46914725
version "13.1.4"
46924726
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -4995,6 +5029,11 @@ ignore@^5.2.0:
49955029
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
49965030
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
49975031

5032+
ignore@^7.0.0:
5033+
version "7.0.5"
5034+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
5035+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
5036+
49985037
immediate@^3.2.3:
49995038
version "3.3.0"
50005039
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6515,6 +6554,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
65156554
braces "^3.0.1"
65166555
picomatch "^2.2.3"
65176556

6557+
micromatch@^4.0.8:
6558+
version "4.0.8"
6559+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6560+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6561+
dependencies:
6562+
braces "^3.0.3"
6563+
picomatch "^2.3.1"
6564+
65186565
miller-rabin@^4.0.0:
65196566
version "4.0.1"
65206567
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6865,11 +6912,6 @@ native-fetch@^3.0.0:
68656912
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68666913
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68676914

6868-
natural-compare-lite@^1.4.0:
6869-
version "1.4.0"
6870-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6871-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6872-
68736915
natural-compare@^1.4.0:
68746916
version "1.4.0"
68756917
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8243,6 +8285,11 @@ semver@^7.3.7:
82438285
dependencies:
82448286
lru-cache "^6.0.0"
82458287

8288+
semver@^7.6.0:
8289+
version "7.7.2"
8290+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
8291+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
8292+
82468293
semver@~5.4.1:
82478294
version "5.4.1"
82488295
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9002,6 +9049,11 @@ trim-right@^1.0.1:
90029049
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90039050
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90049051

9052+
ts-api-utils@^2.1.0:
9053+
version "2.1.0"
9054+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9055+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9056+
90059057
ts-essentials@^1.0.0:
90069058
version "1.0.4"
90079059
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)