apiaryio / gavel2html

Renders HTML diff from Gavel.js output
MIT License
0 stars 0 forks source link

Upgrade mocha/mochify to latest versions #25

Closed kylef closed 4 years ago

kylef commented 4 years ago

This libraries dev dependencies are becoming pretty outdated. This PR first updates the package lock to be saved with modern NPM. Then updates mochify to 6.6.0 (which in turn brings a newer mocha as it is coupled to the package). Then finally push Mocha to the latest version which results in moving from --compilers to --require syntax as compilers has been removed.

kylef commented 4 years ago

The reason for this is that npm audit wasn't too happy with these old dev deps. This does not have impact to end users of the library as these are dev only dependencies.

kylef commented 4 years ago

@opichals just that this PR predates mocha@7.1.2's existance, will update.