This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Mark or highlight an outdated dependency #389
Labels
good first issue
Good for newcomers
involves design
Deals with visual stuff
upcoming feature
New feature or request
It would be good to have an indicator in the dependency list that shows dependencies that are not up-to-date e.g. by adding a yellow dot close to the dependency.
Philip Sagala had the idea in a nolt comment.
Is your feature request related to a problem? Please describe.
At the moment, the user can only click at each dependency to check if there is something to update (see screenshot below).
It would be also great to have an "Update all" button.
Describe the solution you'd like
Adding a colored dot icon to the dependency list items with a tooltip e.g. "not up-to-date". Things to check:
Update all button (e.g.
yarn upgrade --latest
) with latest option it will ignore the version range specified inpackage.json
. Do we need a prompt for this? Or shouldn't we add this as it could be critical to update everything to the latest version? I think it would be OK to add with a prompt to warn the user.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: