yarnpkg/yarn

yarn upgradeInteractive --latest not showing latest package(s)

Open

#6852 opened on Dec 25, 2018

View on GitHub
 (10 comments) (7 reactions) (1 assignee)JavaScript (41,514 stars) (2,731 forks)batch import
cat-buggood first issuehelp wanted

Description

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

What is the current behavior? yarn upgradeInteractive --latest doesn't seem to show the latest package versions, or I'm missing out something? For example, "react": "^16.6.3", in package.json, while react@16.7.0 is already available?

I was able to successfully use the command some hours before to update some really old packages. I also tried to delete the node_modules directory incl. yarn.lock file, which unfortunately didn't help to resolve this issue.

$ yarn upgradeInteractive --latest
yarn upgradeInteractive v1.12.3
success All of your dependencies are up to date.
Done in 0.56s.

If the current behavior is a bug, please provide the steps to reproduce.

Please see above.

What is the expected behavior? I would expect it to offer an upgrade to react@16.7.0 which can be added separately.

Please mention your node.js, yarn and operating system version. Node.js: 8.11.3 Yarn: 1.12.3 OS: Windows 10

Contributor guide