Skip to content

Commit 35c99c3

Browse files
Update typescript-eslint monorepo to v8
1 parent 0a9fc14 commit 35c99c3

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.19.1",
5353
"@types/ramda": "0.31.1",
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.47.0",
56+
"@typescript-eslint/parser": "8.47.0",
5757
"ava": "5.3.1",
5858
"bl": "6.1.4",
5959
"dotenv": "16.6.1",

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.9.0"
101+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
102+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
103+
dependencies:
104+
eslint-visitor-keys "^3.4.3"
105+
106+
"@eslint-community/regexpp@^4.10.0":
107+
version "4.12.2"
108+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
109+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
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.47.0":
993+
version "8.47.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz#c53edeec13a79483f4ca79c298d5231b02e9dc17"
995+
integrity sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==
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.47.0"
999+
"@typescript-eslint/type-utils" "8.47.0"
1000+
"@typescript-eslint/utils" "8.47.0"
1001+
"@typescript-eslint/visitor-keys" "8.47.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.47.0":
1008+
version "8.47.0"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964"
1010+
integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==
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.47.0"
1013+
"@typescript-eslint/types" "8.47.0"
1014+
"@typescript-eslint/typescript-estree" "8.47.0"
1015+
"@typescript-eslint/visitor-keys" "8.47.0"
1016+
debug "^4.3.4"
1017+
1018+
"@typescript-eslint/[email protected]":
1019+
version "8.47.0"
1020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
1021+
integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
1022+
dependencies:
1023+
"@typescript-eslint/tsconfig-utils" "^8.47.0"
1024+
"@typescript-eslint/types" "^8.47.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.47.0":
1036+
version "8.47.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
1038+
integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
10281039
dependencies:
1029-
"@typescript-eslint/types" "5.62.0"
1030-
"@typescript-eslint/visitor-keys" "5.62.0"
1040+
"@typescript-eslint/types" "8.47.0"
1041+
"@typescript-eslint/visitor-keys" "8.47.0"
1042+
1043+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.47.0":
1044+
version "8.47.0"
1045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
1046+
integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
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.47.0":
1049+
version "8.47.0"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz#b9b0141d99bd5bece3811d7eee68a002597ffa55"
1051+
integrity sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==
10361052
dependencies:
1037-
"@typescript-eslint/typescript-estree" "5.62.0"
1038-
"@typescript-eslint/utils" "5.62.0"
1053+
"@typescript-eslint/types" "8.47.0"
1054+
"@typescript-eslint/typescript-estree" "8.47.0"
1055+
"@typescript-eslint/utils" "8.47.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.47.0", "@typescript-eslint/types@^8.47.0":
1065+
version "8.47.0"
1066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
1067+
integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
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.47.0":
1083+
version "8.47.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
1085+
integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
10691086
dependencies:
1070-
"@typescript-eslint/types" "5.62.0"
1071-
"@typescript-eslint/visitor-keys" "5.62.0"
1087+
"@typescript-eslint/project-service" "8.47.0"
1088+
"@typescript-eslint/tsconfig-utils" "8.47.0"
1089+
"@typescript-eslint/types" "8.47.0"
1090+
"@typescript-eslint/visitor-keys" "8.47.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.47.0":
1099+
version "8.47.0"
1100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
1101+
integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
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.47.0"
1105+
"@typescript-eslint/types" "8.47.0"
1106+
"@typescript-eslint/typescript-estree" "8.47.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.47.0":
1129+
version "8.47.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
1131+
integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
11161132
dependencies:
1117-
"@typescript-eslint/types" "5.62.0"
1118-
eslint-visitor-keys "^3.3.0"
1133+
"@typescript-eslint/types" "8.47.0"
1134+
eslint-visitor-keys "^4.2.1"
11191135

11201136
"@ungap/structured-clone@^1.2.0":
11211137
version "1.2.0"
@@ -2236,6 +2252,13 @@ braces@^3.0.1, braces@~3.0.2:
22362252
dependencies:
22372253
fill-range "^7.0.1"
22382254

