Skip to content

Commit 1d9ffd4

Browse files
committed
Update typescript-eslint monorepo to v5.14.0
1 parent 419e1a5 commit 1d9ffd4

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.14.0",
45+
"@typescript-eslint/parser": "5.14.0",
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/eslint-plugin@5.10.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/eslint-plugin@5.14.0":
269+
version "5.14.0"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz#5119b67152356231a0e24b998035288a9cd21335"
271+
integrity sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==
272+
dependencies:
273+
"@typescript-eslint/scope-manager" "5.14.0"
274+
"@typescript-eslint/type-utils" "5.14.0"
275+
"@typescript-eslint/utils" "5.14.0"
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.14.0"
285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.14.0.tgz#7c79f898aa3cff0ceee6f1d34eeed0f034fb9ef3"
286+
integrity sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==
287+
dependencies:
288+
"@typescript-eslint/scope-manager" "5.14.0"
289+
"@typescript-eslint/types" "5.14.0"
290+
"@typescript-eslint/typescript-estree" "5.14.0"
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.14.0":
312+
version "5.14.0"
313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz#ea518962b42db8ed0a55152ea959c218cb53ca7b"
314+
integrity sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==
305315
dependencies:
306-
"@typescript-eslint/utils" "5.10.0"
316+
"@typescript-eslint/types" "5.14.0"
317+
"@typescript-eslint/visitor-keys" "5.14.0"
318+
319+
"@typescript-eslint/[email protected]":
320+
version "5.14.0"
321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz#711f08105860b12988454e91df433567205a8f0b"
322+
integrity sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==
323+
dependencies:
324+
"@typescript-eslint/utils" "5.14.0"
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.14.0"
335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
336+
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
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.14.0"
353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314"
354+
integrity sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==
355+
dependencies:
356+
"@typescript-eslint/types" "5.14.0"
357+
"@typescript-eslint/visitor-keys" "5.14.0"
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.14.0"
366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4"
367+
integrity sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==
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.14.0"
371+
"@typescript-eslint/types" "5.14.0"
372+
"@typescript-eslint/typescript-estree" "5.14.0"
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.14.0"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz#1927005b3434ccd0d3ae1b2ecf60e65943c36986"
387+
integrity sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==
388+
dependencies:
389+
"@typescript-eslint/types" "5.14.0"
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)