Skip to content

Commit ff581db

Browse files
Update typescript-eslint monorepo to v7
1 parent 120f00e commit ff581db

File tree

2 files changed

+142
-85
lines changed

2 files changed

+142
-85
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@rubensworks/eslint-config": "^1.0.0",
3737
"@types/jest": "^27.0.0",
3838
"@types/n3": "^1.10.3",
39-
"@typescript-eslint/eslint-plugin": "^5.0.0",
40-
"@typescript-eslint/parser": "^5.0.0",
39+
"@typescript-eslint/eslint-plugin": "^7.0.0",
40+
"@typescript-eslint/parser": "^7.0.0",
4141
"arrayify-stream": "^2.0.0",
4242
"coveralls": "^3.0.0",
4343
"eslint": "^7.11.0",

yarn.lock

+140-83
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,18 @@
518518
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
519519
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
520520

521+
"@eslint-community/eslint-utils@^4.4.0":
522+
version "4.4.0"
523+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
524+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
525+
dependencies:
526+
eslint-visitor-keys "^3.3.0"
527+
528+
"@eslint-community/regexpp@^4.10.0":
529+
version "4.10.1"
530+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
531+
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
532+
521533
"@eslint/eslintrc@^0.4.0":
522534
version "0.4.0"
523535
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
@@ -891,7 +903,7 @@
891903
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
892904
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
893905

894-
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
906+
"@types/json-schema@^7.0.9":
895907
version "7.0.9"
896908
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
897909
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -979,19 +991,20 @@
979991
semver "^7.3.2"
980992
tsutils "^3.17.1"
981993

982-
"@typescript-eslint/eslint-plugin@^5.0.0":
983-
version "5.0.0"
984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
985-
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
986-
dependencies:
987-
"@typescript-eslint/experimental-utils" "5.0.0"
988-
"@typescript-eslint/scope-manager" "5.0.0"
989-
debug "^4.3.1"
990-
functional-red-black-tree "^1.0.1"
991-
ignore "^5.1.8"
992-
regexpp "^3.1.0"
993-
semver "^7.3.5"
994-
tsutils "^3.21.0"
994+
"@typescript-eslint/eslint-plugin@^7.0.0":
995+
version "7.12.0"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
997+
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
998+
dependencies:
999+
"@eslint-community/regexpp" "^4.10.0"
1000+
"@typescript-eslint/scope-manager" "7.12.0"
1001+
"@typescript-eslint/type-utils" "7.12.0"
1002+
"@typescript-eslint/utils" "7.12.0"
1003+
"@typescript-eslint/visitor-keys" "7.12.0"
1004+
graphemer "^1.4.0"
1005+
ignore "^5.3.1"
1006+
natural-compare "^1.4.0"
1007+
ts-api-utils "^1.3.0"
9951008

9961009
"@typescript-eslint/[email protected]":
9971010
version "4.18.0"
@@ -1005,18 +1018,6 @@
10051018
eslint-scope "^5.0.0"
10061019
eslint-utils "^2.0.0"
10071020

1008-
"@typescript-eslint/[email protected]":
1009-
version "5.0.0"
1010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
1011-
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
1012-
dependencies:
1013-
"@types/json-schema" "^7.0.7"
1014-
"@typescript-eslint/scope-manager" "5.0.0"
1015-
"@typescript-eslint/types" "5.0.0"
1016-
"@typescript-eslint/typescript-estree" "5.0.0"
1017-
eslint-scope "^5.1.1"
1018-
eslint-utils "^3.0.0"
1019-
10201021
"@typescript-eslint/[email protected]":
10211022
version "4.18.0"
10221023
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
@@ -1027,15 +1028,16 @@
10271028
"@typescript-eslint/typescript-estree" "4.18.0"
10281029
debug "^4.1.1"
10291030

1030-
"@typescript-eslint/parser@^5.0.0":
1031-
version "5.0.0"
1032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592"
1033-
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==
1031+
"@typescript-eslint/parser@^7.0.0":
1032+
version "7.12.0"
1033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
1034+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
10341035
dependencies:
1035-
"@typescript-eslint/scope-manager" "5.0.0"
1036-
"@typescript-eslint/types" "5.0.0"
1037-
"@typescript-eslint/typescript-estree" "5.0.0"
1038-
debug "^4.3.1"
1036+
"@typescript-eslint/scope-manager" "7.12.0"
1037+
"@typescript-eslint/types" "7.12.0"
1038+
"@typescript-eslint/typescript-estree" "7.12.0"
1039+
"@typescript-eslint/visitor-keys" "7.12.0"
1040+
debug "^4.3.4"
10391041

