chore(deps): update dependency redux-saga to v1.4.2 #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.4.2Release Notes
redux-saga/redux-saga (redux-saga)
v1.4.2Compare Source
Patch Changes
d24e5e0Thanks @Andarist! - Fixed availability of the default export in TS types.v1.4.1Compare Source
Patch Changes
#2714
1f10dddThanks @Andarist! - Fixed TS types compatibility with"moduleResolution": "node".Updated dependencies [
1f10ddd]:v1.4.0Compare Source
Minor Changes
6707228Thanks @Andarist! -exportsfield has been added to thepackage.jsonmanifest. 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.Patch Changes
6707228]:v1.3.0Compare Source
Minor Changes
3867c02Thanks @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.3Compare Source
Patch Changes
#2372
2cccf48Thanks @neurosnap! - Added achannelproperty to theSagaMiddlewareOptionsto reflect its runtime support.Updated dependencies [
2cccf48]:v1.2.2Compare Source
Patch Changes
#2340
345b828Thanks @neurosnap! - throttle now accepts a channel as originally intendedUpdated dependencies [
345b828]:v1.2.1Compare Source
Patch Changes
#2324
2466c79Thanks @neurosnap! - Add LICENSE fileUpdated dependencies [
2466c79]:v1.2.0Compare Source
Minor Changes
#2295
bed4458Thanks @lourd! - Adds type inference for result of task returned from runSaga and SagaMiddleware.run#2296
612cae8Thanks @lourd! - Updates Channel type to eliminate void-emitting pitfall#2308
8207e33Thanks @Andarist, @neurosnap! -exportsfield has been added to thepackage.jsonmanifest. 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
5ae6578Thanks @neurosnap! - RequireCpsCallbackin all functions passed to thecpseffect creator. This fixes a regression caused by TS 4.0 changing the behavior around spreadingneverinto tuple types#2004
20f22a8Thanks @gilbsgilbs! - A generic type has been added to theTaskinterface and that should be preferred over using a generic parameter inTask#resultandTask#toPromise.#2068
586179cThanks @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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) 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.