Skip to content

Conversation

@dependabot-preview
Copy link

Bumps redux-persist from 4.9.1 to 5.10.0.

Release notes

Sourced from redux-persist's releases.

v5.7.0

This release adds a timeout config. This will hopefully ease some of the pain on react native android caused by occasional AsyncStorage unresolved promises.

Changelog

  • add timeout config to persistReducer config, default to 5000 ms

v5.6.x

This release includes a number of improvements. Notably:

  1. transforms now have access to a third argument of the "full state"
  2. persisted state now updates immediately after rehydration rather than waiting for a subsequent action to persist
  3. persisted reducers now passthrough if the base reducer does not modify state (performance fix)
  4. fix hardSet issue when inbound state is undefined (state is now only reconciled if inbound state is defined)

Changelog

  • (persistReducer): only reconciler defined state (#698)
  • (general): bump deps, cleanup, prettierrc (#694) 0cab4f0
  • (createTransform) Give transformers access to the full state (i.e., across all available keys) (#682) 0db73d3
  • (types): flow fixes (#692) de1dbcf
  • (test): use memory storage in tests (#691) 58e14d6
  • (docs): Update README with redux-persist-expo-securestore (#678) b357b7f
  • (persistReducer): return unmodified state if possible (#689) 96525fb
  • (persistReducer): update persistoid on rehydrate (#688) f89d60b
  • (docs): Update v4 link (#684) 21cbb5e
  • (test) switch to storage-memory module (#683) f1ef085
  • (docs): fix typo (#665) 2cb1a15
  • (docs) update stateReconciler import (#666) 26109c0

v5.4.0

Changes

  • Added serialize to persistConfig. If false redux-persist will not apply JSON.parse / JSON.stringify during storage & rehydration
Changelog

Sourced from redux-persist's changelog.

0.2.0 through 5.10.0 - 2015-07-24 through 2018-06-05

See notes on GitHub releases page

[0.2.0 through 5.10.0]: See notes on GitHub releases page

Commits
  • 208c6b1 5.10.0
  • 77cac93 (docs): config.storage error suggesting wrong import (#787)
  • fa607cc (types): Add timeout field typescript type PersistConfig (#795)
  • 559105c (types): Typescript BaseReducer type definition (#834)
  • b286f37 (persistoid): better support deleting keys (#813)
  • e3f6124 (persistoid): fixed an edge case for staged write (#812)
  • f87a2b5 (docs): update correct plugin name in README (#810)
  • 6a33f7a (types): Add persist() and pause() to Typescript definition (#750)
  • aee0efd Update README.md
  • ea96c89 (docs): Update README.md fix typo (#752)
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant