Skip to content

Commit b94dd33

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 6b1b99a commit b94dd33

File tree

2 files changed

+80
-85
lines changed

2 files changed

+80
-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.10.0",
40+
"@typescript-eslint/parser": "7.10.0",
4141
"@vercel/ncc": "0.38.1",
4242
"dotenv": "^16.3.1",
4343
"eslint": "^8.56.0",

yarn.lock

Lines changed: 78 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
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", "@eslint-community/regexpp@^4.6.1":
519519
version "4.10.0"
520520
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
521521
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -1222,7 +1222,7 @@
12221222
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.3.tgz#a6fd0bdc8255b274e5438e0bfb25f154492d1106"
12231223
integrity sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ==
12241224

1225-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1225+
"@types/json-schema@^7.0.9":
12261226
version "7.0.15"
12271227
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12281228
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1254,7 +1254,7 @@
12541254
dependencies:
12551255
undici-types "~5.26.4"
12561256

1257-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1257+
"@types/semver@^7.3.12":
12581258
version "7.5.6"
12591259
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
12601260
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -1288,32 +1288,30 @@
12881288
dependencies:
12891289
"@types/yargs-parser" "*"
12901290

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==
1291+
"@typescript-eslint/eslint-plugin@7.10.0":
1292+
version "7.10.0"
1293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50"
1294+
integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==
12951295
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"
1296+
"@eslint-community/regexpp" "^4.10.0"
1297+
"@typescript-eslint/scope-manager" "7.10.0"
1298+
"@typescript-eslint/type-utils" "7.10.0"
1299+
"@typescript-eslint/utils" "7.10.0"
1300+
"@typescript-eslint/visitor-keys" "7.10.0"
13021301
graphemer "^1.4.0"
1303-
ignore "^5.2.4"
1302+
ignore "^5.3.1"
13041303
natural-compare "^1.4.0"
1305-
semver "^7.5.4"
1306-
ts-api-utils "^1.0.1"
1304+
ts-api-utils "^1.3.0"
13071305

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==
1306+
"@typescript-eslint/parser@7.10.0":
1307+
version "7.10.0"
1308+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb"
1309+
integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==
13121310
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"
1311+
"@typescript-eslint/scope-manager" "7.10.0"
1312+
"@typescript-eslint/types" "7.10.0"
1313+
"@typescript-eslint/typescript-estree" "7.10.0"
1314+
"@typescript-eslint/visitor-keys" "7.10.0"
13171315
debug "^4.3.4"
13181316

13191317
"@typescript-eslint/[email protected]":
@@ -1324,33 +1322,33 @@
13241322
"@typescript-eslint/types" "5.62.0"
13251323
"@typescript-eslint/visitor-keys" "5.62.0"
13261324

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==
1325+
"@typescript-eslint/scope-manager@7.10.0":
1326+
version "7.10.0"
1327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"
1328+
integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==
13311329
dependencies:
1332-
"@typescript-eslint/types" "6.21.0"
1333-
"@typescript-eslint/visitor-keys" "6.21.0"
1330+
"@typescript-eslint/types" "7.10.0"
1331+
"@typescript-eslint/visitor-keys" "7.10.0"
13341332

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==
1333+
"@typescript-eslint/type-utils@7.10.0":
1334+
version "7.10.0"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270"
1336+
integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==
13391337
dependencies:
1340-
"@typescript-eslint/typescript-estree" "6.21.0"
1341-
"@typescript-eslint/utils" "6.21.0"
1338+
"@typescript-eslint/typescript-estree" "7.10.0"
1339+
"@typescript-eslint/utils" "7.10.0"
13421340
debug "^4.3.4"
1343-
ts-api-utils "^1.0.1"
1341+
ts-api-utils "^1.3.0"
13441342

13451343
"@typescript-eslint/[email protected]":
13461344
version "5.62.0"
13471345
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
13481346
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13491347

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==
1348+
"@typescript-eslint/types@7.10.0":
1349+
version "7.10.0"
1350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
1351+
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
13541352

