fix: clarify production dependency audit gates - #1201
Conversation
|
Warning Review limit reached
Next review available in: 55 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 Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
✨ 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 |
📊 Benchmark Results✅ All benchmarks passed
Updated: 2026-07-03T23:39:12.561Z · Commit: 613044b |
Fixes #1167.
Summary
pnpm-workspace.yaml, where pnpm 10 reads workspace security settings, and pinslinkify-itto5.0.2so the production high-severity audit gate exits cleanly.pnpm audit:prodstays advisory-only in CI, while the Release workflow runs the same command as a blocking publish gate.pnpm-workspace.yamlchanges as release publish-gate candidates and adds workflow/config regression coverage for the advisory CI policy and blocking release policy.Verification
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm config get auditConfig.ignoreGhsas --json- passed; pnpm readsGHSA-gv7w-rqvm-qjhrfrom workspace config.COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm audit:prod- passed; remaining production advisories are 3 low and 12 moderate.COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm exec vitest run scripts/tests/ci-workflow.spec.ts scripts/tests/release-workflow.spec.ts --config vitest.config.ts- passed, 21 tests.COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm check- passed.COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm test- passed, 225 successful tasks.COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm typecheck- passed, 224 successful tasks.git diff --check- passed.Self-review gates
Review and QA
continue-on-error.audit:prodexits 0 at high severity, andpnpm-workspace.yamlchanges trigger release publish gates.