Skip to content

Commit bbe4c7a

Browse files
Update typescript-eslint monorepo to v8
1 parent 68c2894 commit bbe4c7a

2 files changed

Lines changed: 176 additions & 35 deletions

File tree

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: 174 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.1"
318+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
319+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
320+
dependencies:
321+
eslint-visitor-keys "^3.4.3"
322+
323+
"@eslint-community/regexpp@^4.10.0":
324+
version "4.12.2"
325+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
326+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
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,19 @@
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/experimental-utils@4.33.0", "@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.51.0"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
809+
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
810+
dependencies:
811+
"@eslint-community/regexpp" "^4.10.0"
812+
"@typescript-eslint/scope-manager" "8.51.0"
813+
"@typescript-eslint/type-utils" "8.51.0"
814+
"@typescript-eslint/utils" "8.51.0"
815+
"@typescript-eslint/visitor-keys" "8.51.0"
816+
ignore "^7.0.0"
817+
natural-compare "^1.4.0"
818+
ts-api-utils "^2.2.0"
819819

820820
"@typescript-eslint/experimental-utils@5.2.0":
821821
version "5.2.0"
@@ -829,6 +829,18 @@
829829
eslint-scope "^5.1.1"
830830
eslint-utils "^3.0.0"
831831

832+
"@typescript-eslint/experimental-utils@^4.0.1":
833+
version "4.33.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
835+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
836+
dependencies:
837+
"@types/json-schema" "^7.0.7"
838+
"@typescript-eslint/scope-manager" "4.33.0"
839+
"@typescript-eslint/types" "4.33.0"
840+
"@typescript-eslint/typescript-estree" "4.33.0"
841+
eslint-scope "^5.1.1"
842+
eslint-utils "^3.0.0"
843+
832844
"@typescript-eslint/parser@5.2.0":
833845
version "5.2.0"
834846
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.2.0.tgz#dc081aa89de16b5676b10215519af3aa7b58fb72"
@@ -839,15 +851,25 @@
839851
"@typescript-eslint/typescript-estree" "5.2.0"
840852
debug "^4.3.2"
841853

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==
854+
"@typescript-eslint/parser@^8.0.0":
855+
version "8.51.0"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
857+
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
846858
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"
859+
"@typescript-eslint/scope-manager" "8.51.0"
860+
"@typescript-eslint/types" "8.51.0"
861+
"@typescript-eslint/typescript-estree" "8.51.0"
862+
"@typescript-eslint/visitor-keys" "8.51.0"
863+
debug "^4.3.4"
864+
865+
"@typescript-eslint/project-service@8.51.0":
866+
version "8.51.0"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
868+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
869+
dependencies:
870+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
871+
"@typescript-eslint/types" "^8.51.0"
872+
debug "^4.3.4"
851873

852874
"@typescript-eslint/scope-manager@4.33.0":
853875
version "4.33.0"
@@ -865,6 +887,30 @@
865887
"@typescript-eslint/types" "5.2.0"
866888
"@typescript-eslint/visitor-keys" "5.2.0"
867889

890+
"@typescript-eslint/scope-manager@8.51.0":
891+
version "8.51.0"
892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
893+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
894+
dependencies:
895+
"@typescript-eslint/types" "8.51.0"
896+
"@typescript-eslint/visitor-keys" "8.51.0"
897+
898+
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
899+
version "8.51.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
901+
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
902+
903+
"@typescript-eslint/type-utils@8.51.0":
904+
version "8.51.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
906+
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
907+
dependencies:
908+
"@typescript-eslint/types" "8.51.0"
909+
"@typescript-eslint/typescript-estree" "8.51.0"
910+
"@typescript-eslint/utils" "8.51.0"
911+
debug "^4.3.4"
912+
ts-api-utils "^2.2.0"
913+
868914
"@typescript-eslint/types@4.33.0":
869915
version "4.33.0"
870916
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -875,6 +921,11 @@
875921
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
876922
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
877923

924+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
925+
version "8.51.0"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
927+
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
928+
878929
"@typescript-eslint/typescript-estree@4.33.0":
879930
version "4.33.0"
880931
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -901,6 +952,31 @@
901952
semver "^7.3.5"
902953
tsutils "^3.21.0"
903954

