An in-range update of redux-saga is breaking the build 🚨
See original GitHub issueThe devDependency redux-saga was updated from 1.0.0-rc.0
to 1.0.0
.
This version is covered by your current version range and after updating it in your project the build failed.
redux-saga is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (2 by maintainers)
Top Results From Across the Web
Alternative approach of updating state immediately in React ...
I am calling a getData action and in saga I am using setData to update a state. This is an onClick function. Here...
Read more >API Reference - Redux-Saga
Creates an effect that instructs the middleware to update its own context. This effect extends saga's context instead of replacing it. getContext(prop) ....
Read more >Everything you need to create type-safe applications with ...
knpwrs/redux-ts-utils, DEPRECATION NOTICE There is now an official library called ... An in-range update of @types/node is breaking the build 🚨 ...
Read more >How to use Redux-Saga in a React App – Simple Blog Example
It is easier to build web applications with the React library alone. But if the app is getting bigger, we really need a...
Read more >redux-saga-tester - npm
redux -saga is a great library that provides an easy way to test your sagas step-by-step, but it's tightly coupled to the saga...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
update. I had fixed all test cases and make a pull request.
@denchen Can you update your redux-saga-test-plan to 4.0.0-beta.2?