Skip to content

feat(uvx): add outdated operation#1704

Merged
kdeldycke merged 1 commit intokdeldycke:mainfrom
hasansezertasan:uvx-outdated-support
Mar 26, 2026
Merged

feat(uvx): add outdated operation#1704
kdeldycke merged 1 commit intokdeldycke:mainfrom
hasansezertasan:uvx-outdated-support

Conversation

@hasansezertasan
Copy link
Copy Markdown
Contributor

Summary

  • Implement the outdated property for the UVX manager, leveraging the new uv tool list --outdated command introduced in uv 0.10.10
  • Bump UVX minimal version requirement to 0.10.10
  • Parse text output matching package vX.Y.Z [latest: A.B.C] via regex (no --format=json available for uv tool list)

Test plan

  • All 22 existing UVX tests pass
  • All 45 outdated CLI tests pass
  • Manual verification with mpm --uvx outdated

🤖 Generated with Claude Code

@hasansezertasan hasansezertasan changed the title [uvx] Add outdated operation feat(uvx): add outdated operation Mar 26, 2026
kdeldycke added a commit that referenced this pull request Mar 26, 2026
@kdeldycke kdeldycke force-pushed the uvx-outdated-support branch 2 times, most recently from bede23d to 786a210 Compare March 26, 2026 10:11
Implement the `outdated` property for the UVX manager, leveraging the
new `uv tool list --outdated` command introduced in uv 0.10.10.
Bump UVX minimal version requirement accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kdeldycke kdeldycke force-pushed the uvx-outdated-support branch from 786a210 to 234eea3 Compare March 26, 2026 10:15
@kdeldycke
Copy link
Copy Markdown
Owner

Thanks for the contribution! Let's merge upstream! :)

@kdeldycke kdeldycke merged commit de1e109 into kdeldycke:main Mar 26, 2026
22 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants