Skip to content

Commit 39da137

Browse files
build(deps-dev): bump typescript-eslint from 8.57.0 to 8.57.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.0 to 8.57.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1707533 commit 39da137

1 file changed

Lines changed: 71 additions & 71 deletions

File tree

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -507,100 +507,100 @@
507507
dependencies:
508508
"@types/yargs-parser" "*"
509509

510-
"@typescript-eslint/eslint-plugin@8.57.0":
511-
version "8.57.0"
512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
513-
integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
510+
"@typescript-eslint/eslint-plugin@8.57.1":
511+
version "8.57.1"
512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
513+
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
514514
dependencies:
515515
"@eslint-community/regexpp" "^4.12.2"
516-
"@typescript-eslint/scope-manager" "8.57.0"
517-
"@typescript-eslint/type-utils" "8.57.0"
518-
"@typescript-eslint/utils" "8.57.0"
519-
"@typescript-eslint/visitor-keys" "8.57.0"
516+
"@typescript-eslint/scope-manager" "8.57.1"
517+
"@typescript-eslint/type-utils" "8.57.1"
518+
"@typescript-eslint/utils" "8.57.1"
519+
"@typescript-eslint/visitor-keys" "8.57.1"
520520
ignore "^7.0.5"
521521
natural-compare "^1.4.0"
522522
ts-api-utils "^2.4.0"
523523

524-
"@typescript-eslint/parser@8.57.0":
525-
version "8.57.0"
526-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
527-
integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
524+
"@typescript-eslint/parser@8.57.1":
525+
version "8.57.1"
526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
527+
integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
528528
dependencies:
529-
"@typescript-eslint/scope-manager" "8.57.0"
530-
"@typescript-eslint/types" "8.57.0"
531-
"@typescript-eslint/typescript-estree" "8.57.0"
532-
"@typescript-eslint/visitor-keys" "8.57.0"
529+
"@typescript-eslint/scope-manager" "8.57.1"
530+
"@typescript-eslint/types" "8.57.1"
531+
"@typescript-eslint/typescript-estree" "8.57.1"
532+
"@typescript-eslint/visitor-keys" "8.57.1"
533533
debug "^4.4.3"
534534

535-
"@typescript-eslint/project-service@8.57.0":
536-
version "8.57.0"
537-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
538-
integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==
535+
"@typescript-eslint/project-service@8.57.1":
536+
version "8.57.1"
537+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
538+
integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
539539
dependencies:
540-
"@typescript-eslint/tsconfig-utils" "^8.57.0"
541-
"@typescript-eslint/types" "^8.57.0"
540+
"@typescript-eslint/tsconfig-utils" "^8.57.1"
541+
"@typescript-eslint/types" "^8.57.1"
542542
debug "^4.4.3"
543543

544-
"@typescript-eslint/scope-manager@8.57.0":
545-
version "8.57.0"
546-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
547-
integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==
544+
"@typescript-eslint/scope-manager@8.57.1":
545+
version "8.57.1"
546+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
547+
integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
548548
dependencies:
549-
"@typescript-eslint/types" "8.57.0"
550-
"@typescript-eslint/visitor-keys" "8.57.0"
549+
"@typescript-eslint/types" "8.57.1"
550+
"@typescript-eslint/visitor-keys" "8.57.1"
551551

552-
"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0":
553-
version "8.57.0"
554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
555-
integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
552+
"@typescript-eslint/tsconfig-utils@8.57.1", "@typescript-eslint/tsconfig-utils@^8.57.1":
553+
version "8.57.1"
554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
555+
integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
556556

557-
"@typescript-eslint/type-utils@8.57.0":
558-
version "8.57.0"
559-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
560-
integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==
557+
"@typescript-eslint/type-utils@8.57.1":
558+
version "8.57.1"
559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
560+
integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
561561
dependencies:
562-
"@typescript-eslint/types" "8.57.0"
563-
"@typescript-eslint/typescript-estree" "8.57.0"
564-
"@typescript-eslint/utils" "8.57.0"
562+
"@typescript-eslint/types" "8.57.1"
563+
"@typescript-eslint/typescript-estree" "8.57.1"
564+
"@typescript-eslint/utils" "8.57.1"
565565
debug "^4.4.3"
566566
ts-api-utils "^2.4.0"
567567

