Skip to content

Commit 3c55cec

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

File tree

1 file changed

+72
-60
lines changed

1 file changed

+72
-60
lines changed

yarn.lock

+72-60
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.1"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
234+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
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.1"
238+
"@typescript-eslint/type-utils" "8.32.1"
239+
"@typescript-eslint/utils" "8.32.1"
240+
"@typescript-eslint/visitor-keys" "8.32.1"
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.32.1"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
249+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
250+
dependencies:
251+
"@typescript-eslint/scope-manager" "8.32.1"
252+
"@typescript-eslint/types" "8.32.1"
253+
"@typescript-eslint/typescript-estree" "8.32.1"
254+
"@typescript-eslint/visitor-keys" "8.32.1"
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.1":
258+
version "8.32.1"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
260+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
254261
dependencies:
255-
"@typescript-eslint/types" "8.29.0"
256-
"@typescript-eslint/visitor-keys" "8.29.0"
262+
"@typescript-eslint/types" "8.32.1"
263+
"@typescript-eslint/visitor-keys" "8.32.1"
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.1":
266+
version "8.32.1"
267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
268+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
262269
dependencies:
263-
"@typescript-eslint/typescript-estree" "8.29.0"
264-
"@typescript-eslint/utils" "8.29.0"
270+
"@typescript-eslint/typescript-estree" "8.32.1"
271+
"@typescript-eslint/utils" "8.32.1"
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.1":
276+
version "8.32.1"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
278+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
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.1":
281+
version "8.32.1"
282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
283+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
277284
dependencies:
278-
"@typescript-eslint/types" "8.29.0"
279-
"@typescript-eslint/visitor-keys" "8.29.0"
285+
"@typescript-eslint/types" "8.32.1"
286+
"@typescript-eslint/visitor-keys" "8.32.1"
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.1":
295+
version "8.32.1"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
297+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
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.1"
301+
"@typescript-eslint/types" "8.32.1"
302+
"@typescript-eslint/typescript-estree" "8.32.1"
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.1":
305+
version "8.32.1"
306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
307+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
301308
dependencies:
302-
"@typescript-eslint/types" "8.29.0"
309+
"@typescript-eslint/types" "8.32.1"
303310
eslint-visitor-keys "^4.2.0"
304311

305312
acorn-jsx@^5.3.2:
@@ -681,11 +688,16 @@ has-flag@^4.0.0:
681688
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
682689
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
683690

684-
ignore@^5.2.0, ignore@^5.3.1:
691+
ignore@^5.2.0:
685692
version "5.3.2"
686693
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
687694
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
688695

696+
ignore@^7.0.0:
697+
version "7.0.4"
698+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
699+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
700+
689701
import-fresh@^3.2.1:
690702
version "3.3.1"
691703
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
@@ -949,9 +961,9 @@ run-parallel@^1.1.9:
949961
queue-microtask "^1.2.2"
950962

951963
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==
964+
version "7.7.2"
965+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
966+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
955967

956968
shebang-command@^2.0.0:
957969
version "2.0.0"
@@ -984,7 +996,7 @@ to-regex-range@^5.0.1:
984996
dependencies:
985997
is-number "^7.0.0"
986998

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

0 commit comments

Comments
 (0)