chore(deps): 見送り major を Dependabot で ignore 設定#62
Conversation
Stop Dependabot from re-proposing major upgrades that need scoped migration work before they can land. Remove an entry when ready to adopt that major. root: react/react-dom/@types/react(-dom) (React 19 migration), typescript (TS 6) and eslint (flat config), daisyui + tailwindcss (daisyUI 5 needs Tailwind 4). functions: typescript, eslint, symbol-sdk (v3 crypto rewrite), and @types/node (kept aligned with the Node 22 deploy runtime). firebase-functions, @hookform/resolvers and @fortawesome/* are intentionally NOT ignored — they are being upgraded to their latest majors now. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds ChangesDependabot Major Version Deferral Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration to suppress re-opening major-version upgrade PRs that have been intentionally deferred, reducing noise until the corresponding migrations are planned.
Changes:
- Add
ignorerules for major updates in the root npm ecosystem (React 19, TS 6, ESLint 10, daisyUI 5 / Tailwind 4). - Add
ignorerules for major updates in the/functionsnpm ecosystem (TS 6, ESLint 10, symbol-sdk v3,@types/nodemajor).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
概要
Dependabot が作成した 15 件の major PR をトリアージし、今回見送る major の再提案を抑制します。
変更
.github/dependabot.ymlの root / functions エントリにignore(semver-major)を追加:採用予定の
firebase-functions/@hookform/resolvers/@fortawesome/*は ignore しません(別 PR で最新 major へ更新)。関連クローズ
本対応に伴い以下の Dependabot PR を理由付きで close: #45, #46, #47, #49, #54, #55, #58, #59, #60
準備が整った時点で該当
ignoreを外して採用します。🤖 Generated with Claude Code
Summary by CodeRabbit