Skip to content

Commit 0ff8837

Browse files
Update typescript-eslint monorepo to v8
1 parent f6ab532 commit 0ff8837

File tree

2 files changed

+198
-35
lines changed

2 files changed

+198
-35
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@rubensworks/eslint-config": "^1.0.0",
4141
"@types/jest": "^29.0.0",
42-
"@typescript-eslint/eslint-plugin": "^4.2.0",
43-
"@typescript-eslint/parser": "^4.1.1",
42+
"@typescript-eslint/eslint-plugin": "^8.0.0",
43+
"@typescript-eslint/parser": "^8.0.0",
4444
"coveralls": "^3.0.0",
4545
"eslint": "^7.9.0",
4646
"eslint-config-es": "^3.23.0",

yarn.lock

Lines changed: 196 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,18 @@
313313
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
314314
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
315315

316+
"@eslint-community/eslint-utils@^4.7.0":
317+
version "4.9.0"
318+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
319+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
320+
dependencies:
321+
eslint-visitor-keys "^3.4.3"
322+
323+
"@eslint-community/regexpp@^4.10.0":
324+
version "4.12.1"
325+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
326+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
327+
316328
"@eslint/eslintrc@^0.4.3":
317329
version "0.4.3"
318330
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -791,31 +803,20 @@
791803
semver "^7.3.5"
792804
tsutils "^3.21.0"
793805

794-
"@typescript-eslint/eslint-plugin@^4.2.0":
795-
version "4.33.0"
796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
797-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
798-
dependencies:
799-
"@typescript-eslint/experimental-utils" "4.33.0"
800-
"@typescript-eslint/scope-manager" "4.33.0"
801-
debug "^4.3.1"
802-
functional-red-black-tree "^1.0.1"
803-
ignore "^5.1.8"
804-
regexpp "^3.1.0"
805-
semver "^7.3.5"
806-
tsutils "^3.21.0"
807-
808-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
809-
version "4.33.0"
810-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
811-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
812-
dependencies:
813-
"@types/json-schema" "^7.0.7"
814-
"@typescript-eslint/scope-manager" "4.33.0"
815-
"@typescript-eslint/types" "4.33.0"
816-
"@typescript-eslint/typescript-estree" "4.33.0"
817-
eslint-scope "^5.1.1"
818-
eslint-utils "^3.0.0"
806+
"@typescript-eslint/eslint-plugin@^8.0.0":
807+
version "8.46.2"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
809+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
810+
dependencies:
811+
"@eslint-community/regexpp" "^4.10.0"
812+
"@typescript-eslint/scope-manager" "8.46.2"
813+
"@typescript-eslint/type-utils" "8.46.2"
814+
"@typescript-eslint/utils" "8.46.2"
815+
"@typescript-eslint/visitor-keys" "8.46.2"
816+
graphemer "^1.4.0"
817+
ignore "^7.0.0"
818+
natural-compare "^1.4.0"
819+
ts-api-utils "^2.1.0"
819820

820821
"@typescript-eslint/[email protected]":
821822
version "5.2.0"
@@ -829,6 +830,18 @@
829830
eslint-scope "^5.1.1"
830831
eslint-utils "^3.0.0"
831832

833+
"@typescript-eslint/experimental-utils@^4.0.1":
834+
version "4.33.0"
835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
836+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
837+
dependencies:
838+
"@types/json-schema" "^7.0.7"
839+
"@typescript-eslint/scope-manager" "4.33.0"
840+
"@typescript-eslint/types" "4.33.0"
841+
"@typescript-eslint/typescript-estree" "4.33.0"
842+
eslint-scope "^5.1.1"
843+
eslint-utils "^3.0.0"
844+
832845
"@typescript-eslint/[email protected]":
833846
version "5.2.0"
834847
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
@@ -839,15 +852,25 @@
839852
"@typescript-eslint/typescript-estree" "5.2.0"
840853
debug "^4.3.2"
841854

