madwill / feathers-horizon

Feathers horizon plugins
MIT License
3 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.3.2 of ws was just published.

Branch Build failing 🚨
Dependency ws
Current Version 3.3.1
Type dependency

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

ws is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/madwill/feathers-horizon/builds/305139070?utm_source=github_status&utm_medium=notification)

Release Notes 3.3.2

Bug fixes

  • The parser of the Sec-WebSocket-Extensions header has been rewritten to make
    it spec-compliant (#1240).
Commits

The new version differs by 11 commits.

  • 46b2547 [dist] 3.3.2
  • 02d0011 [test] Use an OS-assigned arbitrary unused port
  • 9c73abe [minor] Remove some redundant code
  • 0a9621f [minor] Merge pushOffer() and pushParam() into push()
  • 16f727d [doc] Clarify PerMessageDeflate options
  • 0c8c0b8 [minor] Add JSDoc for PerMessageDeflate constructor
  • b4465f6 [test] Increase code coverage
  • 5d973fb [minor] Parse the Sec-WebSocket-Extensions header only when necessary
  • b7089ff [fix] Rewrite the parser of the Sec-WebSocket-Extensions header
  • d96c58c chore(package): update eslint to version 4.11.0 (#1234)
  • cfdecae [security] Add DoS vulnerablity to SECURITY.md

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:

greenkeeper[bot] commented 7 years ago

After pinning to 3.3.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 3.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.3.3

Bug fixes

  • net.Socket errors are no longer swallowed (beff620).
  • The status code and close reason are now always taken from the close frame if
    received (beff620).
Commits

The new version differs by 15 commits.

  • 157f58a [dist] 3.3.3
  • 6a6ae04 [minor] Send the close status code only when necessary
  • 85919f2 [doc] Remove duplicate 'is' (#1252)
  • beff620 [fix] Use status code from close frame if received
  • ae903b1 [doc] Fix rendering of history in SECURITY.md (#1250)
  • ca76e58 chore(package): update eslint to version 4.13.0 (#1249)
  • f6e5685 chore(package): update utf-8-validate to version 4.0.0 (#1247)
  • b3bc7db [minor] Do not set allowHalfOpen to false
  • a166af4 [test] Skip family test if localhost doesn't resolve to ::1 (#1246)
  • 009d05c [test] Mark skipped tests as pending
  • 4e7d48a [fix] Close cleanly only if a close frame has been sent and received
  • 81cd85b chore(package): update eslint to version 4.12.0 (#1242)
  • ac86a04 [minor] Refactor WebSocket#finalize()
  • 5ccb86e [test] Simplify a test
  • 355d24a [doc] Add direct links to the Autobahn test suite reports

See the full diff