Skip to content

Commit fe921ae

Browse files
chore(deps): update typescript-eslint monorepo to v8.57.1 (#1407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5afeb5 commit fe921ae

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
@@ -39,8 +39,8 @@
3939
"@changesets/cli": "2.30.0",
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/node": "24.12.0",
42-
"@typescript-eslint/eslint-plugin": "8.57.0",
43-
"@typescript-eslint/parser": "8.57.0",
42+
"@typescript-eslint/eslint-plugin": "8.57.1",
43+
"@typescript-eslint/parser": "8.57.1",
4444
"bob-the-bundler": "7.0.1",
4545
"cross-env": "10.1.0",
4646
"eslint": "9.39.4",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,100 +2428,100 @@
24282428
dependencies:
24292429
"@types/node" "*"
24302430

2431-
"@typescript-eslint/[email protected].0":
2432-
version "8.57.0"
2433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
2434-
integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
2431+
"@typescript-eslint/[email protected].1":
2432+
version "8.57.1"
2433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
2434+
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
24352435
dependencies:
24362436
"@eslint-community/regexpp" "^4.12.2"
2437-
"@typescript-eslint/scope-manager" "8.57.0"
2438-
"@typescript-eslint/type-utils" "8.57.0"
2439-
"@typescript-eslint/utils" "8.57.0"
2440-
"@typescript-eslint/visitor-keys" "8.57.0"
2437+
"@typescript-eslint/scope-manager" "8.57.1"
2438+
"@typescript-eslint/type-utils" "8.57.1"
2439+
"@typescript-eslint/utils" "8.57.1"
2440+
"@typescript-eslint/visitor-keys" "8.57.1"
24412441
ignore "^7.0.5"
24422442
natural-compare "^1.4.0"
24432443
ts-api-utils "^2.4.0"
24442444

2445-
"@typescript-eslint/[email protected].0":
2446-
version "8.57.0"
2447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
2448-
integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
2445+
"@typescript-eslint/[email protected].1":
2446+
version "8.57.1"
2447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
2448+
integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
24492449
dependencies:
2450-
"@typescript-eslint/scope-manager" "8.57.0"
2451-
"@typescript-eslint/types" "8.57.0"
2452-
"@typescript-eslint/typescript-estree" "8.57.0"
2453-
"@typescript-eslint/visitor-keys" "8.57.0"
2450+
"@typescript-eslint/scope-manager" "8.57.1"
2451+
"@typescript-eslint/types" "8.57.1"
2452+
"@typescript-eslint/typescript-estree" "8.57.1"
2453+
"@typescript-eslint/visitor-keys" "8.57.1"
24542454
debug "^4.4.3"
24552455

2456-
"@typescript-eslint/[email protected].0":
2457-
version "8.57.0"
2458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
2459-
integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==
2456+
"@typescript-eslint/[email protected].1":
2457+
version "8.57.1"
2458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
2459+
integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
24602460
dependencies:
2461-
"@typescript-eslint/tsconfig-utils" "^8.57.0"
2462-
"@typescript-eslint/types" "^8.57.0"
2461+
"@typescript-eslint/tsconfig-utils" "^8.57.1"
2462+
"@typescript-eslint/types" "^8.57.1"
24632463
debug "^4.4.3"
24642464

2465-
"@typescript-eslint/[email protected].0":
2466-
version "8.57.0"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
2468-
integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==
2465+
"@typescript-eslint/[email protected].1":
2466+
version "8.57.1"
2467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
2468+
integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
24692469
dependencies:
2470-
"@typescript-eslint/types" "8.57.0"
2471-
"@typescript-eslint/visitor-keys" "8.57.0"
2470+
"@typescript-eslint/types" "8.57.1"
2471+
"@typescript-eslint/visitor-keys" "8.57.1"
24722472

2473-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.57.0":
2474-
version "8.57.0"
2475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
2476-
integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
2473+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.57.1":
2474+
version "8.57.1"
2475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
2476+
integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
24772477

2478-
"@typescript-eslint/[email protected].0":
2479-
version "8.57.0"
2480-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
2481-
integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==
2478+
"@typescript-eslint/[email protected].1":
2479+
version "8.57.1"
2480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
2481+
integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
24822482
dependencies:
2483-
"@typescript-eslint/types" "8.57.0"
2484-
"@typescript-eslint/typescript-estree" "8.57.0"
2485-
"@typescript-eslint/utils" "8.57.0"
2483+
"@typescript-eslint/types" "8.57.1"
2484+
"@typescript-eslint/typescript-estree" "8.57.1"
2485+
"@typescript-eslint/utils" "8.57.1"
24862486
debug "^4.4.3"
24872487
ts-api-utils "^2.4.0"
24882488

2489-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.57.0":
2490-
version "8.57.0"
2491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
2492-
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
2489+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.57.1":
2490+
version "8.57.1"
2491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
2492+
integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
24932493

2494-
"@typescript-eslint/[email protected].0":
2495-
version "8.57.0"
2496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04"
2497-
integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==
2494+
"@typescript-eslint/[email protected].1":
2495+
version "8.57.1"
2496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
2497+
integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
24982498
dependencies:
2499-
"@typescript-eslint/project-service" "8.57.0"
2500-
"@typescript-eslint/tsconfig-utils" "8.57.0"
2501-
"@typescript-eslint/types" "8.57.0"
2502-
"@typescript-eslint/visitor-keys" "8.57.0"
2499+
"@typescript-eslint/project-service" "8.57.1"
2500+
"@typescript-eslint/tsconfig-utils" "8.57.1"
2501+
"@typescript-eslint/types" "8.57.1"
2502+
"@typescript-eslint/visitor-keys" "8.57.1"
25032503
debug "^4.4.3"
25042504
minimatch "^10.2.2"
25052505
semver "^7.7.3"
25062506
tinyglobby "^0.2.15"
25072507
ts-api-utils "^2.4.0"
25082508

2509-
"@typescript-eslint/[email protected].0":
2510-
version "8.57.0"
2511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
2512-
integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==
2509+
"@typescript-eslint/[email protected].1":
2510+
version "8.57.1"
2511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
2512+
integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
25132513
dependencies:
25142514
"@eslint-community/eslint-utils" "^4.9.1"
2515-
"@typescript-eslint/scope-manager" "8.57.0"
2516-
"@typescript-eslint/types" "8.57.0"
2517-
"@typescript-eslint/typescript-estree" "8.57.0"
2515+
"@typescript-eslint/scope-manager" "8.57.1"
2516+
"@typescript-eslint/types" "8.57.1"
2517+
"@typescript-eslint/typescript-estree" "8.57.1"
25182518

2519-
"@typescript-eslint/[email protected].0":
2520-
version "8.57.0"
2521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
2522-
integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==
2519+
"@typescript-eslint/[email protected].1":
2520+
version "8.57.1"
2521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
2522+
integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
25232523
dependencies:
2524-
"@typescript-eslint/types" "8.57.0"
2524+
"@typescript-eslint/types" "8.57.1"
25252525
eslint-visitor-keys "^5.0.0"
25262526

25272527
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)