Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redux-persist from 5.10.0 to 6.0.0 #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2021

Bumps redux-persist from 5.10.0 to 6.0.0.

Release notes

Sourced from redux-persist's releases.

v6.0.0

v6.0.0-pre2.0

  • Add an option to delay the automatic persistence. (#986) 7bbf971
  • Update createPersistoid.js (#803) 5a5f463
  • Add expire redux-persist-expire transformer (#901) 4e40283
  • add link to redux-persist-pouchdb (#1055) 6f4a81e
  • fix(persistReducer): Ensure nested reducers can handle PERSIST too. Fixes #940 (#1048) 5ad36b8

rt2zz/redux-persist@v6.0.0-pre2...v6.0.0-pre2.0

v6.0.0 Preview

The breaking change is that we no longer allow react-native users to import out of redux-persist/lib/storage. Instead use import AsyncStorage from '@react-native-community/async-storage'

Changelog to come

Changelog

Sourced from redux-persist's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • [PR #974](rt2zz/redux-persist#974) Add correct PersistGate defaultProps to support newer flow versions. Adds children to defaultProps in PersistGate component and removes the optional (?) flag in order to be compatible with flow type checking (more explanation can be found in this flow issue). Fixes #953
  • [PR #949](rt2zz/redux-persist#949) Allow onWriteFail to be passed in config. The value should be a function to be called in the case a write fails (i.e. because the disk it out of space).
  • Add Community section to README. Add link to Reactiflux #redux-persist channel. Add blog articles about redux-persist from the community.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redux-persist](https://github.com/rt2zz/redux-persist) from 5.10.0 to 6.0.0.
- [Release notes](https://github.com/rt2zz/redux-persist/releases)
- [Changelog](https://github.com/rt2zz/redux-persist/blob/master/CHANGELOG.md)
- [Commits](rt2zz/redux-persist@v5.10.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants