Skip to content

Update ws to the latest version 🚀#1116

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ws-6.2.0
Open

Update ws to the latest version 🚀#1116
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ws-6.2.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Mar 6, 2019

Copy link
Copy Markdown
Contributor

The dependency ws was updated from 5.2.2 to 6.2.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 6.2.0

Features

  • Added ability to follow redirects (#1490).

Bug fixes

  • The opening handshake is now aborted if the Sec-WebSocket-Key header field
    value is invalid (160af45).
Commits

The new version differs by 84 commits ahead by 84, behind by 2.

  • eb6f8b0 [dist] 6.2.0
  • 161f303 [feature] Add ability to follow redirects (#1490)
  • a6e94f4 [minor] Move all buffer conversion functions to the buffer-util module
  • 71ee9ed chore(package): update eslint to version 5.15.0 (#1522)
  • 855494d [test] Fix flaky test
  • 8c21add [codestyle] Add .gitattributes
  • faf9b36 [ci] Let Travis CI handle x64 Windows tests
  • bcb8a98 [ci] Test on macOS
  • 5e238fb [doc] Add logos to badges
  • 295786b chore(package): update eslint-config-prettier to version 4.1.0 (#1518)
  • 160af45 [fix] Abort the handshake if the Sec-WebSocket-Key header is invalid
  • 1d93fb2 [codestyle] Use single quotes in YAML files
  • 6ad4d86 [pkg] Remove prettylint
  • dd5833a chore(package): update mocha to version 6.0.0 (#1511)
  • dc745cc [dist] 6.1.4

There are 84 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 65.628% when pulling a2dc560 on greenkeeper/ws-6.2.0 into 504d11d on master.

greenkeeper Bot added a commit that referenced this pull request Mar 27, 2019
@greenkeeper

greenkeeper Bot commented Mar 27, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 6.2.1.

Update to this version instead 🚀

Release Notes for 6.2.1

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close timer from
    being set (aa1dcd5).
Commits

The new version differs by 14 commits.

  • d57db27 [dist] 6.2.1
  • 40734d8 [minor] Add missing option in JSDoc comment
  • 0556f31 [doc] Add TOC to ws.md (#1539)
  • aa1dcd5 [fix] Make WebSocket#close() set the close timer immediately
  • 297f56d [minor] Remove unneeded if statement
  • bcab373 [test] Increase code coverage
  • 3a5a20a Revert "[ci] Cache dependencies"
  • 9a89e5d [ci] Cache dependencies
  • 7f5025d [test] Fix flaky test
  • 148c373 [test] Prefer arrow functions
  • 3df8242 [test] Remove comment to disable eslint rule
  • a40e29f [minor] Remove length threshold
  • 6c22584 [minor] Buffer writes if the frame to send is made of multiple chunks
  • 1842197 [test] Remove useless test

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 30, 2019
@greenkeeper

greenkeeper Bot commented Apr 30, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.0.0.

Update to this version instead 🚀

Release Notes for 7.0.0

Breaking changes

  • Dropped support for Node.js 6 (1e6999b).
  • Dropped support for url.Url instances in the WebSocket constructor
    (692d7b4).
  • 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.
Commits

The new version differs by 23 commits.

  • 092a822 [dist] 7.0.0
  • 1b85466 [minor] Use crypto.randomFillSync() to generate the masking key
  • 993b0cd [minor] Make extension.parse() use null-prototype objects
  • aca3858 [example] Clean up examples
  • 4a9a773 [example] Rename serverstats to server-stats
  • 3eff077 [example] Remove unmaintained fileapi example
  • 379def6 [lint] enable no-var rule
  • 01bb91d [ci] Test on node 12
  • 6824e8c [minor] Use Reflect.apply()
  • ddf0aca [minor] Use object spread syntax instead of Object.assign()
  • 692d7b4 [major] Drop support for url.Url in the WebSocket constructor
  • 1e6999b [major] Drop support for Node.js 6
  • 5d751fb [major] Change WebSocket#{p{i,o}ng,send}() behavior (#1532)
  • 5479eae [pkg] Use caret ranges for all dependencies
  • 1a15120 [pkg] Update nyc to version 14.0.0

There are 23 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 17, 2019
@greenkeeper

greenkeeper Bot commented Jun 17, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.0.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 8, 2019
@greenkeeper

greenkeeper Bot commented Jul 8, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 19, 2019
@greenkeeper

greenkeeper Bot commented Jul 19, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.1.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 12, 2019
@greenkeeper

greenkeeper Bot commented Aug 12, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.1.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 19, 2019
@greenkeeper

greenkeeper Bot commented Oct 19, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.2.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Dec 14, 2019
@greenkeeper

greenkeeper Bot commented Dec 14, 2019

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.2.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 8, 2020
@greenkeeper

greenkeeper Bot commented Mar 8, 2020

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.2.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 9, 2020
@greenkeeper

greenkeeper Bot commented Mar 9, 2020

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.2.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 25, 2020
@greenkeeper

greenkeeper Bot commented Apr 25, 2020

Copy link
Copy Markdown
Contributor Author
  • The dependency ws was updated from 5.2.2 to 7.2.5.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 10, 2020
@greenkeeper

greenkeeper Bot commented May 10, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency ws was updated from 5.2.2 to 7.3.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant