oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.35k stars 2.78k forks source link

bun upgrade --stable installs a canary version #15257

Closed ottomated closed 2 days ago

ottomated commented 2 days ago

What version of Bun is running?

1.1.35-canary.86+206d2edf1

What platform is your computer?

Darwin 23.6.0 arm64 arm

What steps can reproduce the bug?

Now bun is out of sync and will redownload the upgrade every time you run bun upgrade.

What is the expected behavior?

bun upgrade --stable should install a stable version of bun. bun upgrade should also install the latest stable version.

What do you see instead?

A canary version is installed instead.

Additional information

No response

Electroid commented 2 days ago

We are fixing this right now, and will be releasing 1.1.36 within the hour.

Jarred-Sumner commented 2 days ago

Fixed in Bun v1.1.36

https://github.com/oven-sh/bun/releases/tag/bun-v1.1.36