Skip to content

Commit 36b5401

Browse files
chore(deps): update typescript-eslint monorepo to v6.10.0
1 parent a860bb8 commit 36b5401

File tree

1 file changed

+58
-53
lines changed

1 file changed

+58
-53
lines changed

yarn.lock

Lines changed: 58 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
24+
"@eslint-community/regexpp@^4.5.1":
25+
version "4.10.0"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
27+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
28+
29+
"@eslint-community/regexpp@^4.6.1":
2530
version "4.9.1"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
2732
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
@@ -140,15 +145,15 @@
140145
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
141146

142147
"@typescript-eslint/eslint-plugin@^6.1.0":
143-
version "6.9.0"
144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
145-
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
148+
version "6.10.0"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
150+
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
146151
dependencies:
147152
"@eslint-community/regexpp" "^4.5.1"
148-
"@typescript-eslint/scope-manager" "6.9.0"
149-
"@typescript-eslint/type-utils" "6.9.0"
150-
"@typescript-eslint/utils" "6.9.0"
151-
"@typescript-eslint/visitor-keys" "6.9.0"
153+
"@typescript-eslint/scope-manager" "6.10.0"
154+
"@typescript-eslint/type-utils" "6.10.0"
155+
"@typescript-eslint/utils" "6.10.0"
156+
"@typescript-eslint/visitor-keys" "6.10.0"
152157
debug "^4.3.4"
153158
graphemer "^1.4.0"
154159
ignore "^5.2.4"
@@ -157,71 +162,71 @@
157162
ts-api-utils "^1.0.1"
158163

159164
"@typescript-eslint/parser@^6.1.0":
160-
version "6.9.0"
161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
162-
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
163-
dependencies:
164-
"@typescript-eslint/scope-manager" "6.9.0"
165-
"@typescript-eslint/types" "6.9.0"
166-
"@typescript-eslint/typescript-estree" "6.9.0"
167-
"@typescript-eslint/visitor-keys" "6.9.0"
165+
version "6.10.0"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
167+
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
168+
dependencies:
169+
"@typescript-eslint/scope-manager" "6.10.0"
170+
"@typescript-eslint/types" "6.10.0"
171+
"@typescript-eslint/typescript-estree" "6.10.0"
172+
"@typescript-eslint/visitor-keys" "6.10.0"
168173
debug "^4.3.4"
169174

170-
"@typescript-eslint/scope-manager@6.9.0":
171-
version "6.9.0"
172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
173-
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
175+
"@typescript-eslint/scope-manager@6.10.0":
176+
version "6.10.0"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
178+
integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
174179
dependencies:
175-
"@typescript-eslint/types" "6.9.0"
176-
"@typescript-eslint/visitor-keys" "6.9.0"
180+
"@typescript-eslint/types" "6.10.0"
181+
"@typescript-eslint/visitor-keys" "6.10.0"
177182

178-
"@typescript-eslint/type-utils@6.9.0":
179-
version "6.9.0"
180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
181-
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
183+
"@typescript-eslint/type-utils@6.10.0":
184+
version "6.10.0"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
186+
integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
182187
dependencies:
183-
"@typescript-eslint/typescript-estree" "6.9.0"
184-
"@typescript-eslint/utils" "6.9.0"
188+
"@typescript-eslint/typescript-estree" "6.10.0"
189+
"@typescript-eslint/utils" "6.10.0"
185190
debug "^4.3.4"
186191
ts-api-utils "^1.0.1"
187192

188-
"@typescript-eslint/types@6.9.0":
189-
version "6.9.0"
190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
191-
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
193+
"@typescript-eslint/types@6.10.0":
194+
version "6.10.0"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
196+
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
192197

193-
"@typescript-eslint/typescript-estree@6.9.0":
194-
version "6.9.0"
195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
196-
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
198+
"@typescript-eslint/typescript-estree@6.10.0":
199+
version "6.10.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
201+
integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
197202
dependencies:
198-
"@typescript-eslint/types" "6.9.0"
199-
"@typescript-eslint/visitor-keys" "6.9.0"
203+
"@typescript-eslint/types" "6.10.0"
204+
"@typescript-eslint/visitor-keys" "6.10.0"
200205
debug "^4.3.4"
201206
globby "^11.1.0"
202207
is-glob "^4.0.3"
203208
semver "^7.5.4"
204209
ts-api-utils "^1.0.1"
205210

206-
"@typescript-eslint/utils@6.9.0":
207-
version "6.9.0"
208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
209-
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
211+
"@typescript-eslint/utils@6.10.0":
212+
version "6.10.0"
213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
214+
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
210215
dependencies:
211216
"@eslint-community/eslint-utils" "^4.4.0"
212217
"@types/json-schema" "^7.0.12"
213218
"@types/semver" "^7.5.0"
214-
"@typescript-eslint/scope-manager" "6.9.0"
215-
"@typescript-eslint/types" "6.9.0"
216-
"@typescript-eslint/typescript-estree" "6.9.0"
219+
"@typescript-eslint/scope-manager" "6.10.0"
220+
"@typescript-eslint/types" "6.10.0"
221+
"@typescript-eslint/typescript-estree" "6.10.0"
217222
semver "^7.5.4"
218223

219-
"@typescript-eslint/visitor-keys@6.9.0":
220-
version "6.9.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
222-
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
224+
"@typescript-eslint/visitor-keys@6.10.0":
225+
version "6.10.0"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
227+
integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
223228
dependencies:
224-
"@typescript-eslint/types" "6.9.0"
229+
"@typescript-eslint/types" "6.10.0"
225230
eslint-visitor-keys "^3.4.1"
226231

227232
"@ungap/structured-clone@^1.2.0":
@@ -525,9 +530,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
525530
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
526531

527532
fast-glob@^3.2.9:
528-
version "3.3.1"
529-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
530-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
533+
version "3.3.2"
534+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
535+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
531536
dependencies:
532537
"@nodelib/fs.stat" "^2.0.2"
533538
"@nodelib/fs.walk" "^1.2.3"

0 commit comments

Comments
 (0)