Skip to content

Commit 1dae8d8

Browse files
chore(deps): update typescript-eslint monorepo to v8.32.0
1 parent 9a8b09d commit 1dae8d8

File tree

1 file changed

+62
-55
lines changed

1 file changed

+62
-55
lines changed

yarn.lock

Lines changed: 62 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "0.3.9"
1111

12-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12+
"@eslint-community/eslint-utils@^4.2.0":
1313
version "4.5.1"
1414
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
1515
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
1616
dependencies:
1717
eslint-visitor-keys "^3.4.3"
1818

19+
"@eslint-community/eslint-utils@^4.7.0":
20+
version "4.7.0"
21+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
22+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
23+
dependencies:
24+
eslint-visitor-keys "^3.4.3"
25+
1926
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
2027
version "4.12.1"
2128
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -222,84 +229,84 @@
222229
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
223230

224231
"@typescript-eslint/eslint-plugin@^8.0.0":
225-
version "8.29.0"
226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
227-
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
232+
version "8.32.0"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
234+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
228235
dependencies:
229236
"@eslint-community/regexpp" "^4.10.0"
230-
"@typescript-eslint/scope-manager" "8.29.0"
231-
"@typescript-eslint/type-utils" "8.29.0"
232-
"@typescript-eslint/utils" "8.29.0"
233-
"@typescript-eslint/visitor-keys" "8.29.0"
237+
"@typescript-eslint/scope-manager" "8.32.0"
238+
"@typescript-eslint/type-utils" "8.32.0"
239+
"@typescript-eslint/utils" "8.32.0"
240+
"@typescript-eslint/visitor-keys" "8.32.0"
234241
graphemer "^1.4.0"
235242
ignore "^5.3.1"
236243
natural-compare "^1.4.0"
237-
ts-api-utils "^2.0.1"
244+
ts-api-utils "^2.1.0"
238245

239246
"@typescript-eslint/parser@^8.0.0":
240-
version "8.29.0"
241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
242-
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
243-
dependencies:
244-
"@typescript-eslint/scope-manager" "8.29.0"
245-
"@typescript-eslint/types" "8.29.0"
246-
"@typescript-eslint/typescript-estree" "8.29.0"
247-
"@typescript-eslint/visitor-keys" "8.29.0"
247+
version "8.32.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
249+
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
250+
dependencies:
251+
"@typescript-eslint/scope-manager" "8.32.0"
252+
"@typescript-eslint/types" "8.32.0"
253+
"@typescript-eslint/typescript-estree" "8.32.0"
254+
"@typescript-eslint/visitor-keys" "8.32.0"
248255
debug "^4.3.4"
249256

250-
"@typescript-eslint/scope-manager@8.29.0":
251-
version "8.29.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
253-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
257+
"@typescript-eslint/scope-manager@8.32.0":
258+
version "8.32.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
260+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
254261
dependencies:
255-
"@typescript-eslint/types" "8.29.0"
256-
"@typescript-eslint/visitor-keys" "8.29.0"
262+
"@typescript-eslint/types" "8.32.0"
263+
"@typescript-eslint/visitor-keys" "8.32.0"
257264

258-
"@typescript-eslint/type-utils@8.29.0":
259-
version "8.29.0"
260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
261-
integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==
265+
"@typescript-eslint/type-utils@8.32.0":
266+
version "8.32.0"
267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
268+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
262269
dependencies:
263-
"@typescript-eslint/typescript-estree" "8.29.0"
264-
"@typescript-eslint/utils" "8.29.0"
270+
"@typescript-eslint/typescript-estree" "8.32.0"
271+
"@typescript-eslint/utils" "8.32.0"
265272
debug "^4.3.4"
266-
ts-api-utils "^2.0.1"
273+
ts-api-utils "^2.1.0"
267274

268-
"@typescript-eslint/types@8.29.0":
269-
version "8.29.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
271-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
275+
"@typescript-eslint/types@8.32.0":
276+
version "8.32.0"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
278+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
272279

273-
"@typescript-eslint/typescript-estree@8.29.0":
274-
version "8.29.0"
275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
276-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
280+
"@typescript-eslint/typescript-estree@8.32.0":
281+
version "8.32.0"
282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
283+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
277284
dependencies:
278-
"@typescript-eslint/types" "8.29.0"
279-
"@typescript-eslint/visitor-keys" "8.29.0"
285+
"@typescript-eslint/types" "8.32.0"
286+
"@typescript-eslint/visitor-keys" "8.32.0"
280287
debug "^4.3.4"
281288
fast-glob "^3.3.2"
282289
is-glob "^4.0.3"
283290
minimatch "^9.0.4"
284291
semver "^7.6.0"
285-
ts-api-utils "^2.0.1"
292+
ts-api-utils "^2.1.0"
286293

287-
"@typescript-eslint/utils@8.29.0":
288-
version "8.29.0"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
290-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
294+
"@typescript-eslint/utils@8.32.0":
295+
version "8.32.0"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
297+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
291298
dependencies:
292-
"@eslint-community/eslint-utils" "^4.4.0"
293-
"@typescript-eslint/scope-manager" "8.29.0"
294-
"@typescript-eslint/types" "8.29.0"
295-
"@typescript-eslint/typescript-estree" "8.29.0"
299+
"@eslint-community/eslint-utils" "^4.7.0"
300+
"@typescript-eslint/scope-manager" "8.32.0"
301+
"@typescript-eslint/types" "8.32.0"
302+
"@typescript-eslint/typescript-estree" "8.32.0"
296303

297-
"@typescript-eslint/visitor-keys@8.29.0":
298-
version "8.29.0"
299-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
300-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
304+
"@typescript-eslint/visitor-keys@8.32.0":
305+
version "8.32.0"
306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
307+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
301308
dependencies:
302-
"@typescript-eslint/types" "8.29.0"
309+
"@typescript-eslint/types" "8.32.0"
303310
eslint-visitor-keys "^4.2.0"
304311

305312
acorn-jsx@^5.3.2:
@@ -984,7 +991,7 @@ to-regex-range@^5.0.1:
984991
dependencies:
985992
is-number "^7.0.0"
986993

987-
ts-api-utils@^2.0.1:
994+
ts-api-utils@^2.1.0:
988995
version "2.1.0"
989996
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
990997
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==

0 commit comments

Comments
 (0)