897 B
897 B
name, description
| name | description |
|---|---|
| update-dependencies | Use when the user asks to update, upgrade, or refresh project dependencies, or when outdated dependencies need attention |
Update Dependencies
Workflow
- Run
mise run dev:outdatedto check all dependency categories - Read the summary table at the end of the output — it has three columns: Dependency, Status, and Next Step. Note that if mix dependencies are outdated, the output of the command usually contains a link to preview the update diff. The link looks something like this: https://hex.pm/l/FR8QK. If you see such link in the output, offer the user the possibility to open it in the browser for manual inspection.
- For each row marked as outdated, run the command listed in the Next Step column
- Re-run
mise run dev:outdatedto confirm everything is up to date - Run
mix testto verify nothing is broken