Npm-check-updates: `ncu -u` doesn't go from `"@angular/flex-layout": "^7.0.0-beta.23"` to `"@angular/flex-layout": "^8.0.0-beta.26"`

Created on 7 Aug 2019  路  3Comments  路  Source: raineorshine/npm-check-updates

  • [ ] I have read the list of known issues before filing this issue.
  • [ ] I have searched for similiar issues before filing this issue.

  • node version: v10.16.1

  • npm version: 6.10.2
  • npm-check-updates version: 3.1.20

faq

Most helpful comment

@Simek Yes, thanks!

All 3 comments

ncu ignores alpha, beta, and rc versions by default. A more intuitive behavior would be to include beta if the dependency is already using it. In the mean time, use --pre 1 to include betas or --greatest to check against the highest version number available.

@raineorshine Am I correct in assuming that 1f7312a will also fix this issue?

@Simek Yes, thanks!

Was this page helpful?
0 / 5 - 0 ratings