Skip to content

Commit 2745547

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

2 files changed

Lines changed: 184 additions & 36 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: 182 additions & 34 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.9.1":
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.12.2":
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.53.1"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz#f6640f6f8749b71d9ab457263939e8932a3c6b46"
809+
integrity sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==
810+
dependencies:
811+
"@eslint-community/regexpp" "^4.12.2"
812+
"@typescript-eslint/scope-manager" "8.53.1"
813+
"@typescript-eslint/type-utils" "8.53.1"
814+
"@typescript-eslint/utils" "8.53.1"
815+
"@typescript-eslint/visitor-keys" "8.53.1"
816+
ignore "^7.0.5"
817+
natural-compare "^1.4.0"
818+
ts-api-utils "^2.4.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.53.1"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.1.tgz#58d4a70cc2daee2becf7d4521d65ea1782d6ec68"
857+
integrity sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==
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.53.1"
860+
"@typescript-eslint/types" "8.53.1"
861+
"@typescript-eslint/typescript-estree" "8.53.1"
862+
"@typescript-eslint/visitor-keys" "8.53.1"
863+
debug "^4.4.3"
864+
865+
"@typescript-eslint/project-service@8.53.1":
866+
version "8.53.1"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.1.tgz#4e47856a0b14a1ceb28b0294b4badef3be1e9734"
868+
integrity sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==
869+
dependencies:
870+
"@typescript-eslint/tsconfig-utils" "^8.53.1"
871+
"@typescript-eslint/types" "^8.53.1"
872+
debug "^4.4.3"
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.53.1":
891+
version "8.53.1"
892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz#6c4b8c82cd45ae3b365afc2373636e166743a8fa"
893+
integrity sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==
894+
dependencies:
895+
"@typescript-eslint/types" "8.53.1"
896+
"@typescript-eslint/visitor-keys" "8.53.1"
897+
898+
"@typescript-eslint/tsconfig-utils@8.53.1", "@typescript-eslint/tsconfig-utils@^8.53.1":
899+
version "8.53.1"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz#efe80b8d019cd49e5a1cf46c2eb0cd2733076424"
901+
integrity sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==
902+
903+
"@typescript-eslint/type-utils@8.53.1":
904+
version "8.53.1"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz#95de2651a96d580bf5c6c6089ddd694284d558ad"
906+
integrity sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==
907+
dependencies:
908+
"@typescript-eslint/types" "8.53.1"
909+
"@typescript-eslint/typescript-estree" "8.53.1"
910+
"@typescript-eslint/utils" "8.53.1"
911+
debug "^4.4.3"
912+
ts-api-utils "^2.4.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.53.1", "@typescript-eslint/types@^8.53.1":
925+
version "8.53.1"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
927+
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
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.53.1":
956+
version "8.53.1"
957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz#b6dce2303c9e27e95b8dcd8c325868fff53e488f"
958+
integrity sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==
959+
dependencies:
960+
"@typescript-eslint/project-service" "8.53.1"
961+
"@typescript-eslint/tsconfig-utils" "8.53.1"
962+
"@typescript-eslint/types" "8.53.1"
963+
"@typescript-eslint/visitor-keys" "8.53.1"
964+
debug "^4.4.3"
965+
minimatch "^9.0.5"
966+
semver "^7.7.3"
967+
tinyglobby "^0.2.15"
968+
ts-api-utils "^2.4.0"
969+
970+
"@typescript-eslint/utils@8.53.1":
971+
version "8.53.1"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.1.tgz#81fe6c343de288701b774f4d078382f567e6edaa"
973+
integrity sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==
974+
dependencies:
975+
"@eslint-community/eslint-utils" "^4.9.1"
976+
"@typescript-eslint/scope-manager" "8.53.1"
977+
"@typescript-eslint/types" "8.53.1"
978+
"@typescript-eslint/typescript-estree" "8.53.1"
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.53.1":
997+
version "8.53.1"
998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz#405f04959be22b9be364939af8ac19c3649b6eb7"
999+
integrity sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==
1000+
dependencies:
1001+
"@typescript-eslint/types" "8.53.1"
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"
@@ -1453,6 +1544,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3
14531544
dependencies:
14541545
ms "2.1.2"
14551546

1547+
debug@^4.4.3:
1548+
version "4.4.3"
1549+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1550+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
1551+
dependencies:
1552+
ms "^2.1.3"
1553+
14561554
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
14571555
version "1.1.0"
14581556
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -1825,6 +1923,16 @@ eslint-visitor-keys@^3.0.0:
18251923
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18261924
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18271925

1926+
eslint-visitor-keys@^3.4.3:
1927+
version "3.4.3"
1928+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1929+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1930+
1931+
eslint-visitor-keys@^4.2.1:
1932+
version "4.2.1"
1933+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1934+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1935+
18281936
eslint@^7.9.0:
18291937
version "7.32.0"
18301938
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2000,6 +2108,11 @@ fb-watchman@^2.0.0:
20002108
dependencies:
20012109
bser "2.1.1"
20022110

2111+
fdir@^6.5.0:
2112+
version "6.5.0"
2113+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2114+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2115+
20032116
file-entry-cache@^6.0.1:
20042117
version "6.0.1"
20052118
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2312,6 +2425,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0:
23122425
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
23132426
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
23142427

2428+
ignore@^7.0.5:
2429+
version "7.0.5"
2430+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2431+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2432+
23152433
import-fresh@^3.0.0, import-fresh@^3.2.1:
23162434
version "3.3.0"
23172435
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3254,6 +3372,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
32543372
dependencies:
32553373
brace-expansion "^1.1.7"
32563374

3375+
minimatch@^9.0.5:
3376+
version "9.0.5"
3377+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3378+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3379+
dependencies:
3380+
brace-expansion "^2.0.1"
3381+
32573382
minimist-options@4.1.0:
32583383
version "4.1.0"
32593384
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3286,7 +3411,7 @@ ms@2.1.2:
32863411
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
32873412
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
32883413

3289-
ms@^2.1.1:
3414+
ms@^2.1.1, ms@^2.1.3:
32903415
version "2.1.3"
32913416
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
32923417
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -3561,6 +3686,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
35613686
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
35623687
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
35633688

3689+
picomatch@^4.0.3:
3690+
version "4.0.3"
3691+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3692+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3693+
35643694
pify@^3.0.0:
35653695
version "3.0.0"
35663696
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -3923,6 +4053,11 @@ semver@^6.0.0, semver@^6.3.0:
39234053
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
39244054
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
39254055

4056+
semver@^7.7.3:
4057+
version "7.7.3"
4058+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4059+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4060+
39264061
shebang-command@^1.2.0:
39274062
version "1.2.0"
39284063
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -4229,6 +4364,14 @@ through2@^4.0.0:
42294364
dependencies:
42304365
readable-stream "3"
42314366

4367+
tinyglobby@^0.2.15:
4368+
version "0.2.15"
4369+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
4370+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
4371+
dependencies:
4372+
fdir "^6.5.0"
4373+
picomatch "^4.0.3"
4374+
42324375
tmpl@1.0.5:
42334376
version "1.0.5"
42344377
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -4264,6 +4407,11 @@ trim-newlines@^3.0.0:
42644407
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
42654408
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
42664409

4410+
ts-api-utils@^2.4.0:
4411+
version "2.4.0"
4412+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
4413+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
4414+
42674415
ts-jest@^29.0.0:
42684416
version "29.0.5"
42694417
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"

0 commit comments

Comments
 (0)