WorksApplications/office-maker-api

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

Opened this issue Β· 4 comments


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ws was updated from 7.2.1 to 7.2.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
  • ❌ AWS CodeBuild ap-northeast-1 (office-maker-api): Build failed for project office-maker-api (Details).

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

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 🌴

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

  • The devDependency 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

  • The devDependency ws was updated from 7.2.3 to 7.2.5.

Your tests are still failing with this version. Compare changes

Release Notes for 7.2.5

Bug fixes

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

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

See the full diff

  • The devDependency ws was updated from 7.2.5 to 7.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for 7.3.0

Features

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

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

See the full diff