Skip to content

fix(dashboard): refresh post-dependabot build artifacts#390

Merged
michaelmwu merged 1 commit into
mainfrom
codex/followup-review-20260715
Jul 15, 2026
Merged

fix(dashboard): refresh post-dependabot build artifacts#390
michaelmwu merged 1 commit into
mainfrom
codex/followup-review-20260715

Conversation

@michaelmwu

@michaelmwu michaelmwu commented Jul 15, 2026

Copy link
Copy Markdown
Member

Follow-up to #389.

This PR addresses the dashboard review findings:

  • Align react and react-dom versions.
  • Regenerate the admin dashboard Bun lockfile.
  • Silence TypeScript 6's baseUrl deprecation diagnostic.
  • Rebuild and commit the generated dashboard bundle served by the API.

Validation:

  • cd apps/admin_dashboard && bun install --frozen-lockfile
  • cd apps/admin_dashboard && bun run typecheck
  • cd apps/admin_dashboard && bun run build

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 react to 19.2.7 so it matches react-dom, refreshes bun.lock (including @types/react 19.2.15 and removal of @types/bun / related lock entries), and adds ignoreDeprecations": "6.0" in tsconfig.app.json to quiet TypeScript 6 baseUrl deprecation 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.jsindex-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.

@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot 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)

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@michaelmwu, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 24 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7f06929f-895d-402c-b6a6-d6af45bb6fbc

📥 Commits

Reviewing files that changed from the base of the PR and between af08247 and 5b7bfc1.

⛔ Files ignored due to path filters (1)
  • apps/admin_dashboard/bun.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • apps/admin_dashboard/package.json
  • apps/admin_dashboard/tsconfig.app.json
  • apps/api/src/five08/backend/static/dashboard/.vite/manifest.json
  • apps/api/src/five08/backend/static/dashboard/assets/index-CjyViga_.js
  • apps/api/src/five08/backend/static/dashboard/index.html
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/followup-review-20260715

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@michaelmwu
michaelmwu added this pull request to the merge queue Jul 15, 2026
Merged via the queue into main with commit 43aea7f Jul 15, 2026
12 checks passed
@michaelmwu
michaelmwu deleted the codex/followup-review-20260715 branch July 15, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant