nekochans / lgtm-cat-frontend

lgtm-cat(サービス名 LGTMeow https://lgtmeow.com) のフロントエンド用
https://lgtmeow.com
21 stars 2 forks source link

npm packageを最新安定版に更新 #317

Closed keitakn closed 3 months ago

keitakn commented 3 months ago

issueURL

https://github.com/nekochans/lgtm-cat-frontend/issues/316

関連 URL

https://lgtm-cat-frontend-git-feature-issue316upgrade-c7a048-nekochans.vercel.app/

このPRで対応すること / このPRで対応しないこと

https://github.com/nekochans/lgtm-cat-frontend/issues/316 に記載されている通りnpm packageを可能な限り安定版に更新する。

Storybook の URL もしくはスクリーンショット

UI変更は発生していないのでなし

変更点概要

タイトルの通り。

ESLintは9系に上げてしまうとflat configがデフォルトとなり動作しないPluginが多数出てくるので8系に留めている。

一部のPluginは以下に対応状況が記載されている。少なくともここにあるPluginが全て9系に対応するまではESLintの9系は利用することが出来ない。

https://github.com/eslint/eslint/issues/18391

msw-storybook-addon は安定版になったので 2.0.0 にアップグレード。

設定の書き方が多少変わっているので https://zenn.dev/link/comments/32d483bf8305c3 にコメントを追加している。

レビュアーに重点的にチェックして欲しい点

特になし

補足情報

特になし

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lgtm-cat-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 8:26am
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 21.85%. Comparing base (8b5bdd1) to head (a5202ca).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #317 +/- ## ========================================== + Coverage 21.84% 21.85% +0.01% ========================================== Files 242 240 -2 Lines 9742 9735 -7 Branches 302 300 -2 ========================================== Hits 2128 2128 + Misses 7434 7429 -5 + Partials 180 178 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.