13551353
"@typescript-eslint/[email protected]":
13561354
version "5.62.0"
@@ -1365,32 +1363,29 @@
13651363
semver "^7.3.7"
13661364
tsutils "^3.21.0"
13671365

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==
1366+
"@typescript-eslint/typescript-estree@7.10.0":
1367+
version "7.10.0"
1368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb"
1369+
integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==
13721370
dependencies:
1373-
"@typescript-eslint/types" "6.21.0"
1374-
"@typescript-eslint/visitor-keys" "6.21.0"
1371+
"@typescript-eslint/types" "7.10.0"
1372+
"@typescript-eslint/visitor-keys" "7.10.0"
13751373
debug "^4.3.4"
13761374
globby "^11.1.0"
13771375
is-glob "^4.0.3"
1378-
minimatch "9.0.3"
1379-
semver "^7.5.4"
1380-
ts-api-utils "^1.0.1"
1376+
minimatch "^9.0.4"
1377+
semver "^7.6.0"
1378+
ts-api-utils "^1.3.0"
13811379

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==
1380+
"@typescript-eslint/utils@7.10.0":
1381+
version "7.10.0"
1382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3"
1383+
integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==
13861384
dependencies:
13871385
"@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"
1386+
"@typescript-eslint/scope-manager" "7.10.0"
1387+
"@typescript-eslint/types" "7.10.0"
1388+
"@typescript-eslint/typescript-estree" "7.10.0"
13941389

13951390
"@typescript-eslint/utils@^5.10.0":
13961391
version "5.62.0"
@@ -1414,13 +1409,13 @@
14141409
"@typescript-eslint/types" "5.62.0"
14151410
eslint-visitor-keys "^3.3.0"
14161411

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==
1412+
"@typescript-eslint/visitor-keys@7.10.0":
1413+
version "7.10.0"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78"
1415+
integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==
14211416
dependencies:
1422-
"@typescript-eslint/types" "6.21.0"
1423-
eslint-visitor-keys "^3.4.1"
1417+
"@typescript-eslint/types" "7.10.0"
1418+
eslint-visitor-keys "^3.4.3"
14241419

14251420
"@ungap/structured-clone@^1.2.0":
14261421
version "1.2.0"
@@ -2765,16 +2760,11 @@ ieee754@^1.1.13:
27652760
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
27662761
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
27672762

2768-
ignore@^5.2.0:
2763+
ignore@^5.2.0, ignore@^5.3.1:
27692764
version "5.3.1"
27702765
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
27712766
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
27722767

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-
27782768
import-fresh@^3.2.1:
27792769
version "3.3.0"
27802770
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3728,20 +3718,20 @@ mimic-fn@^2.1.0:
37283718
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37293719
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37303720

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-
37383721
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
37393722
version "3.1.2"
37403723
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37413724
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
37423725
dependencies:
37433726
brace-expansion "^1.1.7"
37443727

3728+
minimatch@^9.0.4:
3729+
version "9.0.4"
3730+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3731+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3732+
dependencies:
3733+
brace-expansion "^2.0.1"
3734+
37453735
minimist@^1.2.0, minimist@^1.2.6:
37463736
version "1.2.8"
37473737
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4286,6 +4276,11 @@ semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
42864276
dependencies:
42874277
lru-cache "^6.0.0"
42884278

4279+
semver@^7.6.0:
4280+
version "7.6.2"
4281+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
4282+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
4283+
42894284
set-function-length@^1.1.1:
42904285
version "1.2.0"
42914286
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1"
@@ -4549,10 +4544,10 @@ tracer@^0.8.7:
45494544
mkdirp "^0.5.1"
45504545
tinytim "0.1.1"
45514546

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==
4547+
ts-api-utils@^1.3.0:
4548+
version "1.3.0"
4549+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4550+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
45564551

45574552
ts-essentials@^7.0.3:
45584553
version "7.0.3"

0 commit comments

Comments
 (0)