coast-team / netflux

JavaScript client and server side transport API based on WebRTC & WebSocket
https://coast-team.github.io/netflux
GNU Affero General Public License v3.0
213 stars 14 forks source link

An in-range update of ws is breaking the build 🚨 #44

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.1 of ws just got published.

Branch Build failing 🚨
Dependency ws
Current Version 2.2.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ws is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/coast-team/netflux/builds/210462843)
Release Notes 2.2.1

Bug fixes

  • WebSocket.prototype.terminate() now closes the connection immediately even
    if the other peer fails to work properly (#1033).
Commits

The new version differs by 15 commits .

  • 08eb827 [dist] 2.2.1
  • 738e07f [fix] Make WebSocket#terminate() destroy the socket (#1033)
  • 72170d4 [codestyle] Fix nits
  • d29f306 [minor] Improve error message for unsupported protocol version (#1036)
  • fecc4f5 chore(package): update eslint-config-standard to version 8.0.0-beta.1 (#1035)
  • 05970f6 [pkg] Add missing dependencies for eslint-config-standard@8
  • e057bfc [example] Avoid using deprecated APIs
  • 4a605b9 chore(package): update eslint to version 3.17.0 (#1030)
  • e13ef4a chore(package): update bufferutil to version 3.0.0 (#1029)
  • 4ae630a [perf] Avoid using Buffer.concat() (#1026)
  • a70c6d0 chore(package): update eslint-plugin-standard to version 2.1.0 (#1027)
  • 944b788 chore(package): update eslint-config-standard to version 7.0.0 (#1024)
  • 2aec9a4 [lint] Remove eslint-config-semistandard dev dependency
  • f9b2bdf [lint] Comply with the new standard rules
  • 703adf8 chore(package): update eslint-plugin-promise to version 3.5.0 (#1025)

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:

kalitine commented 7 years ago

Test failed not because of this new version.