Bump ws from 8.13.0 to 8.14.0
Bumps ws from 8.13.0 to 8.14.0.
Release notes
Sourced from ws's releases.
8.14.0
Features
- The
WebSocket
constructor now accepts HTTP(S) URLs (#2162).- The
socket
argument ofserver.handleUpgrade()
can now be a genericDuplex
stream (#2165).Other notable changes
- At most one event per microtask is now emitted (#2160).
Commits
-
d307684
[dist] 8.14.0 -
c1d26c3
[test] Fix failing test -
5b577fe
[pkg] Remove native-duplexpair dev dependency -
62521f2
[minor] Fix nits -
31da417
[fix] Makeserver.handleUpgrade()
work with any duplex stream (#2165) -
347aab6
[feature] Allow http and https schemes (#2162) -
79dab96
[fix] Emit at most one event per microtask (#2160) -
67007fc
[test] Reduce message size from 20 MiB to 4 MiB -
8eb2c47
[test] Fix nits -
5299b0e
[test] Remove redundant tests - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts