kinto-admin
kinto-admin copied to clipboard
Bump redux-saga from 1.1.3 to 1.2.0
Bumps redux-saga from 1.1.3 to 1.2.0.
Release notes
Sourced from redux-saga's releases.
@redux-saga/core
@1
.2.0Minor 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
,979b8b4
,20f22a8
,d2579a2
,2d2214e
]:
@redux-saga/deferred
@1
.2.0Minor Changes
#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.
@redux-saga/delay-p
@1
.2.0Minor Changes
#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
- #2293
2d2214e
Thanks@neurosnap
! - Fixed an issue with arguments that exceed the maximum value for the internally-usedsetTimeout
. Previously it could overflow based on the input that was too big and thus a timeout could resolve immediately.
@redux-saga/types
@1
.2.0Minor Changes
... (truncated)
Commits
bb056d2
Version Packages (#2322)6f07fca
Replace all references to themaster
branch withmain
1b71552
UseonlyUpdatePeerDependentsWhenOutOfRange
38903ba
Upgrade Changesets and some CI setups (#2321)979b8b4
Add changeset aboutexports
field being added to thepackage.json
manifests8207e33
exports
field has been added to thepackage.json
manifests (#2308)87cfaaf
add missing export syntax for delay function, helloSaga, incrementAsync & wat...7e53ac2
Add not working on RN disclaimer to babel-plugin Readme (#2220)fdca798
Adds isAborted method and joiners array property to mock task (#2297)612cae8
Updates types to eliminate void-emitting channel pitfall (#2296)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by redux-saga-release-bot, a new releaser for redux-saga since your current version.
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)