Skip to content

Commit 984c318

Browse files
chore(deps): update typescript-eslint monorepo to v8.59.0 (#750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ccd1e19 commit 984c318

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/node": "24.12.2",
4444
"@types/sinonjs__fake-timers": "15.0.1",
4545
"@types/ws": "8.18.1",
46-
"@typescript-eslint/eslint-plugin": "8.58.2",
47-
"@typescript-eslint/parser": "8.58.2",
46+
"@typescript-eslint/eslint-plugin": "8.59.0",
47+
"@typescript-eslint/parser": "8.59.0",
4848
"ava": "7.0.0",
4949
"axios-mock-adapter": "2.1.0",
5050
"c8": "11.0.0",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -415,29 +415,29 @@
415415
dependencies:
416416
"@types/node" "*"
417417

418-
"@typescript-eslint/eslint-plugin@8.58.2":
419-
version "8.58.2"
420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz#a6882a6a328e1259cff259fdb03184245ef06191"
421-
integrity sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==
418+
"@typescript-eslint/eslint-plugin@8.59.0":
419+
version "8.59.0"
420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
421+
integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
422422
dependencies:
423423
"@eslint-community/regexpp" "^4.12.2"
424-
"@typescript-eslint/scope-manager" "8.58.2"
425-
"@typescript-eslint/type-utils" "8.58.2"
426-
"@typescript-eslint/utils" "8.58.2"
427-
"@typescript-eslint/visitor-keys" "8.58.2"
424+
"@typescript-eslint/scope-manager" "8.59.0"
425+
"@typescript-eslint/type-utils" "8.59.0"
426+
"@typescript-eslint/utils" "8.59.0"
427+
"@typescript-eslint/visitor-keys" "8.59.0"
428428
ignore "^7.0.5"
429429
natural-compare "^1.4.0"
430430
ts-api-utils "^2.5.0"
431431

432-
"@typescript-eslint/parser@8.58.2":
433-
version "8.58.2"
434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.2.tgz#b267545e4bd515d896fe1f3a5b6f334fa6aa0026"
435-
integrity sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==
432+
"@typescript-eslint/parser@8.59.0":
433+
version "8.59.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
435+
integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
436436
dependencies:
437-
"@typescript-eslint/scope-manager" "8.58.2"
438-
"@typescript-eslint/types" "8.58.2"
439-
"@typescript-eslint/typescript-estree" "8.58.2"
440-
"@typescript-eslint/visitor-keys" "8.58.2"
437+
"@typescript-eslint/scope-manager" "8.59.0"
438+
"@typescript-eslint/types" "8.59.0"
439+
"@typescript-eslint/typescript-estree" "8.59.0"
440+
"@typescript-eslint/visitor-keys" "8.59.0"
441441
debug "^4.4.3"
442442

443443
"@typescript-eslint/project-service@8.56.1":
@@ -449,13 +449,13 @@
449449
"@typescript-eslint/types" "^8.56.1"
450450
debug "^4.4.3"
451451

452-
"@typescript-eslint/project-service@8.58.2":
453-
version "8.58.2"
454-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.2.tgz#8c980249100e21b87baba0ca10880fdf893e0a8e"
455-
integrity sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==
452+
"@typescript-eslint/project-service@8.59.0":
453+
version "8.59.0"
454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
455+
integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
456456
dependencies:
457-
"@typescript-eslint/tsconfig-utils" "^8.58.2"
458-
"@typescript-eslint/types" "^8.58.2"
457+
"@typescript-eslint/tsconfig-utils" "^8.59.0"
458+
"@typescript-eslint/types" "^8.59.0"
459459
debug "^4.4.3"
460460

461461
"@typescript-eslint/scope-manager@8.56.1":
@@ -466,32 +466,32 @@
466466
"@typescript-eslint/types" "8.56.1"
467467
"@typescript-eslint/visitor-keys" "8.56.1"
468468

469-
"@typescript-eslint/scope-manager@8.58.2":
470-
version "8.58.2"
471-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz#aa73784d78f117940e83f71705af07ba695cd60c"
472-
integrity sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==
469+
"@typescript-eslint/scope-manager@8.59.0":
470+
version "8.59.0"
471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
472+
integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
473473
dependencies:
474-
"@typescript-eslint/types" "8.58.2"
475-
"@typescript-eslint/visitor-keys" "8.58.2"
474+
"@typescript-eslint/types" "8.59.0"
475+
"@typescript-eslint/visitor-keys" "8.59.0"
476476

477477
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
478478
version "8.56.1"
479479
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
480480
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
481481

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

487-
"@typescript-eslint/type-utils@8.58.2":
488-
version "8.58.2"
489-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz#024eb1dd597f8a34cb22d8d9ab32da857bc9a817"
490-
integrity sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==
487+
"@typescript-eslint/type-utils@8.59.0":
488+
version "8.59.0"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
490+
integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
491491
dependencies:
492-
"@typescript-eslint/types" "8.58.2"
493-
"@typescript-eslint/typescript-estree" "8.58.2"
494-
"@typescript-eslint/utils" "8.58.2"
492+
"@typescript-eslint/types" "8.59.0"
493+
"@typescript-eslint/typescript-estree" "8.59.0"
494+
"@typescript-eslint/utils" "8.59.0"
495495
debug "^4.4.3"
496496
ts-api-utils "^2.5.0"
497497

@@ -500,10 +500,10 @@
500500
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
501501
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
502502

503-
"@typescript-eslint/types@8.58.2", "@typescript-eslint/types@^8.58.2":
504-
version "8.58.2"
505-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.2.tgz#3ab8051de0f19a46ddefb0749d0f7d82974bd57c"
506-
integrity sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==
503+
"@typescript-eslint/types@8.59.0", "@typescript-eslint/types@^8.59.0":
504+
version "8.59.0"
505+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
506+
integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
507507

508508
"@typescript-eslint/typescript-estree@8.56.1":
509509
version "8.56.1"
@@ -520,30 +520,30 @@
520520
tinyglobby "^0.2.15"
521521
ts-api-utils "^2.4.0"
522522

523-
"@typescript-eslint/typescript-estree@8.58.2":
524-
version "8.58.2"
525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz#b1beb1f959385b341cc76f0aebbf028e23dfdb8b"
526-
integrity sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==
523+
"@typescript-eslint/typescript-estree@8.59.0":
524+
version "8.59.0"
525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
526+
integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
527527
dependencies:
528-
"@typescript-eslint/project-service" "8.58.2"
529-
"@typescript-eslint/tsconfig-utils" "8.58.2"
530-
"@typescript-eslint/types" "8.58.2"
531-
"@typescript-eslint/visitor-keys" "8.58.2"
528+
"@typescript-eslint/project-service" "8.59.0"
529+
"@typescript-eslint/tsconfig-utils" "8.59.0"
530+
"@typescript-eslint/types" "8.59.0"
531+
"@typescript-eslint/visitor-keys" "8.59.0"
532532
debug "^4.4.3"
533533
minimatch "^10.2.2"
534534
semver "^7.7.3"
535535
tinyglobby "^0.2.15"
536536
ts-api-utils "^2.5.0"
537537

538-
"@typescript-eslint/utils@8.58.2":
539-
version "8.58.2"
540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.2.tgz#27165554a02d1ff57d98262fa92060498dabc8b3"
541-
integrity sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==
538+
"@typescript-eslint/utils@8.59.0":
539+
version "8.59.0"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
541+
integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
542542
dependencies:
543543
"@eslint-community/eslint-utils" "^4.9.1"
544-
"@typescript-eslint/scope-manager" "8.58.2"
545-
"@typescript-eslint/types" "8.58.2"
546-
"@typescript-eslint/typescript-estree" "8.58.2"
544+
"@typescript-eslint/scope-manager" "8.59.0"
545+
"@typescript-eslint/types" "8.59.0"
546+
"@typescript-eslint/typescript-estree" "8.59.0"
547547

548548
"@typescript-eslint/utils@~8.56.0":
549549
version "8.56.1"
@@ -563,12 +563,12 @@
563563
"@typescript-eslint/types" "8.56.1"
564564
eslint-visitor-keys "^5.0.0"
565565

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

574574
"@vercel/nft@^1.3.2":

0 commit comments

Comments
 (0)