fix(deps): update dependency @keyv/sqlite to v3 #11
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.
This PR contains the following updates:
^2.0.2->^3.0.0Release Notes
jaredwray/keyv
v3.0.0The data structure is now normalized across all data stores. Previously there was a difference between how native TTL supporting stores and non TTL supporting stores stored data.
This is a breaking change because if you were previously using Keyv with the Redis or MongoDB adapter, Keyv v3 won't be able to read your data. There are zero API breaking changes though, if you clear your store, Keyv will continue to work with no code changes required.
Moving forward this breaking change will allow us to add opt in changes to data structures for performance improvements in certain use cases without breaking backwards compatibility.
It also makes it much easier to implement data migration tools for automatically transfering data from one Keyv store to another.
More info on the data structure change here: https://github.com/lukechilds/keyv/pull/29
v2.0.3Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.