Skip to content

Commit cefebff

Browse files
Update typescript-eslint monorepo to v7.15.0
1 parent 579d9cb commit cefebff

File tree

2 files changed

+52
-67
lines changed

2 files changed

+52
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/node": "20.12.7",
3232
"@types/ramda": "0.29.12",
3333
"@types/sinon": "17.0.3",
34-
"@typescript-eslint/eslint-plugin": "7.7.1",
35-
"@typescript-eslint/parser": "7.7.1",
34+
"@typescript-eslint/eslint-plugin": "7.15.0",
35+
"@typescript-eslint/parser": "7.15.0",
3636
"ava": "3.15.0",
3737
"dotenv": "^16.4.5",
3838
"eslint": "8.57.0",

yarn.lock

Lines changed: 50 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,11 +1229,6 @@
12291229
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
12301230
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
12311231

1232-
"@types/json-schema@^7.0.15":
1233-
version "7.0.15"
1234-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1235-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1236-
12371232
"@types/json-schema@^7.0.9":
12381233
version "7.0.9"
12391234
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1319,11 +1314,6 @@
13191314
dependencies:
13201315
"@types/node" "*"
13211316

1322-
"@types/semver@^7.5.8":
1323-
version "7.5.8"
1324-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1325-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1326-
13271317
"@types/sinon@17.0.3":
13281318
version "17.0.3"
13291319
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
@@ -1336,32 +1326,30 @@
13361326
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
13371327
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
13381328

1339-
"@typescript-eslint/eslint-plugin@7.7.1":
1340-
version "7.7.1"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
1342-
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
1329+
"@typescript-eslint/eslint-plugin@7.15.0":
1330+
version "7.15.0"
1331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
1332+
integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
13431333
dependencies:
13441334
"@eslint-community/regexpp" "^4.10.0"
1345-
"@typescript-eslint/scope-manager" "7.7.1"
1346-
"@typescript-eslint/type-utils" "7.7.1"
1347-
"@typescript-eslint/utils" "7.7.1"
1348-
"@typescript-eslint/visitor-keys" "7.7.1"
1349-
debug "^4.3.4"
1335+
"@typescript-eslint/scope-manager" "7.15.0"
1336+
"@typescript-eslint/type-utils" "7.15.0"
1337+
"@typescript-eslint/utils" "7.15.0"
1338+
"@typescript-eslint/visitor-keys" "7.15.0"
13501339
graphemer "^1.4.0"
13511340
ignore "^5.3.1"
13521341
natural-compare "^1.4.0"
1353-
semver "^7.6.0"
13541342
ts-api-utils "^1.3.0"
13551343

1356-
"@typescript-eslint/parser@7.7.1":
1357-
version "7.7.1"
1358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
1359-
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
1344+
"@typescript-eslint/parser@7.15.0":
1345+
version "7.15.0"
1346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
1347+
integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
13601348
dependencies:
1361-
"@typescript-eslint/scope-manager" "7.7.1"
1362-
"@typescript-eslint/types" "7.7.1"
1363-
"@typescript-eslint/typescript-estree" "7.7.1"
1364-
"@typescript-eslint/visitor-keys" "7.7.1"
1349+
"@typescript-eslint/scope-manager" "7.15.0"
1350+
"@typescript-eslint/types" "7.15.0"
1351+
"@typescript-eslint/typescript-estree" "7.15.0"
1352+
"@typescript-eslint/visitor-keys" "7.15.0"
13651353
debug "^4.3.4"
13661354

13671355
"@typescript-eslint/scope-manager@5.18.0":
@@ -1372,21 +1360,21 @@
13721360
"@typescript-eslint/types" "5.18.0"
13731361
"@typescript-eslint/visitor-keys" "5.18.0"
13741362

