Replies: 2 comments
-
This is a good idea I think. I think we’d be happy to receive a PR for this if you wanted to tackle it — no need for a small thing like this to go through the RFC process. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
Currently, npx @astrojs/upgrade command shows only the target version like
@astrojs/tailwind will be updated to v5.1.3.
This RFC proposes to enhance the output by showing both current and target versions for better visibilityBackground & Motivation
The current output format lacks clarity in showing version changes. Adding a simple "from -> to" format would improve visibility and DX when updating Astro packages.
Goals
Example
Current output:
Proposed output (or mb some variation of this):
Or we can just remain the same style and do it like this:
Beta Was this translation helpful? Give feedback.
All reactions