t2t2 / vue-syncers-feathers

Synchronises feathers services with vue objects, updated in real time
MIT License
32 stars 2 forks source link

Update mock-socket to the latest version πŸš€ #64

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 7.0.0 of mock-socket just got published.

Dependency mock-socket
Current Version 6.1.0
Type devDependency

The version 7.0.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 mock-socket. 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.


Commits

The new version differs by 4 commits.

  • 4d7f782 Version bump to 7.0.0
  • f6ebb62 Fix #172 Could not import on Angular 4/ES6 (#173)
  • 026a34d Add the off method to client socket. (#171)
  • 0d51979 Fix bug in 'Server.close()' where clients were notified before server was removed (#167)

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:

greenkeeper[bot] commented 6 years ago

Version 7.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0 just got published.

Update to this version instead πŸš€

Release Notes Typescript + Under the hood improvements

This release contains some under the hood improvements to better align itself with the spec. It also includes a typescript definition file, and bug fixes.

API breaking change:

const mockServer = new Server('ws://localhost:8080');
mockServer.on('connection', socket => {
  // the first argument is now a socket reference instead of the server instance.
  // this now allows you to send directly to the individual socket that connected.
  socket.send('test message 1');
});
Commits

The new version differs by 21 commits.

  • 3a8dfec [CHORE] Version bump to 8.0.0 (#218)
  • ca61855 Return this from the socket methods for chaining (#210)
  • f013570 [IMPR] Change travis node versions to 6, 8, 10 (#217)
  • d5d4eeb [FEAT #177] Add typescript definition file (#216)
  • 98e9d68 [BUG #72, #209] Change server callback argument to socket (#214)
  • 732a075 [BUG #212] Send data should be serialized to String (#213)
  • a3e6fb5 [IMPR] Expose readystate constants on WS instances (#204)
  • 367c578 Passing protocol through instantiation code (#202)
  • 2af5cc1 [BUG #143] Reassigning listeners on MockSocket (#198)
  • 70daf49 [IMPR] Update the node versions to use in CI (#200)
  • d702961 [FEAT] New close the WebSocket algorithm (#197)
  • 43c16ff [IMPR] Update badges and install instructions
  • 6e75d4b [IMPR] Use getters and setters over defineProperties (#195)
  • 8135769 [FEAT] Spec compliant verification of constructor args (#194)
  • 5c7b9c6 Add JSDOM test example (#191)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 75be484 [CHORE] Version bump to 8.0.1
  • d9719b7 [BUG #221] Fixing incorrect callback type (#222)
  • e80dea2 [IMPR] Fixing ava.js examples
  • 549b50f [IMPR] Updating README (#220)
  • ea45bf2 [IMPR] Cleanup files that get included into tar (#219)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.2 just got published.

Update to this version instead πŸš€

Release Notes Typescript improvements

#225

Commits

The new version differs by 3 commits.

  • 3645497 [CHORE] Version bump to 8.0.2
  • 6f0936e [IMPR] Fix types to fit noImplicitAny option
  • 9733f58 [CHORE] Dependency upgrade + reformatting code (#223)

See the full diff