Comment by thayne
21 hours ago
> `pnpm outdated`: this is something that hasn't come up very much, even though it seems reasonable to me.
One use for it is to see what would be updated by running "uv sync --update" or "uv lock --update". Although that might be better served by having a confirmation prompt for those commands.
That’s what the --dry-run argument is for.
That confirmation prompt would then lead to surprises in CI pipelines.
Well, I think the ideal would be to default to prompting, but have a "--yes" or "--non-interactive" option to turn it off in CI and similar, but that might be problematic for backwards compatibility now, but an "--interactive" or "--prompt" flag now would be better than nothing. Especially, if you can configure that in ~/.config/uv/uv.toml