'bun update --latest' Downgrades Canary and Next Packages to Stable Versions #16569
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
confirmed bug
We can reproduce this issue
needs investigate
Needs to be investigated to find the root cause
Hi,
I've a following packages, for example, that are tagged as "next" on npmjs.com:
The issue is, if I run "bun update --latest" to update my other packages to the latest version, it also downgrades non-stable versions to the stable tag or versions, but this is not the expected behavior at all, it should either update these to more up to date canary or next tagged versions.
The text was updated successfully, but these errors were encountered: