franciscop / server

:desktop_computer: Simple and powerful server for Node.js
https://serverjs.io/
MIT License
3.56k stars 171 forks source link

Dependencies Update #144

Closed kinostl closed 1 year ago

kinostl commented 1 year ago

Updates the dependencies to their latest versions and changes the code a little bit to adapt to their new requirements. All tests pass. Swapped log out for npmlog. Added a custom implementation of the report system. Updated some tests to account for new changes. Added ioredis to account for the requirements of the latest connect-redis. Decided on ioredis via connect-redis documentaiton.

franciscop commented 1 year ago

wow thanks a lot! the redis bit has actually given me trouble in a project, it seems this might be why! Everything look good here so I'm merging, but please give me a couple of days to test it out locally including the new redis imp!

kinostl commented 1 year ago

Glad I could help out! fyi, npmlog is a bit chatty, but it was the only logging utility I could find that worked close enough to how log used to work.