canjs / can-fixture-socket

Simulate socket.io services.
https://canjs.com/doc/can-fixture-socket.html
MIT License
7 stars 2 forks source link

Update socket.io-client to the latest version 🚀 #41

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.3 of socket.io-client just got published.

Dependency socket.io-client
Current Version 1.7.4
Type devDependency

The version 2.0.3 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 socket.io-client. 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.


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:

greenkeeper[bot] commented 7 years ago

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • ebb0596 [chore] Release 2.0.4
  • 57cee21 [test] Remove IE6 and IE7 tests (#1164)
  • c58ecfc [docs] Add code examples for registered events (#1139)
  • e9ebe36 [docs] Add an example with ES6 import in the README (#1138)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes 2.1.0

Matching Socket.IO 2.1.0 release notes

Features

  • add a 'binary' flag (#1194)
// by default, the object is recursively scanned to check whether it contains some binary data
// in the following example, the check is skipped in order to improve performance
socket.binary(false).emit('plain-object', object);

Milestone: 2.1.0
Diff: 2.0.4...2.1.0

Commits

The new version differs by 8 commits.

  • 3eb047f [chore] Release 2.1.0
  • afb952d [docs] Add a note about reconnecting after a server-side disconnection
  • 74893d5 [feat] Add a 'binary' flag (#1194)
  • 9701611 [chore] Bump engine.io-client to version 3.2.0 (#1192)
  • 3d8f24e [test] Update travis configuration
  • e27f38b [chore] Restore unminified distribution files (#1191)
  • bb743c4 [docs] Document connected and disconnected socket properties (#1155)
  • f31837f [chore] Bump debug to version 3.1.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3020e45 [chore] Release 2.2.0
  • 06e9a4c [chore] Bump dependencies
  • 4a93871 [chore] Update the Makefile
  • eeafa44 [fix] Remove any reference to the global variable
  • dfc34e4 [chore] Pin zuul version
  • 2258c03 [chore] Update issue template

See the full diff