fix(dashboard): refresh post-dependabot build artifacts#390
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_3c495bd2-0a21-41f4-a3a2-68d3772ba768) |
|
Warning Review limit reached
Next review available in: 24 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: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ 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 |
Follow-up to #389.
This PR addresses the dashboard review findings:
Validation:
Note
Low Risk
Dependency alignment and regenerated static files only; no application logic changes beyond what the new React patch and bundle imply.
Overview
Follow-up to post-dependabot cleanup for admin_dashboard: bumps
reactto 19.2.7 so it matchesreact-dom, refreshesbun.lock(including@types/react19.2.15 and removal of@types/bun/ related lock entries), and addsignoreDeprecations": "6.0"intsconfig.app.jsonto quiet TypeScript 6baseUrldeprecation noise while keeping existing path aliases.Rebuilt static assets are committed under
apps/api/.../static/dashboard, with the Vite manifest entry JS hash updated (index-CB3HLLMv.js→index-CjyViga_.js) so the API serves the new bundle.Reviewed by Cursor Bugbot for commit 5b7bfc1. Bugbot is set up for automated code reviews on this repo. Configure here.