Skip to content

Commit 54d2b1d

Browse files
Merge pull request #827 from devoxa/renovate/typescript-eslint-monorepo
Update dependency typescript-eslint from 8.55.0 to 8.56.0
2 parents 2b716d6 + 2e98e08 commit 54d2b1d

2 files changed

Lines changed: 78 additions & 73 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-prettier": "9.1.2",
2020
"eslint-plugin-react": "7.37.5",
2121
"parse-gitignore": "2.0.0",
22-
"typescript-eslint": "8.55.0"
22+
"typescript-eslint": "8.56.0"
2323
},
2424
"peerDependencies": {
2525
"eslint": "^9.0.0",

yarn.lock

Lines changed: 77 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -185,38 +185,38 @@
185185
dependencies:
186186
csstype "^3.2.2"
187187

188-
"@typescript-eslint/eslint-plugin@8.55.0":
189-
version "8.55.0"
190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f"
191-
integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==
188+
"@typescript-eslint/eslint-plugin@8.56.0":
189+
version "8.56.0"
190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz#5aec3db807a6b8437ea5d5ebf7bd16b4119aba8d"
191+
integrity sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==
192192
dependencies:
193193
"@eslint-community/regexpp" "^4.12.2"
194-
"@typescript-eslint/scope-manager" "8.55.0"
195-
"@typescript-eslint/type-utils" "8.55.0"
196-
"@typescript-eslint/utils" "8.55.0"
197-
"@typescript-eslint/visitor-keys" "8.55.0"
194+
"@typescript-eslint/scope-manager" "8.56.0"
195+
"@typescript-eslint/type-utils" "8.56.0"
196+
"@typescript-eslint/utils" "8.56.0"
197+
"@typescript-eslint/visitor-keys" "8.56.0"
198198
ignore "^7.0.5"
199199
natural-compare "^1.4.0"
200200
ts-api-utils "^2.4.0"
201201

202-
"@typescript-eslint/parser@8.55.0":
203-
version "8.55.0"
204-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.55.0.tgz#6eace4e9e95f178d3447ed1f17f3d6a5dfdb345c"
205-
integrity sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==
202+
"@typescript-eslint/parser@8.56.0":
203+
version "8.56.0"
204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.0.tgz#8ecff1678b8b1a742d29c446ccf5eeea7f971d72"
205+
integrity sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==
206206
dependencies:
207-
"@typescript-eslint/scope-manager" "8.55.0"
208-
"@typescript-eslint/types" "8.55.0"
209-
"@typescript-eslint/typescript-estree" "8.55.0"
210-
"@typescript-eslint/visitor-keys" "8.55.0"
207+
"@typescript-eslint/scope-manager" "8.56.0"
208+
"@typescript-eslint/types" "8.56.0"
209+
"@typescript-eslint/typescript-estree" "8.56.0"
210+
"@typescript-eslint/visitor-keys" "8.56.0"
211211
debug "^4.4.3"
212212

213-
"@typescript-eslint/project-service@8.55.0":
214-
version "8.55.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
216-
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
213+
"@typescript-eslint/project-service@8.56.0":
214+
version "8.56.0"
215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.0.tgz#bb8562fecd8f7922e676fc6a1189c20dd7991d73"
216+
integrity sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==
217217
dependencies:
218-
"@typescript-eslint/tsconfig-utils" "^8.55.0"
219-
"@typescript-eslint/types" "^8.55.0"
218+
"@typescript-eslint/tsconfig-utils" "^8.56.0"
219+
"@typescript-eslint/types" "^8.56.0"
220220
debug "^4.4.3"
221221

222222
"@typescript-eslint/scope-manager@8.16.0":
@@ -227,27 +227,27 @@
227227
"@typescript-eslint/types" "8.16.0"
228228
"@typescript-eslint/visitor-keys" "8.16.0"
229229

230-
"@typescript-eslint/scope-manager@8.55.0":
231-
version "8.55.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
233-
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
230+
"@typescript-eslint/scope-manager@8.56.0":
231+
version "8.56.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz#604030a4c6433df3728effdd441d47f45a86edb4"
233+
integrity sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==
234234
dependencies:
235-
"@typescript-eslint/types" "8.55.0"
236-
"@typescript-eslint/visitor-keys" "8.55.0"
235+
"@typescript-eslint/types" "8.56.0"
236+
"@typescript-eslint/visitor-keys" "8.56.0"
237237

238-
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
239-
version "8.55.0"
240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
241-
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
238+
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
239+
version "8.56.0"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
241+
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
242242

243-
"@typescript-eslint/type-utils@8.55.0":
244-
version "8.55.0"
245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
246-
integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==
243+
"@typescript-eslint/type-utils@8.56.0":
244+
version "8.56.0"
245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz#72b4edc1fc73988998f1632b3ec99c2a66eaac6e"
246+
integrity sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==
247247
dependencies:
248-
"@typescript-eslint/types" "8.55.0"
249-
"@typescript-eslint/typescript-estree" "8.55.0"
250-
"@typescript-eslint/utils" "8.55.0"
248+
"@typescript-eslint/types" "8.56.0"
249+
"@typescript-eslint/typescript-estree" "8.56.0"
250+
"@typescript-eslint/utils" "8.56.0"
251251
debug "^4.4.3"
252252
ts-api-utils "^2.4.0"
253253

@@ -256,10 +256,10 @@
256256
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
257257
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
258258

259-
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
260-
version "8.55.0"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
262-
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
259+
"@typescript-eslint/types@8.56.0", "@typescript-eslint/types@^8.56.0":
260+
version "8.56.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
262+
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
263263

264264
"@typescript-eslint/typescript-estree@8.16.0":
265265
version "8.16.0"
@@ -275,30 +275,30 @@
275275
semver "^7.6.0"
276276
ts-api-utils "^1.3.0"
277277

278-
"@typescript-eslint/typescript-estree@8.55.0":
279-
version "8.55.0"
280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
281-
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
278+
"@typescript-eslint/typescript-estree@8.56.0":
279+
version "8.56.0"
280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz#fadbc74c14c5bac947db04980ff58bb178701c2e"
281+
integrity sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==
282282
dependencies:
283-
"@typescript-eslint/project-service" "8.55.0"
284-
"@typescript-eslint/tsconfig-utils" "8.55.0"
285-
"@typescript-eslint/types" "8.55.0"
286-
"@typescript-eslint/visitor-keys" "8.55.0"
283+
"@typescript-eslint/project-service" "8.56.0"
284+
"@typescript-eslint/tsconfig-utils" "8.56.0"
285+
"@typescript-eslint/types" "8.56.0"
286+
"@typescript-eslint/visitor-keys" "8.56.0"
287287
debug "^4.4.3"
288288
minimatch "^9.0.5"
289289
semver "^7.7.3"
290290
tinyglobby "^0.2.15"
291291
ts-api-utils "^2.4.0"
292292

293-
"@typescript-eslint/utils@8.55.0":
294-
version "8.55.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
296-
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
293+
"@typescript-eslint/utils@8.56.0":
294+
version "8.56.0"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.0.tgz#063ce6f702ec603de1b83ee795ed5e877d6f7841"
296+
integrity sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==
297297
dependencies:
298298
"@eslint-community/eslint-utils" "^4.9.1"
299-
"@typescript-eslint/scope-manager" "8.55.0"
300-
"@typescript-eslint/types" "8.55.0"
301-
"@typescript-eslint/typescript-estree" "8.55.0"
299+
"@typescript-eslint/scope-manager" "8.56.0"
300+
"@typescript-eslint/types" "8.56.0"
301+
"@typescript-eslint/typescript-estree" "8.56.0"
302302

303303
"@typescript-eslint/utils@^8.13.0":
304304
version "8.16.0"
@@ -318,13 +318,13 @@
318318
"@typescript-eslint/types" "8.16.0"
319319
eslint-visitor-keys "^4.2.0"
320320

321-
"@typescript-eslint/visitor-keys@8.55.0":
322-
version "8.55.0"
323-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
324-
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
321+
"@typescript-eslint/visitor-keys@8.56.0":
322+
version "8.56.0"
323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz#7d6592ab001827d3ce052155edf7ecad19688d7d"
324+
integrity sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==
325325
dependencies:
326-
"@typescript-eslint/types" "8.55.0"
327-
eslint-visitor-keys "^4.2.1"
326+
"@typescript-eslint/types" "8.56.0"
327+
eslint-visitor-keys "^5.0.0"
328328

329329
acorn-jsx@^5.3.2:
330330
version "5.3.2"
@@ -1063,6 +1063,11 @@ eslint-visitor-keys@^4.2.1:
10631063
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
10641064
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
10651065

1066+
eslint-visitor-keys@^5.0.0:
1067+
version "5.0.0"
1068+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
1069+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
1070+
10661071
eslint@9.39.2:
10671072
version "9.39.2"
10681073
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
@@ -2704,15 +2709,15 @@ typed-array-length@^1.0.6, typed-array-length@^1.0.7:
27042709
possible-typed-array-names "^1.0.0"
27052710
reflect.getprototypeof "^1.0.6"
27062711

2707-
typescript-eslint@8.55.0:
2708-
version "8.55.0"
2709-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.55.0.tgz#abae8295c5f0f82f816218113a46e89bc30c3de2"
2710-
integrity sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==
2712+
typescript-eslint@8.56.0:
2713+
version "8.56.0"
2714+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.56.0.tgz#f4686ccaaf2fb86daf0133820da40ca5961a2236"
2715+
integrity sha512-c7toRLrotJ9oixgdW7liukZpsnq5CZ7PuKztubGYlNppuTqhIoWfhgHo/7EU0v06gS2l/x0i2NEFK1qMIf0rIg==
27112716
dependencies:
2712-
"@typescript-eslint/eslint-plugin" "8.55.0"
2713-
"@typescript-eslint/parser" "8.55.0"
2714-
"@typescript-eslint/typescript-estree" "8.55.0"
2715-
"@typescript-eslint/utils" "8.55.0"
2717+
"@typescript-eslint/eslint-plugin" "8.56.0"
2718+
"@typescript-eslint/parser" "8.56.0"
2719+
"@typescript-eslint/typescript-estree" "8.56.0"
2720+
"@typescript-eslint/utils" "8.56.0"
27162721

27172722
typescript@5.9.3:
27182723
version "5.9.3"

0 commit comments

Comments
 (0)