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

'bun update --latest' Downgrades Canary and Next Packages to Stable Versions #16569

Open
Barzi-Ahmed opened this issue Jan 21, 2025 · 1 comment
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

Comments

@Barzi-Ahmed
Copy link

Hi,

I've a following packages, for example, that are tagged as "next" on npmjs.com:

"@trpc/client": "^11.0.0-rc.708",
"@trpc/server": "^11.0.0-rc.708",

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.

@DonIsaac
Copy link
Contributor

What version of bun are you using? (run bun --revision) And what OS/CPU do you use? (run uname -mprs on posix systems)

@DonIsaac DonIsaac added bug Something isn't working bun install Something that relates to the npm-compatible client needs investigate Needs to be investigated to find the root cause labels Jan 21, 2025
@pfgithub pfgithub added the confirmed bug We can reproduce this issue label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants