Files
bun.sh/test/regression
Claude Bot 33b78515df fix(cli): bun update -i select all ('A') now updates packages correctly
When pressing 'A' to select all packages in interactive update mode,
packages where current_version == update_version but current_version !=
latest_version were silently skipped during processing, leading to
"Selected X packages to update" followed by "No packages selected for
update".

The fix applies the same logic as the spacebar handler: when selecting
all packages, automatically set use_latest=true for packages that are
at their constrained update version but have a newer latest version
available.

Fixes #26657

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 07:59:11 +00:00
..