Update electron-store to the latest version 🚀 #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