Skip to content

Commit 6665bf1

Browse files
chore(deps): update typescript-eslint monorepo to v8.20.0
1 parent 1cf1df8 commit 6665bf1

File tree

1 file changed

+72
-65
lines changed

1 file changed

+72
-65
lines changed

yarn.lock

Lines changed: 72 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -233,84 +233,84 @@
233233
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
234234

235235
"@typescript-eslint/eslint-plugin@^8.0.0":
236-
version "8.15.0"
237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
238-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
236+
version "8.20.0"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
238+
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
239239
dependencies:
240240
"@eslint-community/regexpp" "^4.10.0"
241-
"@typescript-eslint/scope-manager" "8.15.0"
242-
"@typescript-eslint/type-utils" "8.15.0"
243-
"@typescript-eslint/utils" "8.15.0"
244-
"@typescript-eslint/visitor-keys" "8.15.0"
241+
"@typescript-eslint/scope-manager" "8.20.0"
242+
"@typescript-eslint/type-utils" "8.20.0"
243+
"@typescript-eslint/utils" "8.20.0"
244+
"@typescript-eslint/visitor-keys" "8.20.0"
245245
graphemer "^1.4.0"
246246
ignore "^5.3.1"
247247
natural-compare "^1.4.0"
248-
ts-api-utils "^1.3.0"
248+
ts-api-utils "^2.0.0"
249249

250250
"@typescript-eslint/parser@^8.0.0":
251-
version "8.15.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
253-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
254-
dependencies:
255-
"@typescript-eslint/scope-manager" "8.15.0"
256-
"@typescript-eslint/types" "8.15.0"
257-
"@typescript-eslint/typescript-estree" "8.15.0"
258-
"@typescript-eslint/visitor-keys" "8.15.0"
251+
version "8.20.0"
252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
253+
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
254+
dependencies:
255+
"@typescript-eslint/scope-manager" "8.20.0"
256+
"@typescript-eslint/types" "8.20.0"
257+
"@typescript-eslint/typescript-estree" "8.20.0"
258+
"@typescript-eslint/visitor-keys" "8.20.0"
259259
debug "^4.3.4"
260260

261-
"@typescript-eslint/scope-manager@8.15.0":
262-
version "8.15.0"
263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
264-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
261+
"@typescript-eslint/scope-manager@8.20.0":
262+
version "8.20.0"
263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
264+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
265265
dependencies:
266-
"@typescript-eslint/types" "8.15.0"
267-
"@typescript-eslint/visitor-keys" "8.15.0"
266+
"@typescript-eslint/types" "8.20.0"
267+
"@typescript-eslint/visitor-keys" "8.20.0"
268268

269-
"@typescript-eslint/type-utils@8.15.0":
270-
version "8.15.0"
271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
272-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
269+
"@typescript-eslint/type-utils@8.20.0":
270+
version "8.20.0"
271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
272+
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
273273
dependencies:
274-
"@typescript-eslint/typescript-estree" "8.15.0"
275-
"@typescript-eslint/utils" "8.15.0"
274+
"@typescript-eslint/typescript-estree" "8.20.0"
275+
"@typescript-eslint/utils" "8.20.0"
276276
debug "^4.3.4"
277-
ts-api-utils "^1.3.0"
277+
ts-api-utils "^2.0.0"
278278

279-
"@typescript-eslint/types@8.15.0":
280-
version "8.15.0"
281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
282-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
279+
"@typescript-eslint/types@8.20.0":
280+
version "8.20.0"
281+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
282+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
283283

284-
"@typescript-eslint/typescript-estree@8.15.0":
285-
version "8.15.0"
286-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
287-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
284+
"@typescript-eslint/typescript-estree@8.20.0":
285+
version "8.20.0"
286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
287+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
288288
dependencies:
289-
"@typescript-eslint/types" "8.15.0"
290-
"@typescript-eslint/visitor-keys" "8.15.0"
289+
"@typescript-eslint/types" "8.20.0"
290+
"@typescript-eslint/visitor-keys" "8.20.0"
291291
debug "^4.3.4"
292292
fast-glob "^3.3.2"
293293
is-glob "^4.0.3"
294294
minimatch "^9.0.4"
295295
semver "^7.6.0"
296-
ts-api-utils "^1.3.0"
296+
ts-api-utils "^2.0.0"
297297