568-
"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.57.0":
569-
version "8.57.0"
570-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
571-
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
568+
"@typescript-eslint/types@8.57.1", "@typescript-eslint/types@^8.57.1":
569+
version "8.57.1"
570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
571+
integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
572572

573-
"@typescript-eslint/typescript-estree@8.57.0":
574-
version "8.57.0"
575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04"
576-
integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==
573+
"@typescript-eslint/typescript-estree@8.57.1":
574+
version "8.57.1"
575+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
576+
integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
577577
dependencies:
578-
"@typescript-eslint/project-service" "8.57.0"
579-
"@typescript-eslint/tsconfig-utils" "8.57.0"
580-
"@typescript-eslint/types" "8.57.0"
581-
"@typescript-eslint/visitor-keys" "8.57.0"
578+
"@typescript-eslint/project-service" "8.57.1"
579+
"@typescript-eslint/tsconfig-utils" "8.57.1"
580+
"@typescript-eslint/types" "8.57.1"
581+
"@typescript-eslint/visitor-keys" "8.57.1"
582582
debug "^4.4.3"
583583
minimatch "^10.2.2"
584584
semver "^7.7.3"
585585
tinyglobby "^0.2.15"
586586
ts-api-utils "^2.4.0"
587587

588-
"@typescript-eslint/utils@8.57.0":
589-
version "8.57.0"
590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
591-
integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==
588+
"@typescript-eslint/utils@8.57.1":
589+
version "8.57.1"
590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
591+
integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
592592
dependencies:
593593
"@eslint-community/eslint-utils" "^4.9.1"
594-
"@typescript-eslint/scope-manager" "8.57.0"
595-
"@typescript-eslint/types" "8.57.0"
596-
"@typescript-eslint/typescript-estree" "8.57.0"
594+
"@typescript-eslint/scope-manager" "8.57.1"
595+
"@typescript-eslint/types" "8.57.1"
596+
"@typescript-eslint/typescript-estree" "8.57.1"
597597

598-
"@typescript-eslint/visitor-keys@8.57.0":
599-
version "8.57.0"
600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
601-
integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==
598+
"@typescript-eslint/visitor-keys@8.57.1":
599+
version "8.57.1"
600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
601+
integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
602602
dependencies:
603-
"@typescript-eslint/types" "8.57.0"
603+
"@typescript-eslint/types" "8.57.1"
604604
eslint-visitor-keys "^5.0.0"
605605

606606
acorn-jsx@^5.3.2:
@@ -2768,14 +2768,14 @@ typedarray.prototype.slice@^1.0.5:
27682768
typed-array-byte-offset "^1.0.4"
27692769

27702770
typescript-eslint@^8.57.0:
2771-
version "8.57.0"
2772-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.57.0.tgz#82764795d316ed1c72a489727c43c3a87373f100"
2773-
integrity sha512-W8GcigEMEeB07xEZol8oJ26rigm3+bfPHxHvwbYUlu1fUDsGuQ7Hiskx5xGW/xM4USc9Ephe3jtv7ZYPQntHeA==
2774-
dependencies:
2775-
"@typescript-eslint/eslint-plugin" "8.57.0"
2776-
"@typescript-eslint/parser" "8.57.0"
2777-
"@typescript-eslint/typescript-estree" "8.57.0"
2778-
"@typescript-eslint/utils" "8.57.0"
2771+
version "8.57.1"
2772+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.57.1.tgz#573f97d3e48bbb67290b47dde1b7cb3b5d01dc4f"
2773+
integrity sha512-fLvZWf+cAGw3tqMCYzGIU6yR8K+Y9NT2z23RwOjlNFF2HwSB3KhdEFI5lSBv8tNmFkkBShSjsCjzx1vahZfISA==
2774+
dependencies:
2775+
"@typescript-eslint/eslint-plugin" "8.57.1"
2776+
"@typescript-eslint/parser" "8.57.1"
2777+
"@typescript-eslint/typescript-estree" "8.57.1"
2778+
"@typescript-eslint/utils" "8.57.1"
27792779

27802780
typescript@^5.9.3:
27812781
version "5.9.3"

0 commit comments

Comments
 (0)