JsCommunity / jsonrpc-websocket-client

JSON-RPC 2 over WebSocket
6 stars 1 forks source link

Update ws to the latest version 🚀 #38

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.2 of ws just got published.

Dependency ws
Current Version 1.1.4
Type dependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ws. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.2.2

Bug fixes

  • Fixed a linter issue that prevented tests from running on CITGM (#1050).
Commits

The new version differs by 319 commits (ahead by 319, behind by 8).

  • 286d513 [dist] 2.2.2
  • 35119fd [test] Delete test/testserver.js
  • 2ace70d chore(package): update eslint to version 3.18.0 (#1048)
  • 3e6c8d3 [test] Fix origin header in integration tests
  • 1b3810e [minor] Add missing JSDoc comments
  • 08eb827 [dist] 2.2.1
  • 738e07f [fix] Make WebSocket#terminate() destroy the socket (#1033)
  • 72170d4 [codestyle] Fix nits
  • d29f306 [minor] Improve error message for unsupported protocol version (#1036)
  • fecc4f5 chore(package): update eslint-config-standard to version 8.0.0-beta.1 (#1035)
  • 05970f6 [pkg] Add missing dependencies for eslint-config-standard@8
  • e057bfc [example] Avoid using deprecated APIs
  • 4a605b9 chore(package): update eslint to version 3.17.0 (#1030)
  • e13ef4a chore(package): update bufferutil to version 3.0.0 (#1029)
  • 4ae630a [perf] Avoid using Buffer.concat() (#1026)

There are 250 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: