Skip to content

Commit 9038c4c

Browse files
Update typescript-eslint monorepo to v7.14.1
1 parent f785af5 commit 9038c4c

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
@@ -33,8 +33,8 @@
3333
"@rollup/plugin-node-resolve": "15.2.3",
3434
"@types/node": "20.12.7",
3535
"@types/ramda": "0.29.12",
36-
"@typescript-eslint/eslint-plugin": "7.7.1",
37-
"@typescript-eslint/parser": "7.7.1",
36+
"@typescript-eslint/eslint-plugin": "7.14.1",
37+
"@typescript-eslint/parser": "7.14.1",
3838
"ava": "3.15.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",

yarn.lock

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

1238-
"@types/json-schema@^7.0.15":
1239-
version "7.0.15"
1240-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1241-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1242-
12431238
"@types/json-schema@^7.0.9":
12441239
version "7.0.9"
12451240
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1325,11 +1320,6 @@
13251320
dependencies:
13261321
"@types/node" "*"
13271322

1328-
"@types/semver@^7.5.8":
1329-
version "7.5.8"
1330-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1331-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1332-
13331323
13341324
version "17.0.3"
13351325
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
@@ -1342,32 +1332,30 @@
13421332
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
13431333
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
13441334

1345-
"@typescript-eslint/eslint-plugin@7.7.1":
1346-
version "7.7.1"
1347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
1348-
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
1335+
"@typescript-eslint/eslint-plugin@7.14.1":
1336+
version "7.14.1"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
1338+
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
13491339
dependencies:
13501340
"@eslint-community/regexpp" "^4.10.0"
1351-
"@typescript-eslint/scope-manager" "7.7.1"
1352-
"@typescript-eslint/type-utils" "7.7.1"
1353-
"@typescript-eslint/utils" "7.7.1"
1354-
"@typescript-eslint/visitor-keys" "7.7.1"
1355-
debug "^4.3.4"
1341+
"@typescript-eslint/scope-manager" "7.14.1"
1342+
"@typescript-eslint/type-utils" "7.14.1"
1343+
"@typescript-eslint/utils" "7.14.1"
1344+
"@typescript-eslint/visitor-keys" "7.14.1"
13561345
graphemer "^1.4.0"
13571346
ignore "^5.3.1"
13581347
natural-compare "^1.4.0"
1359-
semver "^7.6.0"
13601348
ts-api-utils "^1.3.0"
13611349

1362-
"@typescript-eslint/parser@7.7.1":
1363-
version "7.7.1"
1364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
1365-
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
1350+
"@typescript-eslint/parser@7.14.1":
1351+
version "7.14.1"
1352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
1353+
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
13661354
dependencies:
1367-
"@typescript-eslint/scope-manager" "7.7.1"
1368-
"@typescript-eslint/types" "7.7.1"
1369-
"@typescript-eslint/typescript-estree" "7.7.1"
1370-
"@typescript-eslint/visitor-keys" "7.7.1"
1355+
"@typescript-eslint/scope-manager" "7.14.1"
1356+
"@typescript-eslint/types" "7.14.1"
1357+
"@typescript-eslint/typescript-estree" "7.14.1"
1358+
"@typescript-eslint/visitor-keys" "7.14.1"
13711359
debug "^4.3.4"
13721360

13731361
"@typescript-eslint/[email protected]":
@@ -1378,21 +1366,21 @@
13781366
"@typescript-eslint/types" "5.18.0"
13791367
"@typescript-eslint/visitor-keys" "5.18.0"
13801368

1381-
"@typescript-eslint/scope-manager@7.7.1":
1382-
version "7.7.1"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
1384-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
1369+
"@typescript-eslint/scope-manager@7.14.1":
1370+
version "7.14.1"
1371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
1372+
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
13851373
dependencies:
1386-
"@typescript-eslint/types" "7.7.1"
1387-
"@typescript-eslint/visitor-keys" "7.7.1"
1374+
"@typescript-eslint/types" "7.14.1"
1375+
"@typescript-eslint/visitor-keys" "7.14.1"
13881376

1389-
"@typescript-eslint/type-utils@7.7.1":
1390-
version "7.7.1"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
1392-
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
1377+
"@typescript-eslint/type-utils@7.14.1":
1378+
version "7.14.1"
1379+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
1380+
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
13931381
dependencies:
1394-
"@typescript-eslint/typescript-estree" "7.7.1"
1395-
"@typescript-eslint/utils" "7.7.1"
1382+
"@typescript-eslint/typescript-estree" "7.14.1"
1383+
"@typescript-eslint/utils" "7.14.1"
13961384
debug "^4.3.4"
13971385
ts-api-utils "^1.3.0"
13981386

@@ -1401,10 +1389,10 @@
14011389
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
14021390
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
14031391

1404-
"@typescript-eslint/types@7.7.1":
1405-
version "7.7.1"
1406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
1407-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
1392+
"@typescript-eslint/types@7.14.1":
1393+
version "7.14.1"
1394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
1395+
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
14081396

14091397
"@typescript-eslint/[email protected]":
14101398
version "5.18.0"
@@ -1419,32 +1407,29 @@
14191407
semver "^7.3.5"
14201408
tsutils "^3.21.0"
14211409

1422-
"@typescript-eslint/typescript-estree@7.7.1":
1423-
version "7.7.1"
1424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
1425-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
1410+
"@typescript-eslint/typescript-estree@7.14.1":
1411+
version "7.14.1"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
1413+
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
14261414
dependencies:
1427-
"@typescript-eslint/types" "7.7.1"
1428-
"@typescript-eslint/visitor-keys" "7.7.1"
1415+
"@typescript-eslint/types" "7.14.1"
1416+
"@typescript-eslint/visitor-keys" "7.14.1"
14291417
debug "^4.3.4"
14301418
globby "^11.1.0"
14311419
is-glob "^4.0.3"
14321420
minimatch "^9.0.4"
14331421
semver "^7.6.0"
14341422
ts-api-utils "^1.3.0"
14351423

1436-
"@typescript-eslint/utils@7.7.1":
1437-
version "7.7.1"
1438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
1439-
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
1424+
"@typescript-eslint/utils@7.14.1":
1425+
version "7.14.1"
1426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
1427+
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
14401428
dependencies:
14411429
"@eslint-community/eslint-utils" "^4.4.0"
1442-
"@types/json-schema" "^7.0.15"
1443-
"@types/semver" "^7.5.8"
1444-
"@typescript-eslint/scope-manager" "7.7.1"
1445-
"@typescript-eslint/types" "7.7.1"
1446-
"@typescript-eslint/typescript-estree" "7.7.1"
1447-
semver "^7.6.0"
1430+
"@typescript-eslint/scope-manager" "7.14.1"
1431+
"@typescript-eslint/types" "7.14.1"
1432+
"@typescript-eslint/typescript-estree" "7.14.1"
14481433

14491434
"@typescript-eslint/utils@^5.10.2":
14501435
version "5.18.0"
@@ -1466,12 +1451,12 @@
14661451
"@typescript-eslint/types" "5.18.0"
14671452
eslint-visitor-keys "^3.0.0"
14681453

1469-
"@typescript-eslint/visitor-keys@7.7.1":
1470-
version "7.7.1"
1471-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
1472-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
1454+
"@typescript-eslint/visitor-keys@7.14.1":
1455+
version "7.14.1"
1456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
1457+
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
14731458
dependencies:
1474-
"@typescript-eslint/types" "7.7.1"
1459+
"@typescript-eslint/types" "7.14.1"
14751460
eslint-visitor-keys "^3.4.3"
14761461

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

0 commit comments

Comments
 (0)