jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.07k stars 211 forks source link

After installing the latest version, “mise” rolls back to the previous one #2245

Closed sirenkovladd closed 4 weeks ago

sirenkovladd commented 1 month ago

To Reproduce

❯ mise install bun@1.1.12
mise bun@1.1.12 ✓ installed                                                                                                                                                                                                                                                
~ on ☁️  (us-west-2) took 2s 
❯ curl http://mise-versions.jdx.dev/bun | tail
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   633  100   633    0     0  12847      0 --:--:-- --:--:-- --:--:-- 12918
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10

~ on ☁️  (us-west-2) 
❯ mise upgrade                                
mise bun@1.1.12 ✓ removing ~/Library/Caches/mise/bun/1.1.12                                                                                                                                                                                                                
~ on ☁️  (us-west-2) 
❯ mise ls bun
Plugin  Version  Config Source              Requested
bun     1.1.10   ~/.config/mise/config.toml latest   

Expected behavior

❯ mise ls bun
Plugin  Version  Config Source              Requested
bun     1.1.12   ~/.config/mise/config.toml latest   
sirenkovladd commented 4 weeks ago

@jdx, sorry, can you update the version list for bun ?