Skip to content

Migrate from pnpm to bun - #93

Merged
jeffersongoncalves merged 1 commit into
mainfrom
chore/migrate-to-bun
Sep 26, 2026
Merged

jeffersongoncalves merged 1 commit into
mainfrom
chore/migrate-to-bun

Conversation

@jeffersongoncalves

Copy link
Copy Markdown
Contributor

Summary

  • pnpm-lock.yaml replaced by bun.lock; pnpm.overrides moved to top-level overrides (same rules).
  • Adds postcss-selector-parser: ^6.1.3 override: fixes Dependabot alert build(deps-dev): bump the actions-deps group with 2 updates #37 (GHSA-w9m9-85wc-3x92, low, dev-only). Kept on 6.x because Tailwind 3 depends on that major; resolves to 6.1.4.
  • CI builds assets with oven-sh/setup-bun (pinned, same as the other starter kits) instead of pnpm + Node.
  • Dependabot JS entry switched from npm to bun; README install/build/dev commands updated.

Test plan

  • bun install resolves; postcss-selector-parser at 6.1.4 in bun.lock
  • bun run build succeeds

Replace pnpm-lock.yaml with bun.lock, move pnpm.overrides to top-level overrides, build assets with oven-sh/setup-bun in CI, switch the Dependabot JS ecosystem to bun and update the README. Also pins postcss-selector-parser to ^6.1.3 (GHSA-w9m9-85wc-3x92), which fixes Dependabot alert #37.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@jeffersongoncalves
jeffersongoncalves merged commit 320f3b8 into main Sep 26, 2026
3 checks passed
@jeffersongoncalves
jeffersongoncalves deleted the chore/migrate-to-bun branch September 26, 2026 21:48
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