842-
"@typescript-eslint/parser@^4.1.1":
843-
version "4.33.0"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
845-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
855+
"@typescript-eslint/parser@^8.0.0":
856+
version "8.46.2"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
858+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
846859
dependencies:
847-
"@typescript-eslint/scope-manager" "4.33.0"
848-
"@typescript-eslint/types" "4.33.0"
849-
"@typescript-eslint/typescript-estree" "4.33.0"
850-
debug "^4.3.1"
860+
"@typescript-eslint/scope-manager" "8.46.2"
861+
"@typescript-eslint/types" "8.46.2"
862+
"@typescript-eslint/typescript-estree" "8.46.2"
863+
"@typescript-eslint/visitor-keys" "8.46.2"
864+
debug "^4.3.4"
865+
866+
"@typescript-eslint/[email protected]":
867+
version "8.46.2"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
869+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
870+
dependencies:
871+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
872+
"@typescript-eslint/types" "^8.46.2"
873+
debug "^4.3.4"
851874

852875
"@typescript-eslint/[email protected]":
853876
version "4.33.0"
@@ -865,6 +888,30 @@
865888
"@typescript-eslint/types" "5.2.0"
866889
"@typescript-eslint/visitor-keys" "5.2.0"
867890

891+
"@typescript-eslint/[email protected]":
892+
version "8.46.2"
893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
894+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
895+
dependencies:
896+
"@typescript-eslint/types" "8.46.2"
897+
"@typescript-eslint/visitor-keys" "8.46.2"
898+
899+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.2":
900+
version "8.46.2"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
902+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
903+
904+
"@typescript-eslint/[email protected]":
905+
version "8.46.2"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
907+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
908+
dependencies:
909+
"@typescript-eslint/types" "8.46.2"
910+
"@typescript-eslint/typescript-estree" "8.46.2"
911+
"@typescript-eslint/utils" "8.46.2"
912+
debug "^4.3.4"
913+
ts-api-utils "^2.1.0"
914+
868915
"@typescript-eslint/[email protected]":
869916
version "4.33.0"
870917
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -875,6 +922,11 @@
875922
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
876923
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
877924

925+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.46.2":
926+
version "8.46.2"
927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
928+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
929+
878930
"@typescript-eslint/[email protected]":
879931
version "4.33.0"
880932
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -901,6 +953,32 @@
901953
semver "^7.3.5"
902954
tsutils "^3.21.0"
903955

956+
"@typescript-eslint/[email protected]":
957+
version "8.46.2"
958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
959+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
960+
dependencies:
961+
"@typescript-eslint/project-service" "8.46.2"
962+
"@typescript-eslint/tsconfig-utils" "8.46.2"
963+
"@typescript-eslint/types" "8.46.2"
964+
"@typescript-eslint/visitor-keys" "8.46.2"
965+
debug "^4.3.4"
966+
fast-glob "^3.3.2"
967+
is-glob "^4.0.3"
968+
minimatch "^9.0.4"
969+
semver "^7.6.0"
970+
ts-api-utils "^2.1.0"
971+
972+
"@typescript-eslint/[email protected]":
973+
version "8.46.2"
974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
975+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
976+
dependencies:
977+
"@eslint-community/eslint-utils" "^4.7.0"
978+
"@typescript-eslint/scope-manager" "8.46.2"
979+
"@typescript-eslint/types" "8.46.2"
980+
"@typescript-eslint/typescript-estree" "8.46.2"
981+
904982
"@typescript-eslint/[email protected]":
905983
version "4.33.0"
906984
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -917,6 +995,14 @@
917995
"@typescript-eslint/types" "5.2.0"
918996
eslint-visitor-keys "^3.0.0"
919997

998+
"@typescript-eslint/[email protected]":
999+
version "8.46.2"
1000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
1001+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
1002+
dependencies:
1003+
"@typescript-eslint/types" "8.46.2"
1004+
eslint-visitor-keys "^4.2.1"
1005+
9201006
acorn-jsx@^5.3.1:
9211007
version "5.3.2"
9221008
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1161,13 +1247,27 @@ brace-expansion@^1.1.7:
11611247
balanced-match "^1.0.0"
11621248
concat-map "0.0.1"
11631249

