sec(frontend): pin npm dependencies to exact versions (closes #425) - #872
Conversation
|
@coderabbitai review |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThis change updates frontend/package.json, bumping multiple devDependencies (Babel, TypeScript tooling, Jest, ESLint, Webpack stack, loaders/plugins, jsdom) and pinning them to exact version specifiers instead of caret ranges. The chart.js dependency version is also bumped. ChangesFrontend dependency version updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Related issues: None specified Related PRs: None specified Suggested labels: dependencies, frontend Suggested reviewers: None specified 🐰 A carrot-crunch, a version bump, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Actions performedReview triggered.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
Rate Limit Exceeded
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
|
Merge-prep: rebased onto origin/main (27fdb06), no conflicts. Non-Go PR; go vet on internal/... clean. @coderabbitai full review |
Replace all 29 caret ranges (^) in package.json with the exact versions already recorded in package-lock.json. Exact pins eliminate the window where `npm install` (vs `npm ci`) resolves a newer minor/patch that may carry unaudited CVEs, and make supply-chain review straightforward. No functional change: every pinned version is the version currently installed, so the lockfile is unchanged.
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
^) version ranges infrontend/package.jsonwith the exact versions already recorded inpackage-lock.json.npm install(rather thannpm ci) resolves a newer minor/patch release that may carry unaudited CVEs.Test plan
dependencies+devDependenciesentries verified to matchpackage-lock.jsonexactly (node script).npx tsc --noEmit-- no errors.npm test --coverage-- 65 suites, 2142 tests passed, 1 skipped.npm ciin a clean environment (disk full locally; CI will exercise this).Summary by CodeRabbit