10401042
"@typescript-eslint/[email protected]":
10411043
version "4.18.0"
@@ -1045,14 +1047,6 @@
10451047
"@typescript-eslint/types" "4.18.0"
10461048
"@typescript-eslint/visitor-keys" "4.18.0"
10471049

1048-
"@typescript-eslint/[email protected]":
1049-
version "5.0.0"
1050-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
1051-
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==
1052-
dependencies:
1053-
"@typescript-eslint/types" "5.0.0"
1054-
"@typescript-eslint/visitor-keys" "5.0.0"
1055-
10561050
"@typescript-eslint/[email protected]":
10571051
version "5.10.1"
10581052
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
@@ -1061,21 +1055,39 @@
10611055
"@typescript-eslint/types" "5.10.1"
10621056
"@typescript-eslint/visitor-keys" "5.10.1"
10631057

1058+
"@typescript-eslint/[email protected]":
1059+
version "7.12.0"
1060+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
1061+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
1062+
dependencies:
1063+
"@typescript-eslint/types" "7.12.0"
1064+
"@typescript-eslint/visitor-keys" "7.12.0"
1065+
1066+
"@typescript-eslint/[email protected]":
1067+
version "7.12.0"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
1069+
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
1070+
dependencies:
1071+
"@typescript-eslint/typescript-estree" "7.12.0"
1072+
"@typescript-eslint/utils" "7.12.0"
1073+
debug "^4.3.4"
1074+
ts-api-utils "^1.3.0"
1075+
10641076
"@typescript-eslint/[email protected]":
10651077
version "4.18.0"
10661078
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
10671079
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
10681080

1069-
"@typescript-eslint/[email protected]":
1070-
version "5.0.0"
1071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
1072-
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
1073-
10741081
"@typescript-eslint/[email protected]":
10751082
version "5.10.1"
10761083
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
10771084
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
10781085

1086+
"@typescript-eslint/[email protected]":
1087+
version "7.12.0"
1088+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
1089+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
1090+
10791091
"@typescript-eslint/[email protected]":
10801092
version "4.18.0"
10811093
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -1089,19 +1101,6 @@
10891101
semver "^7.3.2"
10901102
tsutils "^3.17.1"
10911103

1092-
"@typescript-eslint/[email protected]":
1093-
version "5.0.0"
1094-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
1095-
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==
1096-
dependencies:
1097-
"@typescript-eslint/types" "5.0.0"
1098-
"@typescript-eslint/visitor-keys" "5.0.0"
1099-
debug "^4.3.1"
1100-
globby "^11.0.3"
1101-
is-glob "^4.0.1"
1102-
semver "^7.3.5"
1103-
tsutils "^3.21.0"
1104-
11051104
"@typescript-eslint/[email protected]":
11061105
version "5.10.1"
11071106
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
@@ -1115,6 +1114,30 @@
11151114
semver "^7.3.5"
11161115
tsutils "^3.21.0"
11171116

1117+
"@typescript-eslint/[email protected]":
1118+
version "7.12.0"
1119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
1120+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
1121+
dependencies:
1122+
"@typescript-eslint/types" "7.12.0"
1123+
"@typescript-eslint/visitor-keys" "7.12.0"
1124+
debug "^4.3.4"
1125+
globby "^11.1.0"
1126+
is-glob "^4.0.3"
1127+
minimatch "^9.0.4"
1128+
semver "^7.6.0"
1129+
ts-api-utils "^1.3.0"
1130+
1131+
"@typescript-eslint/[email protected]":
1132+
version "7.12.0"
1133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
1134+
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
1135+
dependencies:
1136+
"@eslint-community/eslint-utils" "^4.4.0"
1137+
"@typescript-eslint/scope-manager" "7.12.0"
1138+
"@typescript-eslint/types" "7.12.0"
1139+
"@typescript-eslint/typescript-estree" "7.12.0"
1140+
11181141
"@typescript-eslint/utils@^5.10.0":
11191142
version "5.10.1"
11201143
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
@@ -1135,14 +1158,6 @@
11351158
"@typescript-eslint/types" "4.18.0"
11361159
eslint-visitor-keys "^2.0.0"
11371160

1138-
"@typescript-eslint/[email protected]":
1139-
version "5.0.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
1141-
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==
1142-
dependencies:
1143-
"@typescript-eslint/types" "5.0.0"
1144-
eslint-visitor-keys "^3.0.0"
1145-
11461161
"@typescript-eslint/[email protected]":
11471162
version "5.10.1"
11481163
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
@@ -1151,6 +1166,14 @@
11511166
"@typescript-eslint/types" "5.10.1"
11521167
eslint-visitor-keys "^3.0.0"
11531168