1250+
brace-expansion@^2.0.1:
1251+
version "2.0.2"
1252+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1253+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1254+
dependencies:
1255+
balanced-match "^1.0.0"
1256+
11641257
braces@^3.0.2:
11651258
version "3.0.2"
11661259
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
11671260
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
11681261
dependencies:
11691262
fill-range "^7.0.1"
11701263

1264+
braces@^3.0.3:
1265+
version "3.0.3"
1266+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1267+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1268+
dependencies:
1269+
fill-range "^7.1.1"
1270+
11711271
browserslist@^4.20.2:
11721272
version "4.21.3"
11731273
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a"
@@ -1825,6 +1925,16 @@ eslint-visitor-keys@^3.0.0:
18251925
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18261926
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18271927

1928+
eslint-visitor-keys@^3.4.3:
1929+
version "3.4.3"
1930+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1931+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1932+
1933+
eslint-visitor-keys@^4.2.1:
1934+
version "4.2.1"
1935+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1936+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1937+
18281938
eslint@^7.9.0:
18291939
version "7.32.0"
18301940
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -1976,6 +2086,17 @@ fast-glob@^3.2.9:
19762086
merge2 "^1.3.0"
19772087
micromatch "^4.0.4"
19782088

2089+
fast-glob@^3.3.2:
2090+
version "3.3.3"
2091+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2092+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2093+
dependencies:
2094+
"@nodelib/fs.stat" "^2.0.2"
2095+
"@nodelib/fs.walk" "^1.2.3"
2096+
glob-parent "^5.1.2"
2097+
merge2 "^1.3.0"
2098+
micromatch "^4.0.8"
2099+
19792100
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
19802101
version "2.1.0"
19812102
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2014,6 +2135,13 @@ fill-range@^7.0.1:
20142135
dependencies:
20152136
to-regex-range "^5.0.1"
20162137

2138+
fill-range@^7.1.1:
2139+
version "7.1.1"
2140+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
2141+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2142+
dependencies:
2143+
to-regex-range "^5.0.1"
2144+
20172145
find-up@^2.0.0, find-up@^2.1.0:
20182146
version "2.1.0"
20192147
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -2212,6 +2340,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.9:
22122340
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
22132341
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
22142342

2343+
graphemer@^1.4.0:
2344+
version "1.4.0"
2345+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2346+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2347+
22152348
har-schema@^2.0.0:
22162349
version "2.0.0"
22172350
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -2312,6 +2445,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
23122445
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
23132446
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
23142447

2448+
ignore@^7.0.0:
2449+
version "7.0.5"
2450+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2451+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2452+
23152453
import-fresh@^3.0.0, import-fresh@^3.2.1:
23162454
version "3.3.0"
23172455
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3225,6 +3363,14 @@ micromatch@^4.0.4:
32253363
braces "^3.0.2"
32263364
picomatch "^2.3.1"
32273365

3366+
micromatch@^4.0.8:
3367+
version "4.0.8"
3368+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3369+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
3370+
dependencies:
3371+
braces "^3.0.3"
3372+
picomatch "^2.3.1"
3373+
32283374
32293375
version "1.52.0"
32303376
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -3254,6 +3400,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
32543400
dependencies:
32553401
brace-expansion "^1.1.7"
32563402

3403+
minimatch@^9.0.4:
3404+
version "9.0.5"
3405+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3406+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3407+
dependencies:
3408+
brace-expansion "^2.0.1"
3409+
32573410
32583411
version "4.1.0"
32593412
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3923,6 +4076,11 @@ semver@^6.0.0, semver@^6.3.0:
39234076
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
39244077
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
39254078

4079+
semver@^7.6.0:
4080+
version "7.7.3"
4081+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4082+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4083+
39264084
shebang-command@^1.2.0:
39274085
version "1.2.0"
39284086
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -4264,6 +4422,11 @@ trim-newlines@^3.0.0:
42644422
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
42654423
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
42664424

4425+
ts-api-utils@^2.1.0:
4426+
version "2.1.0"
4427+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4428+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4429+
42674430
ts-jest@^29.0.0:
42684431
version "29.0.5"
42694432
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"

0 commit comments

Comments
 (0)