chore(security): 의존성 취약점과 서명키 노출을 줄인다 - #259
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughNext.js를 16.3.3으로 업데이트하고 오류 경계의 재시도 API를 ChangesNext 16.3 마이그레이션
저장소 및 EAS CLI 업데이트
Estimated code review effort: 2 (Simple) | ~10분 Merge Risk: ⚪ Minimal · up to This change updates dependencies, adjusts error-boundary retry behavior, and ignores local signing credentials; no actionable merge-blocking risk remains based on the current evidence. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 4 files. (2 skipped: 2 unsupported.)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
📝 작업 내용 요약
retry에러 경계 API로 마이그레이션했습니다.✅ 체크리스트
develop브랜치의 최신 코드를pull받았나요?🤖 AI 리뷰
Claude 리뷰 (Codex 구현)
reset사용을 회귀로 지적했습니다. Next 16.3의 정식retryAPI로 수정하고 전체 게이트를 다시 통과했습니다.💬 기타 코멘트
pnpm audit: critical 1 → 0, high 47 → 26. 남은 high는 Expo/EAS/Sentry 하위 의존성이 중심이라 강제 override하지 않았습니다.변경 사항
next를^16.3.3,eas-cli를^22.6.0으로 업데이트했습니다.retryAPI를 사용하도록 오류 경계를 변경했습니다.apps/web/app/error.tsxapps/web/app/global-error.tsxapps/admin/next-env.d.ts와apps/web/next-env.d.ts에root-params.d.ts타입 참조를 추가했습니다..gitignore에*.jks,*.keystore,credentials.json을 추가했습니다.eas-cli@22.6.0을minimumReleaseAgeExclude예외 목록에 추가했습니다.