Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore(deps): bump ws from 7.5.6 to 8.4.2 #4016

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2022

Bumps ws from 7.5.6 to 8.4.2.

Release notes

Sourced from ws's releases.

8.4.2

Bug fixes

  • Fixed a data framing issue introduced in version 8.4.1 (#2004).

8.4.1

Notable changes

  • To improve performance, strings sent via websocket.ping(), websocket.pong(), and websocket.send() are no longer converted to Buffers if the data does not need to be masked (#2000).

8.4.0

Features

  • Added ability to generate custom masking keys (#1990).

8.3.0

Features

  • Added ability to pause and resume a WebSocket (0a8c7a9c).

Bug fixes

  • Fixed a bug that could prevent the connection from being closed cleanly when using the stream API (ed2b8039).
  • When following redirects, an error is now emitted and not thrown if the redirect URL is invalid (#1980).

8.2.3

Bug fixes

  • When context takeover is enabled, messages are now compressed even if their size is below the value of the perMessageDeflate.threshold option (41ae5631).

8.2.2

Bug fixes

  • Some closing operations are now run only if needed (ec9377ca).

8.2.1

Bug fixes

  • Fixed an issue where the socket was not resumed, preventing the connection from being closed cleanly (869c9892).

8.2.0

Features

  • Added WebSocket.WebSocket as an alias for WebSocket and

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-8.4.2 branch 2 times, most recently from e0c2d93 to bde77a2 Compare January 25, 2022 18:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-8.4.2 branch from bde77a2 to 3a2b44c Compare January 27, 2022 19:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-8.4.2 branch from 3a2b44c to 4c8f481 Compare January 27, 2022 23:13
Bumps [ws](https://github.com/websockets/ws) from 7.5.6 to 8.4.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.6...8.4.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ws-8.4.2 branch from 4c8f481 to 649a9af Compare February 7, 2022 16:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2022

Superseded by #4044.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants