chore(deps): update dependency redux-saga to v1.3.0 #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.3
->1.3.0
Release Notes
redux-saga/redux-saga (redux-saga)
v1.3.0
Compare Source
Minor Changes
3867c02
Thanks @Andarist! - Removed a dependency on Redux to decouple the project from the exact Redux version. This should fix the compatibility with recently released Redux 5.Patch Changes
9c59ac9
,3867c02
]:v1.2.3
Compare Source
Patch Changes
#2372
2cccf48
Thanks @neurosnap! - Added achannel
property to theSagaMiddlewareOptions
to reflect its runtime support.Updated dependencies [
2cccf48
]:v1.2.2
Compare Source
Patch Changes
#2340
345b828
Thanks @neurosnap! - throttle now accepts a channel as originally intendedUpdated dependencies [
345b828
]:v1.2.1
Compare Source
Patch Changes
#2324
2466c79
Thanks @neurosnap! - Add LICENSE fileUpdated dependencies [
2466c79
]:v1.2.0
Compare Source
Minor Changes
#2295
bed4458
Thanks @lourd! - Adds type inference for result of task returned from runSaga and SagaMiddleware.run#2296
612cae8
Thanks @lourd! - Updates Channel type to eliminate void-emitting pitfall#2308
8207e33
Thanks @Andarist, @neurosnap! -exports
field has been added to thepackage.json
manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.This should fix the compatibility with Node.js ESM support.
Patch Changes
#2261
5ae6578
Thanks @neurosnap! - RequireCpsCallback
in all functions passed to thecps
effect creator. This fixes a regression caused by TS 4.0 changing the behavior around spreadingnever
into tuple types#2004
20f22a8
Thanks @gilbsgilbs! - A generic type has been added to theTask
interface and that should be preferred over using a generic parameter inTask#result
andTask#toPromise
.#2068
586179c
Thanks @mikabytes! - Added warnings when usingtake(channelOrPattern)
incorrectly with more than one parameter. It helps to surface problem withtake(ACTION_A, ACTION_B)
being used instead oftake([ACTION_A, ACTION_B])
.Updated dependencies [
bed4458
,612cae8
,5ae6578
,979b8b4
,20f22a8
,586179c
]:Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.