Skip to content

Commit 311e407

Browse files
chore(deps): bump the npm-dependencies group with 2 updates (#180)
Bumps the npm-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71039ff commit 311e407

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.29.0",
4141
"@babel/eslint-parser": "^7.28.6",
42-
"@typescript-eslint/eslint-plugin": "^8.58.2",
43-
"@typescript-eslint/parser": "^8.58.2",
42+
"@typescript-eslint/eslint-plugin": "^8.59.0",
43+
"@typescript-eslint/parser": "^8.59.0",
4444
"eslint": "^9.39.2",
4545
"eslint-config-google": "^0.14.0",
4646
"eslint-config-prettier": "^10.1.8",

yarn.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -827,110 +827,110 @@
827827
dependencies:
828828
"@types/yargs-parser" "*"
829829

830-
"@typescript-eslint/eslint-plugin@^8.58.2":
831-
version "8.58.2"
832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz#a6882a6a328e1259cff259fdb03184245ef06191"
833-
integrity sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==
830+
"@typescript-eslint/eslint-plugin@^8.59.0":
831+
version "8.59.0"
832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
833+
integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
834834
dependencies:
835835
"@eslint-community/regexpp" "^4.12.2"
836-
"@typescript-eslint/scope-manager" "8.58.2"
837-
"@typescript-eslint/type-utils" "8.58.2"
838-
"@typescript-eslint/utils" "8.58.2"
839-
"@typescript-eslint/visitor-keys" "8.58.2"
836+
"@typescript-eslint/scope-manager" "8.59.0"
837+
"@typescript-eslint/type-utils" "8.59.0"
838+
"@typescript-eslint/utils" "8.59.0"
839+
"@typescript-eslint/visitor-keys" "8.59.0"
840840
ignore "^7.0.5"
841841
natural-compare "^1.4.0"
842842
ts-api-utils "^2.5.0"
843843

844-
"@typescript-eslint/parser@^8.58.2":
845-
version "8.58.2"
846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.2.tgz#b267545e4bd515d896fe1f3a5b6f334fa6aa0026"
847-
integrity sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==
844+
"@typescript-eslint/parser@^8.59.0":
845+
version "8.59.0"
846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
847+
integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
848848
dependencies:
849-
"@typescript-eslint/scope-manager" "8.58.2"
850-
"@typescript-eslint/types" "8.58.2"
851-
"@typescript-eslint/typescript-estree" "8.58.2"
852-
"@typescript-eslint/visitor-keys" "8.58.2"
849+
"@typescript-eslint/scope-manager" "8.59.0"
850+
"@typescript-eslint/types" "8.59.0"
851+
"@typescript-eslint/typescript-estree" "8.59.0"
852+
"@typescript-eslint/visitor-keys" "8.59.0"
853853
debug "^4.4.3"
854854

855-
"@typescript-eslint/project-service@8.58.2":
856-
version "8.58.2"
857-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.2.tgz#8c980249100e21b87baba0ca10880fdf893e0a8e"
858-
integrity sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==
855+
"@typescript-eslint/project-service@8.59.0":
856+
version "8.59.0"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
858+
integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
859859
dependencies:
860-
"@typescript-eslint/tsconfig-utils" "^8.58.2"
861-
"@typescript-eslint/types" "^8.58.2"
860+
"@typescript-eslint/tsconfig-utils" "^8.59.0"
861+
"@typescript-eslint/types" "^8.59.0"
862862
debug "^4.4.3"
863863

864-
"@typescript-eslint/scope-manager@8.58.2":
865-
version "8.58.2"
866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz#aa73784d78f117940e83f71705af07ba695cd60c"
867-
integrity sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==
864+
"@typescript-eslint/scope-manager@8.59.0":
865+
version "8.59.0"
866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
867+
integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
868868
dependencies:
869-
"@typescript-eslint/types" "8.58.2"
870-
"@typescript-eslint/visitor-keys" "8.58.2"
871-
872-
"@typescript-eslint/tsconfig-utils@8.58.2":
873-
version "8.58.2"
874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz#fa13f96432c9348bf87f6f44826def585fad7bca"
875-
integrity sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==
869+
"@typescript-eslint/types" "8.59.0"
870+
"@typescript-eslint/visitor-keys" "8.59.0"
876871

877-
"@typescript-eslint/tsconfig-utils@^8.58.2":
872+
"@typescript-eslint/tsconfig-utils@8.59.0":
878873
version "8.59.0"
879874
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz#1276077f5ad77e384446ea28a2474e8f8be1af41"
880875
integrity sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==
881876

882-
"@typescript-eslint/type-utils@8.58.2":
883-
version "8.58.2"
884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz#024eb1dd597f8a34cb22d8d9ab32da857bc9a817"
885-
integrity sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==
877+
"@typescript-eslint/tsconfig-utils@^8.59.0":
878+
version "8.59.1"
879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
880+
integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
881+
882+
"@typescript-eslint/type-utils@8.59.0":
883+
version "8.59.0"
884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
885+
integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
886886
dependencies:
887-
"@typescript-eslint/types" "8.58.2"
888-
"@typescript-eslint/typescript-estree" "8.58.2"
889-
"@typescript-eslint/utils" "8.58.2"
887+
"@typescript-eslint/types" "8.59.0"
888+
"@typescript-eslint/typescript-estree" "8.59.0"
889+
"@typescript-eslint/utils" "8.59.0"
890890
debug "^4.4.3"
891891
ts-api-utils "^2.5.0"
892892

893-
"@typescript-eslint/types@8.58.2":
894-
version "8.58.2"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.2.tgz#3ab8051de0f19a46ddefb0749d0f7d82974bd57c"
896-
integrity sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==
897-
898-
"@typescript-eslint/types@^8.58.2":
893+
"@typescript-eslint/types@8.59.0":
899894
version "8.59.0"
900895
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
901896
integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
902897

903-
"@typescript-eslint/typescript-estree@8.58.2":
904-
version "8.58.2"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz#b1beb1f959385b341cc76f0aebbf028e23dfdb8b"
906-
integrity sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==
898+
"@typescript-eslint/types@^8.59.0":
899+
version "8.59.1"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
901+
integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
902+
903+
"@typescript-eslint/typescript-estree@8.59.0":
904+
version "8.59.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
906+
integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
907907
dependencies:
908-
"@typescript-eslint/project-service" "8.58.2"
909-
"@typescript-eslint/tsconfig-utils" "8.58.2"
910-
"@typescript-eslint/types" "8.58.2"
911-
"@typescript-eslint/visitor-keys" "8.58.2"
908+
"@typescript-eslint/project-service" "8.59.0"
909+
"@typescript-eslint/tsconfig-utils" "8.59.0"
910+
"@typescript-eslint/types" "8.59.0"
911+
"@typescript-eslint/visitor-keys" "8.59.0"
912912
debug "^4.4.3"
913913
minimatch "^10.2.2"
914914
semver "^7.7.3"
915915
tinyglobby "^0.2.15"
916916
ts-api-utils "^2.5.0"
917917

918-
"@typescript-eslint/utils@8.58.2":
919-
version "8.58.2"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.2.tgz#27165554a02d1ff57d98262fa92060498dabc8b3"
921-
integrity sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==
918+
"@typescript-eslint/utils@8.59.0":
919+
version "8.59.0"
920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
921+
integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
922922
dependencies:
923923
"@eslint-community/eslint-utils" "^4.9.1"
924-
"@typescript-eslint/scope-manager" "8.58.2"
925-
"@typescript-eslint/types" "8.58.2"
926-
"@typescript-eslint/typescript-estree" "8.58.2"
924+
"@typescript-eslint/scope-manager" "8.59.0"
925+
"@typescript-eslint/types" "8.59.0"
926+
"@typescript-eslint/typescript-estree" "8.59.0"
927927

928-
"@typescript-eslint/visitor-keys@8.58.2":
929-
version "8.58.2"
930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz#9ed699eaa9b5720b6b6b6f9c16e6c7d4cd32b276"
931-
integrity sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==
928+
"@typescript-eslint/visitor-keys@8.59.0":
929+
version "8.59.0"
930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz#2e80de30e7e944ed4bd47d751e37dcb04db03795"
931+
integrity sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==
932932
dependencies:
933-
"@typescript-eslint/types" "8.58.2"
933+
"@typescript-eslint/types" "8.59.0"
934934
eslint-visitor-keys "^5.0.0"
935935

936936
"@ungap/structured-clone@^1.3.0":

0 commit comments

Comments
 (0)