Skip to content

Commit bb94c75

Browse files
chore(deps): bump typescript-eslint from 8.57.1 to 8.57.2 (#6443)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.57.2. - [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.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0c8bb2 commit bb94c75

2 files changed

Lines changed: 33 additions & 94 deletions

File tree

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-prettier": "^5.5.5",
4040
"eslint-plugin-regex": "^1.10.0",
4141
"eslint-plugin-unused-imports": "^4.4.1",
42-
"typescript-eslint": "^8.57.1"
42+
"typescript-eslint": "^8.57.2"
4343
},
4444
"peerDependencies": {
4545
"eslint": ">=8.0.0"

yarn.lock

Lines changed: 32 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,32 +2126,21 @@
21262126
dependencies:
21272127
"@types/node" "*"
21282128

2129-
"@typescript-eslint/[email protected].1":
2130-
version "8.57.1"
2131-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
2132-
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
2129+
"@typescript-eslint/[email protected].2":
2130+
version "8.57.2"
2131+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
2132+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
21332133
dependencies:
21342134
"@eslint-community/regexpp" "^4.12.2"
2135-
"@typescript-eslint/scope-manager" "8.57.1"
2136-
"@typescript-eslint/type-utils" "8.57.1"
2137-
"@typescript-eslint/utils" "8.57.1"
2138-
"@typescript-eslint/visitor-keys" "8.57.1"
2135+
"@typescript-eslint/scope-manager" "8.57.2"
2136+
"@typescript-eslint/type-utils" "8.57.2"
2137+
"@typescript-eslint/utils" "8.57.2"
2138+
"@typescript-eslint/visitor-keys" "8.57.2"
21392139
ignore "^7.0.5"
21402140
natural-compare "^1.4.0"
21412141
ts-api-utils "^2.4.0"
21422142

2143-
"@typescript-eslint/[email protected]":
2144-
version "8.57.1"
2145-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
2146-
integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
2147-
dependencies:
2148-
"@typescript-eslint/scope-manager" "8.57.1"
2149-
"@typescript-eslint/types" "8.57.1"
2150-
"@typescript-eslint/typescript-estree" "8.57.1"
2151-
"@typescript-eslint/visitor-keys" "8.57.1"
2152-
debug "^4.4.3"
2153-
2154-
"@typescript-eslint/parser@^8.57.2":
2143+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.57.2":
21552144
version "8.57.2"
21562145
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
21572146
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
@@ -2162,15 +2151,6 @@
21622151
"@typescript-eslint/visitor-keys" "8.57.2"
21632152
debug "^4.4.3"
21642153

2165-
"@typescript-eslint/[email protected]":
2166-
version "8.57.1"
2167-
resolved "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
2168-
integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
2169-
dependencies:
2170-
"@typescript-eslint/tsconfig-utils" "^8.57.1"
2171-
"@typescript-eslint/types" "^8.57.1"
2172-
debug "^4.4.3"
2173-
21742154
"@typescript-eslint/[email protected]":
21752155
version "8.57.2"
21762156
resolved "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
@@ -2180,14 +2160,6 @@
21802160
"@typescript-eslint/types" "^8.57.2"
21812161
debug "^4.4.3"
21822162

2183-
"@typescript-eslint/[email protected]":
2184-
version "8.57.1"
2185-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
2186-
integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
2187-
dependencies:
2188-
"@typescript-eslint/types" "8.57.1"
2189-
"@typescript-eslint/visitor-keys" "8.57.1"
2190-
21912163
"@typescript-eslint/[email protected]":
21922164
version "8.57.2"
21932165
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
@@ -2196,52 +2168,27 @@
21962168
"@typescript-eslint/types" "8.57.2"
21972169
"@typescript-eslint/visitor-keys" "8.57.2"
21982170

2199-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.57.1":
2200-
version "8.57.1"
2201-
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
2202-
integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
2203-
22042171
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.57.2":
22052172
version "8.57.2"
22062173
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
22072174
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
22082175

2209-
"@typescript-eslint/[email protected].1":
2210-
version "8.57.1"
2211-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
2212-
integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
2176+
"@typescript-eslint/[email protected].2":
2177+
version "8.57.2"
2178+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
2179+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
22132180
dependencies:
2214-
"@typescript-eslint/types" "8.57.1"
2215-
"@typescript-eslint/typescript-estree" "8.57.1"
2216-
"@typescript-eslint/utils" "8.57.1"
2181+
"@typescript-eslint/types" "8.57.2"
2182+
"@typescript-eslint/typescript-estree" "8.57.2"
2183+
"@typescript-eslint/utils" "8.57.2"
22172184
debug "^4.4.3"
22182185
ts-api-utils "^2.4.0"
22192186

2220-
"@typescript-eslint/[email protected]":
2221-
version "8.57.1"
2222-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
2223-
integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
2224-
2225-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.54.0", "@typescript-eslint/types@^8.57.1", "@typescript-eslint/types@^8.57.2":
2187+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.54.0", "@typescript-eslint/types@^8.57.2":
22262188
version "8.57.2"
22272189
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
22282190
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
22292191

2230-
"@typescript-eslint/[email protected]":
2231-
version "8.57.1"
2232-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
2233-
integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
2234-
dependencies:
2235-
"@typescript-eslint/project-service" "8.57.1"
2236-
"@typescript-eslint/tsconfig-utils" "8.57.1"
2237-
"@typescript-eslint/types" "8.57.1"
2238-
"@typescript-eslint/visitor-keys" "8.57.1"
2239-
debug "^4.4.3"
2240-
minimatch "^10.2.2"
2241-
semver "^7.7.3"
2242-
tinyglobby "^0.2.15"
2243-
ts-api-utils "^2.4.0"
2244-
22452192
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^8.23.0":
22462193
version "8.57.2"
22472194
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz#432e61a6cf2ab565837da387e5262c159672abea"
@@ -2257,23 +2204,15 @@
22572204
tinyglobby "^0.2.15"
22582205
ts-api-utils "^2.4.0"
22592206

2260-
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^8.13.0":
2261-
version "8.57.1"
2262-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
2263-
integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
2207+
"@typescript-eslint/[email protected].2", "@typescript-eslint/utils@^8.13.0":
2208+
version "8.57.2"
2209+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
2210+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
22642211
dependencies:
22652212
"@eslint-community/eslint-utils" "^4.9.1"
2266-
"@typescript-eslint/scope-manager" "8.57.1"
2267-
"@typescript-eslint/types" "8.57.1"
2268-
"@typescript-eslint/typescript-estree" "8.57.1"
2269-
2270-
"@typescript-eslint/[email protected]":
2271-
version "8.57.1"
2272-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
2273-
integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
2274-
dependencies:
2275-
"@typescript-eslint/types" "8.57.1"
2276-
eslint-visitor-keys "^5.0.0"
2213+
"@typescript-eslint/scope-manager" "8.57.2"
2214+
"@typescript-eslint/types" "8.57.2"
2215+
"@typescript-eslint/typescript-estree" "8.57.2"
22772216

22782217
"@typescript-eslint/[email protected]":
22792218
version "8.57.2"
@@ -9664,15 +9603,15 @@ typedoc@^0.28.18:
96649603
minimatch "^10.2.4"
96659604
yaml "^2.8.2"
96669605

9667-
typescript-eslint@^8.57.1:
9668-
version "8.57.1"
9669-
resolved "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.1.tgz#573f97d3e48bbb67290b47dde1b7cb3b5d01dc4f"
9670-
integrity sha512-fLvZWf+cAGw3tqMCYzGIU6yR8K+Y9NT2z23RwOjlNFF2HwSB3KhdEFI5lSBv8tNmFkkBShSjsCjzx1vahZfISA==
9606+
typescript-eslint@^8.57.2:
9607+
version "8.57.2"
9608+
resolved "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.2.tgz#d64c6648dda5b15176708701537ab0b55ba3c83d"
9609+
integrity sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==
96719610
dependencies:
9672-
"@typescript-eslint/eslint-plugin" "8.57.1"
9673-
"@typescript-eslint/parser" "8.57.1"
9674-
"@typescript-eslint/typescript-estree" "8.57.1"
9675-
"@typescript-eslint/utils" "8.57.1"
9611+
"@typescript-eslint/eslint-plugin" "8.57.2"
9612+
"@typescript-eslint/parser" "8.57.2"
9613+
"@typescript-eslint/typescript-estree" "8.57.2"
9614+
"@typescript-eslint/utils" "8.57.2"
96769615

96779616
typescript@^5.7.3, typescript@^5.8.3, typescript@~5.9.3:
96789617
version "5.9.3"

0 commit comments

Comments
 (0)