Skip to content

Commit 7850378

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent ca019e9 commit 7850378

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/jest": "^29.5.11",
3838
"@types/node": "^20.11.5",
39-
"@typescript-eslint/eslint-plugin": "6.21.0",
40-
"@typescript-eslint/parser": "6.21.0",
39+
"@typescript-eslint/eslint-plugin": "7.16.0",
40+
"@typescript-eslint/parser": "7.16.0",
4141
"@vercel/ncc": "0.38.1",
4242
"dotenv": "^16.3.1",
4343
"eslint": "^8.56.0",

yarn.lock

Lines changed: 83 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,12 @@
515515
dependencies:
516516
eslint-visitor-keys "^3.3.0"
517517

518-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
518+
"@eslint-community/regexpp@^4.10.0":
519+
version "4.11.0"
520+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
521+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
522+
523+
"@eslint-community/regexpp@^4.6.1":
519524
version "4.10.0"
520525
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
521526
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -1222,7 +1227,7 @@
12221227
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.3.tgz#a6fd0bdc8255b274e5438e0bfb25f154492d1106"
12231228
integrity sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ==
12241229

1225-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1230+
"@types/json-schema@^7.0.9":
12261231
version "7.0.15"
12271232
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12281233
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1254,7 +1259,7 @@
12541259
dependencies:
12551260
undici-types "~5.26.4"
12561261

1257-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1262+
"@types/semver@^7.3.12":
12581263
version "7.5.6"
12591264
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
12601265
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -1288,32 +1293,30 @@
12881293
dependencies:
12891294
"@types/yargs-parser" "*"
12901295

1291-
"@typescript-eslint/eslint-plugin@6.21.0":
1292-
version "6.21.0"
1293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1294-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1296+
"@typescript-eslint/eslint-plugin@7.16.0":
1297+
version "7.16.0"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.0.tgz#b3563927341eca15124a18c6f94215f779f5c02a"
1299+
integrity sha512-py1miT6iQpJcs1BiJjm54AMzeuMPBSPuKPlnT8HlfudbcS5rYeX5jajpLf3mrdRh9dA/Ec2FVUY0ifeVNDIhZw==
12951300
dependencies:
1296-
"@eslint-community/regexpp" "^4.5.1"
1297-
"@typescript-eslint/scope-manager" "6.21.0"
1298-
"@typescript-eslint/type-utils" "6.21.0"
1299-
"@typescript-eslint/utils" "6.21.0"
1300-
"@typescript-eslint/visitor-keys" "6.21.0"
1301-
debug "^4.3.4"
1301+
"@eslint-community/regexpp" "^4.10.0"
1302+
"@typescript-eslint/scope-manager" "7.16.0"
1303+
"@typescript-eslint/type-utils" "7.16.0"
1304+
"@typescript-eslint/utils" "7.16.0"
1305+
"@typescript-eslint/visitor-keys" "7.16.0"
13021306
graphemer "^1.4.0"
1303-
ignore "^5.2.4"
1307+
ignore "^5.3.1"
13041308
natural-compare "^1.4.0"
1305-
semver "^7.5.4"
1306-
ts-api-utils "^1.0.1"
1309+
ts-api-utils "^1.3.0"
13071310

1308-
"@typescript-eslint/parser@6.21.0":
1309-
version "6.21.0"
1310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1311-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1311+
"@typescript-eslint/parser@7.16.0":
1312+
version "7.16.0"
1313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.0.tgz#53fae8112f8c912024aea7b499cf7374487af6d8"
1314+
integrity sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==
13121315
dependencies:
1313-
"@typescript-eslint/scope-manager" "6.21.0"
1314-
"@typescript-eslint/types" "6.21.0"
1315-
"@typescript-eslint/typescript-estree" "6.21.0"
1316-
"@typescript-eslint/visitor-keys" "6.21.0"
1316+
"@typescript-eslint/scope-manager" "7.16.0"
1317+
"@typescript-eslint/types" "7.16.0"
1318+
"@typescript-eslint/typescript-estree" "7.16.0"
1319+
"@typescript-eslint/visitor-keys" "7.16.0"
13171320
debug "^4.3.4"
13181321

