Skip to content

Commit 2d1fec6

Browse files
chore(deps): update typescript-eslint monorepo to v6.16.0
1 parent a860bb8 commit 2d1fec6

File tree

1 file changed

+78
-72
lines changed

1 file changed

+78
-72
lines changed

yarn.lock

Lines changed: 78 additions & 72 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==
@@ -125,30 +130,30 @@
125130
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
126131

127132
"@types/json-schema@^7.0.12":
128-
version "7.0.14"
129-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
130-
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
133+
version "7.0.15"
134+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
135+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
131136

132137
"@types/node@^8.10.66":
133138
version "8.10.66"
134139
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
135140
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
136141

137142
"@types/semver@^7.5.0":
138-
version "7.5.4"
139-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
140-
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
143+
version "7.5.6"
144+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
145+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
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.16.0"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
150+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
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.16.0"
154+
"@typescript-eslint/type-utils" "6.16.0"
155+
"@typescript-eslint/utils" "6.16.0"
156+
"@typescript-eslint/visitor-keys" "6.16.0"
152157
debug "^4.3.4"
153158
graphemer "^1.4.0"
154159
ignore "^5.2.4"
@@ -157,71 +162,72 @@
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.16.0"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
167+
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
168+
dependencies:
169+
"@typescript-eslint/scope-manager" "6.16.0"
170+
"@typescript-eslint/types" "6.16.0"
171+
"@typescript-eslint/typescript-estree" "6.16.0"
172+
"@typescript-eslint/visitor-keys" "6.16.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.16.0":
176+
version "6.16.0"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
178+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
174179
dependencies:
175-
"@typescript-eslint/types" "6.9.0"
176-
"@typescript-eslint/visitor-keys" "6.9.0"
180+
"@typescript-eslint/types" "6.16.0"
181+
"@typescript-eslint/visitor-keys" "6.16.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.16.0":
184+
version "6.16.0"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
186+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
182187
dependencies:
183-
"@typescript-eslint/typescript-estree" "6.9.0"
184-
"@typescript-eslint/utils" "6.9.0"
188+
"@typescript-eslint/typescript-estree" "6.16.0"
189+
"@typescript-eslint/utils" "6.16.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.16.0":
194+
version "6.16.0"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
196+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
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.16.0":
199+
version "6.16.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
201+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
197202
dependencies:
198-
"@typescript-eslint/types" "6.9.0"
199-
"@typescript-eslint/visitor-keys" "6.9.0"
203+
"@typescript-eslint/types" "6.16.0"
204+
"@typescript-eslint/visitor-keys" "6.16.0"
200205
debug "^4.3.4"
201206
globby "^11.1.0"
202207
is-glob "^4.0.3"
208+
minimatch "9.0.3"
203209
semver "^7.5.4"
204210
ts-api-utils "^1.0.1"
205211

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==
212+
"@typescript-eslint/utils@6.16.0":
213+
version "6.16.0"
214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
215+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
210216
dependencies:
211217
"@eslint-community/eslint-utils" "^4.4.0"
212218
"@types/json-schema" "^7.0.12"
213219
"@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"
220+
"@typescript-eslint/scope-manager" "6.16.0"
221+
"@typescript-eslint/types" "6.16.0"
222+
"@typescript-eslint/typescript-estree" "6.16.0"
217223
semver "^7.5.4"
218224

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==
225+
"@typescript-eslint/visitor-keys@6.16.0":
226+
version "6.16.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
228+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
223229
dependencies:
224-
"@typescript-eslint/types" "6.9.0"
230+
"@typescript-eslint/types" "6.16.0"
225231
eslint-visitor-keys "^3.4.1"
226232

227233
"@ungap/structured-clone@^1.2.0":
@@ -525,9 +531,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
525531
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
526532

527533
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==
534+
version "3.3.2"
535+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
536+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
531537
dependencies:
532538
"@nodelib/fs.stat" "^2.0.2"
533539
"@nodelib/fs.walk" "^1.2.3"
@@ -546,9 +552,9 @@ fast-levenshtein@^2.0.6:
546552
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
547553

548554
fastq@^1.6.0:
549-
version "1.15.0"
550-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
551-
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
555+
version "1.16.0"
556+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320"
557+
integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==
552558
dependencies:
553559
reusify "^1.0.4"
554560

@@ -663,9 +669,9 @@ has-flag@^4.0.0:
663669
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
664670

665671
ignore@^5.2.0, ignore@^5.2.4:
666-
version "5.2.4"
667-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
668-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
672+
version "5.3.0"
673+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
674+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
669675

670676
import-fresh@^3.2.1:
671677
version "3.3.0"
@@ -821,20 +827,20 @@ mime-types@^2.1.12:
821827
dependencies:
822828
mime-db "1.49.0"
823829

830+
minimatch@9.0.3, minimatch@^9.0.3:
831+
version "9.0.3"
832+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
833+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
834+
dependencies:
835+
brace-expansion "^2.0.1"
836+
824837
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
825838
version "3.1.2"
826839
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
827840
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
828841
dependencies:
829842
brace-expansion "^1.1.7"
830843

831-
minimatch@^9.0.3:
832-
version "9.0.3"
833-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
834-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
835-
dependencies:
836-
brace-expansion "^2.0.1"
837-
838844
ms@2.1.2:
839845
version "2.1.2"
840846
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"

0 commit comments

Comments
 (0)