chore: Update dependecies & add node 18 in test matrix #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updating socket.io to 4.6.0 break the typescript build because the two versions of socket.io-adapter conflicts, so I make this PR with a few dependencies update.
Changes:
Deps:
@msgpack/msgpack from 2.7.0 to 2.8.0 -> no breaking changes (added node 18)
@types/pg from 8.6.1 to 8.6.6 -> no breaking changes (mainly new options)
debug from 4.3.1 to 4.3.4 -> no breaking changes (bugfixes & doc)
pg from 8.0.0 to 8.9.0 -> should not have breaking changes (bugfixes, new features)
Dev deps:
mocha from 8.4.0 to 10.2.0
socket.io & socket.io-client to 4.6.0
typescript from 4.0.5 to 4.9.5
prettier from 2.1.2 to 2.8.3
Engine: greater or equals to node12
Node JS support:
Add node 18 support
Docker:
Update to postgres 14
Prettier: ran & fixed formatting
CLI:
Fixed prettier commands