Skip to content

Commit 3b88446

Browse files
chore(deps): update typescript-eslint monorepo to v8.57.2 (#1415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2889f8 commit 3b88446

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.1",
43-
"@typescript-eslint/parser": "8.57.1",
42+
"@typescript-eslint/eslint-plugin": "8.57.2",
43+
"@typescript-eslint/parser": "8.57.2",
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
@@ -2423,100 +2423,100 @@
24232423
dependencies:
24242424
"@types/node" "*"
24252425

2426-
"@typescript-eslint/[email protected].1":
2427-
version "8.57.1"
2428-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
2429-
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
2426+
"@typescript-eslint/[email protected].2":
2427+
version "8.57.2"
2428+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
2429+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
24302430
dependencies:
24312431
"@eslint-community/regexpp" "^4.12.2"
2432-
"@typescript-eslint/scope-manager" "8.57.1"
2433-
"@typescript-eslint/type-utils" "8.57.1"
2434-
"@typescript-eslint/utils" "8.57.1"
2435-
"@typescript-eslint/visitor-keys" "8.57.1"
2432+
"@typescript-eslint/scope-manager" "8.57.2"
2433+
"@typescript-eslint/type-utils" "8.57.2"
2434+
"@typescript-eslint/utils" "8.57.2"
2435+
"@typescript-eslint/visitor-keys" "8.57.2"
24362436
ignore "^7.0.5"
24372437
natural-compare "^1.4.0"
24382438
ts-api-utils "^2.4.0"
24392439

2440-
"@typescript-eslint/[email protected].1":
2441-
version "8.57.1"
2442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
2443-
integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
2440+
"@typescript-eslint/[email protected].2":
2441+
version "8.57.2"
2442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
2443+
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
24442444
dependencies:
2445-
"@typescript-eslint/scope-manager" "8.57.1"
2446-
"@typescript-eslint/types" "8.57.1"
2447-
"@typescript-eslint/typescript-estree" "8.57.1"
2448-
"@typescript-eslint/visitor-keys" "8.57.1"
2445+
"@typescript-eslint/scope-manager" "8.57.2"
2446+
"@typescript-eslint/types" "8.57.2"
2447+
"@typescript-eslint/typescript-estree" "8.57.2"
2448+
"@typescript-eslint/visitor-keys" "8.57.2"
24492449
debug "^4.4.3"
24502450

2451-
"@typescript-eslint/[email protected].1":
2452-
version "8.57.1"
2453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
2454-
integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
2451+
"@typescript-eslint/[email protected].2":
2452+
version "8.57.2"
2453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
2454+
integrity sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==
24552455
dependencies:
2456-
"@typescript-eslint/tsconfig-utils" "^8.57.1"
2457-
"@typescript-eslint/types" "^8.57.1"
2456+
"@typescript-eslint/tsconfig-utils" "^8.57.2"
2457+
"@typescript-eslint/types" "^8.57.2"
24582458
debug "^4.4.3"
24592459

2460-
"@typescript-eslint/[email protected].1":
2461-
version "8.57.1"
2462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
2463-
integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
2460+
"@typescript-eslint/[email protected].2":
2461+
version "8.57.2"
2462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
2463+
integrity sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==
24642464
dependencies:
2465-
"@typescript-eslint/types" "8.57.1"
2466-
"@typescript-eslint/visitor-keys" "8.57.1"
2465+
"@typescript-eslint/types" "8.57.2"
2466+
"@typescript-eslint/visitor-keys" "8.57.2"
24672467

2468-
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.57.1":
2469-
version "8.57.1"
2470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
2471-
integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
2468+
"@typescript-eslint/[email protected].2", "@typescript-eslint/tsconfig-utils@^8.57.2":
2469+
version "8.57.2"
2470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
2471+
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
24722472

2473-
"@typescript-eslint/[email protected].1":
2474-
version "8.57.1"
2475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
2476-
integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
2473+
"@typescript-eslint/[email protected].2":
2474+
version "8.57.2"
2475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
2476+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
24772477
dependencies:
2478-
"@typescript-eslint/types" "8.57.1"
2479-
"@typescript-eslint/typescript-estree" "8.57.1"
2480-
"@typescript-eslint/utils" "8.57.1"
2478+
"@typescript-eslint/types" "8.57.2"
2479+
"@typescript-eslint/typescript-estree" "8.57.2"
2480+
"@typescript-eslint/utils" "8.57.2"
24812481
debug "^4.4.3"
24822482
ts-api-utils "^2.4.0"
24832483

2484-
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.57.1":
2485-
version "8.57.1"
2486-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
2487-
integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
2484+
"@typescript-eslint/[email protected].2", "@typescript-eslint/types@^8.57.2":
2485+
version "8.57.2"
2486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
2487+
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
24882488

2489-
"@typescript-eslint/[email protected].1":
2490-
version "8.57.1"
2491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
2492-
integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
2489+
"@typescript-eslint/[email protected].2":
2490+
version "8.57.2"
2491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz#432e61a6cf2ab565837da387e5262c159672abea"
2492+
integrity sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==
24932493
dependencies:
2494-
"@typescript-eslint/project-service" "8.57.1"
2495-
"@typescript-eslint/tsconfig-utils" "8.57.1"
2496-
"@typescript-eslint/types" "8.57.1"
2497-
"@typescript-eslint/visitor-keys" "8.57.1"
2494+
"@typescript-eslint/project-service" "8.57.2"
2495+
"@typescript-eslint/tsconfig-utils" "8.57.2"
2496+
"@typescript-eslint/types" "8.57.2"
2497+
"@typescript-eslint/visitor-keys" "8.57.2"
24982498
debug "^4.4.3"
24992499
minimatch "^10.2.2"
25002500
semver "^7.7.3"
25012501
tinyglobby "^0.2.15"
25022502
ts-api-utils "^2.4.0"
25032503

2504-
"@typescript-eslint/[email protected].1":
2505-
version "8.57.1"
2506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
2507-
integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
2504+
"@typescript-eslint/[email protected].2":
2505+
version "8.57.2"
2506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
2507+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
25082508
dependencies:
25092509
"@eslint-community/eslint-utils" "^4.9.1"
2510-
"@typescript-eslint/scope-manager" "8.57.1"
2511-
"@typescript-eslint/types" "8.57.1"
2512-
"@typescript-eslint/typescript-estree" "8.57.1"
2510+
"@typescript-eslint/scope-manager" "8.57.2"
2511+
"@typescript-eslint/types" "8.57.2"
2512+
"@typescript-eslint/typescript-estree" "8.57.2"
25132513

2514-
"@typescript-eslint/[email protected].1":
2515-
version "8.57.1"
2516-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
2517-
integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
2514+
"@typescript-eslint/[email protected].2":
2515+
version "8.57.2"
2516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz#a5c9605774247336c0412beb7dc288ab2a07c11e"
2517+
integrity sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==
25182518
dependencies:
2519-
"@typescript-eslint/types" "8.57.1"
2519+
"@typescript-eslint/types" "8.57.2"
25202520
eslint-visitor-keys "^5.0.0"
25212521

25222522
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)