You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[update] Show warning for legacy packages and fix with update (#1107)
## Summary
Add warning if devbox.json contains legacy packages. Fix them with
update command. Update will turn legacy packages to `<pkg>@latest` and
resolve them to current hash. This guarantees version will not change.
If they run update again, it will update to newest version.
## How was it tested?
<img width="840" alt="image"
src="https://github.com/jetpack-io/devbox/assets/544948/fe612548-356a-4ed5-810a-78a3942913d1">
```bash
# modified devbox.json to have `curl` package.
devbox update
```
Inspected devbox.json and devbox.lock and verified it was now
`curl@latest`
0 commit comments