Skip to content

fix(core): detect bun.lock text lockfile alongside bun.lockb - #172

Open
ben-rogerson wants to merge 2 commits into
mainfrom
fix/detectpm-misses-new-bun-text-lockfile
Open

fix(core): detect bun.lock text lockfile alongside bun.lockb#172
ben-rogerson wants to merge 2 commits into
mainfrom
fix/detectpm-misses-new-bun-text-lockfile

Conversation

@ben-rogerson

Copy link
Copy Markdown
Owner

Summary

Bun 1.2+ switched to text-based bun.lock by default (Feb 2025).\nBoth detectPm and worktree isolation only checked for legacy\nbinary bun.lockb, causing misdetection of recent Bun projects.\nAdd bun.lock detection before bun.lockb.

Test plan

  • pnpm typecheck
  • pnpm lint
  • pnpm test

Bun 1.2+ switched to text-based bun.lock by default (Feb 2025).\nBoth detectPm and worktree isolation only checked for legacy\nbinary bun.lockb, causing misdetection of recent Bun projects.\nAdd bun.lock detection before bun.lockb.
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