fix: update release toolchain - #140
Conversation
WalkthroughBumped release tooling and AI SDK/global CLI dependency versions: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
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 |
83f8f2e to
516e4d9
Compare
概要
セキュリティ
npm auditで報告されるtar@7.5.1の脆弱性は、semantic-release@25.x が内部依存するnpm@11.6.2に同梱されているため依然残存します。npm audit fix --forceを実行すると semantic-release が 24.x 系へダウングレードされるため今回は適用していません。npm 側で修正版 (tar>=7.5.2 同梱) が出次第、semantic-release を再インストールすることで解消できます。テスト
npm testSummary by CodeRabbit