Skip to content

Commit 1a4abfc

Browse files
Update typescript-eslint monorepo to v5.57.0
1 parent 900d21e commit 1a4abfc

File tree

2 files changed

+100
-31
lines changed

2 files changed

+100
-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.57.0",
48+
"@typescript-eslint/parser": "5.57.0",
4949
"eslint": "8.17.0",
5050
"eslint-config-next": "12.1.6",
5151
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 98 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.4.0"
27+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
28+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
29+
dependencies:
30+
eslint-visitor-keys "^3.3.0"
31+
32+
"@eslint-community/regexpp@^4.4.0":
33+
version "4.4.1"
34+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
35+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
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.3.13"
229+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
230+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
231+
232+
"@typescript-eslint/[email protected]":
233+
version "5.57.0"
234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
235+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
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.57.0"
239+
"@typescript-eslint/type-utils" "5.57.0"
240+
"@typescript-eslint/utils" "5.57.0"
223241
debug "^4.3.4"
224-
functional-red-black-tree "^1.0.1"
242+
grapheme-splitter "^1.0.4"
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.57.0"
250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
251+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
252+
dependencies:
253+
"@typescript-eslint/scope-manager" "5.57.0"
254+
"@typescript-eslint/types" "5.57.0"
255+
"@typescript-eslint/typescript-estree" "5.57.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.57.0":
277+
version "5.57.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
279+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
252280
dependencies:
253-
"@typescript-eslint/utils" "5.27.0"
281+
"@typescript-eslint/types" "5.57.0"
282+
"@typescript-eslint/visitor-keys" "5.57.0"
283+
284+
"@typescript-eslint/[email protected]":
285+
version "5.57.0"
286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
287+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
288+
dependencies:
289+
"@typescript-eslint/typescript-estree" "5.57.0"
290+
"@typescript-eslint/utils" "5.57.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.57.0"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
302+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
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/[email protected]":
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/[email protected]":
318+
version "5.57.0"
319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
320+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
321+
dependencies:
322+
"@typescript-eslint/types" "5.57.0"
323+
"@typescript-eslint/visitor-keys" "5.57.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.57.0"
332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
333+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
279334
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.57.0"
339+
"@typescript-eslint/types" "5.57.0"
340+
"@typescript-eslint/typescript-estree" "5.57.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.57.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
355+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
356+
dependencies:
357+
"@typescript-eslint/types" "5.57.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==
@@ -1318,6 +1377,11 @@ graceful-fs@^4.1.2:
13181377
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
13191378
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
13201379

1380+
grapheme-splitter@^1.0.4:
1381+
version "1.0.4"
1382+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
1383+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
1384+
13211385
gzip-size@^6.0.0:
13221386
version "6.0.0"
13231387
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
@@ -1883,6 +1947,11 @@ nanoid@^3.1.30, nanoid@^3.3.4:
18831947
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
18841948
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
18851949

1950+
natural-compare-lite@^1.4.0:
1951+
version "1.4.0"
1952+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1953+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1954+
18861955
natural-compare@^1.4.0:
18871956
version "1.4.0"
18881957
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)