socketio / socket.io-postgres-adapter

The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers
https://socket.io
MIT License
24 stars 8 forks source link

chore: Update dependecies & add node 18 in test matrix #11

Closed kevin68 closed 1 year ago

kevin68 commented 1 year ago

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

darrachequesne commented 1 year ago

Awesome, thanks a lot :+1: