Skip to content

Commit 8e61c16

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.12.1
1 parent 7159c50 commit 8e61c16

File tree

1 file changed

+63
-51
lines changed

1 file changed

+63
-51
lines changed

yarn.lock

Lines changed: 63 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,26 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "0.3.9"
1111

12-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12+
"@eslint-community/eslint-utils@^4.2.0":
1313
version "4.4.0"
1414
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1515
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
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/eslint-utils@^4.4.0":
20+
version "4.4.1"
21+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
22+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
23+
dependencies:
24+
eslint-visitor-keys "^3.4.3"
25+
26+
"@eslint-community/regexpp@^4.10.0":
27+
version "4.12.1"
28+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
29+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
30+
31+
"@eslint-community/regexpp@^4.11.0":
2032
version "4.11.1"
2133
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
2234
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
@@ -228,84 +240,84 @@
228240
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
229241

230242
"@typescript-eslint/eslint-plugin@^8.0.0":
231-
version "8.11.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz#c3f087d20715fa94310b30666c08b3349e0ab084"
233-
integrity sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==
243+
version "8.12.1"
244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.1.tgz#ea39bc3c1bf9828b01e35478daede2188b471b2e"
245+
integrity sha512-gNg/inLRcPoBsKKIe4Vv38SVSOhk4BKWNO0T56sVff33gRqtTpOsrhHtiOKD1lmIOmCtZMPaW2x/h2FlM+sCEg==
234246
dependencies:
235247
"@eslint-community/regexpp" "^4.10.0"
236-
"@typescript-eslint/scope-manager" "8.11.0"
237-
"@typescript-eslint/type-utils" "8.11.0"
238-
"@typescript-eslint/utils" "8.11.0"
239-
"@typescript-eslint/visitor-keys" "8.11.0"
248+
"@typescript-eslint/scope-manager" "8.12.1"
249+
"@typescript-eslint/type-utils" "8.12.1"
250+
"@typescript-eslint/utils" "8.12.1"
251+
"@typescript-eslint/visitor-keys" "8.12.1"
240252
graphemer "^1.4.0"
241253
ignore "^5.3.1"
242254
natural-compare "^1.4.0"
243255
ts-api-utils "^1.3.0"
244256

245257
"@typescript-eslint/parser@^8.0.0":
246-
version "8.11.0"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.11.0.tgz#2ad1481388dc1c937f50b2d138c9ca57cc6c5cce"
248-
integrity sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==
249-
dependencies:
250-
"@typescript-eslint/scope-manager" "8.11.0"
251-
"@typescript-eslint/types" "8.11.0"
252-
"@typescript-eslint/typescript-estree" "8.11.0"
253-
"@typescript-eslint/visitor-keys" "8.11.0"
258+
version "8.12.1"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.1.tgz#6ea637412d127eeb5726d89461ef47b152c568e7"
260+
integrity sha512-I/I9Bg7qFa8rOgBnUUHIWTgzbB5wVkSLX+04xGUzTcJUtdq/I2uHWR9mbW6qUYJG/UmkuDcTax5JHvoEWOAHOQ==
261+
dependencies:
262+
"@typescript-eslint/scope-manager" "8.12.1"
263+
"@typescript-eslint/types" "8.12.1"
264+
"@typescript-eslint/typescript-estree" "8.12.1"
265+
"@typescript-eslint/visitor-keys" "8.12.1"
254266
debug "^4.3.4"
255267

256-
"@typescript-eslint/scope-manager@8.11.0":
257-
version "8.11.0"
258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
259-
integrity sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==
268+
"@typescript-eslint/scope-manager@8.12.1":
269+
version "8.12.1"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.1.tgz#8d1088d81786e46f714b8772c84500896899c25f"
271+
integrity sha512-bma6sD1iViTt+y9MAwDlBdPTMCqoH/BNdcQk4rKhIZWv3eM0xHmzeSrPJA663PAqFqfpOmtdugycpr0E1mZDVA==
260272
dependencies:
261-
"@typescript-eslint/types" "8.11.0"
262-
"@typescript-eslint/visitor-keys" "8.11.0"
273+
"@typescript-eslint/types" "8.12.1"
274+
"@typescript-eslint/visitor-keys" "8.12.1"
263275

264-
"@typescript-eslint/type-utils@8.11.0":
265-
version "8.11.0"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz#b7f9e6120c1ddee8a1a07615646642ad85fc91b5"
267-
integrity sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==
276+
"@typescript-eslint/type-utils@8.12.1":
277+
version "8.12.1"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.1.tgz#82f1c2d50e7f54e0cacde174aa397fd09946b574"
279+
integrity sha512-zJzrvbDVjIzVKV2TGHcjembEhws8RWXJhmqfO9hS2gRXBN0gDwGhRPEdJ6AZglzfJ+YA1q09EWpSLSXjBJpIMQ==
268280
dependencies:
269-
"@typescript-eslint/typescript-estree" "8.11.0"
270-
"@typescript-eslint/utils" "8.11.0"
281+
"@typescript-eslint/typescript-estree" "8.12.1"
282+
"@typescript-eslint/utils" "8.12.1"
271283
debug "^4.3.4"
272284
ts-api-utils "^1.3.0"
273285

274-
"@typescript-eslint/types@8.11.0":
275-
version "8.11.0"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
277-
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
286+
"@typescript-eslint/types@8.12.1":
287+
version "8.12.1"
288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.1.tgz#cb28d9575cf504fb297e49085c2e3f77a4e7b7e4"
289+
integrity sha512-anMS4es5lxBe4UVcDXOkcDb3csnm5BvaNIbOFfvy/pJEohorsggdVB8MFbl5EZiEuBnZZ0ei1z7W5b6FdFiV1Q==
278290

279-
"@typescript-eslint/typescript-estree@8.11.0":
280-
version "8.11.0"
281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz#35fe5d3636fc5727c52429393415412e552e222b"
282-
integrity sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==
291+
"@typescript-eslint/typescript-estree@8.12.1":
292+
version "8.12.1"
293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.1.tgz#70ea0e0cf038017edd945c2b2bd568c4c81062eb"
294+
integrity sha512-k/o9khHOckPeDXilFTIPsP9iAYhhdMh3OsOL3i2072PNpFqhqzRHx472/0DeC8H/WZee3bZG0z2ddGRSPgeOKw==
283295
dependencies:
284-
"@typescript-eslint/types" "8.11.0"
285-
"@typescript-eslint/visitor-keys" "8.11.0"
296+
"@typescript-eslint/types" "8.12.1"
297+
"@typescript-eslint/visitor-keys" "8.12.1"
286298
debug "^4.3.4"
287299
fast-glob "^3.3.2"
288300
is-glob "^4.0.3"
289301
minimatch "^9.0.4"
290302
semver "^7.6.0"
291303
ts-api-utils "^1.3.0"
292304

293-
"@typescript-eslint/utils@8.11.0":
294-
version "8.11.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.11.0.tgz#4480d1e9f2bb18ea3510c79f870a1aefc118103d"
296-
integrity sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==
305+
"@typescript-eslint/utils@8.12.1":
306+
version "8.12.1"
307+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.1.tgz#937e49cf1f9696afa9e78d6e652c6fca76e821b0"
308+
integrity sha512-sDv9yFHrhKe1WN8EYuzfhKCh/sFRupe9P+m/lZ5YgVvPoCUGHNN50IO4llSu7JAbftUM/QcCh+GeCortXPrBYQ==
297309
dependencies:
298310
"@eslint-community/eslint-utils" "^4.4.0"
299-
"@typescript-eslint/scope-manager" "8.11.0"
300-
"@typescript-eslint/types" "8.11.0"
301-
"@typescript-eslint/typescript-estree" "8.11.0"
311+
"@typescript-eslint/scope-manager" "8.12.1"
312+
"@typescript-eslint/types" "8.12.1"
313+
"@typescript-eslint/typescript-estree" "8.12.1"
302314

303-
"@typescript-eslint/visitor-keys@8.11.0":
304-
version "8.11.0"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz#273de1cbffe63d9f9cd7dfc20b5a5af66310cb92"
306-
integrity sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==
315+
"@typescript-eslint/visitor-keys@8.12.1":
316+
version "8.12.1"
317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.1.tgz#d21e3c85732c4857aca9663abfade596b3f0f00d"
318+
integrity sha512-2RwdwnNGuOQKdGjuhujQHUqBZhEuodg2sLVPvOfWktvA9sOXOVqARjOyHSyhN2LiJGKxV6c8oOcmOtRcAnEeFw==
307319
dependencies:
308-
"@typescript-eslint/types" "8.11.0"
320+
"@typescript-eslint/types" "8.12.1"
309321
eslint-visitor-keys "^3.4.3"
310322

311323
"@ungap/structured-clone@^1.0.0":

0 commit comments

Comments
 (0)