2255+
braces@^3.0.3:
2256+
version "3.0.3"
2257+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2258+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2259+
dependencies:
2260+
fill-range "^7.1.1"
2261+
22392262
brorand@^1.0.1, brorand@^1.1.0:
22402263
version "1.1.0"
22412264
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -3474,6 +3497,11 @@ eslint-visitor-keys@^3.4.3:
34743497
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34753498
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34763499

3500+
eslint-visitor-keys@^4.2.1:
3501+
version "4.2.1"
3502+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3503+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3504+
34773505
34783506
version "8.57.1"
34793507
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4194,7 +4222,7 @@ fast-glob@^3.1.1:
41944222
merge2 "^1.3.0"
41954223
micromatch "^4.0.4"
41964224

4197-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4225+
fast-glob@^3.2.11:
41984226
version "3.2.11"
41994227
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
42004228
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4205,6 +4233,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
42054233
merge2 "^1.3.0"
42064234
micromatch "^4.0.4"
42074235

4236+
fast-glob@^3.3.2:
4237+
version "3.3.3"
4238+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4239+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4240+
dependencies:
4241+
"@nodelib/fs.stat" "^2.0.2"
4242+
"@nodelib/fs.walk" "^1.2.3"
4243+
glob-parent "^5.1.2"
4244+
merge2 "^1.3.0"
4245+
micromatch "^4.0.8"
4246+
42084247
fast-json-stable-stringify@^2.0.0:
42094248
version "2.1.0"
42104249
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4266,6 +4305,13 @@ fill-range@^7.0.1:
42664305
dependencies:
42674306
to-regex-range "^5.0.1"
42684307

4308+
fill-range@^7.1.1:
4309+
version "7.1.1"
4310+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4311+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4312+
dependencies:
4313+
to-regex-range "^5.0.1"
4314+
42694315
finalhandler@~1.1.2:
42704316
version "1.1.2"
42714317
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4689,18 +4735,6 @@ globby@^11.0.4:
46894735
merge2 "^1.3.0"
46904736
slash "^3.0.0"
46914737

4692-
globby@^11.1.0:
4693-
version "11.1.0"
4694-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4695-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4696-
dependencies:
4697-
array-union "^2.1.0"
4698-
dir-glob "^3.0.1"
4699-
fast-glob "^3.2.9"
4700-
ignore "^5.2.0"
4701-
merge2 "^1.4.1"
4702-
slash "^3.0.0"
4703-
47044738
globby@^13.1.4:
47054739
version "13.1.4"
47064740
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -5009,6 +5043,11 @@ ignore@^5.2.0:
50095043
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
50105044
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
50115045

5046+
ignore@^7.0.0:
5047+
version "7.0.5"
5048+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
5049+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
5050+
50125051
immediate@^3.2.3:
50135052
version "3.3.0"
50145053
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6529,6 +6568,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
65296568
braces "^3.0.1"
65306569
picomatch "^2.2.3"
65316570

6571+
micromatch@^4.0.8:
6572+
version "4.0.8"
6573+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6574+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6575+
dependencies:
6576+
braces "^3.0.3"
6577+
picomatch "^2.3.1"
6578+
65326579
miller-rabin@^4.0.0:
65336580
version "4.0.1"
65346581
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6879,11 +6926,6 @@ native-fetch@^3.0.0:
68796926
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68806927
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68816928

6882-
natural-compare-lite@^1.4.0:
6883-
version "1.4.0"
6884-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6885-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6886-
68876929
natural-compare@^1.4.0:
68886930
version "1.4.0"
68896931
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8257,6 +8299,11 @@ semver@^7.3.7:
82578299
dependencies:
82588300
lru-cache "^6.0.0"
82598301

8302+
semver@^7.6.0:
8303+
version "7.7.3"
8304+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
8305+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
8306+
82608307
semver@~5.4.1:
82618308
version "5.4.1"
82628309
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9016,6 +9063,11 @@ trim-right@^1.0.1:
90169063
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90179064
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90189065

9066+
ts-api-utils@^2.1.0:
9067+
version "2.1.0"
9068+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9069+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9070+
90199071
ts-essentials@^1.0.0:
90209072
version "1.0.4"
90219073
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)