13191322
"@typescript-eslint/[email protected]":
@@ -1324,33 +1327,33 @@
13241327
"@typescript-eslint/types" "5.62.0"
13251328
"@typescript-eslint/visitor-keys" "5.62.0"
13261329

1327-
"@typescript-eslint/scope-manager@6.21.0":
1328-
version "6.21.0"
1329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1330-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1330+
"@typescript-eslint/scope-manager@7.16.0":
1331+
version "7.16.0"
1332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.0.tgz#eb0757af5720c9c53c8010d7a0355ae27e17b7e5"
1333+
integrity sha512-8gVv3kW6n01Q6TrI1cmTZ9YMFi3ucDT7i7aI5lEikk2ebk1AEjrwX8MDTdaX5D7fPXMBLvnsaa0IFTAu+jcfOw==
13311334
dependencies:
1332-
"@typescript-eslint/types" "6.21.0"
1333-
"@typescript-eslint/visitor-keys" "6.21.0"
1335+
"@typescript-eslint/types" "7.16.0"
1336+
"@typescript-eslint/visitor-keys" "7.16.0"
13341337

1335-
"@typescript-eslint/type-utils@6.21.0":
1336-
version "6.21.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1338-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1338+
"@typescript-eslint/type-utils@7.16.0":
1339+
version "7.16.0"
1340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.0.tgz#ec52b1932b8fb44a15a3e20208e0bd49d0b6bd00"
1341+
integrity sha512-j0fuUswUjDHfqV/UdW6mLtOQQseORqfdmoBNDFOqs9rvNVR2e+cmu6zJu/Ku4SDuqiJko6YnhwcL8x45r8Oqxg==
13391342
dependencies:
1340-
"@typescript-eslint/typescript-estree" "6.21.0"
1341-
"@typescript-eslint/utils" "6.21.0"
1343+
"@typescript-eslint/typescript-estree" "7.16.0"
1344+
"@typescript-eslint/utils" "7.16.0"
13421345
debug "^4.3.4"
1343-
ts-api-utils "^1.0.1"
1346+
ts-api-utils "^1.3.0"
13441347

13451348
"@typescript-eslint/[email protected]":
13461349
version "5.62.0"
13471350
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
13481351
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13491352

1350-
"@typescript-eslint/types@6.21.0":
1351-
version "6.21.0"
1352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1353-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1353+
"@typescript-eslint/types@7.16.0":
1354+
version "7.16.0"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
1356+
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
13541357

13551358
"@typescript-eslint/[email protected]":
13561359
version "5.62.0"
@@ -1365,32 +1368,29 @@
13651368
semver "^7.3.7"
13661369
tsutils "^3.21.0"
13671370

1368-
"@typescript-eslint/typescript-estree@6.21.0":
1369-
version "6.21.0"
1370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1371-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1371+
"@typescript-eslint/typescript-estree@7.16.0":
1372+
version "7.16.0"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.0.tgz#98ac779d526fab2a781e5619c9250f3e33867c09"
1374+
integrity sha512-a5NTvk51ZndFuOLCh5OaJBELYc2O3Zqxfl3Js78VFE1zE46J2AaVuW+rEbVkQznjkmlzWsUI15BG5tQMixzZLw==
13721375
dependencies:
1373-
"@typescript-eslint/types" "6.21.0"
1374-
"@typescript-eslint/visitor-keys" "6.21.0"
1376+
"@typescript-eslint/types" "7.16.0"
1377+
"@typescript-eslint/visitor-keys" "7.16.0"
13751378
debug "^4.3.4"
13761379
globby "^11.1.0"
13771380
is-glob "^4.0.3"
1378-
minimatch "9.0.3"
1379-
semver "^7.5.4"
1380-
ts-api-utils "^1.0.1"
1381+
minimatch "^9.0.4"
1382+
semver "^7.6.0"
1383+
ts-api-utils "^1.3.0"
13811384

