Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Bump next-redux-saga from 3.0.0 to 4.0.2 #124

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps next-redux-saga from 3.0.0 to 4.0.2.

Release notes

Sourced from next-redux-saga's releases.

v4.0.2

Patches

  • Update README.md: e629021f973d645fc7c48074b41072eea9cdb4f4 @​bbortt

v4.0.1

Patches

  • Fix closed stdChannel bug.: 8a7ea8a4603372a78e09bc3c548b7686abe52d61 @​bbortt
  • Cleanup readme formatting: 719f1c03782f3745112f2f1d0b889ae9f0c966d2
  • Add contributors to package.json: 98d02870fb02d1924e23c0f4e4b9be09aafd24d7

v4.0.0

Major Changes

  • Push redux-saga to version 1.0.1.: aa5a47c474ffd4ed657f67af891234710a718a2f @​bbortt
  • Move redux-saga to peer dependencies.: 0aaa8488abf094427e48f38b07ce215ce4d0c405 @​bbortt
  • Use less strict peer dep version: ce91c4f36292758df3c1919a5eb749b464deba9a
  • Upgrade deps and remove config function call: 82bb4a3ece8e3098cec5db28b645f66745ba87eb
  • Update README: dca65e0d9ecb7c744981296a5a6ef2edb6bac7dc
  • Update readme.md.: 8e279e5af8174ad9f8fb466e6c5e1a930e6cbd2a @​bbortt
  • Update create store accordingly.: fa7ac0073f3c01cdb4f62537360aca0a098a6e5a @​bbortt

API changes

Create store

In v4, runSagaTask is no longer necessary.

// v4
// -------
store.sagaTask = sagaMiddleware.run(rootSaga)

// v3
// -------
store.runSagaTask = () => {
  store.sagaTask = sagaMiddleware.run(rootSaga)
}
store.runSagaTask()

Usage

In v4, there are no configuration options. withReduxSaga will always run in async mode.

// v4
// -------
withReduxSaga(ExamplePage) // async mode
</tr></table> ... (truncated)
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)
  • @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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 28, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #131.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/next-redux-saga-4.0.2 branch November 14, 2019 06:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants