Skip to content

Commit e7543e0

Browse files
Update typescript-eslint monorepo to v5.38.0
1 parent 900d21e commit e7543e0

File tree

2 files changed

+68
-30
lines changed

2 files changed

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

yarn.lock

Lines changed: 66 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,31 @@
212212
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
213213
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
214214

215-
"@typescript-eslint/eslint-plugin@5.27.0":
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==
219-
dependencies:
220-
"@typescript-eslint/scope-manager" "5.27.0"
221-
"@typescript-eslint/type-utils" "5.27.0"
222-
"@typescript-eslint/utils" "5.27.0"
215+
"@typescript-eslint/eslint-plugin@5.38.0":
216+
version "5.38.0"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
218+
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
219+
dependencies:
220+
"@typescript-eslint/scope-manager" "5.38.0"
221+
"@typescript-eslint/type-utils" "5.38.0"
222+
"@typescript-eslint/utils" "5.38.0"
223223
debug "^4.3.4"
224-
functional-red-black-tree "^1.0.1"
225224
ignore "^5.2.0"
226225
regexpp "^3.2.0"
227226
semver "^7.3.7"
228227
tsutils "^3.21.0"
229228

230-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.21.0":
229+
"@typescript-eslint/[email protected]":
230+
version "5.38.0"
231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
232+
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
233+
dependencies:
234+
"@typescript-eslint/scope-manager" "5.38.0"
235+
"@typescript-eslint/types" "5.38.0"
236+
"@typescript-eslint/typescript-estree" "5.38.0"
237+
debug "^4.3.4"
238+
239+
"@typescript-eslint/parser@^5.21.0":
231240
version "5.27.0"
232241
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
233242
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
@@ -245,12 +254,21 @@
245254
"@typescript-eslint/types" "5.27.0"
246255
"@typescript-eslint/visitor-keys" "5.27.0"
247256

248-
"@typescript-eslint/[email protected]":
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==
257+
"@typescript-eslint/[email protected]":
258+
version "5.38.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
260+
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
261+
dependencies:
262+
"@typescript-eslint/types" "5.38.0"
263+
"@typescript-eslint/visitor-keys" "5.38.0"
264+
265+
"@typescript-eslint/[email protected]":
266+
version "5.38.0"
267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
268+
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
252269
dependencies:
253-
"@typescript-eslint/utils" "5.27.0"
270+
"@typescript-eslint/typescript-estree" "5.38.0"
271+
"@typescript-eslint/utils" "5.38.0"
254272
debug "^4.3.4"
255273
tsutils "^3.21.0"
256274

@@ -259,6 +277,11 @@
259277
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
260278
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
261279

280+
"@typescript-eslint/[email protected]":
281+
version "5.38.0"
282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
283+
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
284+
262285
"@typescript-eslint/[email protected]":
263286
version "5.27.0"
264287
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -272,15 +295,28 @@
272295
semver "^7.3.7"
273296
tsutils "^3.21.0"
274297

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==
298+
"@typescript-eslint/[email protected]":
299+
version "5.38.0"
300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
301+
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
302+
dependencies:
303+
"@typescript-eslint/types" "5.38.0"
304+
"@typescript-eslint/visitor-keys" "5.38.0"
305+
debug "^4.3.4"
306+
globby "^11.1.0"
307+
is-glob "^4.0.3"
308+
semver "^7.3.7"
309+
tsutils "^3.21.0"
310+
311+
"@typescript-eslint/[email protected]":
312+
version "5.38.0"
313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
314+
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
279315
dependencies:
280316
"@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"
317+
"@typescript-eslint/scope-manager" "5.38.0"
318+
"@typescript-eslint/types" "5.38.0"
319+
"@typescript-eslint/typescript-estree" "5.38.0"
284320
eslint-scope "^5.1.1"
285321
eslint-utils "^3.0.0"
286322

@@ -292,6 +328,14 @@
292328
"@typescript-eslint/types" "5.27.0"
293329
eslint-visitor-keys "^3.3.0"
294330

331+
"@typescript-eslint/[email protected]":
332+
version "5.38.0"
333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
334+
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
335+
dependencies:
336+
"@typescript-eslint/types" "5.38.0"
337+
eslint-visitor-keys "^3.3.0"
338+
295339
"@xobotyi/scrollbar-width@^1.9.5":
296340
version "1.9.5"
297341
resolved "https://registry.yarnpkg.com/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz#80224a6919272f405b87913ca13b92929bdf3c4d"
@@ -335,15 +379,9 @@ ansi-escapes@^4.3.0:
335379
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
336380
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
337381
dependencies:
338-
<<<<<<< HEAD
339-
type-fest "^0.11.0"
340-
341-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
342-
=======
343382
type-fest "^0.21.3"
344383

345384
ansi-regex@^5.0.1:
346-
>>>>>>> 33771d5 (Headコンポーネント実装)
347385
version "5.0.1"
348386
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
349387
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==

0 commit comments

Comments
 (0)