upgrade-deps

1.0.0 • Public • Published

upgrade-deps

npm version

Minimal CLI for automating upgrading package.json dependencies

Features:

  • updates package.json to use latest exact versions within same major release for dependencies + devDependencies
  • parallelizes as much as possible so it's blazing fast
  • code is minimal so it's easy to audit
  • can upgrade npm dependencies
  • can upgrade private dependencies in private git repos by cloning an ephemeral copy of the repo to ~/.upgrade-deps/ using your local git CLI

Usage

Usage: npx upgrade-deps [options]

CLI for automating upgrading package.json dependencies. Semver prefixes will be stripped in favor of using exact versions.

Options:
  -v, --version   output the version
  -b, --breaking  include breaking/major version upgrades
  -d, --dry-run   just print which packages are out of date
  -h, --help      display help for command

npx

npx upgrade-deps

Dependents (0)

Package Sidebar

Install

npm i upgrade-deps

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.04 kB

Total Files

8

Last publish

Collaborators

  • edwmurph