doowb / watch-cli

Watch files and execute an npm script when files change.
MIT License
60 stars 10 forks source link

Dependency update #9

Open martinheidegger opened 6 years ago

martinheidegger commented 6 years ago

It kinda works that way, as the tests are missing I am not sure if something broke 😅

doowb commented 6 years ago

Thanks for the PR!

Is there a bug that needs to be fixed by updating dependencies?

I'm planning on doing a refactor of this and changing some of the dependencies anyway. The refactor also includes adding tests (since I know how to do those better for CLIs now). If you have any ideas on tests to add, I'll be glad to take a PR for those. Also, if you set the mocha dependency to 3.5.3 the tests can be run on older versions of node.

1000i100 commented 5 years ago

without update dependencies, watch-cli is flagged by last npm version as insecure because of minimatch older than 3.0.2 and lodash older than 4.17.5

(so this update isn't fresh enougth to fix the issues signaled by npm audit)