Bump socket.io-parser, socket.io and socket.io-client
Bumps socket.io-parser to 4.2.1 and updates ancestor dependencies socket.io-parser, socket.io and socket.io-client. These dependencies need to be updated together.
Updates socket.io-parser from 2.3.1 to 4.2.1
Release notes
Sourced from socket.io-parser's releases.
4.2.1
Bug Fixes
- check the format of the index of each attachment (b5d0cb7)
Links
4.2.0
Features
Links
4.1.2
Bug Fixes
Links
4.1.1
Links
4.1.0
Features
- provide an ESM build with and without debug (388c616)
Links
4.0.5
Bug Fixes
- check the format of the index of each attachment (b559f05)
Links
... (truncated)
Changelog
Sourced from socket.io-parser's changelog.
4.2.1 (2022-06-27)
Bug Fixes
- check the format of the index of each attachment (b5d0cb7)
4.2.0 (2022-04-17)
Features
4.1.2 (2022-02-17)
Bug Fixes
4.1.1 (2021-10-14)
4.1.0 (2021-10-11)
Features
- provide an ESM build with and without debug (388c616)
4.0.4 (2021-01-15)
Bug Fixes
- allow integers as event names (1c220dd)
4.0.3 (2021-01-05)
4.0.2 (2020-11-25)
... (truncated)
Commits
5a2ccffchore(release): 4.2.1b5d0cb7fix: check the format of the index of each attachmentc7514b5chore(release): 4.2.0931f152chore: add Node.js 16 in the test matrix6c9cb27chore: bump@socket.io/component-emitter to version 3.1.0b08bc1afeat: allow the usage of custom replacer and reviver (#112)aed252cchore(release): 4.1.289209fachore: bump cached-path-relative from 1.0.2 to 1.1.0 (#113)0a3b556chore: bump path-parse from 1.0.6 to 1.0.7 (#108)7f6b262fix: allow objects with a null prototype in binary packets (#114)- Additional commits viewable in compare view
Updates socket.io from 1.7.4 to 4.5.3
Release notes
Sourced from socket.io's releases.
4.5.3
Bug Fixes
- typings: accept an HTTP2 server in the constructor (d3d0a2d)
- typings: apply types to "io.timeout(...).emit()" calls (e357daf)
Links:
- Diff: https://github.com/socketio/socket.io/compare/4.5.2...4.5.3
- Client release: 4.5.3
- engine.io version:
~6.2.0- ws version:
~8.2.34.5.2
Bug Fixes
- prevent the socket from joining a room after disconnection (18f3fda)
- uws: prevent the server from crashing after upgrade (ba497ee)
Links:
- Diff: https://github.com/socketio/socket.io/compare/4.5.1...4.5.2
- Client release: 4.5.2
- engine.io version:
~6.2.0- ws version:
~8.2.34.5.1
Bug Fixes
- forward the local flag to the adapter when using fetchSockets() (30430f0)
- typings: add HTTPS server to accepted types (#4351) (9b43c91)
Links:
- Diff: https://github.com/socketio/socket.io/compare/4.5.0...4.5.1
- Client release: 4.5.1
- engine.io version:
~6.2.0- ws version:
~8.2.34.5.0
Bug Fixes
Features
- add support for catch-all listeners for outgoing packets (531104d)
This is similar to
onAny(), but for outgoing packets.
... (truncated)
Changelog
Sourced from socket.io's changelog.
4.5.3 (2022-10-15)
Bug Fixes
- typings: accept an HTTP2 server in the constructor (d3d0a2d)
- typings: apply types to "io.timeout(...).emit()" calls (e357daf)
4.5.2 (2022-09-02)
Bug Fixes
- prevent the socket from joining a room after disconnection (18f3fda)
- uws: prevent the server from crashing after upgrade (ba497ee)
4.5.1 (2022-05-17)
Bug Fixes
- forward the local flag to the adapter when using fetchSockets() (30430f0)
- typings: add HTTPS server to accepted types (#4351) (9b43c91)
4.5.0 (2022-04-23)
Bug Fixes
Features
- add support for catch-all listeners for outgoing packets (531104d)
This is similar to
onAny(), but for outgoing packets.Syntax:
socket.onAnyOutgoing((event, ...args) => { console.log(event); }); </tr></table>
... (truncated)
Commits
945c84bchore(release): 4.5.3d3d0a2dfix(typings): accept an HTTP2 server in the constructor19b225bdocs(examples): update dependencies of the basic CRUD example8fae95ddocs: add jsdoc for each public methode6f6b90docs: add deprecation notice for the allSockets() method596eb88ci: upgrade to actions/checkout@3 and actions/setup-node@3e357daffix(typings): apply types to "io.timeout(...).emit()" calls10fa4a2refactor: add list of possible disconnection reasons8be95b3chore(release): 4.5.2ba497eefix(uws): prevent the server from crashing after upgrade- Additional commits viewable in compare view
Updates socket.io-client from 1.7.4 to 4.5.3
Release notes
Sourced from socket.io-client's releases.
4.5.3
Bug Fixes
- do not swallow user exceptions (2403b88)
Links:
- Diff: https://github.com/socketio/socket.io-client/compare/4.5.2...4.5.3
- Server release: 4.5.3
- engine.io-client version:
~6.2.1- ws version:
~8.2.3Size of the bundles:
min min+gzip socket.io.min.js 42.6 KB (-) 13.6 KB (-) socket.io.msgpack.min.js 47.7 KB (-) 14.6 KB (-) socket.io.esm.min.js 34.5 KB (-) 11.5 KB (-) 4.5.2
Bug Fixes
- handle ill-formatted packet from server (c597023)
Links:
- Diff: https://github.com/socketio/socket.io-client/compare/4.5.1...4.5.2
- Server release: 4.5.2
- engine.io-client version:
~6.2.1(diff)- ws version:
~8.2.3Size of the bundles:
min min+gzip socket.io.min.js 42.6 KB (-) 13.6 KB (-) socket.io.msgpack.min.js 47.7 KB (-) 14.6 KB (-) socket.io.esm.min.js 34.5 KB (-) 11.5 KB (-) 4.5.1
There were some minor bug fixes on the server side, which mandate a client bump.
Links:
- Diff: https://github.com/socketio/socket.io-client/compare/4.5.0...4.5.1
- Server release: 4.5.1
- engine.io-client version:
~6.2.1(diff)- ws version:
~8.2.3
... (truncated)
Changelog
Sourced from socket.io-client's changelog.
4.5.3 (2022-10-15)
Bug Fixes
- do not swallow user exceptions (2403b88)
4.5.2 (2022-09-02)
Bug Fixes
- handle ill-formatted packet from server (c597023)
4.5.1 (2022-05-17)
There were some minor bug fixes on the server side, which mandate a client bump.
4.5.0 (2022-04-23)
Features
- add details to the disconnect event (b862924)
The "disconnect" event will now include additional details to help debugging if anything has gone wrong.
Example when a payload is over the maxHttpBufferSize value in HTTP long-polling mode:
socket.on("disconnect", (reason, details) => { console.log(reason); // "transport error"// in that case, details is an error object console.log(details.message); "xhr post error" console.log(details.description); // 413 (the HTTP status of the response)
// details.context refers to the XMLHttpRequest object console.log(details.context.status); // 413 console.log(details.context.responseText); // "" });
- add support for catch-all listeners for outgoing packets (74e3e60)
... (truncated)
Commits
2eca8dachore(release): 4.5.37c05688docs: add jsdoc for each public method2403b88fix: do not swallow user exceptions1098618ci: temporarily remove iOS 16 from the test matrix2d70813chore(release): 4.5.2c597023fix: handle ill-formatted packet from server8c659bcchore: regenerate lockfilef0350a0chore(release): 4.5.1abdba07chore(release): 4.5.0faf68a5chore: update default label for bug reports- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.