Skip to content

Commit 8c3bba5

Browse files
committed
Update typescript-eslint monorepo to v5.10.1
1 parent 419e1a5 commit 8c3bba5

File tree

2 files changed

+69
-62
lines changed

2 files changed

+69
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/react": "17.0.38",
4242
"@types/react-scroll": "1.8.3",
4343
"@types/rss": "0.0.29",
44-
"@typescript-eslint/eslint-plugin": "5.10.0",
45-
"@typescript-eslint/parser": "5.10.0",
44+
"@typescript-eslint/eslint-plugin": "5.10.1",
45+
"@typescript-eslint/parser": "5.10.1",
4646
"eslint": "8.7.0",
4747
"eslint-config-next": "12.0.8",
4848
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 67 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -265,22 +265,32 @@
265265
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
266266
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
267267

268-
"@typescript-eslint/[email protected].0":
269-
version "5.10.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
271-
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
272-
dependencies:
273-
"@typescript-eslint/scope-manager" "5.10.0"
274-
"@typescript-eslint/type-utils" "5.10.0"
275-
"@typescript-eslint/utils" "5.10.0"
268+
"@typescript-eslint/[email protected].1":
269+
version "5.10.1"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz#870195d0f2146b36d11fc71131b75aba52354c69"
271+
integrity sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==
272+
dependencies:
273+
"@typescript-eslint/scope-manager" "5.10.1"
274+
"@typescript-eslint/type-utils" "5.10.1"
275+
"@typescript-eslint/utils" "5.10.1"
276276
debug "^4.3.2"
277277
functional-red-black-tree "^1.0.1"
278278
ignore "^5.1.8"
279279
regexpp "^3.2.0"
280280
semver "^7.3.5"
281281
tsutils "^3.21.0"
282282

283-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.0.0":
283+
"@typescript-eslint/[email protected]":
284+
version "5.10.1"
285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
286+
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
287+
dependencies:
288+
"@typescript-eslint/scope-manager" "5.10.1"
289+
"@typescript-eslint/types" "5.10.1"
290+
"@typescript-eslint/typescript-estree" "5.10.1"
291+
debug "^4.3.2"
292+
293+
"@typescript-eslint/parser@^5.0.0":
284294
version "5.10.0"
285295
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
286296
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
@@ -298,12 +308,20 @@
298308
"@typescript-eslint/types" "5.10.0"
299309
"@typescript-eslint/visitor-keys" "5.10.0"
300310

301-
"@typescript-eslint/type-utils@5.10.0":
302-
version "5.10.0"
303-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
304-
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
311+
"@typescript-eslint/scope-manager@5.10.1":
312+
version "5.10.1"
313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
314+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
305315
dependencies:
306-
"@typescript-eslint/utils" "5.10.0"
316+
"@typescript-eslint/types" "5.10.1"
317+
"@typescript-eslint/visitor-keys" "5.10.1"
318+
319+
"@typescript-eslint/[email protected]":
320+
version "5.10.1"
321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
322+
integrity sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==
323+
dependencies:
324+
"@typescript-eslint/utils" "5.10.1"
307325
debug "^4.3.2"
308326
tsutils "^3.21.0"
309327

@@ -312,6 +330,11 @@
312330
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
313331
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
314332

333+
"@typescript-eslint/[email protected]":
334+
version "5.10.1"
335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
336+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
337+
315338
"@typescript-eslint/[email protected]":
316339
version "5.10.0"
317340
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -325,15 +348,28 @@
325348
semver "^7.3.5"
326349
tsutils "^3.21.0"
327350

