Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Jun 17, 2019 · 10 comments
Open

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

greenkeeper bot opened this issue Jun 17, 2019 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 17, 2019

The dependency ws was updated from 7.0.0 to 7.0.1.

🚨 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 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).

Commits

The new version differs by 9 commits.

  • 38d3bf2 [dist] 7.0.1
  • a0af764 [test] Use the correct value for the Content-Length header
  • b086179 [fix] Allow to disable sending the SNI extension (#1587)
  • e9e8ba5 [pkg] Update eslint-config-prettier to version 5.0.0 (#1588)
  • 36ef757 [doc] Add missing dependency in code snippet (#1581)
  • 911bb6f [minor] Fix typo in JSDoc comment (#1565)
  • 8050d5f [lint] Enable quotes rule
  • 995c527 [test] Enable --throw-deprecation
  • fbc077b [test] Do not use the deprecated outgoingMessage._headers property

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 17, 2019

After pinning to 7.0.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 8, 2019

  • The dependency ws was updated from 7.0.1 to 7.1.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 7.1.0

Features

  • Added utility to wrap a WebSocket in a Duplex stream (#1589).

Bug fixes

  • Reverted "[minor] Remove unneeded if statement" (dbacf58).
Commits

The new version differs by 7 commits.

  • dd42c8b [dist] 7.1.0
  • a49a827 [feature] Add utility to wrap a WebSocket in a Duplex stream (#1589)
  • dbacf58 Revert "[minor] Remove unneeded if statement"
  • db14864 [pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
  • c62ea9f [doc] Improve comment in code snippet (#1597)
  • 47e7d64 [pkg] Update eslint to version 6.0.0 (#1595)
  • d9b5562 [doc] Improve server broadcast example (#1590)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

  • The dependency ws was updated from 7.1.0 to 7.1.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 7.1.1

Bug fixes

  • An error is now thrown if the WebSocket server constructor is used
    incorrectly (3641266).
Commits

The new version differs by 9 commits.

  • cf467db [dist] 7.1.1
  • 3641266 [minor] Throw an error on invalid usage
  • dd42c8b [dist] 7.1.0
  • a49a827 [feature] Add utility to wrap a WebSocket in a Duplex stream (#1589)
  • dbacf58 Revert "[minor] Remove unneeded if statement"
  • db14864 [pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
  • c62ea9f [doc] Improve comment in code snippet (#1597)
  • 47e7d64 [pkg] Update eslint to version 6.0.0 (#1595)
  • d9b5562 [doc] Improve server broadcast example (#1590)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2019

  • The dependency ws was updated from 7.1.1 to 7.1.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 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
  • cf467db [dist] 7.1.1
  • 3641266 [minor] Throw an error on invalid usage
  • dd42c8b [dist] 7.1.0
  • a49a827 [feature] Add utility to wrap a WebSocket in a Duplex stream (#1589)
  • dbacf58 Revert "[minor] Remove unneeded if statement"
  • db14864 [pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
  • c62ea9f [doc] Improve comment in code snippet (#1597)
  • 47e7d64 [pkg] Update eslint to version 6.0.0 (#1595)
  • d9b5562 [doc] Improve server broadcast example (#1590)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2019

  • The dependency ws was updated from 7.1.2 to 7.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 21 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()
  • 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
  • cf467db [dist] 7.1.1
  • 3641266 [minor] Throw an error on invalid usage
  • dd42c8b [dist] 7.1.0

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2019

  • The dependency ws was updated from 7.2.0 to 7.2.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 28 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()
  • 74bac8e [dist] 7.1.2

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2020

  • The dependency ws was updated from 7.2.1 to 7.2.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 40 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 40 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2020

  • The dependency ws was updated from 7.2.2 to 7.2.3.

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 42 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 42 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 25, 2020

  • The dependency ws was updated from 7.2.3 to 7.2.5.

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 62 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 62 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 10, 2020

  • The dependency ws was updated from 7.2.5 to 7.3.0.

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 70 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 70 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants