Skip to content

Commit ff522d6

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.0.1
1 parent 0b4ca7f commit ff522d6

File tree

1 file changed

+70
-63
lines changed

1 file changed

+70
-63
lines changed

yarn.lock

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -156,84 +156,84 @@
156156
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
157157

158158
"@typescript-eslint/eslint-plugin@^8.0.0":
159-
version "8.0.0"
160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
161-
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
159+
version "8.0.1"
160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.1.tgz#5dbd1b498fdea83a16d292322d27d293ce156f94"
161+
integrity sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ==
162162
dependencies:
163163
"@eslint-community/regexpp" "^4.10.0"
164-
"@typescript-eslint/scope-manager" "8.0.0"
165-
"@typescript-eslint/type-utils" "8.0.0"
166-
"@typescript-eslint/utils" "8.0.0"
167-
"@typescript-eslint/visitor-keys" "8.0.0"
164+
"@typescript-eslint/scope-manager" "8.0.1"
165+
"@typescript-eslint/type-utils" "8.0.1"
166+
"@typescript-eslint/utils" "8.0.1"
167+
"@typescript-eslint/visitor-keys" "8.0.1"
168168
graphemer "^1.4.0"
169169
ignore "^5.3.1"
170170
natural-compare "^1.4.0"
171171
ts-api-utils "^1.3.0"
172172

173173
"@typescript-eslint/parser@^8.0.0":
174-
version "8.0.0"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
176-
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
177-
dependencies:
178-
"@typescript-eslint/scope-manager" "8.0.0"
179-
"@typescript-eslint/types" "8.0.0"
180-
"@typescript-eslint/typescript-estree" "8.0.0"
181-
"@typescript-eslint/visitor-keys" "8.0.0"
174+
version "8.0.1"
175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb"
176+
integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg==
177+
dependencies:
178+
"@typescript-eslint/scope-manager" "8.0.1"
179+
"@typescript-eslint/types" "8.0.1"
180+
"@typescript-eslint/typescript-estree" "8.0.1"
181+
"@typescript-eslint/visitor-keys" "8.0.1"
182182
debug "^4.3.4"
183183

184-
"@typescript-eslint/scope-manager@8.0.0":
185-
version "8.0.0"
186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
187-
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
184+
"@typescript-eslint/scope-manager@8.0.1":
185+
version "8.0.1"
186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e"
187+
integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==
188188
dependencies:
189-
"@typescript-eslint/types" "8.0.0"
190-
"@typescript-eslint/visitor-keys" "8.0.0"
189+
"@typescript-eslint/types" "8.0.1"
190+
"@typescript-eslint/visitor-keys" "8.0.1"
191191

192-
"@typescript-eslint/type-utils@8.0.0":
193-
version "8.0.0"
194-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
195-
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
192+
"@typescript-eslint/type-utils@8.0.1":
193+
version "8.0.1"
194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.1.tgz#a613ee2dfeed4a9781300b5d326ec7cf946eed92"
195+
integrity sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng==
196196
dependencies:
197-
"@typescript-eslint/typescript-estree" "8.0.0"
198-
"@typescript-eslint/utils" "8.0.0"
197+
"@typescript-eslint/typescript-estree" "8.0.1"
198+
"@typescript-eslint/utils" "8.0.1"
199199
debug "^4.3.4"
200200
ts-api-utils "^1.3.0"
201201

202-
"@typescript-eslint/types@8.0.0":
203-
version "8.0.0"
204-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
205-
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
202+
"@typescript-eslint/types@8.0.1":
203+
version "8.0.1"
204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
205+
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
206206

207-
"@typescript-eslint/typescript-estree@8.0.0":
208-
version "8.0.0"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
210-
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
207+
"@typescript-eslint/typescript-estree@8.0.1":
208+
version "8.0.1"
209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866"
210+
integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==
211211
dependencies:
212-
"@typescript-eslint/types" "8.0.0"
213-
"@typescript-eslint/visitor-keys" "8.0.0"
212+
"@typescript-eslint/types" "8.0.1"
213+
"@typescript-eslint/visitor-keys" "8.0.1"
214214
debug "^4.3.4"
215215
globby "^11.1.0"
216216
is-glob "^4.0.3"
217217
minimatch "^9.0.4"
218218
semver "^7.6.0"
219219
ts-api-utils "^1.3.0"
220220

221-
"@typescript-eslint/utils@8.0.0":
222-
version "8.0.0"
223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
224-
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
221+
"@typescript-eslint/utils@8.0.1":
222+
version "8.0.1"
223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a"
224+
integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==
225225
dependencies:
226226
"@eslint-community/eslint-utils" "^4.4.0"
227-
"@typescript-eslint/scope-manager" "8.0.0"
228-
"@typescript-eslint/types" "8.0.0"
229-
"@typescript-eslint/typescript-estree" "8.0.0"
227+
"@typescript-eslint/scope-manager" "8.0.1"
228+
"@typescript-eslint/types" "8.0.1"
229+
"@typescript-eslint/typescript-estree" "8.0.1"
230230

231-
"@typescript-eslint/visitor-keys@8.0.0":
232-
version "8.0.0"
233-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
234-
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
231+
"@typescript-eslint/visitor-keys@8.0.1":
232+
version "8.0.1"
233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778"
234+
integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==
235235
dependencies:
236-
"@typescript-eslint/types" "8.0.0"
236+
"@typescript-eslint/types" "8.0.1"
237237
eslint-visitor-keys "^3.4.3"
238238

239239
acorn-jsx@^5.3.2:
@@ -327,12 +327,12 @@ brace-expansion@^2.0.1:
327327
dependencies:
328328
balanced-match "^1.0.0"
329329

330-
braces@^3.0.2:
331-
version "3.0.2"
332-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
333-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
330+
braces@^3.0.3:
331+
version "3.0.3"
332+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
333+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
334334
dependencies:
335-
fill-range "^7.0.1"
335+
fill-range "^7.1.1"
336336

337337
callsites@^3.0.0:
338338
version "3.1.0"
@@ -385,13 +385,20 @@ cross-spawn@^7.0.2:
385385
shebang-command "^2.0.0"
386386
which "^2.0.1"
387387

388-
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
388+
debug@^4.3.1, debug@^4.3.2:
389389
version "4.3.4"
390390
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
391391
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
392392
dependencies:
393393
ms "2.1.2"
394394

395+
debug@^4.3.4:
396+
version "4.3.6"
397+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
398+
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
399+
dependencies:
400+
ms "2.1.2"
401+
395402
deep-is@^0.1.3:
396403
version "0.1.4"
397404
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
@@ -560,10 +567,10 @@ file-entry-cache@^8.0.0:
560567
dependencies:
561568
flat-cache "^4.0.0"
562569

563-
fill-range@^7.0.1:
564-
version "7.0.1"
565-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
566-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
570+
fill-range@^7.1.1:
571+
version "7.1.1"
572+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
573+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
567574
dependencies:
568575
to-regex-range "^5.0.1"
569576

@@ -777,11 +784,11 @@ merge2@^1.3.0, merge2@^1.4.1:
777784
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
778785

779786
micromatch@^4.0.4:
780-
version "4.0.5"
781-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
782-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
787+
version "4.0.7"
788+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
789+
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
783790
dependencies:
784-
braces "^3.0.2"
791+
braces "^3.0.3"
785792
picomatch "^2.3.1"
786793

787794
mime-db@1.49.0:

0 commit comments

Comments
 (0)