Skip to content

Commit af1f997

Browse files
committed
chore(deps): update typescript-eslint monorepo to v7.15.0
1 parent 7e60557 commit af1f997

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@types/dotenv": "8.2.0",
6565
"@types/node": "20.14.9",
6666
"@types/ramda": "0.30.0",
67-
"@typescript-eslint/eslint-plugin": "7.14.1",
68-
"@typescript-eslint/parser": "7.14.1",
67+
"@typescript-eslint/eslint-plugin": "7.15.0",
68+
"@typescript-eslint/parser": "7.15.0",
6969
"astro": "^4.0.0",
7070
"ava": "6.1.3",
7171
"dotenv": "16.4.5",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,30 +1386,30 @@
13861386
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
13871387
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
13881388

1389-
"@typescript-eslint/eslint-plugin@7.14.1":
1390-
version "7.14.1"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
1392-
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
1389+
"@typescript-eslint/eslint-plugin@7.15.0":
1390+
version "7.15.0"
1391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
1392+
integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
13931393
dependencies:
13941394
"@eslint-community/regexpp" "^4.10.0"
1395-
"@typescript-eslint/scope-manager" "7.14.1"
1396-
"@typescript-eslint/type-utils" "7.14.1"
1397-
"@typescript-eslint/utils" "7.14.1"
1398-
"@typescript-eslint/visitor-keys" "7.14.1"
1395+
"@typescript-eslint/scope-manager" "7.15.0"
1396+
"@typescript-eslint/type-utils" "7.15.0"
1397+
"@typescript-eslint/utils" "7.15.0"
1398+
"@typescript-eslint/visitor-keys" "7.15.0"
13991399
graphemer "^1.4.0"
14001400
ignore "^5.3.1"
14011401
natural-compare "^1.4.0"
14021402
ts-api-utils "^1.3.0"
14031403

1404-
"@typescript-eslint/parser@7.14.1":
1405-
version "7.14.1"
1406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
1407-
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
1404+
"@typescript-eslint/parser@7.15.0":
1405+
version "7.15.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
1407+
integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
14081408
dependencies:
1409-
"@typescript-eslint/scope-manager" "7.14.1"
1410-
"@typescript-eslint/types" "7.14.1"
1411-
"@typescript-eslint/typescript-estree" "7.14.1"
1412-
"@typescript-eslint/visitor-keys" "7.14.1"
1409+
"@typescript-eslint/scope-manager" "7.15.0"
1410+
"@typescript-eslint/types" "7.15.0"
1411+
"@typescript-eslint/typescript-estree" "7.15.0"
1412+
"@typescript-eslint/visitor-keys" "7.15.0"
14131413
debug "^4.3.4"
14141414

14151415
"@typescript-eslint/[email protected]":
@@ -1420,21 +1420,21 @@
14201420
"@typescript-eslint/types" "7.10.0"
14211421
"@typescript-eslint/visitor-keys" "7.10.0"
14221422

1423-
"@typescript-eslint/scope-manager@7.14.1":
1424-
version "7.14.1"
1425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
1426-
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
1423+
"@typescript-eslint/scope-manager@7.15.0":
1424+
version "7.15.0"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
1426+
integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
14271427
dependencies:
1428-
"@typescript-eslint/types" "7.14.1"
1429-
"@typescript-eslint/visitor-keys" "7.14.1"
1428+
"@typescript-eslint/types" "7.15.0"
1429+
"@typescript-eslint/visitor-keys" "7.15.0"
14301430

1431-
"@typescript-eslint/type-utils@7.14.1":
1432-
version "7.14.1"
1433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
1434-
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
1431+
"@typescript-eslint/type-utils@7.15.0":
1432+
version "7.15.0"
1433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
1434+
integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
14351435
dependencies:
1436-
"@typescript-eslint/typescript-estree" "7.14.1"
1437-
"@typescript-eslint/utils" "7.14.1"
1436+
"@typescript-eslint/typescript-estree" "7.15.0"
1437+
"@typescript-eslint/utils" "7.15.0"
14381438
debug "^4.3.4"
14391439
ts-api-utils "^1.3.0"
14401440

@@ -1453,10 +1453,10 @@
14531453
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
14541454
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
14551455

1456-
"@typescript-eslint/types@7.14.1":
1457-
version "7.14.1"
1458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
1459-
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
1456+
"@typescript-eslint/types@7.15.0":
1457+
version "7.15.0"
1458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
1459+
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
14601460

14611461
"@typescript-eslint/[email protected]":
14621462
version "7.10.0"
@@ -1472,13 +1472,13 @@
14721472
semver "^7.6.0"
14731473
ts-api-utils "^1.3.0"
14741474

1475-
"@typescript-eslint/typescript-estree@7.14.1":
1476-
version "7.14.1"
1477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
1478-
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
1475+
"@typescript-eslint/typescript-estree@7.15.0":
1476+
version "7.15.0"
1477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
1478+
integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
14791479
dependencies:
1480-
"@typescript-eslint/types" "7.14.1"
1481-
"@typescript-eslint/visitor-keys" "7.14.1"
1480+
"@typescript-eslint/types" "7.15.0"
1481+
"@typescript-eslint/visitor-keys" "7.15.0"
14821482
debug "^4.3.4"
14831483
globby "^11.1.0"
14841484
is-glob "^4.0.3"
@@ -1496,15 +1496,15 @@
14961496
"@typescript-eslint/types" "7.10.0"
14971497
"@typescript-eslint/typescript-estree" "7.10.0"
14981498

1499-
"@typescript-eslint/utils@7.14.1":
1500-
version "7.14.1"
1501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
1502-
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
1499+
"@typescript-eslint/utils@7.15.0":
1500+
version "7.15.0"
1501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
1502+
integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
15031503
dependencies:
15041504
"@eslint-community/eslint-utils" "^4.4.0"
1505-
"@typescript-eslint/scope-manager" "7.14.1"
1506-
"@typescript-eslint/types" "7.14.1"
1507-
"@typescript-eslint/typescript-estree" "7.14.1"
1505+
"@typescript-eslint/scope-manager" "7.15.0"
1506+
"@typescript-eslint/types" "7.15.0"
1507+
"@typescript-eslint/typescript-estree" "7.15.0"
15081508

15091509
"@typescript-eslint/[email protected]":
15101510
version "7.10.0"
@@ -1514,12 +1514,12 @@
15141514
"@typescript-eslint/types" "7.10.0"
15151515
eslint-visitor-keys "^3.4.3"
15161516

1517-
"@typescript-eslint/visitor-keys@7.14.1":
1518-
version "7.14.1"
1519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
1520-
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
1517+
"@typescript-eslint/visitor-keys@7.15.0":
1518+
version "7.15.0"
1519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
1520+
integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
15211521
dependencies:
1522-
"@typescript-eslint/types" "7.14.1"
1522+
"@typescript-eslint/types" "7.15.0"
15231523
eslint-visitor-keys "^3.4.3"
15241524

15251525
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)