Skip to content

Commit 6f7df56

Browse files
chore(deps): update typescript-eslint monorepo to v8.24.0
1 parent 3b6ffb3 commit 6f7df56

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -217,84 +217,84 @@
217217
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
218218

219219
"@typescript-eslint/eslint-plugin@^8.0.0":
220-
version "8.23.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
222-
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
220+
version "8.24.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
222+
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
223223
dependencies:
224224
"@eslint-community/regexpp" "^4.10.0"
225-
"@typescript-eslint/scope-manager" "8.23.0"
226-
"@typescript-eslint/type-utils" "8.23.0"
227-
"@typescript-eslint/utils" "8.23.0"
228-
"@typescript-eslint/visitor-keys" "8.23.0"
225+
"@typescript-eslint/scope-manager" "8.24.0"
226+
"@typescript-eslint/type-utils" "8.24.0"
227+
"@typescript-eslint/utils" "8.24.0"
228+
"@typescript-eslint/visitor-keys" "8.24.0"
229229
graphemer "^1.4.0"
230230
ignore "^5.3.1"
231231
natural-compare "^1.4.0"
232232
ts-api-utils "^2.0.1"
233233

234234
"@typescript-eslint/parser@^8.0.0":
235-
version "8.23.0"
236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081"
237-
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==
238-
dependencies:
239-
"@typescript-eslint/scope-manager" "8.23.0"
240-
"@typescript-eslint/types" "8.23.0"
241-
"@typescript-eslint/typescript-estree" "8.23.0"
242-
"@typescript-eslint/visitor-keys" "8.23.0"
235+
version "8.24.0"
236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
237+
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
238+
dependencies:
239+
"@typescript-eslint/scope-manager" "8.24.0"
240+
"@typescript-eslint/types" "8.24.0"
241+
"@typescript-eslint/typescript-estree" "8.24.0"
242+
"@typescript-eslint/visitor-keys" "8.24.0"
243243
debug "^4.3.4"
244244

245-
"@typescript-eslint/scope-manager@8.23.0":
246-
version "8.23.0"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
248-
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
245+
"@typescript-eslint/scope-manager@8.24.0":
246+
version "8.24.0"
247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
248+
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
249249
dependencies:
250-
"@typescript-eslint/types" "8.23.0"
251-
"@typescript-eslint/visitor-keys" "8.23.0"
250+
"@typescript-eslint/types" "8.24.0"
251+
"@typescript-eslint/visitor-keys" "8.24.0"
252252

253-
"@typescript-eslint/type-utils@8.23.0":
254-
version "8.23.0"
255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
256-
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
253+
"@typescript-eslint/type-utils@8.24.0":
254+
version "8.24.0"
255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
256+
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
257257
dependencies:
258-
"@typescript-eslint/typescript-estree" "8.23.0"
259-
"@typescript-eslint/utils" "8.23.0"
258+
"@typescript-eslint/typescript-estree" "8.24.0"
259+
"@typescript-eslint/utils" "8.24.0"
260260
debug "^4.3.4"
261261
ts-api-utils "^2.0.1"
262262

263-
"@typescript-eslint/types@8.23.0":
264-
version "8.23.0"
265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
266-
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
263+
"@typescript-eslint/types@8.24.0":
264+
version "8.24.0"
265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
266+
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
267267

268-
"@typescript-eslint/typescript-estree@8.23.0":
269-
version "8.23.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
271-
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
268+
"@typescript-eslint/typescript-estree@8.24.0":
269+
version "8.24.0"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
271+
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
272272
dependencies:
273-
"@typescript-eslint/types" "8.23.0"
274-
"@typescript-eslint/visitor-keys" "8.23.0"
273+
"@typescript-eslint/types" "8.24.0"
274+
"@typescript-eslint/visitor-keys" "8.24.0"
275275
debug "^4.3.4"
276276
fast-glob "^3.3.2"
277277
is-glob "^4.0.3"
278278
minimatch "^9.0.4"
279279
semver "^7.6.0"
280280
ts-api-utils "^2.0.1"
281281

282-
"@typescript-eslint/utils@8.23.0":
283-
version "8.23.0"
284-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
285-
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
282+
"@typescript-eslint/utils@8.24.0":
283+
version "8.24.0"
284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
285+
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
286286
dependencies:
287287
"@eslint-community/eslint-utils" "^4.4.0"
288-
"@typescript-eslint/scope-manager" "8.23.0"
289-
"@typescript-eslint/types" "8.23.0"
290-
"@typescript-eslint/typescript-estree" "8.23.0"
288+
"@typescript-eslint/scope-manager" "8.24.0"
289+
"@typescript-eslint/types" "8.24.0"
290+
"@typescript-eslint/typescript-estree" "8.24.0"
291291

292-
"@typescript-eslint/visitor-keys@8.23.0":
293-
version "8.23.0"
294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
295-
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
292+
"@typescript-eslint/visitor-keys@8.24.0":
293+
version "8.24.0"
294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
295+
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
296296
dependencies:
297-
"@typescript-eslint/types" "8.23.0"
297+
"@typescript-eslint/types" "8.24.0"
298298
eslint-visitor-keys "^4.2.0"
299299

300300
acorn-jsx@^5.3.2:
@@ -943,9 +943,9 @@ run-parallel@^1.1.9:
943943
queue-microtask "^1.2.2"
944944

945945
semver@^7.6.0:
946-
version "7.7.0"
947-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
948-
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
946+
version "7.7.1"
947+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
948+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
949949

950950
shebang-command@^2.0.0:
951951
version "2.0.0"

0 commit comments

Comments
 (0)