1375-
"@typescript-eslint/scope-manager@7.7.1":
1376-
version "7.7.1"
1377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
1378-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
1363+
"@typescript-eslint/scope-manager@7.15.0":
1364+
version "7.15.0"
1365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
1366+
integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
13791367
dependencies:
1380-
"@typescript-eslint/types" "7.7.1"
1381-
"@typescript-eslint/visitor-keys" "7.7.1"
1368+
"@typescript-eslint/types" "7.15.0"
1369+
"@typescript-eslint/visitor-keys" "7.15.0"
13821370

1383-
"@typescript-eslint/type-utils@7.7.1":
1384-
version "7.7.1"
1385-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
1386-
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
1371+
"@typescript-eslint/type-utils@7.15.0":
1372+
version "7.15.0"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
1374+
integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
13871375
dependencies:
1388-
"@typescript-eslint/typescript-estree" "7.7.1"
1389-
"@typescript-eslint/utils" "7.7.1"
1376+
"@typescript-eslint/typescript-estree" "7.15.0"
1377+
"@typescript-eslint/utils" "7.15.0"
13901378
debug "^4.3.4"
13911379
ts-api-utils "^1.3.0"
13921380

@@ -1395,10 +1383,10 @@
13951383
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
13961384
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
13971385

1398-
"@typescript-eslint/types@7.7.1":
1399-
version "7.7.1"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
1401-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
1386+
"@typescript-eslint/types@7.15.0":
1387+
version "7.15.0"
1388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
1389+
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
14021390

14031391
"@typescript-eslint/typescript-estree@5.18.0":
14041392
version "5.18.0"
@@ -1413,32 +1401,29 @@
14131401
semver "^7.3.5"
14141402
tsutils "^3.21.0"
14151403

1416-
"@typescript-eslint/typescript-estree@7.7.1":
1417-
version "7.7.1"
1418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
1419-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
1404+
"@typescript-eslint/typescript-estree@7.15.0":
1405+
version "7.15.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
1407+
integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
14201408
dependencies:
1421-
"@typescript-eslint/types" "7.7.1"
1422-
"@typescript-eslint/visitor-keys" "7.7.1"
1409+
"@typescript-eslint/types" "7.15.0"
1410+
"@typescript-eslint/visitor-keys" "7.15.0"
14231411
debug "^4.3.4"
14241412
globby "^11.1.0"
14251413
is-glob "^4.0.3"
14261414
minimatch "^9.0.4"
14271415
semver "^7.6.0"
14281416
ts-api-utils "^1.3.0"
14291417

1430-
"@typescript-eslint/utils@7.7.1":
1431-
version "7.7.1"
1432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
1433-
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
1418+
"@typescript-eslint/utils@7.15.0":
1419+
version "7.15.0"
1420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
1421+
integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
14341422
dependencies:
14351423
"@eslint-community/eslint-utils" "^4.4.0"
1436-
"@types/json-schema" "^7.0.15"
1437-
"@types/semver" "^7.5.8"
1438-
"@typescript-eslint/scope-manager" "7.7.1"
1439-
"@typescript-eslint/types" "7.7.1"
1440-
"@typescript-eslint/typescript-estree" "7.7.1"
1441-
semver "^7.6.0"
1424+
"@typescript-eslint/scope-manager" "7.15.0"
1425+
"@typescript-eslint/types" "7.15.0"
1426+
"@typescript-eslint/typescript-estree" "7.15.0"
14421427

14431428
"@typescript-eslint/utils@^5.10.2":
14441429
version "5.18.0"
@@ -1460,12 +1445,12 @@
14601445
"@typescript-eslint/types" "5.18.0"
14611446
eslint-visitor-keys "^3.0.0"
14621447

1463-
"@typescript-eslint/visitor-keys@7.7.1":
1464-
version "7.7.1"
1465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
1466-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
1448+
"@typescript-eslint/visitor-keys@7.15.0":
1449+
version "7.15.0"
1450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
1451+
integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
14671452
dependencies:
1468-
"@typescript-eslint/types" "7.7.1"
1453+
"@typescript-eslint/types" "7.15.0"
14691454
eslint-visitor-keys "^3.4.3"
14701455

14711456
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)