Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Update dependency redux-loop to v6 #390

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 23, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redux-loop ^5.0.0 -> ^5.0.0 || ^6.0.0 age adoption passing confidence
redux-loop 5.1.1 -> 6.0.1 age adoption passing confidence

Release Notes

redux-loop/redux-loop

v6.0.1

Compare Source

typescript bugfix: Make the configuration options to install optional.

v6.0.0

Compare Source

BREAKING CHANGES

  • Removed a limitation from Cmd.map that required nested Cmd.lists to have the batch option enabled (#​235 @​bdwain)
  • mergeChildReducers is deprecated and will now emit a console warning. This can be avoided by renaming it to DEPRECATED_mergeChildReducers, though this will be removed in 7.0.0 along with the original method. (#​248 @​bdwain)
    • reduceReducers can be used in situations where mergeChildReducers was needed.
  • Typescript: Type safety improvements for Cmd.run. Typescript 3 now required. (#​222 @​domarmstrong)
  • Typescript: Type safety improvements for LoopReducer (#​244 @​nweber-gh)
    • It no longer specifies the action types that are dispatched by its Cmds. Only the action types it handles.
    • You are no longer allowed to not handle the default case in the switch statement or return an incorrect type from it.
  • Typescript: Dispatch type returns a promise (#​241 @​laszlopandy)
  • Flow types are no longer supported due to a lack of demand or ability to maintain them.

New Features


Renovate 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/redux-loop-6.x branch from 3655725 to 25f8b56 Compare June 26, 2020 23:12
@renovate renovate bot force-pushed the renovate/redux-loop-6.x branch from 25f8b56 to 623d63d Compare December 3, 2020 11:48
@renovate renovate bot force-pushed the renovate/redux-loop-6.x branch from 623d63d to 3c3a2aa Compare December 15, 2020 07:28
@mpeyper
Copy link
Contributor

mpeyper commented Jan 27, 2021

Closing. Please see #546 for details.

@mpeyper mpeyper closed this Jan 27, 2021
@renovate
Copy link
Author

renovate bot commented Jan 27, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 6.x releases. However, if you upgrade to 6.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/redux-loop-6.x branch January 27, 2021 00:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants