Skip to content

Commit f69d92c

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

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

yarn.lock

Lines changed: 142 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.34.1":
993+
version "8.34.1"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
995+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
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.34.1"
999+
"@typescript-eslint/type-utils" "8.34.1"
1000+
"@typescript-eslint/utils" "8.34.1"
1001+
"@typescript-eslint/visitor-keys" "8.34.1"
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.34.1":
1008+
version "8.34.1"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
1010+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
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.34.1"
1013+
"@typescript-eslint/types" "8.34.1"
1014+
"@typescript-eslint/typescript-estree" "8.34.1"
1015+
"@typescript-eslint/visitor-keys" "8.34.1"
1016+
debug "^4.3.4"
1017+
1018+
"@typescript-eslint/[email protected]":
1019+
version "8.34.1"
1020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
1021+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
1022+
dependencies:
1023+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
1024+
"@typescript-eslint/types" "^8.34.1"
10141025
debug "^4.3.4"
10151026

10161027
"@typescript-eslint/[email protected]":
@@ -1021,33 +1032,38 @@
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.34.1":
1036+
version "8.34.1"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
1038+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
10281039
dependencies:
1029-
"@typescript-eslint/types" "5.62.0"
1030-
"@typescript-eslint/visitor-keys" "5.62.0"
1040+
"@typescript-eslint/types" "8.34.1"
1041+
"@typescript-eslint/visitor-keys" "8.34.1"
1042+
1043+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
1044+
version "8.34.1"
1045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
1046+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
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.34.1":
1049+
version "8.34.1"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
1051+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
10361052
dependencies:
1037-
"@typescript-eslint/typescript-estree" "5.62.0"
1038-
"@typescript-eslint/utils" "5.62.0"
1053+
"@typescript-eslint/typescript-estree" "8.34.1"
1054+
"@typescript-eslint/utils" "8.34.1"
10391055
debug "^4.3.4"
1040-
tsutils "^3.21.0"
1056+
ts-api-utils "^2.1.0"
10411057

10421058
"@typescript-eslint/[email protected]":
10431059
version "5.18.0"
10441060
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
10451061
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
10461062

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==
1063+
"@typescript-eslint/types@8.34.1", "@typescript-eslint/types@^8.34.1":
1064+
version "8.34.1"
1065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
1066+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
10511067

10521068
"@typescript-eslint/[email protected]":
10531069
version "5.18.0"
@@ -1062,32 +1078,31 @@
10621078
semver "^7.3.5"
10631079
tsutils "^3.21.0"
10641080

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==
1081+
"@typescript-eslint/typescript-estree@8.34.1":
1082+
version "8.34.1"
1083+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
1084+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
10691085
dependencies:
1070-
"@typescript-eslint/types" "5.62.0"
1071-
"@typescript-eslint/visitor-keys" "5.62.0"
1086+
"@typescript-eslint/project-service" "8.34.1"
1087+
"@typescript-eslint/tsconfig-utils" "8.34.1"
1088+
"@typescript-eslint/types" "8.34.1"
1089+
"@typescript-eslint/visitor-keys" "8.34.1"
10721090
debug "^4.3.4"
1073-
globby "^11.1.0"
1091+
fast-glob "^3.3.2"
10741092
is-glob "^4.0.3"
1075-
semver "^7.3.7"
1076-
tsutils "^3.21.0"
1093+
minimatch "^9.0.4"
1094+
semver "^7.6.0"
1095+
ts-api-utils "^2.1.0"
10771096

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==
1097+
"@typescript-eslint/utils@8.34.1":
1098+
version "8.34.1"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
1100+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
10821101
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"
1102+
"@eslint-community/eslint-utils" "^4.7.0"
1103+
"@typescript-eslint/scope-manager" "8.34.1"
1104+
"@typescript-eslint/types" "8.34.1"
1105+
"@typescript-eslint/typescript-estree" "8.34.1"
10911106

