Skip to content

Commit c7540de

Browse files
Update typescript-eslint monorepo to v5.62.0
1 parent 900d21e commit c7540de

File tree

2 files changed

+105
-31
lines changed

2 files changed

+105
-31
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@types/react": "18.0.12",
4545
"@types/react-scroll": "1.8.3",
4646
"@types/rss": "0.0.29",
47-
"@typescript-eslint/eslint-plugin": "5.27.0",
48-
"@typescript-eslint/parser": "5.27.0",
47+
"@typescript-eslint/eslint-plugin": "5.62.0",
48+
"@typescript-eslint/parser": "5.62.0",
4949
"eslint": "8.17.0",
5050
"eslint-config-next": "12.1.6",
5151
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 103 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-4.0.16.tgz#2fca1db87ebdfd3faa2798cdbde1b02e73b11f4a"
2323
integrity sha512-NjPTizUx0ovYv7WiC8Erq/yMGjc4OfSMywbEUkb1QpaBb4tgD9fe2DwRy3hfogrMZ30nWxwOtMg7hwuY67RYnQ==
2424

25+
"@eslint-community/eslint-utils@^4.2.0":
26+
version "4.7.0"
27+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
28+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
29+
dependencies:
30+
eslint-visitor-keys "^3.4.3"
31+
32+
"@eslint-community/regexpp@^4.4.0":
33+
version "4.12.1"
34+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
35+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
36+
2537
"@eslint/eslintrc@^1.3.0":
2638
version "1.3.0"
2739
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -212,22 +224,38 @@
212224
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
213225
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
214226

215-
"@typescript-eslint/[email protected]":
216-
version "5.27.0"
217-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
218-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
227+
"@types/semver@^7.3.12":
228+
version "7.7.0"
229+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.0.tgz#64c441bdae033b378b6eef7d0c3d77c329b9378e"
230+
integrity sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==
231+
232+
"@typescript-eslint/[email protected]":
233+
version "5.62.0"
234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
235+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
219236
dependencies:
220-
"@typescript-eslint/scope-manager" "5.27.0"
221-
"@typescript-eslint/type-utils" "5.27.0"
222-
"@typescript-eslint/utils" "5.27.0"
237+
"@eslint-community/regexpp" "^4.4.0"
238+
"@typescript-eslint/scope-manager" "5.62.0"
239+
"@typescript-eslint/type-utils" "5.62.0"
240+
"@typescript-eslint/utils" "5.62.0"
223241
debug "^4.3.4"
224-
functional-red-black-tree "^1.0.1"
242+
graphemer "^1.4.0"
225243
ignore "^5.2.0"
226-
regexpp "^3.2.0"
244+
natural-compare-lite "^1.4.0"
227245
semver "^7.3.7"
228246
tsutils "^3.21.0"
229247

230-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.21.0":
248+
"@typescript-eslint/[email protected]":
249+
version "5.62.0"
250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
251+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
252+
dependencies:
253+
"@typescript-eslint/scope-manager" "5.62.0"
254+
"@typescript-eslint/types" "5.62.0"
255+
"@typescript-eslint/typescript-estree" "5.62.0"
256+
debug "^4.3.4"
257+
258+
"@typescript-eslint/parser@^5.21.0":
231259
version "5.27.0"
232260
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
233261
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
@@ -245,12 +273,21 @@
245273
"@typescript-eslint/types" "5.27.0"
246274
"@typescript-eslint/visitor-keys" "5.27.0"
247275

248-
"@typescript-eslint/type-utils@5.27.0":
249-
version "5.27.0"
250-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
251-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
276+
"@typescript-eslint/scope-manager@5.62.0":
277+
version "5.62.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
279+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
252280
dependencies:
253-
"@typescript-eslint/utils" "5.27.0"
281+
"@typescript-eslint/types" "5.62.0"
282+
"@typescript-eslint/visitor-keys" "5.62.0"
283+
284+
"@typescript-eslint/[email protected]":
285+
version "5.62.0"
286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
287+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
288+
dependencies:
289+
"@typescript-eslint/typescript-estree" "5.62.0"
290+
"@typescript-eslint/utils" "5.62.0"
254291
debug "^4.3.4"
255292
tsutils "^3.21.0"
256293

