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

Bump next-redux-saga from 3.0.0 to 4.1.2#131

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next-redux-saga-4.1.2
Open

Bump next-redux-saga from 3.0.0 to 4.1.2#131
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next-redux-saga-4.1.2

Conversation

@dependabot-preview
Copy link
Contributor

Bumps next-redux-saga from 3.0.0 to 4.1.2.

Release notes

Sourced from next-redux-saga's releases.

Major bugfix for server side rendering (SSR)

23ee4e9dc75bc85f9261785dd7e2373e5a51687a document rootSaga run condition
7784a7eff44bfa01c2283c1304ac7233abbf4ec2 add root saga run condition to tests
3fb6a59e6dfe29aa712fa8a2d4c68b0b7c63a66d add jest coveragePathIgnorePatterns

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.

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by bbortt, a new releaser for next-redux-saga since your current version.


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)

Bumps [next-redux-saga](https://github.com/bmealhouse/next-redux-saga) from 3.0.0 to 4.1.2.
- [Release notes](https://github.com/bmealhouse/next-redux-saga/releases)
- [Commits](bmealhouse/next-redux-saga@v3.0.0...4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 14, 2019
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