Skip to content

Commit d3414e0

Browse files
Update typescript-eslint monorepo to v5.43.0
1 parent 900d21e commit d3414e0

2 files changed

Lines changed: 81 additions & 30 deletions

File tree

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

yarn.lock

Lines changed: 79 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,37 @@
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+
"@types/semver@^7.3.12":
216+
version "7.3.13"
217+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
218+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
219+
220+
"@typescript-eslint/eslint-plugin@5.43.0":
221+
version "5.43.0"
222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
223+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
224+
dependencies:
225+
"@typescript-eslint/scope-manager" "5.43.0"
226+
"@typescript-eslint/type-utils" "5.43.0"
227+
"@typescript-eslint/utils" "5.43.0"
223228
debug "^4.3.4"
224-
functional-red-black-tree "^1.0.1"
225229
ignore "^5.2.0"
230+
natural-compare-lite "^1.4.0"
226231
regexpp "^3.2.0"
227232
semver "^7.3.7"
228233
tsutils "^3.21.0"
229234

230-
"@typescript-eslint/parser@5.27.0", "@typescript-eslint/parser@^5.21.0":
235+
"@typescript-eslint/parser@5.43.0":
236+
version "5.43.0"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
238+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
239+
dependencies:
240+
"@typescript-eslint/scope-manager" "5.43.0"
241+
"@typescript-eslint/types" "5.43.0"
242+
"@typescript-eslint/typescript-estree" "5.43.0"
243+
debug "^4.3.4"
244+
245+
"@typescript-eslint/parser@^5.21.0":
231246
version "5.27.0"
232247
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
233248
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
@@ -245,12 +260,21 @@
245260
"@typescript-eslint/types" "5.27.0"
246261
"@typescript-eslint/visitor-keys" "5.27.0"
247262

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==
263+
"@typescript-eslint/scope-manager@5.43.0":
264+
version "5.43.0"
265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
266+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
252267
dependencies:
253-
"@typescript-eslint/utils" "5.27.0"
268+
"@typescript-eslint/types" "5.43.0"
269+
"@typescript-eslint/visitor-keys" "5.43.0"
270+
271+
"@typescript-eslint/type-utils@5.43.0":
272+
version "5.43.0"
273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
274+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
275+
dependencies:
276+
"@typescript-eslint/typescript-estree" "5.43.0"
277+
"@typescript-eslint/utils" "5.43.0"
254278
debug "^4.3.4"
255279
tsutils "^3.21.0"
256280

@@ -259,6 +283,11 @@
259283
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
260284
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
261285

286+
"@typescript-eslint/types@5.43.0":
287+
version "5.43.0"
288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
289+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
290+
262291
"@typescript-eslint/typescript-estree@5.27.0":
263292
version "5.27.0"
264293
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -272,17 +301,32 @@
272301
semver "^7.3.7"
273302
tsutils "^3.21.0"
274303

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==
304+
"@typescript-eslint/typescript-estree@5.43.0":
305+
version "5.43.0"
306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
307+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
308+
dependencies:
309+
"@typescript-eslint/types" "5.43.0"
310+
"@typescript-eslint/visitor-keys" "5.43.0"
311+
debug "^4.3.4"
312+
globby "^11.1.0"
313+
is-glob "^4.0.3"
314+
semver "^7.3.7"
315+
tsutils "^3.21.0"
316+
317+
"@typescript-eslint/utils@5.43.0":
318+
version "5.43.0"
319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
320+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
279321
dependencies:
280322
"@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"
323+
"@types/semver" "^7.3.12"
324+
"@typescript-eslint/scope-manager" "5.43.0"
325+
"@typescript-eslint/types" "5.43.0"
326+
"@typescript-eslint/typescript-estree" "5.43.0"
284327
eslint-scope "^5.1.1"
285328
eslint-utils "^3.0.0"
329+
semver "^7.3.7"
286330

287331
"@typescript-eslint/visitor-keys@5.27.0":
288332
version "5.27.0"
@@ -292,6 +336,14 @@
292336
"@typescript-eslint/types" "5.27.0"
293337
eslint-visitor-keys "^3.3.0"
294338

339+
"@typescript-eslint/visitor-keys@5.43.0":
340+
version "5.43.0"
341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
342+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
343+
dependencies:
344+
"@typescript-eslint/types" "5.43.0"
345+
eslint-visitor-keys "^3.3.0"
346+
295347
"@xobotyi/scrollbar-width@^1.9.5":
296348
version "1.9.5"
297349
resolved "https://registry.yarnpkg.com/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz#80224a6919272f405b87913ca13b92929bdf3c4d"
@@ -335,15 +387,9 @@ ansi-escapes@^4.3.0:
335387
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
336388
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
337389
dependencies:
338-
<<<<<<< HEAD
339-
type-fest "^0.11.0"
340-
341-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
342-
=======
343390
type-fest "^0.21.3"
344391

345392
ansi-regex@^5.0.1:
346-
>>>>>>> 33771d5 (Headコンポーネント実装)
347393
version "5.0.1"
348394
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
349395
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -1883,6 +1929,11 @@ nanoid@^3.1.30, nanoid@^3.3.4:
18831929
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
18841930
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
18851931

1932+
natural-compare-lite@^1.4.0:
1933+
version "1.4.0"
1934+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1935+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1936+
18861937
natural-compare@^1.4.0:
18871938
version "1.4.0"
18881939
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)