chore: upgrade toolchain and dependencies#503
Conversation
|
Warning Review limit reached
More reviews will be available in 30 minutes and 3 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughPins workflow actions, bumps Nx and pnpm, updates workspace dependency catalogs and overrides, removes ChangesDependency and CI Updates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/release.yaml:
- Line 14: The checkout step in both release jobs still persists Git
credentials, which leaves unnecessary write access available to later
install/build steps. Update the existing actions/checkout usage in the release
workflow to disable persisted credentials for each job, and verify no later step
depends on git authentication.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 91da6873-204e-4045-9b71-04865a87c31b
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (12)
.github/workflows/e2e.yaml.github/workflows/lint.yaml.github/workflows/release.yaml.github/workflows/typecheck.yaml.github/workflows/unit.yaml.github/workflows/update-s3-and-cloudfront.yaml.gitignoreapps/cli/package.jsonlibs/backend-apisix-standalone/package.jsonlibs/converter-openapi/package.jsonpackage.jsonpnpm-workspace.yaml
💤 Files with no reviewable changes (2)
- libs/converter-openapi/package.json
- apps/cli/package.json
Description
Upgrade
nxand dependencies.Checklist
Summary by CodeRabbit
3.17.xas fully supported in the supported versions listings.