955+
"@typescript-eslint/typescript-estree@8.51.0":
956+
version "8.51.0"
957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
958+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
959+
dependencies:
960+
"@typescript-eslint/project-service" "8.51.0"
961+
"@typescript-eslint/tsconfig-utils" "8.51.0"
962+
"@typescript-eslint/types" "8.51.0"
963+
"@typescript-eslint/visitor-keys" "8.51.0"
964+
debug "^4.3.4"
965+
minimatch "^9.0.4"
966+
semver "^7.6.0"
967+
tinyglobby "^0.2.15"
968+
ts-api-utils "^2.2.0"
969+
970+
"@typescript-eslint/utils@8.51.0":
971+
version "8.51.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
973+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
974+
dependencies:
975+
"@eslint-community/eslint-utils" "^4.7.0"
976+
"@typescript-eslint/scope-manager" "8.51.0"
977+
"@typescript-eslint/types" "8.51.0"
978+
"@typescript-eslint/typescript-estree" "8.51.0"
979+
904980
"@typescript-eslint/visitor-keys@4.33.0":
905981
version "4.33.0"
906982
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -917,6 +993,14 @@
917993
"@typescript-eslint/types" "5.2.0"
918994
eslint-visitor-keys "^3.0.0"
919995

996+
"@typescript-eslint/visitor-keys@8.51.0":
997+
version "8.51.0"
998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
999+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1000+
dependencies:
1001+
"@typescript-eslint/types" "8.51.0"
1002+
eslint-visitor-keys "^4.2.1"
1003+
9201004
acorn-jsx@^5.3.1:
9211005
version "5.3.2"
9221006
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1161,6 +1245,13 @@ brace-expansion@^1.1.7:
11611245
balanced-match "^1.0.0"
11621246
concat-map "0.0.1"
11631247

1248+
brace-expansion@^2.0.1:
1249+
version "2.0.2"
1250+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1251+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1252+
dependencies:
1253+
balanced-match "^1.0.0"
1254+
11641255
braces@^3.0.2:
11651256
version "3.0.2"
11661257
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1825,6 +1916,16 @@ eslint-visitor-keys@^3.0.0:
18251916
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18261917
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18271918

1919+
eslint-visitor-keys@^3.4.3:
1920+
version "3.4.3"
1921+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1922+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1923+
1924+
eslint-visitor-keys@^4.2.1:
1925+
version "4.2.1"
1926+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1927+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1928+
18281929
eslint@^7.9.0:
18291930
version "7.32.0"
18301931
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2000,6 +2101,11 @@ fb-watchman@^2.0.0:
20002101
dependencies:
20012102
bser "2.1.1"
20022103

2104+
fdir@^6.5.0:
2105+
version "6.5.0"
2106+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2107+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2108+
20032109
file-entry-cache@^6.0.1:
20042110
version "6.0.1"
20052111
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2312,6 +2418,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
23122418
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
23132419
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
23142420

2421+
ignore@^7.0.0:
2422+
version "7.0.5"
2423+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2424+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2425+
23152426
import-fresh@^3.0.0, import-fresh@^3.2.1:
23162427
version "3.3.0"
23172428
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3254,6 +3365,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
32543365
dependencies:
32553366
brace-expansion "^1.1.7"
32563367

3368+
minimatch@^9.0.4:
3369+
version "9.0.5"
3370+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3371+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3372+
dependencies:
3373+
brace-expansion "^2.0.1"
3374+
32573375
minimist-options@4.1.0:
32583376
version "4.1.0"
32593377
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3561,6 +3679,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
35613679
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
35623680
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
35633681

3682+
picomatch@^4.0.3:
3683+
version "4.0.3"
3684+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3685+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3686+
35643687
pify@^3.0.0:
35653688
version "3.0.0"
35663689
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -3923,6 +4046,11 @@ semver@^6.0.0, semver@^6.3.0:
39234046
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
39244047
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
39254048

4049+
semver@^7.6.0:
4050+
version "7.7.3"
4051+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4052+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4053+
39264054
shebang-command@^1.2.0:
39274055
version "1.2.0"
39284056
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -4229,6 +4357,14 @@ through2@^4.0.0:
42294357
dependencies:
42304358
readable-stream "3"
42314359

4360+
tinyglobby@^0.2.15:
4361+
version "0.2.15"
4362+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
4363+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
4364+
dependencies:
4365+
fdir "^6.5.0"
4366+
picomatch "^4.0.3"
4367+
42324368
tmpl@1.0.5:
42334369
version "1.0.5"
42344370
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -4264,6 +4400,11 @@ trim-newlines@^3.0.0:
42644400
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
42654401
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
42664402

4403+
ts-api-utils@^2.2.0:
4404+
version "2.3.0"
4405+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
4406+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
4407+
42674408
ts-jest@^29.0.0:
42684409
version "29.0.5"
42694410
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"

0 commit comments

Comments
 (0)