fortis / koa-boost

Cache middleware for koa
1 stars 0 forks source link

Update ioredis-mock to the latest version 🚀 #8

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.0 of ioredis-mock just got published.

Dependency ioredis-mock
Current Version 2.4.1
Type devDependency

The version 3.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 ioredis-mock. 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 v3.0.0

Breaking changes

Use module.exports to be in line with ioredis (#311 @rexxars)

ioredis uses commonjs exports, and now ioredis-mock does as well.

require('ioredis-mock').default no longer works, use require('ioredis-mock') instead.

Bug fixes

Error thrown in sismember() if key does not exist (#318 @theogravity)

Commits

The new version differs by 10 commits.

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 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1
  • Fixed: remove README and RunKit references to old import style
Commits

The new version differs by 2 commits.

  • 7fdf287 Fix: remove README and RunKit references to old import style
  • d662f07 Chore: Update changelog

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2
  • Fixed: Add back support for node v0.10.x like ioredis (#327)
Commits

The new version differs by 2 commits.

  • 7ea436e Fix: Add back support for node v0.10.x like ioredis (#327)
  • baa6a79 Chore: Update changelog

See the full diff