Giter VIP home page Giter VIP logo

Comments (7)

greenkeeper avatar greenkeeper commented on May 28, 2024

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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

greenkeeper avatar greenkeeper commented on May 28, 2024
  • The devDependency 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

from substream.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.