-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
[feature request] Add support for the bun package manager #25
Comments
Sure, please send PR. Just be sure that you are updating all nested dependencies. |
I'm working on a draft PR and will post back as soon as I have a working setup. |
Hey! Any update on this issue? @eelkevdbos |
Appears to be blocked by oven-sh/bun#6419 |
Bun now supports it! oven-sh/bun#6419 (comment) |
I need some Bun user to send PR. Here is what you need to do:
|
Bun support added with 1.1. Thanks to @pornoiya and @kytta. Note 2 limits:
We created issues in Bun repo to fix these limits. |
Executing
bunx update-browserslist-db@latest
results in the following error:Bun uses a binary lockfile called
bun.lockb
and at the time of writing has no built-in method yet to update individual packages.The text was updated successfully, but these errors were encountered: