fix(security): pin patched dev toolchain dependencies - #286
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 52 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. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
CodeRabbit reached its temporary review limit on this PR. Per repository policy, this is documented rather than waited out: an independent source-level local review completed against this exact diff and found no blocker. It confirmed the new overrides are scoped beneath direct development dependency ancestry, the patched lock entries are dev-only, and the regression contract prevents broad root overrides. Required current-head CI remains the merge gate. |
9f2d080 to
964e31a
Compare
|
Current-head review exception update: CodeRabbit remains rate-limited (52 minutes) after the rebase. Per maintainer authorization, I am not waiting for the quota window. The current head I will merge only after this current head passes every required CI job. This comment documents the rate-limit exception; it does not claim a CodeRabbit review that did not occur. |
Closes #282.\n\nThis removes the remaining high-severity development-toolchain findings without changing Vitest, coverage thresholds, or production dependency behavior.\n\n- pins patched brace-expansion, glob, and postcss versions only beneath their known direct development dependency ancestry\n- retains the existing runtime Hono pin from #281\n- adds a package/lock contract proving the patched entries are dev-only and preventing future broad root overrides\n\nValidated after rebasing onto development:\n- npm ci\n- npm audit: 0 vulnerabilities\n- release configuration contract\n- npm test\n- npm run test:coverage\n- npm run lint\n- npm run typecheck\n- npm run build\n- npm run smoke:cli\n- npm run check:pack\n- npm run test:package\n\nIndependent local review confirmed that the new overrides are scoped under development dependency ancestry rather than global runtime overrides.