Bump socket.io-client from 4.6.2 to 4.7.2
Bumps socket.io-client from 4.6.2 to 4.7.2.
Release notes
Sourced from socket.io-client's releases.
4.7.2
Some bug fixes are included from the
engine.io-clientpackage:Links
- Diff: https://github.com/socketio/socket.io-client/compare/4.7.1...4.7.2
- Server release: 4.7.2
engine.io-client@~6.5.2(diff)ws@~8.11.0(no change)4.7.1
Some bug fixes are included from the
engine.io-clientpackage:
- make closeOnBeforeunload default to false (a63066b)
- webtransport: properly handle abruptly closed connections (cf6aa1f)
Links
- Diff: https://github.com/socketio/socket.io-client/compare/4.7.0...4.7.1
- Server release: 4.7.1
engine.io-client@~6.5.1(diff)ws@~8.11.0(no change)4.7.0
Bug Fixes
- properly report timeout error when connecting (5bc94b5)
- use same scope for setTimeout and clearTimeout calls (#1568) (f2892ab)
Features
Support for WebTransport
The Engine.IO client can now use WebTransport as the underlying transport.
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
References:
- https://w3c.github.io/webtransport/
- https://developer.mozilla.org/en-US/docs/Web/API/WebTransport
- https://developer.chrome.com/articles/webtransport/
For Node.js clients: until WebTransport support lands in Node.js, you can use the
@fails-components/webtransportpackage:</tr></table>
... (truncated)
Changelog
Sourced from socket.io-client's changelog.
4.7.2 (2023-08-02)
Some bug fixes are included from the
engine.io-clientpackage:Dependencies
engine.io-client@~6.5.2(diff)ws@~8.11.0(no change)4.7.1 (2023-06-28)
Some bug fixes are included from the
engine.io-clientpackage:
- make closeOnBeforeunload default to false (a63066b)
- webtransport: properly handle abruptly closed connections (cf6aa1f)
Dependencies
engine.io-client@~6.5.1(diff)ws@~8.11.0(no change)4.7.0 (2023-06-22)
Bug Fixes
- properly report timeout error when connecting (5bc94b5)
- use same scope for setTimeout and clearTimeout calls (#1568) (f2892ab)
Features
Support for WebTransport
The Engine.IO client can now use WebTransport as the underlying transport.
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
References:
... (truncated)
Commits
928d76dchore(release): 4.7.274ca7acchore: bump engine.io-client to version 6.5.20536fccchore(release): 4.7.16169bb8chore: bump dev dependencies84ec6cfrefactor: expose the ESM build with debug (bis)630ff41chore: bump engine.io-client to version 6.5.19b235ecchore(release): 4.7.0f2892abfix: use same scope for setTimeout and clearTimeout calls (#1568)5bc94b5fix: properly report timeout error when connecting781d753feat: expose ESM build with debug (#1585)- 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)