-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Bun support for update-browserslist-db #40
Conversation
You need instal bun to CI |
test/index.test.js
Outdated
|
||
let lock = (await readFile(join(dir, 'bun.lockb'))).toString() | ||
ok( | ||
lock.includes(`/caniuse-lite-${caniuse.version}`)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this check is OK. Maybe it's better to generate yarn.lock file and check versions in a more readable way. https://bun.sh/docs/install/lockfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -36,6 +36,7 @@ | |||
"test": "pnpm run /^test:/" | |||
}, | |||
"dependencies": { | |||
"bun": "^1.1.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No-no, it will install bun
to every Browserslist users.
At least put it to devDependencies
.
Do you have Twitter account to mention you in release tweet? |
No description provided.