Skip to content

Commit 0433ef0

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.33.0
1 parent d8680fc commit 0433ef0

File tree

1 file changed

+97
-62
lines changed

1 file changed

+97
-62
lines changed

yarn.lock

Lines changed: 97 additions & 62 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,100 @@
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.33.0"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
234+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
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.33.0"
238+
"@typescript-eslint/type-utils" "8.33.0"
239+
"@typescript-eslint/utils" "8.33.0"
240+
"@typescript-eslint/visitor-keys" "8.33.0"
234241
graphemer "^1.4.0"
235-
ignore "^5.3.1"
242+
ignore "^7.0.0"
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.33.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
249+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
250+
dependencies:
251+
"@typescript-eslint/scope-manager" "8.33.0"
252+
"@typescript-eslint/types" "8.33.0"
253+
"@typescript-eslint/typescript-estree" "8.33.0"
254+
"@typescript-eslint/visitor-keys" "8.33.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/project-service@8.33.0":
258+
version "8.33.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
260+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
254261
dependencies:
255-
"@typescript-eslint/types" "8.29.0"
256-
"@typescript-eslint/visitor-keys" "8.29.0"
262+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
263+
"@typescript-eslint/types" "^8.33.0"
264+
debug "^4.3.4"
257265

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==
266+
"@typescript-eslint/scope-manager@8.33.0":
267+
version "8.33.0"
268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
269+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
262270
dependencies:
263-
"@typescript-eslint/typescript-estree" "8.29.0"
264-
"@typescript-eslint/utils" "8.29.0"
265-
debug "^4.3.4"
266-
ts-api-utils "^2.0.1"
271+
"@typescript-eslint/types" "8.33.0"
272+
"@typescript-eslint/visitor-keys" "8.33.0"
267273

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==
274+
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
275+
version "8.33.0"
276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
277+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
272278

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==
279+
"@typescript-eslint/type-utils@8.33.0":
280+
version "8.33.0"
281+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
282+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
277283
dependencies:
278-
"@typescript-eslint/types" "8.29.0"
279-
"@typescript-eslint/visitor-keys" "8.29.0"
284+
"@typescript-eslint/typescript-estree" "8.33.0"
285+
"@typescript-eslint/utils" "8.33.0"
286+
debug "^4.3.4"
287+
ts-api-utils "^2.1.0"
288+
289+
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0":
290+
version "8.33.0"
291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
292+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
293+
294+
"@typescript-eslint/typescript-estree@8.33.0":
295+
version "8.33.0"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
297+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
298+
dependencies:
299+
"@typescript-eslint/project-service" "8.33.0"
300+
"@typescript-eslint/tsconfig-utils" "8.33.0"
301+
"@typescript-eslint/types" "8.33.0"
302+
"@typescript-eslint/visitor-keys" "8.33.0"
280303
debug "^4.3.4"
281304
fast-glob "^3.3.2"
282305
is-glob "^4.0.3"
283306
minimatch "^9.0.4"
284307
semver "^7.6.0"
285-
ts-api-utils "^2.0.1"
308+
ts-api-utils "^2.1.0"
286309

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==
310+
"@typescript-eslint/utils@8.33.0":
311+
version "8.33.0"
312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
313+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
291314
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"
315+
"@eslint-community/eslint-utils" "^4.7.0"
316+
"@typescript-eslint/scope-manager" "8.33.0"
317+
"@typescript-eslint/types" "8.33.0"
318+
"@typescript-eslint/typescript-estree" "8.33.0"
296319

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==
320+
"@typescript-eslint/visitor-keys@8.33.0":
321+
version "8.33.0"
322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
323+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
301324
dependencies:
302-
"@typescript-eslint/types" "8.29.0"
325+
"@typescript-eslint/types" "8.33.0"
303326
eslint-visitor-keys "^4.2.0"
304327

305328
acorn-jsx@^5.3.2:
@@ -441,13 +464,20 @@ cross-spawn@^7.0.6:
441464
shebang-command "^2.0.0"
442465
which "^2.0.1"
443466

444-
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
467+
debug@^4.3.1, debug@^4.3.2:
445468
version "4.4.0"
446469
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
447470
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
448471
dependencies:
449472
ms "^2.1.3"
450473

474+
debug@^4.3.4:
475+
version "4.4.1"
476+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
477+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
478+
dependencies:
479+
ms "^2.1.3"
480+
451481
deep-is@^0.1.3:
452482
version "0.1.4"
453483
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
@@ -681,11 +711,16 @@ has-flag@^4.0.0:
681711
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
682712
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
683713

684-
ignore@^5.2.0, ignore@^5.3.1:
714+
ignore@^5.2.0:
685715
version "5.3.2"
686716
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
687717
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
688718

719+
ignore@^7.0.0:
720+
version "7.0.4"
721+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
722+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
723+
689724
import-fresh@^3.2.1:
690725
version "3.3.1"
691726
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
@@ -949,9 +984,9 @@ run-parallel@^1.1.9:
949984
queue-microtask "^1.2.2"
950985

951986
semver@^7.6.0:
952-
version "7.7.1"
953-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
954-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
987+
version "7.7.2"
988+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
989+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
955990

956991
shebang-command@^2.0.0:
957992
version "2.0.0"
@@ -984,7 +1019,7 @@ to-regex-range@^5.0.1:
9841019
dependencies:
9851020
is-number "^7.0.0"
9861021

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

0 commit comments

Comments
 (0)