yarnpkg/yarn

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

Open

#6852 aperta il 25 dic 2018

Vedi su GitHub
 (10 commenti) (7 reazioni) (1 assegnatario)JavaScript (2731 fork)batch import
cat-buggood first issuehelp wanted

Metriche repository

Star
 (41.514 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor