github raineorshine/npm-check-updates v18.0.0

latest releases: v18.1.0, v18.0.3, v18.0.2...
4 months ago

Breaking

The only breaking change in v18 is with the -g/--global flag.

npm-check-updates -g will now auto-detect your package manager based on the execution path. Previously, it defaulted to npm.

  • yarn dlx ncu -g --packageManager yarnyarn dlx ncu -g
  • pnpm dlx ncu --global --packageManager pnpmpnpm dlx ncu -g
  • bunx ncu -g--packageManager pnpmbunx ncu -g

If for some reason you were running ncu -g with an alternative package manager and relying on it checking the global npm packages, you will need to now explicitly specify npm:

  • ncu -gncu -g--packageManager npm

Thanks to @LuisFerLCC for the improvement (#1514).

Don't miss a new npm-check-updates release

NewReleases is sending notifications on new releases.