chore(deps): root の @types/node major も Dependabot で ignore#67
Conversation
The root npm config was missing the @types/node major ignore that the functions config already has, so Dependabot re-proposed @types/node 25. Keep @types/node from running ahead of the CI/build Node runtime. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 38 minutes and 3 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ 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
root の Dependabot 設定に @types/node の major アップデート ignore を追加し、ビルド/CI の Node ランタイム(.nvmrc の 24)を超える型定義更新が再提案されないようにする変更です(#65 の再提案対策)。
Changes:
- root(
directory: "/")の Dependabotignoreに@types/nodeの semver-major ignore を追加 - 目的が分かる補足コメントを
dependabot.ymlに追加
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
概要
root 側の Dependabot 設定に
@types/nodeの major ignore が抜けており、@types/node25(#65)が再提案されました。functions と同様、@types/node がビルド/CI の Node ランタイムを超えないよう root にも ignore を追加します。変更
.github/dependabot.ymlの root npm エントリに追加:これに伴い #65(@types/node 22→25, root)は close します。
🤖 Generated with Claude Code