dylang / npm-check

Check for outdated, incorrect, and unused dependencies.
https://www.npmjs.com/package/npm-check
MIT License
6.58k stars 237 forks source link

Feature: Generate changelog #58

Open loris opened 8 years ago

loris commented 8 years ago

It would be pretty handy if npm-check after updating the package.json could show the user a complete changelog (using https://github.com/dylang/changelog) of all the deps which got upgraded. Even better: it could automatically (could be a CLI option) generate a commit message. (here is a project doing that king of stuff for PHP/composer: https://github.com/pyrech/composer-changelogs)

dylang commented 8 years ago

Yes, this! I made changelog and this with that intention, it's just been hard to find time to do it.

panrafal commented 8 years ago

Found npm-check through changelog and I must admit it would be uber great to have it!