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

Upgrade to redux-saga 1.0.2 #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

luistorres
Copy link

@luistorres luistorres commented Jan 29, 2019

Why:

  • New redux-saga 1.0.0 introduced some breaking changes, which changed the
    path for the effects used.

This change addresses the issue by:

  • Updating react, react-dom, react-router, redux, redux-saga and
    redux-saga-test-plan (Beta 2, as is the only version correctly supporting redux-saga 1.0.0)
  • Updating effects path according to the new modules changes

New redux-saga 1.0.0 introduced some breaking changes, which changed the
path for the effects used. This commit updates that path and some other
related modules:
  - React, react-dom, react-router, redux, redux-saga,
  redux-saga-test-plan (beta, as is the only version supporting 1.0.0)
  - Update redux-saga-test-plan for working version, but still in PR

// eslint-disable-next-line import/namespace
export const all = sagaEffects.all || (effects => effects);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed?

@luistorres
Copy link
Author

luistorres commented Jan 29, 2019

CI is failing atm, because redux-saga-test-plan has to be manually built. Hopefully there will be a working version in the next days, as you can check in the linked PR.

@luistorres
Copy link
Author

@jfairbank I know you're busy atm, but any chance you can merge this? With the latest beta of redux-saga-test-plan all seems fine now

@EZEDSEA
Copy link

EZEDSEA commented Feb 11, 2019

Is this PR going to be merged soon?

@luistorres luistorres changed the title Upgrade to redux-saga 1.0.0 Upgrade to redux-saga 1.0.1 Mar 3, 2019
@luistorres luistorres changed the title Upgrade to redux-saga 1.0.1 Upgrade to redux-saga 1.0.2 Mar 3, 2019
@TeoTN
Copy link
Contributor

TeoTN commented May 13, 2019

Hey @jfairbank could you please consider merging that PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants