Skip to content

Commit 65178ea

Browse files
fix(deps): update typescript-eslint monorepo to v8.32.1
1 parent fd9a7cf commit 65178ea

File tree

2 files changed

+72
-65
lines changed

2 files changed

+72
-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.26.10",
3030
"@babel/eslint-parser": "7.27.0",
31-
"@typescript-eslint/eslint-plugin": "8.29.0",
32-
"@typescript-eslint/parser": "8.29.0",
31+
"@typescript-eslint/eslint-plugin": "8.32.1",
32+
"@typescript-eslint/parser": "8.32.1",
3333
"eslint": "8.57.1",
3434
"eslint-config-airbnb": "19.0.4",
3535
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@
298298
dependencies:
299299
eslint-visitor-keys "^3.3.0"
300300

301+
"@eslint-community/eslint-utils@^4.7.0":
302+
version "4.7.0"
303+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
304+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
305+
dependencies:
306+
eslint-visitor-keys "^3.4.3"
307+
301308
"@eslint-community/regexpp@^4.10.0":
302309
version "4.10.0"
303310
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -768,30 +775,30 @@
768775
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
769776
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
770777

771-
"@typescript-eslint/eslint-plugin@8.29.0":
772-
version "8.29.0"
773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
774-
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
778+
"@typescript-eslint/eslint-plugin@8.32.1":
779+
version "8.32.1"
780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
781+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
775782
dependencies:
776783
"@eslint-community/regexpp" "^4.10.0"
777-
"@typescript-eslint/scope-manager" "8.29.0"
778-
"@typescript-eslint/type-utils" "8.29.0"
779-
"@typescript-eslint/utils" "8.29.0"
780-
"@typescript-eslint/visitor-keys" "8.29.0"
784+
"@typescript-eslint/scope-manager" "8.32.1"
785+
"@typescript-eslint/type-utils" "8.32.1"
786+
"@typescript-eslint/utils" "8.32.1"
787+
"@typescript-eslint/visitor-keys" "8.32.1"
781788
graphemer "^1.4.0"
782-
ignore "^5.3.1"
789+
ignore "^7.0.0"
783790
natural-compare "^1.4.0"
784-
ts-api-utils "^2.0.1"
791+
ts-api-utils "^2.1.0"
785792

786-
"@typescript-eslint/parser@8.29.0":
787-
version "8.29.0"
788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
789-
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
793+
"@typescript-eslint/parser@8.32.1":
794+
version "8.32.1"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
796+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
790797
dependencies:
791-
"@typescript-eslint/scope-manager" "8.29.0"
792-
"@typescript-eslint/types" "8.29.0"
793-
"@typescript-eslint/typescript-estree" "8.29.0"
794-
"@typescript-eslint/visitor-keys" "8.29.0"
798+
"@typescript-eslint/scope-manager" "8.32.1"
799+
"@typescript-eslint/types" "8.32.1"
800+
"@typescript-eslint/typescript-estree" "8.32.1"
801+
"@typescript-eslint/visitor-keys" "8.32.1"
795802
debug "^4.3.4"
796803

797804
"@typescript-eslint/[email protected]":
@@ -802,33 +809,33 @@
802809
"@typescript-eslint/types" "8.0.1"
803810
"@typescript-eslint/visitor-keys" "8.0.1"
804811

805-
"@typescript-eslint/scope-manager@8.29.0":
806-
version "8.29.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
808-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
812+
"@typescript-eslint/scope-manager@8.32.1":
813+
version "8.32.1"
814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
815+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
809816
dependencies:
810-
"@typescript-eslint/types" "8.29.0"
811-
"@typescript-eslint/visitor-keys" "8.29.0"
817+
"@typescript-eslint/types" "8.32.1"
818+
"@typescript-eslint/visitor-keys" "8.32.1"
812819

813-
"@typescript-eslint/type-utils@8.29.0":
814-
version "8.29.0"
815-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
816-
integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==
820+
"@typescript-eslint/type-utils@8.32.1":
821+
version "8.32.1"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
823+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
817824
dependencies:
818-
"@typescript-eslint/typescript-estree" "8.29.0"
819-
"@typescript-eslint/utils" "8.29.0"
825+
"@typescript-eslint/typescript-estree" "8.32.1"
826+
"@typescript-eslint/utils" "8.32.1"
820827
debug "^4.3.4"
821-
ts-api-utils "^2.0.1"
828+
ts-api-utils "^2.1.0"
822829

823830
"@typescript-eslint/[email protected]":
824831
version "8.0.1"
825832
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
826833
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
827834

828-
"@typescript-eslint/types@8.29.0":
829-
version "8.29.0"
830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
831-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
835+
"@typescript-eslint/types@8.32.1":
836+
version "8.32.1"
837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
838+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
832839

833840
"@typescript-eslint/[email protected]":
834841
version "8.0.1"
@@ -844,29 +851,29 @@
844851
semver "^7.6.0"
845852
ts-api-utils "^1.3.0"
846853

847-
"@typescript-eslint/typescript-estree@8.29.0":
848-
version "8.29.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
850-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
854+
"@typescript-eslint/typescript-estree@8.32.1":
855+
version "8.32.1"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
857+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
851858
dependencies:
852-
"@typescript-eslint/types" "8.29.0"
853-
"@typescript-eslint/visitor-keys" "8.29.0"
859+
"@typescript-eslint/types" "8.32.1"
860+
"@typescript-eslint/visitor-keys" "8.32.1"
854861
debug "^4.3.4"
855862
fast-glob "^3.3.2"
856863
is-glob "^4.0.3"
857864
minimatch "^9.0.4"
858865
semver "^7.6.0"
859-
ts-api-utils "^2.0.1"
866+
ts-api-utils "^2.1.0"
860867

861-
"@typescript-eslint/utils@8.29.0":
862-
version "8.29.0"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
864-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
868+
"@typescript-eslint/utils@8.32.1":
869+
version "8.32.1"
870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
871+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
865872
dependencies:
866-
"@eslint-community/eslint-utils" "^4.4.0"
867-
"@typescript-eslint/scope-manager" "8.29.0"
868-
"@typescript-eslint/types" "8.29.0"
869-
"@typescript-eslint/typescript-estree" "8.29.0"
873+
"@eslint-community/eslint-utils" "^4.7.0"
874+
"@typescript-eslint/scope-manager" "8.32.1"
875+
"@typescript-eslint/types" "8.32.1"
876+
"@typescript-eslint/typescript-estree" "8.32.1"
870877

871878
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
872879
version "8.0.1"
@@ -886,12 +893,12 @@
886893
"@typescript-eslint/types" "8.0.1"
887894
eslint-visitor-keys "^3.4.3"
888895

889-
"@typescript-eslint/visitor-keys@8.29.0":
890-
version "8.29.0"
891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
892-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
896+
"@typescript-eslint/visitor-keys@8.32.1":
897+
version "8.32.1"
898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
899+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
893900
dependencies:
894-
"@typescript-eslint/types" "8.29.0"
901+
"@typescript-eslint/types" "8.32.1"
895902
eslint-visitor-keys "^4.2.0"
896903

897904
"@ungap/structured-clone@^1.2.0":
@@ -3426,10 +3433,10 @@ ignore@^5.2.4:
34263433
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
34273434
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
34283435

3429-
ignore@^5.3.1:
3430-
version "5.3.1"
3431-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3432-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3436+
ignore@^7.0.0:
3437+
version "7.0.4"
3438+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3439+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
34333440

34343441
ignore@^7.0.3:
34353442
version "7.0.3"
@@ -5936,10 +5943,10 @@ ts-api-utils@^1.3.0:
59365943
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
59375944
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
59385945

5939-
ts-api-utils@^2.0.1:
5940-
version "2.0.1"
5941-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
5942-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
5946+
ts-api-utils@^2.1.0:
5947+
version "2.1.0"
5948+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5949+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
59435950

59445951
tsconfig-paths@^3.15.0:
59455952
version "3.15.0"

0 commit comments

Comments
 (0)