auru / unity-cache

Cache abstraction around localforage
0 stars 2 forks source link

Update fake-indexeddb to the latest version πŸš€ #44

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency fake-indexeddb was updated from 2.1.1 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: dumbmatter License: Apache-2.0

Release Notes for v3.0.0
  • Stopped importing core-js by default. This means that, for people using fake-indexeddb in really old environments like PhantomJS, they will now need to import core-js like require("core-js/stable"); (or something similar) before importing fake-indexeddb.
Commits

The new version differs by 12 commits.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 758a94dcbb365cfcb06144da2da8e994068a11c8 on greenkeeper/fake-indexeddb-3.0.0 into cbec27a71ce084bd08b829e223b2a720bc1ab080 on master.

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Release Notes for v3.0.1

#41 - Correctly roll back a record added to a store when an index constraint error occurs.

Commits

The new version differs by 8 commits.

See the full diff