dep-updater

npm Dependencies Updater

Usage no npm install needed!

<script type="module">
  import depUpdater from 'https://cdn.skypack.dev/dep-updater';
</script>

README

dep-updater

version stability-unstable Maintenance MIT dep security

npm Dependencies Updater.

Features

  • Upgrade package for you (even for breaking release).
  • Run test after each upgrade (and rollback if test fail).
  • Create a git commit for each update

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm install dep-updater -g
# or
$ npx dep-updater

Usage example

When installed globally the depup executable will be exposed in your terminal

$ cd yourProject
$ depup

warning: Be sure to only run the binary when you have no unstaged modification in your package.json

Roadmap v1.0.0

  • [BUG] Sometimes pkg.current is an Object !
  • Detect if the terminal support emoji or not.
  • Improve error handling from npm commands (update and delete).
  • Add argv option to change the default git template.
  • Add argv option to force test and commit (avoid option asking).
  • Add argv option to force updateAll (or updateWanted).