10921107
"@typescript-eslint/utils@^5.10.2":
10931108
version "5.18.0"
@@ -1109,13 +1124,13 @@
11091124
"@typescript-eslint/types" "5.18.0"
11101125
eslint-visitor-keys "^3.0.0"
11111126

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==
1127+
"@typescript-eslint/visitor-keys@8.34.1":
1128+
version "8.34.1"
1129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
1130+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
11161131
dependencies:
1117-
"@typescript-eslint/types" "5.62.0"
1118-
eslint-visitor-keys "^3.3.0"
1132+
"@typescript-eslint/types" "8.34.1"
1133+
eslint-visitor-keys "^4.2.1"
11191134

11201135
"@ungap/structured-clone@^1.2.0":
11211136
version "1.2.0"
@@ -2231,6 +2246,13 @@ braces@^3.0.1, braces@~3.0.2:
22312246
dependencies:
22322247
fill-range "^7.0.1"
22332248

2249+
braces@^3.0.3:
2250+
version "3.0.3"
2251+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2252+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2253+
dependencies:
2254+
fill-range "^7.1.1"
2255+
22342256
brorand@^1.0.1, brorand@^1.1.0:
22352257
version "1.1.0"
22362258
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -3460,6 +3482,11 @@ eslint-visitor-keys@^3.4.3:
34603482
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34613483
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34623484

3485+
eslint-visitor-keys@^4.2.1:
3486+
version "4.2.1"
3487+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3488+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3489+
34633490
34643491
version "8.57.1"
34653492
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4180,7 +4207,7 @@ fast-glob@^3.1.1:
41804207
merge2 "^1.3.0"
41814208
micromatch "^4.0.4"
41824209

4183-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4210+
fast-glob@^3.2.11:
41844211
version "3.2.11"
41854212
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
41864213
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4191,6 +4218,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
41914218
merge2 "^1.3.0"
41924219
micromatch "^4.0.4"
41934220

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

4293+
fill-range@^7.1.1:
4294+
version "7.1.1"
4295+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4296+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4297+
dependencies:
4298+
to-regex-range "^5.0.1"
4299+
42554300
finalhandler@~1.1.2:
42564301
version "1.1.2"
42574302
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4675,18 +4720,6 @@ globby@^11.0.4:
46754720
merge2 "^1.3.0"
46764721
slash "^3.0.0"
46774722

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-
46904723
globby@^13.1.4:
46914724
version "13.1.4"
46924725
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -4995,6 +5028,11 @@ ignore@^5.2.0:
49955028
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
49965029
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
49975030

5031+
ignore@^7.0.0:
5032+
version "7.0.5"
5033+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
5034+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
5035+
49985036
immediate@^3.2.3:
49995037
version "3.3.0"
50005038
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6515,6 +6553,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
65156553
braces "^3.0.1"
65166554
picomatch "^2.2.3"
65176555

6556+
micromatch@^4.0.8:
6557+
version "4.0.8"
6558+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6559+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6560+
dependencies:
6561+
braces "^3.0.3"
6562+
picomatch "^2.3.1"
6563+
65186564
miller-rabin@^4.0.0:
65196565
version "4.0.1"
65206566
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6865,11 +6911,6 @@ native-fetch@^3.0.0:
68656911
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68666912
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68676913

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-
68736914
natural-compare@^1.4.0:
68746915
version "1.4.0"
68756916
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8243,6 +8284,11 @@ semver@^7.3.7:
82438284
dependencies:
82448285
lru-cache "^6.0.0"
82458286

8287+
semver@^7.6.0:
8288+
version "7.7.2"
8289+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
8290+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
8291+
82468292
semver@~5.4.1:
82478293
version "5.4.1"
82488294
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9002,6 +9048,11 @@ trim-right@^1.0.1:
90029048
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90039049
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90049050

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

0 commit comments

Comments
 (0)