Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

kevin68
Copy link
Contributor

@kevin68 kevin68 commented Feb 7, 2023

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 darrachequesne merged commit ab13c49 into socketio:main Feb 8, 2023
@darrachequesne
Copy link
Member

Awesome, thanks a lot 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants