Skip to content

feat: support text-based Bun bun.lock file #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 28, 2025

Conversation

jorisre
Copy link
Contributor

@jorisre jorisre commented Mar 27, 2025

Since Bun 1.2, the default lockfile format has changed from binary to text-based. This PR introduces support for the text-based lockfile.

Binary lockfile: bun.lockb
Text-based lockfile: bun.lock

https://bun.sh/docs/install/lockfile

@jorisre jorisre changed the title feat: support text-based feat: support text-based Bun lockfile Mar 27, 2025
@jorisre jorisre changed the title feat: support text-based Bun lockfile feat: support text-based Bun bun.lock file Mar 27, 2025
Copy link
Member

@rschristian rschristian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jorisre jorisre force-pushed the feat/support-bun-lock branch from 4b1f535 to fd06259 Compare March 28, 2025 08:14
@jorisre jorisre force-pushed the feat/support-bun-lock branch from fd06259 to 2815699 Compare March 28, 2025 08:15
@rschristian rschristian merged commit 2a937a1 into preactjs:master Mar 28, 2025
1 check passed
@jorisre jorisre deleted the feat/support-bun-lock branch March 29, 2025 10:06
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