Some must be trivial to update if they are part of the tests but some are not tested and one cannot simply rely on Travis CI builds passing (mkdirp, socket.io, ...).
The code coverage report (built by #86) will give us a good idea of what actually goes through the tests and what does not.
Lots of dependencies and devDependencies are outdated.
Some must be trivial to update if they are part of the tests but some are not tested and one cannot simply rely on Travis CI builds passing (
mkdirp
,socket.io
, ...). The code coverage report (built by #86) will give us a good idea of what actually goes through the tests and what does not.