1382-
"@typescript-eslint/utils@6.21.0":
1383-
version "6.21.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1385-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1385+
"@typescript-eslint/utils@7.16.0":
1386+
version "7.16.0"
1387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.0.tgz#b38dc0ce1778e8182e227c98d91d3418449aa17f"
1388+
integrity sha512-PqP4kP3hb4r7Jav+NiRCntlVzhxBNWq6ZQ+zQwII1y/G/1gdIPeYDCKr2+dH6049yJQsWZiHU6RlwvIFBXXGNA==
13861389
dependencies:
13871390
"@eslint-community/eslint-utils" "^4.4.0"
1388-
"@types/json-schema" "^7.0.12"
1389-
"@types/semver" "^7.5.0"
1390-
"@typescript-eslint/scope-manager" "6.21.0"
1391-
"@typescript-eslint/types" "6.21.0"
1392-
"@typescript-eslint/typescript-estree" "6.21.0"
1393-
semver "^7.5.4"
1391+
"@typescript-eslint/scope-manager" "7.16.0"
1392+
"@typescript-eslint/types" "7.16.0"
1393+
"@typescript-eslint/typescript-estree" "7.16.0"
13941394

13951395
"@typescript-eslint/utils@^5.10.0":
13961396
version "5.62.0"
@@ -1414,13 +1414,13 @@
14141414
"@typescript-eslint/types" "5.62.0"
14151415
eslint-visitor-keys "^3.3.0"
14161416

1417-
"@typescript-eslint/visitor-keys@6.21.0":
1418-
version "6.21.0"
1419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1420-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1417+
"@typescript-eslint/visitor-keys@7.16.0":
1418+
version "7.16.0"
1419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.0.tgz#a1d99fa7a3787962d6e0efd436575ef840e23b06"
1420+
integrity sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==
14211421
dependencies:
1422-
"@typescript-eslint/types" "6.21.0"
1423-
eslint-visitor-keys "^3.4.1"
1422+
"@typescript-eslint/types" "7.16.0"
1423+
eslint-visitor-keys "^3.4.3"
14241424

14251425
"@ungap/structured-clone@^1.2.0":
14261426
version "1.2.0"
@@ -2765,16 +2765,11 @@ ieee754@^1.1.13:
27652765
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
27662766
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
27672767

2768-
ignore@^5.2.0:
2768+
ignore@^5.2.0, ignore@^5.3.1:
27692769
version "5.3.1"
27702770
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
27712771
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
27722772

2773-
ignore@^5.2.4:
2774-
version "5.3.0"
2775-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
2776-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
2777-
27782773
import-fresh@^3.2.1:
27792774
version "3.3.0"
27802775
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3728,20 +3723,20 @@ mimic-fn@^2.1.0:
37283723
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37293724
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37303725

3731-
3732-
version "9.0.3"
3733-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3734-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3735-
dependencies:
3736-
brace-expansion "^2.0.1"
3737-
37383726
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
37393727
version "3.1.2"
37403728
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37413729
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
37423730
dependencies:
37433731
brace-expansion "^1.1.7"
37443732

3733+
minimatch@^9.0.4:
3734+
version "9.0.5"
3735+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3736+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3737+
dependencies:
3738+
brace-expansion "^2.0.1"
3739+
37453740
minimist@^1.2.0, minimist@^1.2.6:
37463741
version "1.2.8"
37473742
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4286,6 +4281,11 @@ semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
42864281
dependencies:
42874282
lru-cache "^6.0.0"
42884283

4284+
semver@^7.6.0:
4285+
version "7.6.2"
4286+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
4287+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
4288+
42894289
set-function-length@^1.1.1:
42904290
version "1.2.0"
42914291
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1"
@@ -4549,10 +4549,10 @@ tracer@^0.8.7:
45494549
mkdirp "^0.5.1"
45504550
tinytim "0.1.1"
45514551

4552-
ts-api-utils@^1.0.1:
4553-
version "1.0.3"
4554-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4555-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4552+
ts-api-utils@^1.3.0:
4553+
version "1.3.0"
4554+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4555+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
45564556

45574557
ts-essentials@^7.0.3:
45584558
version "7.0.3"

0 commit comments

Comments
 (0)