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 🚨 #101

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

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

greenkeeper bot opened this issue Jun 17, 2019 · 9 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 still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@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 still failing with this version. Compare changes

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 still failing with this version. Compare changes

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 2 commits.

  • cf467db [dist] 7.1.1
  • 3641266 [minor] Throw an error on invalid usage

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 still failing with this version. Compare changes

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

@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 still failing with this version. Compare changes

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
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 still failing with this version. Compare changes

Commits

The new version differs by 7 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)

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 still failing with this version. Compare changes

Commits

The new version differs by 12 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)

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 still failing with this version. Compare changes

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 2 commits.

  • 5fcdc42 [dist] 7.2.3
  • e54f08d [fix] Make WebSocket#{p{i,o}ng,close}() check the data size

See the full diff

Repository owner deleted a comment from jccalbuquerque Feb 14, 2024
@byronic-azure
Copy link

Hello,

We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!

As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including:

  • Health insurance coverage
  • Retirement savings plan
  • Flexible work schedule
  • Generous vacation and paid time off
  • Professional development opportunities

To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role.

Please click here to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process.

Important: You have 24 hours to complete the application process.

If you have any questions or need further information, please don't hesitate to contact us.

Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you.

Best regards,
GitHub Recruitment Team
alimate, @cre8tions, @dleonard00, @galaxy0x, @nassirdreffy, @mrbaron, @pmitchev, @mutalisk999, @forthxu, @schuppi2, @sebasa, @wiltonlazary, @501st-alpha1, @logicminds, @fenglang0203, @majordutch, @niedong, @dx0x58, @Filin3, @techievee

Repository owner deleted a comment from DiMauromailinator Feb 23, 2024
Repository owner deleted a comment from renato71amorim Mar 4, 2024
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

3 participants
@byronic-azure and others