Skip to content

Commit 814aa65

Browse files
chore(deps): update typescript-eslint monorepo to v8.24.1 (#716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eaf2a6 commit 814aa65

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
@@ -36,8 +36,8 @@
3636
"@types/dotenv": "8.2.3",
3737
"@types/node": "22.13.4",
3838
"@types/ramda": "0.30.2",
39-
"@typescript-eslint/eslint-plugin": "8.24.0",
40-
"@typescript-eslint/parser": "8.24.0",
39+
"@typescript-eslint/eslint-plugin": "8.24.1",
40+
"@typescript-eslint/parser": "8.24.1",
4141
"@vercel/node": "^5.0.0",
4242
"dotenv": "16.4.7",
4343
"eslint": "8.57.1",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,30 +1342,30 @@
13421342
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
13431343
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
13441344

1345-
"@typescript-eslint/[email protected].0":
1346-
version "8.24.0"
1347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
1348-
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
1345+
"@typescript-eslint/[email protected].1":
1346+
version "8.24.1"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
1348+
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
13491349
dependencies:
13501350
"@eslint-community/regexpp" "^4.10.0"
1351-
"@typescript-eslint/scope-manager" "8.24.0"
1352-
"@typescript-eslint/type-utils" "8.24.0"
1353-
"@typescript-eslint/utils" "8.24.0"
1354-
"@typescript-eslint/visitor-keys" "8.24.0"
1351+
"@typescript-eslint/scope-manager" "8.24.1"
1352+
"@typescript-eslint/type-utils" "8.24.1"
1353+
"@typescript-eslint/utils" "8.24.1"
1354+
"@typescript-eslint/visitor-keys" "8.24.1"
13551355
graphemer "^1.4.0"
13561356
ignore "^5.3.1"
13571357
natural-compare "^1.4.0"
13581358
ts-api-utils "^2.0.1"
13591359

1360-
"@typescript-eslint/[email protected].0":
1361-
version "8.24.0"
1362-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
1363-
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
1360+
"@typescript-eslint/[email protected].1":
1361+
version "8.24.1"
1362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
1363+
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
13641364
dependencies:
1365-
"@typescript-eslint/scope-manager" "8.24.0"
1366-
"@typescript-eslint/types" "8.24.0"
1367-
"@typescript-eslint/typescript-estree" "8.24.0"
1368-
"@typescript-eslint/visitor-keys" "8.24.0"
1365+
"@typescript-eslint/scope-manager" "8.24.1"
1366+
"@typescript-eslint/types" "8.24.1"
1367+
"@typescript-eslint/typescript-estree" "8.24.1"
1368+
"@typescript-eslint/visitor-keys" "8.24.1"
13691369
debug "^4.3.4"
13701370

13711371
"@typescript-eslint/[email protected]":
@@ -1376,21 +1376,21 @@
13761376
"@typescript-eslint/types" "7.16.0"
13771377
"@typescript-eslint/visitor-keys" "7.16.0"
13781378

1379-
"@typescript-eslint/[email protected].0":
1380-
version "8.24.0"
1381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
1382-
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
1379+
"@typescript-eslint/[email protected].1":
1380+
version "8.24.1"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
1382+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
13831383
dependencies:
1384-
"@typescript-eslint/types" "8.24.0"
1385-
"@typescript-eslint/visitor-keys" "8.24.0"
1384+
"@typescript-eslint/types" "8.24.1"
1385+
"@typescript-eslint/visitor-keys" "8.24.1"
13861386

1387-
"@typescript-eslint/[email protected].0":
1388-
version "8.24.0"
1389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
1390-
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
1387+
"@typescript-eslint/[email protected].1":
1388+
version "8.24.1"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
1390+
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
13911391
dependencies:
1392-
"@typescript-eslint/typescript-estree" "8.24.0"
1393-
"@typescript-eslint/utils" "8.24.0"
1392+
"@typescript-eslint/typescript-estree" "8.24.1"
1393+
"@typescript-eslint/utils" "8.24.1"
13941394
debug "^4.3.4"
13951395
ts-api-utils "^2.0.1"
13961396

@@ -1409,10 +1409,10 @@
14091409
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
14101410
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
14111411

1412-
"@typescript-eslint/[email protected].0":
1413-
version "8.24.0"
1414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
1415-
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
1412+
"@typescript-eslint/[email protected].1":
1413+
version "8.24.1"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
1415+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
14161416

14171417
"@typescript-eslint/[email protected]":
14181418
version "7.16.0"
@@ -1428,13 +1428,13 @@
14281428
semver "^7.6.0"
14291429
ts-api-utils "^1.3.0"
14301430

1431-
"@typescript-eslint/[email protected].0":
1432-
version "8.24.0"
1433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
1434-
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
1431+
"@typescript-eslint/[email protected].1":
1432+
version "8.24.1"
1433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
1434+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
14351435
dependencies:
1436-
"@typescript-eslint/types" "8.24.0"
1437-
"@typescript-eslint/visitor-keys" "8.24.0"
1436+
"@typescript-eslint/types" "8.24.1"
1437+
"@typescript-eslint/visitor-keys" "8.24.1"
14381438
debug "^4.3.4"
14391439
fast-glob "^3.3.2"
14401440
is-glob "^4.0.3"
@@ -1452,15 +1452,15 @@
14521452
"@typescript-eslint/types" "7.16.0"
14531453
"@typescript-eslint/typescript-estree" "7.16.0"
14541454

1455-
"@typescript-eslint/[email protected].0":
1456-
version "8.24.0"
1457-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
1458-
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
1455+
"@typescript-eslint/[email protected].1":
1456+
version "8.24.1"
1457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
1458+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
14591459
dependencies:
14601460
"@eslint-community/eslint-utils" "^4.4.0"
1461-
"@typescript-eslint/scope-manager" "8.24.0"
1462-
"@typescript-eslint/types" "8.24.0"
1463-
"@typescript-eslint/typescript-estree" "8.24.0"
1461+
"@typescript-eslint/scope-manager" "8.24.1"
1462+
"@typescript-eslint/types" "8.24.1"
1463+
"@typescript-eslint/typescript-estree" "8.24.1"
14641464

14651465
"@typescript-eslint/[email protected]":
14661466
version "7.16.0"
@@ -1470,12 +1470,12 @@
14701470
"@typescript-eslint/types" "7.16.0"
14711471
eslint-visitor-keys "^3.4.3"
14721472

1473-
"@typescript-eslint/[email protected].0":
1474-
version "8.24.0"
1475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
1476-
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
1473+
"@typescript-eslint/[email protected].1":
1474+
version "8.24.1"
1475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
1476+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
14771477
dependencies:
1478-
"@typescript-eslint/types" "8.24.0"
1478+
"@typescript-eslint/types" "8.24.1"
14791479
eslint-visitor-keys "^4.2.0"
14801480

14811481
"@ungap/structured-clone@^1.0.0":

0 commit comments

Comments
 (0)