yarnpkg/yarn

Remove or make the out of date warning less in-your-face for patch releases

Open

#3718 opened on Jun 25, 2017

View on GitHub
 (7 comments) (1 reaction) (0 assignees)JavaScript (41,514 stars) (2,731 forks)batch import
cat-featuregood first issuehelp wantedneeds-discussiontriaged

Description

Do you want to request a feature or report a bug? Enhancement

What is the current behavior? Yarn shows "warnings" about being out of date for patch releases, e.g.

yarn install v0.24.5
warning Your current version of Yarn is out of date. The latest version is "0.24.6"

What is the expected behavior? The warning message in yellow is distracting, I really can't be bothered to install a new version of yarn every single time a new patch release comes out. And the yellow color always draws my attention and then the OCD kicks in :)

Unless there's a bug that's really bothering me, I am happy to upgrade yarn every now and then when I notice that I'm behind a few minor versions. In my opinion warnings should only show up if you're trailing a few minor versions, and maybe just show a muted/greyed out notice when it's just a patch or a single minor version.

Contributor guide