Skip to content

fix(ci): sync bun.lock and merge dependabot updates#30

Merged
cursor[bot] merged 4 commits into
mainfrom
cursor/merge-all-dependabot-prs-15fb
Jul 1, 2026
Merged

fix(ci): sync bun.lock and merge dependabot updates#30
cursor[bot] merged 4 commits into
mainfrom
cursor/merge-all-dependabot-prs-15fb

Conversation

@Bartek532

Copy link
Copy Markdown
Contributor

Summary

Fixes CI failures on all open Dependabot PRs and incorporates their dependency updates into main.

Root cause

bun.lock was out of sync with package.json (e.g. next@16.2.9 in package.json but next@16.2.7 in lockfile). CI uses bun install --frozen-lockfile, which failed on main and all Dependabot branches. Dependabot was also updating pnpm-lock.yaml while the project uses Bun.

Changes

Validation

  • bun install --frozen-lockfile
  • bun run lint
  • bun run format
  • bun run build
Open in Web Open in Cursor 

- Bump actions/checkout from v6 to v7
- Bump fumadocs-mdx from 15.0.10 to 15.0.13
- Bump tailwindcss from 4.2.2 to 4.3.2
- Sync bun.lock with package.json (fixes frozen lockfile CI failures)
- Fix formatting issues flagged by oxfmt

Co-authored-by: Bartosz Zagrodzki <Bartek532@users.noreply.github.com>
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
loading-ui Error Error Jul 1, 2026 8:58pm

Request Review

Co-authored-by: Bartosz Zagrodzki <Bartek532@users.noreply.github.com>
postinstall runs build:colors which was overwriting the formatted
colors.css and causing the format CI job to fail.

Co-authored-by: Bartosz Zagrodzki <Bartek532@users.noreply.github.com>
Co-authored-by: Bartosz Zagrodzki <Bartek532@users.noreply.github.com>
@cursor cursor Bot merged commit 2bc6005 into main Jul 1, 2026
4 of 5 checks passed
@cursor cursor Bot deleted the cursor/merge-all-dependabot-prs-15fb branch July 1, 2026 20:59
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.

2 participants