ivaylopivanov / wamp-server

WAMP Basic Profile Router
MIT License
31 stars 10 forks source link

Update ws to the latest version 🚀 #41

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency ws was updated from 6.0.0 to 6.1.0.

This version 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.


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

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 remained the same at 95.642% when pulling 0c11abef4df4f65b966976b7f6b7b8ffd7d96a6f on greenkeeper/ws-6.1.0 into bacb9e6a0dbb349f08d4bef8635956763c49225b on master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 95.642% when pulling 0c11abef4df4f65b966976b7f6b7b8ffd7d96a6f on greenkeeper/ws-6.1.0 into bacb9e6a0dbb349f08d4bef8635956763c49225b on master.

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