browserslist / update-db

CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
https://browsersl.ist/
MIT License
286 stars 57 forks source link

bun update adds caniuse-lite to dependencies #42

Open hateinternet opened 2 days ago

hateinternet commented 2 days ago

Hi @ai I'm not sure its important, but it seems that bun update caniuse-lite adds package to dependencies if it wasn't there. For example pnpm up caniuse-lite or yarn up -R caniuse-lite updates lock file only. Bun works differently Is this expected behaviour? I noticed this because also trying to add bun support :)

found issue - https://github.com/oven-sh/bun/issues/4209

ai commented 2 days ago

Yes, this is a problem. Maybe not a blocker for the release, but I will look for that issue. Thanks.