Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "yarn global outdated" #6488

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add "yarn global outdated" #6488

wants to merge 5 commits into from

Conversation

MatthiasWinkelmann
Copy link

Summary

Adds the command "yarn global outdated", as requested in #1623. This brings the "global" namespace in line with, well, the "global namespace".

Test plan

A test was added.

Change

Before:

~/p/yarn ❯ yarn global outdated
yarn global v1.10.1
error Invalid subcommand. Try "add, bin, dir, ls, list, remove, upgrade, upgrade-interactive"
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.

Now:

~/p/yarn ❯ ./bin/yarn global outdated
yarn global v1.13.0-0
info Color legend :
 "<red>"    : Major Update backward-incompatible updates
 "<yellow>" : Minor Update backward-compatible features
 "<green>"  : Patch Update backward-compatible bug fixes
Package      Current Wanted Latest Package Type URL
editorconfig 0.14.2  0.14.2 0.15.0 dependencies https://github.com/editorconfig/editorconfig-core-js#readme
elm-format   0.8.0   0.8.1  0.8.1  dependencies https://github.com/avh4/elm-format
lighthouse   3.2.0   exotic exotic dependencies https://github.com/GoogleChrome/lighthouse
✨  Done in 0.50s.

@buildsize
Copy link

buildsize bot commented Oct 4, 2018

File name Previous Size New Size Change
yarn-[version].noarch.rpm 1.09 MB 1.09 MB -215 bytes (0%)
yarn-[version].js 4.26 MB 4.26 MB 371 bytes (0%)
yarn-legacy-[version].js 4.44 MB 4.44 MB 371 bytes (0%)
yarn-v[version].tar.gz 1.1 MB 1.1 MB 1.5 KB (0%)
yarn_[version]all.deb 803.52 KB 803.77 KB 258 bytes (0%)

@buildsize
Copy link

buildsize bot commented Oct 4, 2018

File name Previous Size New Size Change
yarn-[version].noarch.rpm 1.09 MB 1.09 MB -213 bytes (0%)
yarn-[version].js 4.26 MB 4.26 MB 371 bytes (0%)
yarn-legacy-[version].js 4.44 MB 4.44 MB 371 bytes (0%)
yarn-v[version].tar.gz 1.1 MB 1.1 MB 1.45 KB (0%)
yarn_[version]all.deb 803.52 KB 803.67 KB 154 bytes (0%)

@thewashingtonhua
Copy link

Any updates on this? Looks like most works are done. What's the hold up? Anything we can do to help?

Copy link

@waleedahmed3045 waleedahmed3045 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test and changes ran positive

@MatthiasWinkelmann
Copy link
Author

MatthiasWinkelmann commented Jan 21, 2020

Merge this, fork it, or close. I don't plan on once again updating the changelog, just to wait for review when the changelog is out of sync again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants