zeekay / bebop

🎷 Jazzy build tool for sophisticated front-end development.
MIT License
18 stars 5 forks source link

Update ws to the latest version 🚀 #46

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.3.0 of ws just got published.

Dependency ws
Current Version 2.2.3
Type dependency

The version 2.3.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ws. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.3.0

Features

  • All hooks have now access to the upgrade request (#1070).
  • The WebSocket client now emits a headers event (#1082).
Commits

The new version differs by 16 commits .

  • 309d77f [dist] 2.3.0
  • 2d66ec9 [pkg] Remove .npmignore in favor of files package.json field
  • b5b0954 [feature] Add headers event to WebSocket (#1082)
  • 860cc23 Merge pull request #1080 from websockets/fix/deopt
  • 3dbb58a [perf] Prevent Sender.frame() from being deoptimized
  • e182e96 [doc] Fix typo in README.md
  • 2bacadc [doc] Update optional modules section
  • 94c3c8b Merge pull request #1078 from dgrcode/enhance/add-browser-readme
  • 2efbdbc Added a note to tell possible confused users that they should be using the native WebSocket in the browser
  • c4202c6 chore(package): update eslint-config-standard to version 10.2.0 (#1075)
  • 26bf775 chore(package): update eslint-plugin-standard to version 3.0.0 (#1074)
  • 13cff40 chore(package): update eslint-config-standard to version 10.1.0 (#1072)
  • eb89db6 Merge pull request #1070 from websockets/add/request-argument
  • 617aeac [minor] Make all hooks have access to the upgrade request
  • a4cc55d chore(package): update eslint-config-standard to version 10.0.0 (#1065)

There are 16 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

Update to this version instead 🚀

Release Notes 2.3.1

Bug fixes

  • Fixed an issue that prevented WebSocket.prototype.close() from working
    properly if called from a listener of the headers event.
Commits

The new version differs by 2 commits .

  • 732aaf0 [dist] 2.3.1
  • 3633d6c [fix] Make WebSocket#close() work when called from a headers listener

See the full diff.