You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update detect_package_manager to look for new Bun lockfile (#530)
Bun is in the process of switching from the binary `bun.lockb` file to a new, text-based `bun.lock` file.
As of Bun 1.2, the new text-based lockfile is the default. We need to update the `detect_package_manager` to look for both lockfile formats, but we should be able to eventually retire the binary lockfile format.
More info: https://bun.sh/docs/install/lockfile#text-based-lockfile
0 commit comments