298-
"@typescript-eslint/utils@8.15.0":
299-
version "8.15.0"
300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
301-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
298+
"@typescript-eslint/utils@8.20.0":
299+
version "8.20.0"
300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
301+
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
302302
dependencies:
303303
"@eslint-community/eslint-utils" "^4.4.0"
304-
"@typescript-eslint/scope-manager" "8.15.0"
305-
"@typescript-eslint/types" "8.15.0"
306-
"@typescript-eslint/typescript-estree" "8.15.0"
304+
"@typescript-eslint/scope-manager" "8.20.0"
305+
"@typescript-eslint/types" "8.20.0"
306+
"@typescript-eslint/typescript-estree" "8.20.0"
307307

308-
"@typescript-eslint/visitor-keys@8.15.0":
309-
version "8.15.0"
310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
311-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
308+
"@typescript-eslint/visitor-keys@8.20.0":
309+
version "8.20.0"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
311+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
312312
dependencies:
313-
"@typescript-eslint/types" "8.15.0"
313+
"@typescript-eslint/types" "8.20.0"
314314
eslint-visitor-keys "^4.2.0"
315315

316316
"@ungap/structured-clone@^1.0.0":
@@ -477,13 +477,20 @@ cross-spawn@^7.0.2:
477477
shebang-command "^2.0.0"
478478
which "^2.0.1"
479479

480-
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
480+
debug@^4.3.1, debug@^4.3.2:
481481
version "4.3.7"
482482
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
483483
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
484484
dependencies:
485485
ms "^2.1.3"
486486

487+
debug@^4.3.4:
488+
version "4.4.0"
489+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
490+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
491+
dependencies:
492+
ms "^2.1.3"
493+
487494
deep-is@^0.1.3:
488495
version "0.1.4"
489496
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
@@ -624,15 +631,15 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
624631
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
625632

626633
fast-glob@^3.3.2:
627-
version "3.3.2"
628-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
629-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
634+
version "3.3.3"
635+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
636+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
630637
dependencies:
631638
"@nodelib/fs.stat" "^2.0.2"
632639
"@nodelib/fs.walk" "^1.2.3"
633640
glob-parent "^5.1.2"
634641
merge2 "^1.3.0"
635-
micromatch "^4.0.4"
642+
micromatch "^4.0.8"
636643

637644
fast-json-stable-stringify@^2.0.0:
638645
version "2.1.0"
@@ -645,9 +652,9 @@ fast-levenshtein@^2.0.6:
645652
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
646653

647654
fastq@^1.6.0:
648-
version "1.17.1"
649-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
650-
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
655+
version "1.18.0"
656+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0"
657+
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==
651658
dependencies:
652659
reusify "^1.0.4"
653660

@@ -933,7 +940,7 @@ micromark-util-types@^2.0.0:
933940
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.0.tgz#63b4b7ffeb35d3ecf50d1ca20e68fc7caa36d95e"
934941
integrity sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==
935942

936-
micromatch@^4.0.4:
943+
micromatch@^4.0.8:
937944
version "4.0.8"
938945
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
939946
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -1160,10 +1167,10 @@ trim-lines@^3.0.0:
11601167
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338"
11611168
integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
11621169

1163-
ts-api-utils@^1.3.0:
1164-
version "1.4.0"
1165-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.0.tgz#709c6f2076e511a81557f3d07a0cbd566ae8195c"
1166-
integrity sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==
1170+
ts-api-utils@^2.0.0:
1171+
version "2.0.0"
1172+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
1173+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
11671174

11681175
ts-node@^10.9.1:
11691176
version "10.9.2"

0 commit comments

Comments
 (0)