Skip to content
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

Add support for Bun text-based lockfile #1483

Closed
1 task done
GingerAdonis opened this issue Dec 20, 2024 · 2 comments
Closed
1 task done

Add support for Bun text-based lockfile #1483

GingerAdonis opened this issue Dec 20, 2024 · 2 comments

Comments

@GingerAdonis
Copy link


Bun v1.1.39 introduced a new text-based lockfile named bun.lock. In the upcoming Bun v1.2 this will be the new default.
This change means npm-check-updates no longer correctly detects Bun. As it relies on checking bun.lockb, which won't exist if using the text-based lockfile.

More information about the text-based lockfile: https://bun.sh/blog/bun-lock-text-lockfile

@GingerAdonis GingerAdonis changed the title Add support for bun text-based lockfile Add support for Bun text-based lockfile Dec 20, 2024
@raineorshine
Copy link
Owner

raineorshine commented Dec 20, 2024

Thanks for letting me know!

Added in v17.1.12.

@GingerAdonis
Copy link
Author

Thank you for the quick PR and release 👍🏿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants