Skip to content

Commit 1218edf

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.6.0
1 parent 546538f commit 1218edf

File tree

1 file changed

+56
-63
lines changed

1 file changed

+56
-63
lines changed

yarn.lock

Lines changed: 56 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
dependencies:
1717
eslint-visitor-keys "^3.3.0"
1818

19-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0":
19+
"@eslint-community/regexpp@^4.10.0":
20+
version "4.11.1"
21+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
22+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
23+
24+
"@eslint-community/regexpp@^4.11.0":
2025
version "4.11.0"
2126
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
2227
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -164,84 +169,84 @@
164169
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
165170

166171
"@typescript-eslint/eslint-plugin@^8.0.0":
167-
version "8.4.0"
168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.4.0.tgz#188c65610ef875a086404b5bfe105df936b035da"
169-
integrity sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==
172+
version "8.6.0"
173+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
174+
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
170175
dependencies:
171176
"@eslint-community/regexpp" "^4.10.0"
172-
"@typescript-eslint/scope-manager" "8.4.0"
173-
"@typescript-eslint/type-utils" "8.4.0"
174-
"@typescript-eslint/utils" "8.4.0"
175-
"@typescript-eslint/visitor-keys" "8.4.0"
177+
"@typescript-eslint/scope-manager" "8.6.0"
178+
"@typescript-eslint/type-utils" "8.6.0"
179+
"@typescript-eslint/utils" "8.6.0"
180+
"@typescript-eslint/visitor-keys" "8.6.0"
176181
graphemer "^1.4.0"
177182
ignore "^5.3.1"
178183
natural-compare "^1.4.0"
179184
ts-api-utils "^1.3.0"
180185

181186
"@typescript-eslint/parser@^8.0.0":
182-
version "8.4.0"
183-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.4.0.tgz#36b7cd7643a1c190d49dc0278192b2450f615a6f"
184-
integrity sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==
185-
dependencies:
186-
"@typescript-eslint/scope-manager" "8.4.0"
187-
"@typescript-eslint/types" "8.4.0"
188-
"@typescript-eslint/typescript-estree" "8.4.0"
189-
"@typescript-eslint/visitor-keys" "8.4.0"
187+
version "8.6.0"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
189+
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
190+
dependencies:
191+
"@typescript-eslint/scope-manager" "8.6.0"
192+
"@typescript-eslint/types" "8.6.0"
193+
"@typescript-eslint/typescript-estree" "8.6.0"
194+
"@typescript-eslint/visitor-keys" "8.6.0"
190195
debug "^4.3.4"
191196

192-
"@typescript-eslint/scope-manager@8.4.0":
193-
version "8.4.0"
194-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
195-
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
197+
"@typescript-eslint/scope-manager@8.6.0":
198+
version "8.6.0"
199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
200+
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
196201
dependencies:
197-
"@typescript-eslint/types" "8.4.0"
198-
"@typescript-eslint/visitor-keys" "8.4.0"
202+
"@typescript-eslint/types" "8.6.0"
203+
"@typescript-eslint/visitor-keys" "8.6.0"
199204

200-
"@typescript-eslint/type-utils@8.4.0":
201-
version "8.4.0"
202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.4.0.tgz#4a91b5789f41946adb56d73e2fb4639fdcf37af7"
203-
integrity sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==
205+
"@typescript-eslint/type-utils@8.6.0":
206+
version "8.6.0"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
208+
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
204209
dependencies:
205-
"@typescript-eslint/typescript-estree" "8.4.0"
206-
"@typescript-eslint/utils" "8.4.0"
210+
"@typescript-eslint/typescript-estree" "8.6.0"
211+
"@typescript-eslint/utils" "8.6.0"
207212
debug "^4.3.4"
208213
ts-api-utils "^1.3.0"
209214

210-
"@typescript-eslint/types@8.4.0":
211-
version "8.4.0"
212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
213-
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
215+
"@typescript-eslint/types@8.6.0":
216+
version "8.6.0"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
218+
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
214219

215-
"@typescript-eslint/typescript-estree@8.4.0":
216-
version "8.4.0"
217-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
218-
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
220+
"@typescript-eslint/typescript-estree@8.6.0":
221+
version "8.6.0"
222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
223+
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
219224
dependencies:
220-
"@typescript-eslint/types" "8.4.0"
221-
"@typescript-eslint/visitor-keys" "8.4.0"
225+
"@typescript-eslint/types" "8.6.0"
226+
"@typescript-eslint/visitor-keys" "8.6.0"
222227
debug "^4.3.4"
223228
fast-glob "^3.3.2"
224229
is-glob "^4.0.3"
225230
minimatch "^9.0.4"
226231
semver "^7.6.0"
227232
ts-api-utils "^1.3.0"
228233

229-
"@typescript-eslint/utils@8.4.0":
230-
version "8.4.0"
231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
232-
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
234+
"@typescript-eslint/utils@8.6.0":
235+
version "8.6.0"
236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
237+
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
233238
dependencies:
234239
"@eslint-community/eslint-utils" "^4.4.0"
235-
"@typescript-eslint/scope-manager" "8.4.0"
236-
"@typescript-eslint/types" "8.4.0"
237-
"@typescript-eslint/typescript-estree" "8.4.0"
240+
"@typescript-eslint/scope-manager" "8.6.0"
241+
"@typescript-eslint/types" "8.6.0"
242+
"@typescript-eslint/typescript-estree" "8.6.0"
238243

239-
"@typescript-eslint/visitor-keys@8.4.0":
240-
version "8.4.0"
241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
242-
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
244+
"@typescript-eslint/visitor-keys@8.6.0":
245+
version "8.6.0"
246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
247+
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
243248
dependencies:
244-
"@typescript-eslint/types" "8.4.0"
249+
"@typescript-eslint/types" "8.6.0"
245250
eslint-visitor-keys "^3.4.3"
246251

247252
acorn-jsx@^5.3.2:
@@ -388,20 +393,13 @@ cross-spawn@^7.0.2:
388393
shebang-command "^2.0.0"
389394
which "^2.0.1"
390395

391-
debug@^4.3.1, debug@^4.3.2:
396+
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
392397
version "4.3.7"
393398
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
394399
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
395400
dependencies:
396401
ms "^2.1.3"
397402

398-
debug@^4.3.4:
399-
version "4.3.6"
400-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
401-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
402-
dependencies:
403-
ms "2.1.2"
404-
405403
deep-is@^0.1.3:
406404
version "0.1.4"
407405
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
@@ -801,11 +799,6 @@ minimatch@^9.0.4, minimatch@^9.0.5:
801799
dependencies:
802800
brace-expansion "^2.0.1"
803801

804-
ms@2.1.2:
805-
version "2.1.2"
806-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
807-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
808-
809802
ms@^2.1.3:
810803
version "2.1.3"
811804
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)