Skip to content

Commit 742f13b

Browse files
fix(deps): update typescript-eslint monorepo to v8.24.0 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f87f785 commit 742f13b

File tree

2 files changed

+60
-55
lines changed

2 files changed

+60
-55
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"@babel/core": "7.26.7",
3030
"@babel/eslint-parser": "7.26.5",
31-
"@typescript-eslint/eslint-plugin": "8.18.1",
32-
"@typescript-eslint/parser": "8.18.1",
31+
"@typescript-eslint/eslint-plugin": "8.24.0",
32+
"@typescript-eslint/parser": "8.24.0",
3333
"eslint": "8.57.1",
3434
"eslint-config-airbnb": "19.0.4",
3535
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 58 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -615,30 +615,30 @@
615615
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
616616
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
617617

618-
"@typescript-eslint/eslint-plugin@8.18.1":
619-
version "8.18.1"
620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
621-
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
618+
"@typescript-eslint/eslint-plugin@8.24.0":
619+
version "8.24.0"
620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
621+
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
622622
dependencies:
623623
"@eslint-community/regexpp" "^4.10.0"
624-
"@typescript-eslint/scope-manager" "8.18.1"
625-
"@typescript-eslint/type-utils" "8.18.1"
626-
"@typescript-eslint/utils" "8.18.1"
627-
"@typescript-eslint/visitor-keys" "8.18.1"
624+
"@typescript-eslint/scope-manager" "8.24.0"
625+
"@typescript-eslint/type-utils" "8.24.0"
626+
"@typescript-eslint/utils" "8.24.0"
627+
"@typescript-eslint/visitor-keys" "8.24.0"
628628
graphemer "^1.4.0"
629629
ignore "^5.3.1"
630630
natural-compare "^1.4.0"
631-
ts-api-utils "^1.3.0"
631+
ts-api-utils "^2.0.1"
632632

633-
"@typescript-eslint/parser@8.18.1":
634-
version "8.18.1"
635-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
636-
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
633+
"@typescript-eslint/parser@8.24.0":
634+
version "8.24.0"
635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
636+
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
637637
dependencies:
638-
"@typescript-eslint/scope-manager" "8.18.1"
639-
"@typescript-eslint/types" "8.18.1"
640-
"@typescript-eslint/typescript-estree" "8.18.1"
641-
"@typescript-eslint/visitor-keys" "8.18.1"
638+
"@typescript-eslint/scope-manager" "8.24.0"
639+
"@typescript-eslint/types" "8.24.0"
640+
"@typescript-eslint/typescript-estree" "8.24.0"
641+
"@typescript-eslint/visitor-keys" "8.24.0"
642642
debug "^4.3.4"
643643

644644
"@typescript-eslint/[email protected]":
@@ -649,33 +649,33 @@
649649
"@typescript-eslint/types" "8.0.1"
650650
"@typescript-eslint/visitor-keys" "8.0.1"
651651

652-
"@typescript-eslint/scope-manager@8.18.1":
653-
version "8.18.1"
654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
655-
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
652+
"@typescript-eslint/scope-manager@8.24.0":
653+
version "8.24.0"
654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
655+
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
656656
dependencies:
657-
"@typescript-eslint/types" "8.18.1"
658-
"@typescript-eslint/visitor-keys" "8.18.1"
657+
"@typescript-eslint/types" "8.24.0"
658+
"@typescript-eslint/visitor-keys" "8.24.0"
659659

660-
"@typescript-eslint/type-utils@8.18.1":
661-
version "8.18.1"
662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
663-
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
660+
"@typescript-eslint/type-utils@8.24.0":
661+
version "8.24.0"
662+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
663+
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
664664
dependencies:
665-
"@typescript-eslint/typescript-estree" "8.18.1"
666-
"@typescript-eslint/utils" "8.18.1"
665+
"@typescript-eslint/typescript-estree" "8.24.0"
666+
"@typescript-eslint/utils" "8.24.0"
667667
debug "^4.3.4"
668-
ts-api-utils "^1.3.0"
668+
ts-api-utils "^2.0.1"
669669

670670
"@typescript-eslint/[email protected]":
671671
version "8.0.1"
672672
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
673673
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
674674

675-
"@typescript-eslint/types@8.18.1":
676-
version "8.18.1"
677-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
678-
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
675+
"@typescript-eslint/types@8.24.0":
676+
version "8.24.0"
677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
678+
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
679679

680680
"@typescript-eslint/[email protected]":
681681
version "8.0.1"
@@ -691,29 +691,29 @@
691691
semver "^7.6.0"
692692
ts-api-utils "^1.3.0"
693693

694-
"@typescript-eslint/typescript-estree@8.18.1":
695-
version "8.18.1"
696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
697-
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
694+
"@typescript-eslint/typescript-estree@8.24.0":
695+
version "8.24.0"
696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
697+
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
698698
dependencies:
699-
"@typescript-eslint/types" "8.18.1"
700-
"@typescript-eslint/visitor-keys" "8.18.1"
699+
"@typescript-eslint/types" "8.24.0"
700+
"@typescript-eslint/visitor-keys" "8.24.0"
701701
debug "^4.3.4"
702702
fast-glob "^3.3.2"
703703
is-glob "^4.0.3"
704704
minimatch "^9.0.4"
705705
semver "^7.6.0"
706-
ts-api-utils "^1.3.0"
706+
ts-api-utils "^2.0.1"
707707

708-
"@typescript-eslint/utils@8.18.1":
709-
version "8.18.1"
710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
711-
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
708+
"@typescript-eslint/utils@8.24.0":
709+
version "8.24.0"
710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
711+
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
712712
dependencies:
713713
"@eslint-community/eslint-utils" "^4.4.0"
714-
"@typescript-eslint/scope-manager" "8.18.1"
715-
"@typescript-eslint/types" "8.18.1"
716-
"@typescript-eslint/typescript-estree" "8.18.1"
714+
"@typescript-eslint/scope-manager" "8.24.0"
715+
"@typescript-eslint/types" "8.24.0"
716+
"@typescript-eslint/typescript-estree" "8.24.0"
717717

718718
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
719719
version "8.0.1"
@@ -733,12 +733,12 @@
733733
"@typescript-eslint/types" "8.0.1"
734734
eslint-visitor-keys "^3.4.3"
735735

736-
"@typescript-eslint/visitor-keys@8.18.1":
737-
version "8.18.1"
738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
739-
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
736+
"@typescript-eslint/visitor-keys@8.24.0":
737+
version "8.24.0"
738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
739+
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
740740
dependencies:
741-
"@typescript-eslint/types" "8.18.1"
741+
"@typescript-eslint/types" "8.24.0"
742742
eslint-visitor-keys "^4.2.0"
743743

744744
"@ungap/structured-clone@^1.2.0":
@@ -5821,6 +5821,11 @@ ts-api-utils@^1.3.0:
58215821
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
58225822
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
58235823

5824+
ts-api-utils@^2.0.1:
5825+
version "2.0.1"
5826+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
5827+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
5828+
58245829
tsconfig-paths@^3.15.0:
58255830
version "3.15.0"
58265831
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)