Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ws from 3.3.2 to 7.1.2 #44

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 16, 2019

Bumps ws from 3.3.2 to 7.1.2.

Release notes

Sourced from ws's releases.

7.1.2

Bug fixes

  • Fixed a bug that caused compress jobs to never be marked as complete
    (#1618).

7.1.1

Bug fixes

  • An error is now thrown if the WebSocket server constructor is used
    incorrectly (36412662).

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).

6.2.0

Features

... (truncated)
Commits
  • 74bac8e [dist] 7.1.2
  • 3a695e8 [fix] Ensure _compress() callback is always called (#1618)
  • fa99173 [doc] Fix nits
  • 0a61236 [doc] Discourage use of verifyClient hook (#1613)
  • 91b5173 [minor] Set the flag to detect invalid API usage only when needed
  • cf467db [dist] 7.1.1
  • 3641266 [minor] Throw an error on invalid usage
  • 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"
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 16, 2019
@coveralls
Copy link

coveralls commented Oct 16, 2019

Coverage Status

Coverage remained the same at 79.032% when pulling 2cc2c42 on dependabot/npm_and_yarn/ws-7.1.2 into 21bbbf6 on master.

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ws-7.1.2 branch from ae35ea4 to 2cc2c42 Compare October 18, 2019 15:33
@sowiecki
Copy link
Owner

Verified connects to Acheron.

@sowiecki sowiecki merged commit 1e5e0c5 into master Oct 18, 2019
@sowiecki sowiecki deleted the dependabot/npm_and_yarn/ws-7.1.2 branch October 18, 2019 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants