Open greenkeeper[bot] opened 5 years ago
dependency
electron-store was updated from 4.0.0
to 5.1.0
.Update to this version instead 🚀
migrations
option is buggy. Don't use it at this time.dependency
electron-store was updated from 4.0.0
to 5.1.1
.
The dependency electron-store was updated from
4.0.0
to5.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: sindresorhus License: MIT
Release Notes for v5.0.0
Breaking for TypeScript users
The types were made much better, but it will probably break for some users. You can now properly define a strongly-typed store. Example.
Note: There's no way to use a dot-path like
store.get('foo.bar')
with a typed store. We're looking into how to support that: sindresorhus/conf#86Enhancements
Fixes
electron-store
being packaged in a Snap app sindresorhus/conf@68bbb46v4.0.0...v5.0.0
Commits
The new version differs by 3 commits.
17a8b7a
5.0.0
ea4cac8
Update dependencies
4101982
Document the
migrations
option (#78)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: