Skip to content

Commit b8e0d3a

Browse files
fix(deps): update typescript-eslint monorepo to v8.33.1
1 parent ff5f2ed commit b8e0d3a

File tree

2 files changed

+88
-65
lines changed

2 files changed

+88
-65
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.27.1",
3030
"@babel/eslint-parser": "7.27.1",
31-
"@typescript-eslint/eslint-plugin": "8.29.0",
32-
"@typescript-eslint/parser": "8.29.0",
31+
"@typescript-eslint/eslint-plugin": "8.33.1",
32+
"@typescript-eslint/parser": "8.33.1",
3333
"eslint": "8.57.1",
3434
"eslint-config-airbnb": "19.0.4",
3535
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 86 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@
240240
dependencies:
241241
eslint-visitor-keys "^3.3.0"
242242

243+
"@eslint-community/eslint-utils@^4.7.0":
244+
version "4.7.0"
245+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
246+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
247+
dependencies:
248+
eslint-visitor-keys "^3.4.3"
249+
243250
"@eslint-community/regexpp@^4.10.0":
244251
version "4.10.0"
245252
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -710,30 +717,39 @@
710717
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
711718
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
712719

713-
"@typescript-eslint/eslint-plugin@8.29.0":
714-
version "8.29.0"
715-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
716-
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
720+
"@typescript-eslint/eslint-plugin@8.33.1":
721+
version "8.33.1"
722+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz#532641b416ed2afd5be893cddb2a58e9cd1f7a3e"
723+
integrity sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==
717724
dependencies:
718725
"@eslint-community/regexpp" "^4.10.0"
719-
"@typescript-eslint/scope-manager" "8.29.0"
720-
"@typescript-eslint/type-utils" "8.29.0"
721-
"@typescript-eslint/utils" "8.29.0"
722-
"@typescript-eslint/visitor-keys" "8.29.0"
726+
"@typescript-eslint/scope-manager" "8.33.1"
727+
"@typescript-eslint/type-utils" "8.33.1"
728+
"@typescript-eslint/utils" "8.33.1"
729+
"@typescript-eslint/visitor-keys" "8.33.1"
723730
graphemer "^1.4.0"
724-
ignore "^5.3.1"
731+
ignore "^7.0.0"
725732
natural-compare "^1.4.0"
726-
ts-api-utils "^2.0.1"
733+
ts-api-utils "^2.1.0"
734+
735+
"@typescript-eslint/[email protected]":
736+
version "8.33.1"
737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.1.tgz#ef9a5ee6aa37a6b4f46cc36d08a14f828238afe2"
738+
integrity sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==
739+
dependencies:
740+
"@typescript-eslint/scope-manager" "8.33.1"
741+
"@typescript-eslint/types" "8.33.1"
742+
"@typescript-eslint/typescript-estree" "8.33.1"
743+
"@typescript-eslint/visitor-keys" "8.33.1"
744+
debug "^4.3.4"
727745

728-
"@typescript-eslint/parser@8.29.0":
729-
version "8.29.0"
730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
731-
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
746+
"@typescript-eslint/project-service@8.33.1":
747+
version "8.33.1"
748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f"
749+
integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==
732750
dependencies:
733-
"@typescript-eslint/scope-manager" "8.29.0"
734-
"@typescript-eslint/types" "8.29.0"
735-
"@typescript-eslint/typescript-estree" "8.29.0"
736-
"@typescript-eslint/visitor-keys" "8.29.0"
751+
"@typescript-eslint/tsconfig-utils" "^8.33.1"
752+
"@typescript-eslint/types" "^8.33.1"
737753
debug "^4.3.4"
738754

739755
"@typescript-eslint/[email protected]":
@@ -744,33 +760,38 @@
744760
"@typescript-eslint/types" "8.0.1"
745761
"@typescript-eslint/visitor-keys" "8.0.1"
746762

747-
"@typescript-eslint/scope-manager@8.29.0":
748-
version "8.29.0"
749-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
750-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
763+
"@typescript-eslint/scope-manager@8.33.1":
764+
version "8.33.1"
765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73"
766+
integrity sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==
751767
dependencies:
752-
"@typescript-eslint/types" "8.29.0"
753-
"@typescript-eslint/visitor-keys" "8.29.0"
768+
"@typescript-eslint/types" "8.33.1"
769+
"@typescript-eslint/visitor-keys" "8.33.1"
770+
771+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.1":
772+
version "8.33.1"
773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
774+
integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
754775

755-
"@typescript-eslint/type-utils@8.29.0":
756-
version "8.29.0"
757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
758-
integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==
776+
"@typescript-eslint/type-utils@8.33.1":
777+
version "8.33.1"
778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa"
779+
integrity sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==
759780
dependencies:
760-
"@typescript-eslint/typescript-estree" "8.29.0"
761-
"@typescript-eslint/utils" "8.29.0"
781+
"@typescript-eslint/typescript-estree" "8.33.1"
782+
"@typescript-eslint/utils" "8.33.1"
762783
debug "^4.3.4"
763-
ts-api-utils "^2.0.1"
784+
ts-api-utils "^2.1.0"
764785

765786
"@typescript-eslint/[email protected]":
766787
version "8.0.1"
767788
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
768789
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
769790

770-
"@typescript-eslint/types@8.29.0":
771-
version "8.29.0"
772-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
773-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
791+
"@typescript-eslint/types@8.33.1", "@typescript-eslint/types@^8.33.1":
792+
version "8.33.1"
793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
794+
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
774795

775796
"@typescript-eslint/[email protected]":
776797
version "8.0.1"
@@ -786,29 +807,31 @@
786807
semver "^7.6.0"
787808
ts-api-utils "^1.3.0"
788809

789-
"@typescript-eslint/typescript-estree@8.29.0":
790-
version "8.29.0"
791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
792-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
810+
"@typescript-eslint/typescript-estree@8.33.1":
811+
version "8.33.1"
812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
813+
integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==
793814
dependencies:
794-
"@typescript-eslint/types" "8.29.0"
795-
"@typescript-eslint/visitor-keys" "8.29.0"
815+
"@typescript-eslint/project-service" "8.33.1"
816+
"@typescript-eslint/tsconfig-utils" "8.33.1"
817+
"@typescript-eslint/types" "8.33.1"
818+
"@typescript-eslint/visitor-keys" "8.33.1"
796819
debug "^4.3.4"
797820
fast-glob "^3.3.2"
798821
is-glob "^4.0.3"
799822
minimatch "^9.0.4"
800823
semver "^7.6.0"
801-
ts-api-utils "^2.0.1"
824+
ts-api-utils "^2.1.0"
802825

803-
"@typescript-eslint/utils@8.29.0":
804-
version "8.29.0"
805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
806-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
826+
"@typescript-eslint/utils@8.33.1":
827+
version "8.33.1"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
829+
integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
807830
dependencies:
808-
"@eslint-community/eslint-utils" "^4.4.0"
809-
"@typescript-eslint/scope-manager" "8.29.0"
810-
"@typescript-eslint/types" "8.29.0"
811-
"@typescript-eslint/typescript-estree" "8.29.0"
831+
"@eslint-community/eslint-utils" "^4.7.0"
832+
"@typescript-eslint/scope-manager" "8.33.1"
833+
"@typescript-eslint/types" "8.33.1"
834+
"@typescript-eslint/typescript-estree" "8.33.1"
812835

813836
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
814837
version "8.0.1"
@@ -828,12 +851,12 @@
828851
"@typescript-eslint/types" "8.0.1"
829852
eslint-visitor-keys "^3.4.3"
830853

831-
"@typescript-eslint/visitor-keys@8.29.0":
832-
version "8.29.0"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
834-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
854+
"@typescript-eslint/visitor-keys@8.33.1":
855+
version "8.33.1"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
857+
integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==
835858
dependencies:
836-
"@typescript-eslint/types" "8.29.0"
859+
"@typescript-eslint/types" "8.33.1"
837860
eslint-visitor-keys "^4.2.0"
838861

839862
"@ungap/structured-clone@^1.2.0":
@@ -3368,10 +3391,10 @@ ignore@^5.2.4:
33683391
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
33693392
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
33703393

3371-
ignore@^5.3.1:
3372-
version "5.3.1"
3373-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3374-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3394+
ignore@^7.0.0:
3395+
version "7.0.5"
3396+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3397+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
33753398

33763399
ignore@^7.0.3:
33773400
version "7.0.3"
@@ -5878,10 +5901,10 @@ ts-api-utils@^1.3.0:
58785901
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
58795902
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
58805903

5881-
ts-api-utils@^2.0.1:
5882-
version "2.0.1"
5883-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
5884-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
5904+
ts-api-utils@^2.1.0:
5905+
version "2.1.0"
5906+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5907+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
58855908

58865909
tsconfig-paths@^3.15.0:
58875910
version "3.15.0"

0 commit comments

Comments
 (0)