1169+
"@typescript-eslint/[email protected]":
1170+
version "7.12.0"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
1172+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
1173+
dependencies:
1174+
"@typescript-eslint/types" "7.12.0"
1175+
eslint-visitor-keys "^3.4.3"
1176+
11541177
abab@^2.0.3, abab@^2.0.5:
11551178
version "2.0.5"
11561179
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -1430,6 +1453,13 @@ brace-expansion@^1.1.7:
14301453
balanced-match "^1.0.0"
14311454
concat-map "0.0.1"
14321455

1456+
brace-expansion@^2.0.1:
1457+
version "2.0.1"
1458+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1459+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1460+
dependencies:
1461+
balanced-match "^1.0.0"
1462+
14331463
braces@^3.0.1:
14341464
version "3.0.2"
14351465
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1766,7 +1796,7 @@ data-urls@^2.0.0:
17661796
whatwg-mimetype "^2.3.0"
17671797
whatwg-url "^8.0.0"
17681798

1769-
debug@4, debug@^4.3.1:
1799+
debug@4:
17701800
version "4.3.2"
17711801
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
17721802
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1794,6 +1824,13 @@ debug@^4.3.2:
17941824
dependencies:
17951825
ms "2.1.2"
17961826

1827+
debug@^4.3.4:
1828+
version "4.3.5"
1829+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
1830+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
1831+
dependencies:
1832+
ms "2.1.2"
1833+
17971834
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
17981835
version "1.1.0"
17991836
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2182,6 +2219,11 @@ eslint-visitor-keys@^3.0.0:
21822219
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
21832220
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
21842221

2222+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
2223+
version "3.4.3"
2224+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2225+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2226+
21852227
eslint@^7.11.0:
21862228
version "7.22.0"
21872229
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
@@ -2567,19 +2609,7 @@ globby@^11.0.1:
25672609
merge2 "^1.3.0"
25682610
slash "^3.0.0"
25692611

2570-
globby@^11.0.3:
2571-
version "11.0.4"
2572-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2573-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2574-
dependencies:
2575-
array-union "^2.1.0"
2576-
dir-glob "^3.0.1"
2577-
fast-glob "^3.1.1"
2578-
ignore "^5.1.4"
2579-
merge2 "^1.3.0"
2580-
slash "^3.0.0"
2581-
2582-
globby@^11.0.4:
2612+
globby@^11.0.4, globby@^11.1.0:
25832613
version "11.1.0"
25842614
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
25852615
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2596,6 +2626,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.4:
25962626
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
25972627
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
25982628

2629+
graphemer@^1.4.0:
2630+
version "1.4.0"
2631+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2632+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2633+
25992634
har-schema@^2.0.0:
26002635
version "2.0.0"
26012636
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -2721,7 +2756,7 @@ ignore@^4.0.6:
27212756
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
27222757
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
27232758

2724-
ignore@^5.1.4, ignore@^5.1.8:
2759+
ignore@^5.1.4:
27252760
version "5.1.8"
27262761
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
27272762
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -2731,6 +2766,11 @@ ignore@^5.2.0:
27312766
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
27322767
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
27332768

2769+
ignore@^5.3.1:
2770+
version "5.3.1"
2771+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2772+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2773+
27342774
import-fresh@^3.0.0, import-fresh@^3.2.1:
27352775
version "3.3.0"
27362776
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3823,6 +3863,13 @@ minimatch@^3.0.4:
38233863
dependencies:
38243864
brace-expansion "^1.1.7"
38253865

3866+
minimatch@^9.0.4:
3867+
version "9.0.4"
3868+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3869+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3870+
dependencies:
3871+
brace-expansion "^2.0.1"
3872+
38263873
38273874
version "4.1.0"
38283875
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4666,6 +4713,11 @@ semver@^7.3.5:
46664713
dependencies:
46674714
lru-cache "^6.0.0"
46684715

4716+
semver@^7.6.0:
4717+
version "7.6.2"
4718+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
4719+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
4720+
46694721
shebang-command@^1.2.0:
46704722
version "1.2.0"
46714723
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -5067,6 +5119,11 @@ trim-newlines@^3.0.0:
50675119
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
50685120
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
50695121

5122+
ts-api-utils@^1.3.0:
5123+
version "1.3.0"
5124+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
5125+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
5126+
50705127
ts-jest@^27.0.0:
50715128
version "27.0.4"
50725129
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4.tgz#df49683535831560ccb58f94c023d831b1b80df0"

0 commit comments

Comments
 (0)