Skip to content

!feat: convert yarn to bun#1599

Merged
tyler-dane merged 1 commit intomainfrom
feat/bun
Apr 3, 2026
Merged

!feat: convert yarn to bun#1599
tyler-dane merged 1 commit intomainfrom
feat/bun

Conversation

@tyler-dane
Copy link
Copy Markdown
Contributor

@tyler-dane tyler-dane commented Apr 3, 2026

Note

Medium Risk
Switches package management and CI execution paths from Yarn to Bun, which can break installs, caching, or script invocation in developer and GitHub Actions environments. No application/runtime code is changed, but failures would block builds/tests and pre-commit formatting.

Overview
Moves the repo’s tooling from Yarn to Bun: developer docs and agent guidelines now reference bun install, bun run ..., and bunx ... for testing, formatting, and CLI usage.

Updates automation accordingly by switching Husky hooks to bunx and migrating GitHub Actions unit/e2e workflows to install/cache Bun and run tests via bun (including Playwright install). Removes Yarn-specific config (.yarnrc, .yarnrc.yml) and Yarn-related ignore entries.

Reviewed by Cursor Bugbot for commit 24cd279. Bugbot is set up for automated code reviews on this repo. Configure here.

@tyler-dane tyler-dane linked an issue Apr 3, 2026 that may be closed by this pull request
@tyler-dane tyler-dane merged commit 03a7d04 into main Apr 3, 2026
9 checks passed
@tyler-dane tyler-dane deleted the feat/bun branch April 3, 2026 23:05
@tyler-dane tyler-dane changed the title !refactor: convert yarn to bun !feat: convert yarn to bun Apr 3, 2026
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.

Convert yarn to bun

1 participant