Skip to content

Commit 653bce0

Browse files
Merge pull request #679 from devoxa/renovate/typescript-eslint-monorepo
Update dependency typescript-eslint from 8.24.0 to 8.24.1
2 parents 78b7178 + 5a83307 commit 653bce0

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-prettier": "9.1.0",
2020
"eslint-plugin-react": "7.37.4",
2121
"parse-gitignore": "2.0.0",
22-
"typescript-eslint": "8.24.0"
22+
"typescript-eslint": "8.24.1"
2323
},
2424
"peerDependencies": {
2525
"eslint": "^9.0.0",

yarn.lock

+57-57
Original file line numberDiff line numberDiff line change
@@ -178,30 +178,30 @@
178178
dependencies:
179179
csstype "^3.0.2"
180180

181-
"@typescript-eslint/[email protected].0":
182-
version "8.24.0"
183-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
184-
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
181+
"@typescript-eslint/[email protected].1":
182+
version "8.24.1"
183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
184+
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
185185
dependencies:
186186
"@eslint-community/regexpp" "^4.10.0"
187-
"@typescript-eslint/scope-manager" "8.24.0"
188-
"@typescript-eslint/type-utils" "8.24.0"
189-
"@typescript-eslint/utils" "8.24.0"
190-
"@typescript-eslint/visitor-keys" "8.24.0"
187+
"@typescript-eslint/scope-manager" "8.24.1"
188+
"@typescript-eslint/type-utils" "8.24.1"
189+
"@typescript-eslint/utils" "8.24.1"
190+
"@typescript-eslint/visitor-keys" "8.24.1"
191191
graphemer "^1.4.0"
192192
ignore "^5.3.1"
193193
natural-compare "^1.4.0"
194194
ts-api-utils "^2.0.1"
195195

196-
"@typescript-eslint/[email protected].0":
197-
version "8.24.0"
198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
199-
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
196+
"@typescript-eslint/[email protected].1":
197+
version "8.24.1"
198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
199+
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
200200
dependencies:
201-
"@typescript-eslint/scope-manager" "8.24.0"
202-
"@typescript-eslint/types" "8.24.0"
203-
"@typescript-eslint/typescript-estree" "8.24.0"
204-
"@typescript-eslint/visitor-keys" "8.24.0"
201+
"@typescript-eslint/scope-manager" "8.24.1"
202+
"@typescript-eslint/types" "8.24.1"
203+
"@typescript-eslint/typescript-estree" "8.24.1"
204+
"@typescript-eslint/visitor-keys" "8.24.1"
205205
debug "^4.3.4"
206206

207207
"@typescript-eslint/[email protected]":
@@ -212,21 +212,21 @@
212212
"@typescript-eslint/types" "8.16.0"
213213
"@typescript-eslint/visitor-keys" "8.16.0"
214214

215-
"@typescript-eslint/[email protected].0":
216-
version "8.24.0"
217-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
218-
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
215+
"@typescript-eslint/[email protected].1":
216+
version "8.24.1"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
218+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
219219
dependencies:
220-
"@typescript-eslint/types" "8.24.0"
221-
"@typescript-eslint/visitor-keys" "8.24.0"
220+
"@typescript-eslint/types" "8.24.1"
221+
"@typescript-eslint/visitor-keys" "8.24.1"
222222

223-
"@typescript-eslint/[email protected].0":
224-
version "8.24.0"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
226-
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
223+
"@typescript-eslint/[email protected].1":
224+
version "8.24.1"
225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
226+
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
227227
dependencies:
228-
"@typescript-eslint/typescript-estree" "8.24.0"
229-
"@typescript-eslint/utils" "8.24.0"
228+
"@typescript-eslint/typescript-estree" "8.24.1"
229+
"@typescript-eslint/utils" "8.24.1"
230230
debug "^4.3.4"
231231
ts-api-utils "^2.0.1"
232232

@@ -235,10 +235,10 @@
235235
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
236236
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
237237

238-
"@typescript-eslint/[email protected].0":
239-
version "8.24.0"
240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
241-
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
238+
"@typescript-eslint/[email protected].1":
239+
version "8.24.1"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
241+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
242242

243243
"@typescript-eslint/[email protected]":
244244
version "8.16.0"
@@ -254,29 +254,29 @@
254254
semver "^7.6.0"
255255
ts-api-utils "^1.3.0"
256256

257-
"@typescript-eslint/[email protected].0":
258-
version "8.24.0"
259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
260-
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
257+
"@typescript-eslint/[email protected].1":
258+
version "8.24.1"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
260+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
261261
dependencies:
262-
"@typescript-eslint/types" "8.24.0"
263-
"@typescript-eslint/visitor-keys" "8.24.0"
262+
"@typescript-eslint/types" "8.24.1"
263+
"@typescript-eslint/visitor-keys" "8.24.1"
264264
debug "^4.3.4"
265265
fast-glob "^3.3.2"
266266
is-glob "^4.0.3"
267267
minimatch "^9.0.4"
268268
semver "^7.6.0"
269269
ts-api-utils "^2.0.1"
270270

271-
"@typescript-eslint/[email protected].0":
272-
version "8.24.0"
273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
274-
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
271+
"@typescript-eslint/[email protected].1":
272+
version "8.24.1"
273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
274+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
275275
dependencies:
276276
"@eslint-community/eslint-utils" "^4.4.0"
277-
"@typescript-eslint/scope-manager" "8.24.0"
278-
"@typescript-eslint/types" "8.24.0"
279-
"@typescript-eslint/typescript-estree" "8.24.0"
277+
"@typescript-eslint/scope-manager" "8.24.1"
278+
"@typescript-eslint/types" "8.24.1"
279+
"@typescript-eslint/typescript-estree" "8.24.1"
280280

281281
"@typescript-eslint/utils@^8.13.0":
282282
version "8.16.0"
@@ -296,12 +296,12 @@
296296
"@typescript-eslint/types" "8.16.0"
297297
eslint-visitor-keys "^4.2.0"
298298

299-
"@typescript-eslint/[email protected].0":
300-
version "8.24.0"
301-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
302-
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
299+
"@typescript-eslint/[email protected].1":
300+
version "8.24.1"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
302+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
303303
dependencies:
304-
"@typescript-eslint/types" "8.24.0"
304+
"@typescript-eslint/types" "8.24.1"
305305
eslint-visitor-keys "^4.2.0"
306306

307307
acorn-jsx@^5.3.2:
@@ -2573,14 +2573,14 @@ typed-array-length@^1.0.6, typed-array-length@^1.0.7:
25732573
possible-typed-array-names "^1.0.0"
25742574
reflect.getprototypeof "^1.0.6"
25752575

2576-
2577-
version "8.24.0"
2578-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.24.0.tgz#cc655e71885ecb8280342b422ad839a2e2e46a96"
2579-
integrity sha512-/lmv4366en/qbB32Vz5+kCNZEMf6xYHwh1z48suBwZvAtnXKbP+YhGe8OLE2BqC67LMqKkCNLtjejdwsdW6uOQ==
2576+
2577+
version "8.24.1"
2578+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.24.1.tgz#ce85d791392608a2a9f80c4b2530a214d16a2a47"
2579+
integrity sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==
25802580
dependencies:
2581-
"@typescript-eslint/eslint-plugin" "8.24.0"
2582-
"@typescript-eslint/parser" "8.24.0"
2583-
"@typescript-eslint/utils" "8.24.0"
2581+
"@typescript-eslint/eslint-plugin" "8.24.1"
2582+
"@typescript-eslint/parser" "8.24.1"
2583+
"@typescript-eslint/utils" "8.24.1"
25842584

25852585
25862586
version "5.7.3"

0 commit comments

Comments
 (0)