Skip to content

Commit 3e5c52c

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.11.0
1 parent 713276d commit 3e5c52c

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -228,84 +228,84 @@
228228
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
229229

230230
"@typescript-eslint/eslint-plugin@^8.0.0":
231-
version "8.9.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.9.0.tgz#bf0b25305b0bf014b4b194a6919103d7ac2a7907"
233-
integrity sha512-Y1n621OCy4m7/vTXNlCbMVp87zSd7NH0L9cXD8aIpOaNlzeWxIK4+Q19A68gSmTNRZn92UjocVUWDthGxtqHFg==
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==
234234
dependencies:
235235
"@eslint-community/regexpp" "^4.10.0"
236-
"@typescript-eslint/scope-manager" "8.9.0"
237-
"@typescript-eslint/type-utils" "8.9.0"
238-
"@typescript-eslint/utils" "8.9.0"
239-
"@typescript-eslint/visitor-keys" "8.9.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"
240240
graphemer "^1.4.0"
241241
ignore "^5.3.1"
242242
natural-compare "^1.4.0"
243243
ts-api-utils "^1.3.0"
244244

245245
"@typescript-eslint/parser@^8.0.0":
246-
version "8.9.0"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.9.0.tgz#0cecda6def8aef95d7c7098359c0fda5a362d6ad"
248-
integrity sha512-U+BLn2rqTTHnc4FL3FJjxaXptTxmf9sNftJK62XLz4+GxG3hLHm/SUNaaXP5Y4uTiuYoL5YLy4JBCJe3+t8awQ==
249-
dependencies:
250-
"@typescript-eslint/scope-manager" "8.9.0"
251-
"@typescript-eslint/types" "8.9.0"
252-
"@typescript-eslint/typescript-estree" "8.9.0"
253-
"@typescript-eslint/visitor-keys" "8.9.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"
254254
debug "^4.3.4"
255255

256-
"@typescript-eslint/scope-manager@8.9.0":
257-
version "8.9.0"
258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.9.0.tgz#c98fef0c4a82a484e6a1eb610a55b154d14d46f3"
259-
integrity sha512-bZu9bUud9ym1cabmOYH9S6TnbWRzpklVmwqICeOulTCZ9ue2/pczWzQvt/cGj2r2o1RdKoZbuEMalJJSYw3pHQ==
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==
260260
dependencies:
261-
"@typescript-eslint/types" "8.9.0"
262-
"@typescript-eslint/visitor-keys" "8.9.0"
261+
"@typescript-eslint/types" "8.11.0"
262+
"@typescript-eslint/visitor-keys" "8.11.0"
263263

264-
"@typescript-eslint/type-utils@8.9.0":
265-
version "8.9.0"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.9.0.tgz#aa86da3e4555fe7c8b42ab75e13561c4b5a8dfeb"
267-
integrity sha512-JD+/pCqlKqAk5961vxCluK+clkppHY07IbV3vett97KOV+8C6l+CPEPwpUuiMwgbOz/qrN3Ke4zzjqbT+ls+1Q==
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==
268268
dependencies:
269-
"@typescript-eslint/typescript-estree" "8.9.0"
270-
"@typescript-eslint/utils" "8.9.0"
269+
"@typescript-eslint/typescript-estree" "8.11.0"
270+
"@typescript-eslint/utils" "8.11.0"
271271
debug "^4.3.4"
272272
ts-api-utils "^1.3.0"
273273

274-
"@typescript-eslint/types@8.9.0":
275-
version "8.9.0"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.9.0.tgz#b733af07fb340b32e962c6c63b1062aec2dc0fe6"
277-
integrity sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ==
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==
278278

279-
"@typescript-eslint/typescript-estree@8.9.0":
280-
version "8.9.0"
281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.9.0.tgz#1714f167e9063062dc0df49c1d25afcbc7a96199"
282-
integrity sha512-9iJYTgKLDG6+iqegehc5+EqE6sqaee7kb8vWpmHZ86EqwDjmlqNNHeqDVqb9duh+BY6WCNHfIGvuVU3Tf9Db0g==
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==
283283
dependencies:
284-
"@typescript-eslint/types" "8.9.0"
285-
"@typescript-eslint/visitor-keys" "8.9.0"
284+
"@typescript-eslint/types" "8.11.0"
285+
"@typescript-eslint/visitor-keys" "8.11.0"
286286
debug "^4.3.4"
287287
fast-glob "^3.3.2"
288288
is-glob "^4.0.3"
289289
minimatch "^9.0.4"
290290
semver "^7.6.0"
291291
ts-api-utils "^1.3.0"
292292

293-
"@typescript-eslint/utils@8.9.0":
294-
version "8.9.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.9.0.tgz#748bbe3ea5bee526d9786d9405cf1b0df081c299"
296-
integrity sha512-PKgMmaSo/Yg/F7kIZvrgrWa1+Vwn036CdNUvYFEkYbPwOH4i8xvkaRlu148W3vtheWK9ckKRIz7PBP5oUlkrvQ==
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==
297297
dependencies:
298298
"@eslint-community/eslint-utils" "^4.4.0"
299-
"@typescript-eslint/scope-manager" "8.9.0"
300-
"@typescript-eslint/types" "8.9.0"
301-
"@typescript-eslint/typescript-estree" "8.9.0"
299+
"@typescript-eslint/scope-manager" "8.11.0"
300+
"@typescript-eslint/types" "8.11.0"
301+
"@typescript-eslint/typescript-estree" "8.11.0"
302302

303-
"@typescript-eslint/visitor-keys@8.9.0":
304-
version "8.9.0"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.9.0.tgz#5f11f4d9db913f37da42776893ffe0dd1ae78f78"
306-
integrity sha512-Ht4y38ubk4L5/U8xKUBfKNYGmvKvA1CANoxiTRMM+tOLk3lbF3DvzZCxJCRSE+2GdCMSh6zq9VZJc3asc1XuAA==
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==
307307
dependencies:
308-
"@typescript-eslint/types" "8.9.0"
308+
"@typescript-eslint/types" "8.11.0"
309309
eslint-visitor-keys "^3.4.3"
310310

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

0 commit comments

Comments
 (0)