328-
"@typescript-eslint/[email protected]":
329-
version "5.10.0"
330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
331-
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
351+
"@typescript-eslint/[email protected]":
352+
version "5.10.1"
353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
354+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
355+
dependencies:
356+
"@typescript-eslint/types" "5.10.1"
357+
"@typescript-eslint/visitor-keys" "5.10.1"
358+
debug "^4.3.2"
359+
globby "^11.0.4"
360+
is-glob "^4.0.3"
361+
semver "^7.3.5"
362+
tsutils "^3.21.0"
363+
364+
"@typescript-eslint/[email protected]":
365+
version "5.10.1"
366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
367+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
332368
dependencies:
333369
"@types/json-schema" "^7.0.9"
334-
"@typescript-eslint/scope-manager" "5.10.0"
335-
"@typescript-eslint/types" "5.10.0"
336-
"@typescript-eslint/typescript-estree" "5.10.0"
370+
"@typescript-eslint/scope-manager" "5.10.1"
371+
"@typescript-eslint/types" "5.10.1"
372+
"@typescript-eslint/typescript-estree" "5.10.1"
337373
eslint-scope "^5.1.1"
338374
eslint-utils "^3.0.0"
339375

@@ -345,6 +381,14 @@
345381
"@typescript-eslint/types" "5.10.0"
346382
eslint-visitor-keys "^3.0.0"
347383

384+
"@typescript-eslint/[email protected]":
385+
version "5.10.1"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
387+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
388+
dependencies:
389+
"@typescript-eslint/types" "5.10.1"
390+
eslint-visitor-keys "^3.0.0"
391+
348392
"@xobotyi/scrollbar-width@^1.9.5":
349393
version "1.9.5"
350394
resolved "https://registry.yarnpkg.com/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz#80224a6919272f405b87913ca13b92929bdf3c4d"
@@ -1258,18 +1302,6 @@ fast-diff@^1.1.2:
12581302
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
12591303
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
12601304

1261-
fast-glob@^3.1.1:
1262-
version "3.2.5"
1263-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
1264-
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
1265-
dependencies:
1266-
"@nodelib/fs.stat" "^2.0.2"
1267-
"@nodelib/fs.walk" "^1.2.3"
1268-
glob-parent "^5.1.0"
1269-
merge2 "^1.3.0"
1270-
micromatch "^4.0.2"
1271-
picomatch "^2.2.1"
1272-
12731305
fast-glob@^3.2.9:
12741306
version "3.2.11"
12751307
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -1389,7 +1421,7 @@ get-symbol-description@^1.0.0:
13891421
call-bind "^1.0.2"
13901422
get-intrinsic "^1.1.1"
13911423

1392-
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
1424+
glob-parent@^5.1.2, glob-parent@~5.1.2:
13931425
version "5.1.2"
13941426
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
13951427
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -1441,18 +1473,6 @@ globals@^13.9.0:
14411473
dependencies:
14421474
type-fest "^0.20.2"
14431475

1444-
1445-
version "11.0.4"
1446-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1447-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
1448-
dependencies:
1449-
array-union "^2.1.0"
1450-
dir-glob "^3.0.1"
1451-
fast-glob "^3.1.1"
1452-
ignore "^5.1.4"
1453-
merge2 "^1.3.0"
1454-
slash "^3.0.0"
1455-
14561476
globby@^11.0.4:
14571477
version "11.1.0"
14581478
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -1546,11 +1566,6 @@ ignore@^4.0.6:
15461566
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
15471567
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
15481568

1549-
ignore@^5.1.4:
1550-
version "5.1.8"
1551-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1552-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1553-
15541569
ignore@^5.1.8, ignore@^5.2.0:
15551570
version "5.2.0"
15561571
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
@@ -2003,14 +2018,6 @@ [email protected]:
20032018
node-html-parser "4.1.5"
20042019
ts-imgix "0.0.15"
20052020

2006-
micromatch@^4.0.2:
2007-
version "4.0.2"
2008-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
2009-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
2010-
dependencies:
2011-
braces "^3.0.1"
2012-
picomatch "^2.0.5"
2013-
20142021
micromatch@^4.0.4:
20152022
version "4.0.4"
20162023
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
@@ -2395,7 +2402,7 @@ picocolors@^1.0.0:
23952402
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
23962403
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
23972404

2398-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
2405+
picomatch@^2.0.4, picomatch@^2.2.1:
23992406
version "2.2.2"
24002407
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
24012408
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==

0 commit comments

Comments
 (0)