Skip to content

Update ws to the latest version 🚀 #4053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 29, 2017
Merged

Update ws to the latest version 🚀 #4053

merged 5 commits into from
Aug 29, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 27, 2017

Version 3.1.0 of ws just got published.

Dependency ws
Current Version 3.0.0
Type dependency

The version 3.1.0 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 3.1.0

Features

  • Added ability to specify the handshake request timeout (#1177).

Bug fixes

  • Fixed an issue where CloseEvent.wasClean was incorrectly set to false for
    close codes in the 3000-4999 range (#1146).
Commits

The new version differs by 28 commits.

  • 4e3ada1 [dist] 3.1.0
  • b320169 [feature] Allow client to specify handshake request timeout (#1177)
  • 5c06c8f chore(package): update eslint to version 4.3.0 (#1176)
  • ab6c1c2 [minor] Remove redundant assignments
  • d781190 chore(package): update eslint to version 4.2.0 (#1169)
  • 16bbddb [doc] Fix "unware" and "reponse" typos in README.md (#1168)
  • 3544e30 chore(package): update eslint-plugin-import to version 2.7.0 (#1167)
  • afb36e9 [doc] Fix typos in API docs (#1165)
  • 833766f chore(package): update eslint-plugin-node to version 5.1.0 (#1155)
  • 034ab89 [ci] Test on node 8
  • c311c43 [lint] Fix lint issues
  • 0434428 chore(package): update eslint to version 4.1.0 (#1151)
  • 2d4dc08 chore(package): update eslint-plugin-import to version 2.6.0 (#1149)
  • cd55ced chore(package): update eslint-plugin-import to version 2.5.0 (#1147)
  • bb2e952 [fix] Set wasClean to true when close code is in 3000-4999 range (#1146)

There are 28 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@codecov
Copy link

codecov bot commented Jul 27, 2017

Codecov Report

Merging #4053 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4053      +/-   ##
==========================================
+ Coverage   90.72%   90.75%   +0.02%     
==========================================
  Files         116      116              
  Lines        7939     7939              
==========================================
+ Hits         7203     7205       +2     
+ Misses        736      734       -2
Impacted Files Coverage Δ
src/RestWrite.js 93.16% <0%> (+0.18%) ⬆️
src/Push/PushWorker.js 92.45% <0%> (+1.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea67d23...c35ac3b. Read the comment docs.

@acinader acinader merged commit da2bfca into master Aug 29, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/ws-3.1.0 branch August 29, 2017 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant