Joris-van-der-Wel / jsonbird-websocket

JSONBird-WebSocket makes it easy to establish a JSON-RPC 2.0 client connection over WebSocket so that you can send and receive Remote Procedure Calls. It works in node.js and web browsers. If the connection closes or is unresponsive, an automatic reconnection will occur after a delay. This delay will slowly increase to avoid spamming the server.
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency ws was updated from 7.1.1 to 7.1.2.

🚨 View failing branch.

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

ws is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/Joris-van-der-Wel/jsonbird-websocket/builds/570912118?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 5 commits.

  • 74bac8e [dist] 7.1.2
  • 3a695e8 [fix] Ensure _compress() callback is always called (#1618)
  • fa99173 [doc] Fix nits
  • 0a61236 [doc] Discourage use of verifyClient hook (#1613)
  • 91b5173 [minor] Set the flag to detect invalid API usage only when needed

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 5 years ago

After pinning to 7.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 7 commits.

  • 65f7800 [dist] 7.2.0
  • 54e3011 [doc] Fix Travis CI URL
  • a6c4238 [example] Close the WebSocket connection on logout
  • 2b7d84d [minor] Add ability to specify the readableObjectMode option (#1647)
  • 96d8c8f [test] Increase timeout for failing tests on Windows
  • 08c6c8b [fix] Ensure that concat() never returns uninitialized data (#1600)
  • 5b7315f [perf] Use TypedArray#set() instead of Buffer#copy()

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 14 commits.

  • 9531cd0 [dist] 7.2.1
  • a4b9e0b [ci] Test on node 13
  • 6df06d9 [minor] Use Infinity if concurrency value is falsy
  • 950e41a [minor] Remove async-limiter dependency
  • 3293284 [minor] Remove unnecessary optimization
  • f06a738 [pkg] Add engines field
  • 289724f [pkg] Add bufferutil and utf-8-validate as peer dependencies (#1626)
  • 65f7800 [dist] 7.2.0
  • 54e3011 [doc] Fix Travis CI URL
  • a6c4238 [example] Close the WebSocket connection on logout
  • 2b7d84d [minor] Add ability to specify the readableObjectMode option (#1647)
  • 96d8c8f [test] Increase timeout for failing tests on Windows
  • 08c6c8b [fix] Ensure that concat() never returns uninitialized data (#1600)
  • 5b7315f [perf] Use TypedArray#set() instead of Buffer#copy()

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 26 commits.

  • af4f722 [dist] 7.2.2
  • b29154b [fix] Call buffered send callbacks on abnormal closure (#1702)
  • 3e7f69c [fix] Do not swallow errors emitted while destroying (#1672)
  • a39756a [doc] Clear the timer on close (#1696)
  • 9535702 [fix] Make _final() a noop if no socket is assigned
  • 1863504 [test] Use WebSocket.CONNECTING instead of 0
  • cd607c0 [pkg] Update mocha to version 7.0.0
  • 4f293a8 [fix] Close the connection if the MASK bit is incorrectly set (#1681)
  • b6430fe [fix] Allow close code 1014 (#1682)
  • 748a844 [minor] Use spread syntax instead of Object.assign()
  • 401a585 [minor] Fix misleading comment
  • b59eff6 [pkg] Update nyc to version 15.0.0 (#1671)
  • 9531cd0 [dist] 7.2.1
  • a4b9e0b [ci] Test on node 13
  • 6df06d9 [minor] Use Infinity if concurrency value is falsy

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for 7.2.3

Bug fixes

  • WebSocket#{p{i,o}ng,close}() now thow an error if the data to send is too
    large to fit in a control frame (e54f08d).
Commits

The new version differs by 28 commits.

  • 5fcdc42 [dist] 7.2.3
  • e54f08d [fix] Make WebSocket#{p{i,o}ng,close}() check the data size
  • af4f722 [dist] 7.2.2
  • b29154b [fix] Call buffered send callbacks on abnormal closure (#1702)
  • 3e7f69c [fix] Do not swallow errors emitted while destroying (#1672)
  • a39756a [doc] Clear the timer on close (#1696)
  • 9535702 [fix] Make _final() a noop if no socket is assigned
  • 1863504 [test] Use WebSocket.CONNECTING instead of 0
  • cd607c0 [pkg] Update mocha to version 7.0.0
  • 4f293a8 [fix] Close the connection if the MASK bit is incorrectly set (#1681)
  • b6430fe [fix] Allow close code 1014 (#1682)
  • 748a844 [minor] Use spread syntax instead of Object.assign()
  • 401a585 [minor] Fix misleading comment
  • b59eff6 [pkg] Update nyc to version 15.0.0 (#1671)
  • 9531cd0 [dist] 7.2.1

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for 7.2.5

Bug fixes

  • Fixed compatibility with Node.js master (651d662).
Commits

The new version differs by 48 commits.

  • 67983cb [dist] 7.2.5
  • 18d773d [test] Fix failing tests
  • 73f8bb6 [ci] Test on node 14
  • 7a0ad90 [doc] move ISSUE_TEMPLATE.md to .github/issue_template.md
  • 49ed889 [ci] Use GitHub Actions (#1644)
  • 3730467 [test] Do not call duplex.end() prematurely
  • 651d662 [fix] Call the _final() callback before destroying the stream
  • 62f71d1 [minor] Throw an error on invalid method usage
  • 79dfbcf [test] Move test to appropriate section
  • 06d8660 Revert "[minor] Throw an error on invalid usage"
  • c56d4ec Revert "[minor] Set the flag to detect invalid API usage only when needed"
  • 1a501d5 [doc] Fix example to not use deprecated property
  • 6b4e2a8 [doc] Improve authentication example (#1741)
  • c31150f [test] Remove unneeded options object
  • 3bf4ac8 [test] Remove unneeded Buffer#slice() call

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for 7.3.0

Features

  • WebSocket.prototype.addEventListener() now supports the once option (#1754).
Commits

The new version differs by 56 commits.

  • 41f5e4f [dist] 7.3.0
  • 2e5c01f [feature] Make addEventListener() support the once option (#1754)
  • 97ddfce [ci] Test on node 14
  • 2b49c48 Revert "[ci] Use GitHub Actions (#1644)"
  • 82f0537 Revert "[ci] Test on node 14"
  • b167d1c Revert "[ci] Update Coveralls GitHub Action to version 1.1.1"
  • 78e1c01 [ci] Update Coveralls GitHub Action to version 1.1.1
  • e694979 [doc] Fix badge URL
  • 67983cb [dist] 7.2.5
  • 18d773d [test] Fix failing tests
  • 73f8bb6 [ci] Test on node 14
  • 7a0ad90 [doc] move ISSUE_TEMPLATE.md to .github/issue_template.md
  • 49ed889 [ci] Use GitHub Actions (#1644)
  • 3730467 [test] Do not call duplex.end() prematurely
  • 651d662 [fix] Call the _final() callback before destroying the stream

There are 56 commits in total.

See the full diff