@@ -259,6 +296,11 @@
259296
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
260297
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
261298

299+
"@typescript-eslint/[email protected]":
300+
version "5.62.0"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
302+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
303+
262304
"@typescript-eslint/[email protected]":
263305
version "5.27.0"
264306
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -272,17 +314,32 @@
272314
semver "^7.3.7"
273315
tsutils "^3.21.0"
274316

275-
"@typescript-eslint/utils@5.27.0":
276-
version "5.27.0"
277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
278-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
317+
"@typescript-eslint/typescript-estree@5.62.0":
318+
version "5.62.0"
319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
320+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
279321
dependencies:
322+
"@typescript-eslint/types" "5.62.0"
323+
"@typescript-eslint/visitor-keys" "5.62.0"
324+
debug "^4.3.4"
325+
globby "^11.1.0"
326+
is-glob "^4.0.3"
327+
semver "^7.3.7"
328+
tsutils "^3.21.0"
329+
330+
"@typescript-eslint/[email protected]":
331+
version "5.62.0"
332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
333+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
334+
dependencies:
335+
"@eslint-community/eslint-utils" "^4.2.0"
280336
"@types/json-schema" "^7.0.9"
281-
"@typescript-eslint/scope-manager" "5.27.0"
282-
"@typescript-eslint/types" "5.27.0"
283-
"@typescript-eslint/typescript-estree" "5.27.0"
337+
"@types/semver" "^7.3.12"
338+
"@typescript-eslint/scope-manager" "5.62.0"
339+
"@typescript-eslint/types" "5.62.0"
340+
"@typescript-eslint/typescript-estree" "5.62.0"
284341
eslint-scope "^5.1.1"
285-
eslint-utils "^3.0.0"
342+
semver "^7.3.7"
286343

287344
"@typescript-eslint/[email protected]":
288345
version "5.27.0"
@@ -292,6 +349,14 @@
292349
"@typescript-eslint/types" "5.27.0"
293350
eslint-visitor-keys "^3.3.0"
294351

352+
"@typescript-eslint/[email protected]":
353+
version "5.62.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
355+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
356+
dependencies:
357+
"@typescript-eslint/types" "5.62.0"
358+
eslint-visitor-keys "^3.3.0"
359+
295360
"@xobotyi/scrollbar-width@^1.9.5":
296361
version "1.9.5"
297362
resolved "https://registry.yarnpkg.com/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz#80224a6919272f405b87913ca13b92929bdf3c4d"
@@ -335,15 +400,9 @@ ansi-escapes@^4.3.0:
335400
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
336401
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
337402
dependencies:
338-
<<<<<<< HEAD
339-
type-fest "^0.11.0"
340-
341-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
342-
=======
343403
type-fest "^0.21.3"
344404

345405
ansi-regex@^5.0.1:
346-
>>>>>>> 33771d5 (Headコンポーネント実装)
347406
version "5.0.1"
348407
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
349408
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -1018,6 +1077,11 @@ eslint-visitor-keys@^3.3.0:
10181077
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
10191078
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
10201079

1080+
eslint-visitor-keys@^3.4.3:
1081+
version "3.4.3"
1082+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1083+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1084+
10211085
10221086
version "8.17.0"
10231087
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
@@ -1318,6 +1382,11 @@ graceful-fs@^4.1.2:
13181382
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
13191383
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
13201384

1385+
graphemer@^1.4.0:
1386+
version "1.4.0"
1387+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1388+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1389+
13211390
gzip-size@^6.0.0:
13221391
version "6.0.0"
13231392
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
@@ -1883,6 +1952,11 @@ nanoid@^3.1.30, nanoid@^3.3.4:
18831952
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
18841953
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
18851954

1955+
natural-compare-lite@^1.4.0:
1956+
version "1.4.0"
1957+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1958+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1959+
18861960
natural-compare@^1.4.0:
18871961
version "1.4.0"
18881962
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)