yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.44k stars 2.73k forks source link

[Feature] yarn outdated and yarn upgrade-interactive should be consistent #7979

Open rightaway opened 4 years ago

rightaway commented 4 years ago

Describe the user story

yarn outdated shows all dependencies in one list together, but yarn upgrade-interactive shows them in two lists, dependencies and devDependencies. They should both use the same method of display to be consistent, either both split into prod and dev dependencies, or both in one big list.

rightaway commented 4 years ago

There should be a flag in both commands to say if you want prod and dev dependencies shown together or split apart.

Barkole commented 4 years ago

It would be great, if I could use a flag, so I can only check for dev and non dev dependencies. Usually non dev are more crucial