Skip to content

Commit ad67da4

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency typescript-eslint to v8.59.0
1 parent 1376785 commit ad67da4

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"prettier": "3.8.3",
6565
"ts-node": "10.9.2",
6666
"typescript": "5.9.3",
67-
"typescript-eslint": "8.58.2"
67+
"typescript-eslint": "8.59.0"
6868
},
6969
"lint-staged": {
7070
"src/**/*.ts": [

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -472,100 +472,100 @@
472472
dependencies:
473473
"@types/node" "*"
474474

475-
"@typescript-eslint/eslint-plugin@8.58.2":
476-
version "8.58.2"
477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz#a6882a6a328e1259cff259fdb03184245ef06191"
478-
integrity sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==
475+
"@typescript-eslint/eslint-plugin@8.59.0":
476+
version "8.59.0"
477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
478+
integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
479479
dependencies:
480480
"@eslint-community/regexpp" "^4.12.2"
481-
"@typescript-eslint/scope-manager" "8.58.2"
482-
"@typescript-eslint/type-utils" "8.58.2"
483-
"@typescript-eslint/utils" "8.58.2"
484-
"@typescript-eslint/visitor-keys" "8.58.2"
481+
"@typescript-eslint/scope-manager" "8.59.0"
482+
"@typescript-eslint/type-utils" "8.59.0"
483+
"@typescript-eslint/utils" "8.59.0"
484+
"@typescript-eslint/visitor-keys" "8.59.0"
485485
ignore "^7.0.5"
486486
natural-compare "^1.4.0"
487487
ts-api-utils "^2.5.0"
488488

489-
"@typescript-eslint/parser@8.58.2":
490-
version "8.58.2"
491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.2.tgz#b267545e4bd515d896fe1f3a5b6f334fa6aa0026"
492-
integrity sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==
489+
"@typescript-eslint/parser@8.59.0":
490+
version "8.59.0"
491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
492+
integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
493493
dependencies:
494-
"@typescript-eslint/scope-manager" "8.58.2"
495-
"@typescript-eslint/types" "8.58.2"
496-
"@typescript-eslint/typescript-estree" "8.58.2"
497-
"@typescript-eslint/visitor-keys" "8.58.2"
494+
"@typescript-eslint/scope-manager" "8.59.0"
495+
"@typescript-eslint/types" "8.59.0"
496+
"@typescript-eslint/typescript-estree" "8.59.0"
497+
"@typescript-eslint/visitor-keys" "8.59.0"
498498
debug "^4.4.3"
499499

500-
"@typescript-eslint/project-service@8.58.2":
501-
version "8.58.2"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.2.tgz#8c980249100e21b87baba0ca10880fdf893e0a8e"
503-
integrity sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==
500+
"@typescript-eslint/project-service@8.59.0":
501+
version "8.59.0"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
503+
integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
504504
dependencies:
505-
"@typescript-eslint/tsconfig-utils" "^8.58.2"
506-
"@typescript-eslint/types" "^8.58.2"
505+
"@typescript-eslint/tsconfig-utils" "^8.59.0"
506+
"@typescript-eslint/types" "^8.59.0"
507507
debug "^4.4.3"
508508

509-
"@typescript-eslint/scope-manager@8.58.2":
510-
version "8.58.2"
511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz#aa73784d78f117940e83f71705af07ba695cd60c"
512-
integrity sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==
509+
"@typescript-eslint/scope-manager@8.59.0":
510+
version "8.59.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
512+
integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
513513
dependencies:
514-
"@typescript-eslint/types" "8.58.2"
515-
"@typescript-eslint/visitor-keys" "8.58.2"
514+
"@typescript-eslint/types" "8.59.0"
515+
"@typescript-eslint/visitor-keys" "8.59.0"
516516

517-
"@typescript-eslint/tsconfig-utils@8.58.2", "@typescript-eslint/tsconfig-utils@^8.58.2":
518-
version "8.58.2"
519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz#fa13f96432c9348bf87f6f44826def585fad7bca"
520-
integrity sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==
517+
"@typescript-eslint/tsconfig-utils@8.59.0", "@typescript-eslint/tsconfig-utils@^8.59.0":
518+
version "8.59.0"
519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz#1276077f5ad77e384446ea28a2474e8f8be1af41"
520+
integrity sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==
521521

522-
"@typescript-eslint/type-utils@8.58.2":
523-
version "8.58.2"
524-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz#024eb1dd597f8a34cb22d8d9ab32da857bc9a817"
525-
integrity sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==
522+
"@typescript-eslint/type-utils@8.59.0":
523+
version "8.59.0"
524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
525+
integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
526526
dependencies:
527-
"@typescript-eslint/types" "8.58.2"
528-
"@typescript-eslint/typescript-estree" "8.58.2"
529-
"@typescript-eslint/utils" "8.58.2"
527+
"@typescript-eslint/types" "8.59.0"
528+
"@typescript-eslint/typescript-estree" "8.59.0"
529+
"@typescript-eslint/utils" "8.59.0"
530530
debug "^4.4.3"
531531
ts-api-utils "^2.5.0"
532532

533-
"@typescript-eslint/types@8.58.2", "@typescript-eslint/types@^8.58.2":
534-
version "8.58.2"
535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.2.tgz#3ab8051de0f19a46ddefb0749d0f7d82974bd57c"
536-
integrity sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==
533+
"@typescript-eslint/types@8.59.0", "@typescript-eslint/types@^8.59.0":
534+
version "8.59.0"
535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
536+
integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
537537

538-
"@typescript-eslint/typescript-estree@8.58.2":
539-
version "8.58.2"
540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz#b1beb1f959385b341cc76f0aebbf028e23dfdb8b"
541-
integrity sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==
538+
"@typescript-eslint/typescript-estree@8.59.0":
539+
version "8.59.0"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
541+
integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
542542
dependencies:
543-
"@typescript-eslint/project-service" "8.58.2"
544-
"@typescript-eslint/tsconfig-utils" "8.58.2"
545-
"@typescript-eslint/types" "8.58.2"
546-
"@typescript-eslint/visitor-keys" "8.58.2"
543+
"@typescript-eslint/project-service" "8.59.0"
544+
"@typescript-eslint/tsconfig-utils" "8.59.0"
545+
"@typescript-eslint/types" "8.59.0"
546+
"@typescript-eslint/visitor-keys" "8.59.0"
547547
debug "^4.4.3"
548548
minimatch "^10.2.2"
549549
semver "^7.7.3"
550550
tinyglobby "^0.2.15"
551551
ts-api-utils "^2.5.0"
552552

553-
"@typescript-eslint/utils@8.58.2":
554-
version "8.58.2"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.2.tgz#27165554a02d1ff57d98262fa92060498dabc8b3"
556-
integrity sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==
553+
"@typescript-eslint/utils@8.59.0":
554+
version "8.59.0"
555+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
556+
integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
557557
dependencies:
558558
"@eslint-community/eslint-utils" "^4.9.1"
559-
"@typescript-eslint/scope-manager" "8.58.2"
560-
"@typescript-eslint/types" "8.58.2"
561-
"@typescript-eslint/typescript-estree" "8.58.2"
559+
"@typescript-eslint/scope-manager" "8.59.0"
560+
"@typescript-eslint/types" "8.59.0"
561+
"@typescript-eslint/typescript-estree" "8.59.0"
562562

563-
"@typescript-eslint/visitor-keys@8.58.2":
564-
version "8.58.2"
565-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz#9ed699eaa9b5720b6b6b6f9c16e6c7d4cd32b276"
566-
integrity sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==
563+
"@typescript-eslint/visitor-keys@8.59.0":
564+
version "8.59.0"
565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz#2e80de30e7e944ed4bd47d751e37dcb04db03795"
566+
integrity sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==
567567
dependencies:
568-
"@typescript-eslint/types" "8.58.2"
568+
"@typescript-eslint/types" "8.59.0"
569569
eslint-visitor-keys "^5.0.0"
570570

571571
accepts@~1.3.8:
@@ -3251,15 +3251,15 @@ typed-array-buffer@^1.0.3:
32513251
es-errors "^1.3.0"
32523252
is-typed-array "^1.1.14"
32533253

3254-
typescript-eslint@8.58.2:
3255-
version "8.58.2"
3256-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.2.tgz#55f425fc668c2d5148f45587f2cd04532d715c6a"
3257-
integrity sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ==
3254+
typescript-eslint@8.59.0:
3255+
version "8.59.0"
3256+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.0.tgz#d1cc7c63559ce7116aeb66d35ec9dbe0063379fd"
3257+
integrity sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==
32583258
dependencies:
3259-
"@typescript-eslint/eslint-plugin" "8.58.2"
3260-
"@typescript-eslint/parser" "8.58.2"
3261-
"@typescript-eslint/typescript-estree" "8.58.2"
3262-
"@typescript-eslint/utils" "8.58.2"
3259+
"@typescript-eslint/eslint-plugin" "8.59.0"
3260+
"@typescript-eslint/parser" "8.59.0"
3261+
"@typescript-eslint/typescript-estree" "8.59.0"
3262+
"@typescript-eslint/utils" "8.59.0"
32633263

32643264
typescript@5.9.3:
32653265
version "5.9.3"

0 commit comments

Comments
 (0)