Skip to content

Bump ws from 8.13.0 to 8.14.0

Dependabot requested to merge dependabot-npm_and_yarn-ws-8.14.0 into master

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 of server.handleUpgrade() can now be a generic Duplex 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] Make server.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

Merge request reports