Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

build(deps): bump ws from 6.2.0 to 7.1.0#173

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ws-7.1.0
Closed

build(deps): bump ws from 6.2.0 to 7.1.0#173
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ws-7.1.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ws from 6.2.0 to 7.1.0.

Release notes

Sourced from ws's releases.

7.1.0

Features

  • Added utility to wrap a WebSocket in a Duplex stream (#1589).

Bug fixes

  • Reverted "[minor] Remove unneeded if statement" (dbacf582, #1591).

7.0.1

Bug fixes

  • Added ability to disable sending the SNI extension (#1587).

7.0.0

Breaking changes

  • Dropped support for Node.js 6 (1e6999bb).
  • Dropped support for url.Url instances in the WebSocket constructor
    (692d7b47).
  • The behavior of WebSocket#{p{i,o}ng,send}() has changed when the
    readyState attribute is not OPEN (#1532)
    • If the readyState attribute is CONNECTING, an exception is thrown.
    • If the readyState attribute is CLOSING or CLOSED
      • The bufferedAmount attribute is increased by the length of the data
        argument in bytes.
      • If provided, the callback function is called with an error.
      • No exception is thrown even if the callback function is not provided.

6.2.1

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close timer from
    being set (aa1dcd5).
Commits
  • dd42c8b [dist] 7.1.0
  • a49a827 [feature] Add utility to wrap a WebSocket in a Duplex stream (#1589)
  • dbacf58 Revert "[minor] Remove unneeded if statement"
  • db14864 [pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
  • c62ea9f [doc] Improve comment in code snippet (#1597)
  • 47e7d64 [pkg] Update eslint to version 6.0.0 (#1595)
  • d9b5562 [doc] Improve server broadcast example (#1590)
  • 38d3bf2 [dist] 7.0.1
  • a0af764 [test] Use the correct value for the Content-Length header
  • b086179 [fix] Allow to disable sending the SNI extension (#1587)
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ws](https://github.com/websockets/ws) from 6.2.0 to 7.1.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.0...7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 11, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #180.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ws-7.1.0 branch July 22, 2019 01:38
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

Comments