websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

Update ws to the latest version 🚀 #64

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.1.0 of ws was just published.

Dependency ws
Current Version 4.0.0
Type dependency

The version 4.1.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of ws.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 4.1.0

Features

  • Added WebSocketServer.prototype.address() (#1294).
  • Added zlib{Deflate,Inflate}Options options (#1306).
Commits

The new version differs by 30 commits.

  • d390dc5 [dist] 4.1.0
  • a70bd65 [test] Fix typo
  • d8da1b2 [doc] Add missing zlibInflateOptions option
  • 053a322 [minor] Add zlib{Deflate,Inflate}Options options (#1306)
  • f2b5105 chore(package): update eslint-plugin-import to version 2.9.0 (#1309)
  • 84fa837 chore(package): update eslint-config-standard to version 11.0.0 (#1307)
  • 36f249d chore(package): update eslint to version 4.18.0 (#1304)
  • 563edbd [test] Use WebSocketServer#address()
  • 75b6397 [fix] Ensure that the status code is not incorrectly overwritten
  • c8408c0 [doc] Fix docs for onerror listener
  • 9194770 [doc] Fix typo
  • 98d1955 [doc] Add a link to isomorphic-ws (#1298)
  • 8281940 chore(package): update eslint-plugin-node to version 6.0.0 (#1295)
  • 8d61fa0 [api] Add WebSocketServer.prototype.address() (#1294)
  • 66b0d55 [minor] Use do...while in Receiver#startLoop()

There are 30 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: