Skip to content

Commit 59dcced

Browse files
Merge pull request #669 from devoxa/renovate/typescript-eslint-monorepo
Update dependency typescript-eslint from 8.21.0 to 8.22.0
2 parents 61e1ffe + 08021b2 commit 59dcced

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

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.0",
2020
"eslint-plugin-react": "7.37.4",
2121
"parse-gitignore": "2.0.0",
22-
"typescript-eslint": "8.21.0"
22+
"typescript-eslint": "8.22.0"
2323
},
2424
"peerDependencies": {
2525
"eslint": "^9.0.0",

yarn.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -171,30 +171,30 @@
171171
dependencies:
172172
csstype "^3.0.2"
173173

174-
"@typescript-eslint/eslint-plugin@8.21.0":
175-
version "8.21.0"
176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
177-
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
174+
"@typescript-eslint/eslint-plugin@8.22.0":
175+
version "8.22.0"
176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861"
177+
integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==
178178
dependencies:
179179
"@eslint-community/regexpp" "^4.10.0"
180-
"@typescript-eslint/scope-manager" "8.21.0"
181-
"@typescript-eslint/type-utils" "8.21.0"
182-
"@typescript-eslint/utils" "8.21.0"
183-
"@typescript-eslint/visitor-keys" "8.21.0"
180+
"@typescript-eslint/scope-manager" "8.22.0"
181+
"@typescript-eslint/type-utils" "8.22.0"
182+
"@typescript-eslint/utils" "8.22.0"
183+
"@typescript-eslint/visitor-keys" "8.22.0"
184184
graphemer "^1.4.0"
185185
ignore "^5.3.1"
186186
natural-compare "^1.4.0"
187187
ts-api-utils "^2.0.0"
188188

189-
"@typescript-eslint/parser@8.21.0":
190-
version "8.21.0"
191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
192-
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
189+
"@typescript-eslint/parser@8.22.0":
190+
version "8.22.0"
191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a"
192+
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==
193193
dependencies:
194-
"@typescript-eslint/scope-manager" "8.21.0"
195-
"@typescript-eslint/types" "8.21.0"
196-
"@typescript-eslint/typescript-estree" "8.21.0"
197-
"@typescript-eslint/visitor-keys" "8.21.0"
194+
"@typescript-eslint/scope-manager" "8.22.0"
195+
"@typescript-eslint/types" "8.22.0"
196+
"@typescript-eslint/typescript-estree" "8.22.0"
197+
"@typescript-eslint/visitor-keys" "8.22.0"
198198
debug "^4.3.4"
199199

200200
"@typescript-eslint/[email protected]":
@@ -205,21 +205,21 @@
205205
"@typescript-eslint/types" "8.16.0"
206206
"@typescript-eslint/visitor-keys" "8.16.0"
207207

208-
"@typescript-eslint/scope-manager@8.21.0":
209-
version "8.21.0"
210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
211-
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
208+
"@typescript-eslint/scope-manager@8.22.0":
209+
version "8.22.0"
210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e"
211+
integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==
212212
dependencies:
213-
"@typescript-eslint/types" "8.21.0"
214-
"@typescript-eslint/visitor-keys" "8.21.0"
213+
"@typescript-eslint/types" "8.22.0"
214+
"@typescript-eslint/visitor-keys" "8.22.0"
215215

216-
"@typescript-eslint/type-utils@8.21.0":
217-
version "8.21.0"
218-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
219-
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
216+
"@typescript-eslint/type-utils@8.22.0":
217+
version "8.22.0"
218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509"
219+
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==
220220
dependencies:
221-
"@typescript-eslint/typescript-estree" "8.21.0"
222-
"@typescript-eslint/utils" "8.21.0"
221+
"@typescript-eslint/typescript-estree" "8.22.0"
222+
"@typescript-eslint/utils" "8.22.0"
223223
debug "^4.3.4"
224224
ts-api-utils "^2.0.0"
225225

@@ -228,10 +228,10 @@
228228
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
229229
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
230230

231-
"@typescript-eslint/types@8.21.0":
232-
version "8.21.0"
233-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
234-
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
231+
"@typescript-eslint/types@8.22.0":
232+
version "8.22.0"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
234+
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
235235

236236
"@typescript-eslint/[email protected]":
237237
version "8.16.0"
@@ -247,29 +247,29 @@
247247
semver "^7.6.0"
248248
ts-api-utils "^1.3.0"
249249

250-
"@typescript-eslint/typescript-estree@8.21.0":
251-
version "8.21.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
253-
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
250+
"@typescript-eslint/typescript-estree@8.22.0":
251+
version "8.22.0"
252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df"
253+
integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==
254254
dependencies:
255-
"@typescript-eslint/types" "8.21.0"
256-
"@typescript-eslint/visitor-keys" "8.21.0"
255+
"@typescript-eslint/types" "8.22.0"
256+
"@typescript-eslint/visitor-keys" "8.22.0"
257257
debug "^4.3.4"
258258
fast-glob "^3.3.2"
259259
is-glob "^4.0.3"
260260
minimatch "^9.0.4"
261261
semver "^7.6.0"
262262
ts-api-utils "^2.0.0"
263263

264-
"@typescript-eslint/utils@8.21.0":
265-
version "8.21.0"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
267-
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
264+
"@typescript-eslint/utils@8.22.0":
265+
version "8.22.0"
266+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44"
267+
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==
268268
dependencies:
269269
"@eslint-community/eslint-utils" "^4.4.0"
270-
"@typescript-eslint/scope-manager" "8.21.0"
271-
"@typescript-eslint/types" "8.21.0"
272-
"@typescript-eslint/typescript-estree" "8.21.0"
270+
"@typescript-eslint/scope-manager" "8.22.0"
271+
"@typescript-eslint/types" "8.22.0"
272+
"@typescript-eslint/typescript-estree" "8.22.0"
273273

274274
"@typescript-eslint/utils@^8.13.0":
275275
version "8.16.0"
@@ -289,12 +289,12 @@
289289
"@typescript-eslint/types" "8.16.0"
290290
eslint-visitor-keys "^4.2.0"
291291

292-
"@typescript-eslint/visitor-keys@8.21.0":
293-
version "8.21.0"
294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
295-
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
292+
"@typescript-eslint/visitor-keys@8.22.0":
293+
version "8.22.0"
294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f"
295+
integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==
296296
dependencies:
297-
"@typescript-eslint/types" "8.21.0"
297+
"@typescript-eslint/types" "8.22.0"
298298
eslint-visitor-keys "^4.2.0"
299299

300300
acorn-jsx@^5.3.2:
@@ -2566,14 +2566,14 @@ typed-array-length@^1.0.6, typed-array-length@^1.0.7:
25662566
possible-typed-array-names "^1.0.0"
25672567
reflect.getprototypeof "^1.0.6"
25682568

2569-
typescript-eslint@8.21.0:
2570-
version "8.21.0"
2571-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.21.0.tgz#78bdb83a6d771f0312b128297d84a3111885fd08"
2572-
integrity sha512-txEKYY4XMKwPXxNkN8+AxAdX6iIJAPiJbHE/FpQccs/sxw8Lf26kqwC3cn0xkHlW8kEbLhkhCsjWuMveaY9Rxw==
2569+
typescript-eslint@8.22.0:
2570+
version "8.22.0"
2571+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.22.0.tgz#1d4becf1d65385e57e9271fbd557ccc22f6c0f53"
2572+
integrity sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==
25732573
dependencies:
2574-
"@typescript-eslint/eslint-plugin" "8.21.0"
2575-
"@typescript-eslint/parser" "8.21.0"
2576-
"@typescript-eslint/utils" "8.21.0"
2574+
"@typescript-eslint/eslint-plugin" "8.22.0"
2575+
"@typescript-eslint/parser" "8.22.0"
2576+
"@typescript-eslint/utils" "8.22.0"
25772577

25782578
25792579
version "5.7.3"

0 commit comments

Comments
 (0)