stealjs / steal-tools

Build easy. Load fast.
https://stealjs.com/docs/steal-tools.html
MIT License
67 stars 23 forks source link

Update ws to the latest version 🚀 #1045

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 6.0.0 of ws was just published.

Dependency ws
Current Version 5.2.2
Type dependency

The version 6.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ws.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 6.0.0

Breaking changes

  • Dropped support for Node.js 4 (d73885c).
  • Added a shim that throws an error when used if the package is bundled for the
    browser (#1345).
  • Added a maxPayload option on the client. Defaults to 100 MiB (#1402).
  • Dropped support for the memLevel and level options. Use
    zlibDeflateOptions instead. (80e2002).
Commits

The new version differs by 15 commits ahead by 15, behind by 2.

  • 1ee42fd [dist] 6.0.0
  • d963003 [example] Update dependencies
  • 38d2e8b chore(package): update eslint-plugin-node to version 7.0.0 (#1420)
  • fc95793 [fix] Fix use after invalidation bug
  • fbd4391 [fix] Fix compatibility with Node.js 6
  • b354cd1 [minor] Remove no longer needed workaround for socketPath option
  • ef5a8f5 [pkg] Update eslint-plugin-standard to version 3.1.0
  • 80e2002 [major] Drop support for the memLevel and level options
  • 92d0a2e [major] Add maxPayload option for the client (#1402)
  • 9f87842 [major] Make bundlers use a browser shim that throws an error (#1345)
  • 72bfbe8 chore(package): update bufferutil to version 4.0.0 (#1413)
  • 5bb29ed chore(package): update utf-8-validate to version 5.0.0 (#1415)
  • 3bc6b96 chore(package): update eslint to version 5.0.0 (#1403)
  • d73885c [major] Drop support for Node.js 4
  • 5d90141 chore(package): update eslint-plugin-import to version 2.13.0 (#1405)

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:

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-27.8%) to 65.831% when pulling 374daa5d62285013903d444124895a01eeeaebac on greenkeeper/ws-6.0.0 into fc9041069a808a2bc28ba3e59c1a49482172cf7e on master.

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 6.1.0

Features

  • The WebSocket server now emits a 'close' event when the server
    closes (#1453).
Commits

The new version differs by 11 commits.

  • b9ce38d [dist] 6.1.0
  • 9fe2f33 [test] Fix failing test on Windows
  • 90407bb [feature] Make WebSocketServer#close() emit 'close' (#1453)
  • 6de05e0 [pkg] Update nyc to version 13.0.1
  • 26b65da [pkg] Update eslint to version 5.6.1
  • 7d7ddfd chore(package): update eslint-config-standard to version 12.0.0 (#1440)
  • 19a0225 [lint] Add missing spaces
  • 30335cb chore(package): update eslint-plugin-standard to version 4.0.0 (#1439)
  • 1e78aba [pkg] Update eslint-plugin-import to version 2.14.0
  • 2bb93fb [pkg] Update eslint to version 5.4.0
  • 07d337a chore(package): update eslint-plugin-promise to version 4.0.0 (#1432)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 6.1.1

Bug fixes

  • Queued messages, when permessage-deflate is enabled, are now discarded if the
    socket closes prematurely (#1464, #1471).
Commits

The new version differs by 15 commits.

  • 029de0c [dist] 6.1.1
  • b213bee [pkg] Update list of published files
  • 95bf991 [pkg] Update dev dependencies
  • f26fac8 [minor] Ignore callbacks when clearing the send queue (#1471)
  • 5914206 [doc] Fix nits
  • 3fa0e03 [doc] Suggest implementation of heartbeat on the client (#1469)
  • 7d51fb9 [fix] Do not waste time compressing when socket is closed (#1464)
  • 1ebff19 [ci] Test on node 11
  • 7e061bc [pkg] Update nyc to version 13.1.0
  • bc0f8ab [pkg] Update eslint to version 5.8.0
  • 45f817b chore(package): update eslint-plugin-node to version 8.0.0 (#1466)
  • cddbcf6 [test] Remove unused variables
  • 0da3fdb [minor] Do not use the legacy URL API
  • d2317b1 [benchmark] Add Unix domain sockets to bench (#1456)
  • 9022a0d [doc] Remove clientMaxWindowBits option from README example (#1454)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 14d9088 [dist] 6.1.2
  • cc86d22 [test] Remove no longer needed comment
  • 26436e0 [fix] Restore compatibility with Node.js < 6.13.0
  • 96b638c [pkg] Fix lint script
  • 761b1a4 [doc] Fix formatting in ISSUE_TEMPLATE.md
  • b9fad73 [lint] Use prettier

See the full diff