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

Bump redux-saga from 1.1.3 to 1.2.0 in /assets #762

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps redux-saga from 1.1.3 to 1.2.0.

Release notes

Sourced from redux-saga's releases.

@​redux-saga/core@​1.2.0

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 the package.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! - Require CpsCallback in all functions passed to the cps effect creator. This fixes a regression caused by TS 4.0 changing the behavior around spreading never into tuple types

  • #2004 20f22a8 Thanks @​gilbsgilbs! - A generic type has been added to the Task interface and that should be preferred over using a generic parameter in Task#result and Task#toPromise.

  • #2068 586179c Thanks @​mikabytes! - Added warnings when using take(channelOrPattern) incorrectly with more than one parameter. It helps to surface problem with take(ACTION_A, ACTION_B) being used instead of take([ACTION_A, ACTION_B]).

  • Updated dependencies [bed4458, 612cae8, 979b8b4, 20f22a8, d2579a2, 2d2214e]:

    • @​redux-saga/types@​1.2.0
    • @​redux-saga/deferred@​1.2.0
    • @​redux-saga/delay-p@​1.2.0

@​redux-saga/deferred@​1.2.0

Minor Changes

  • #2308 8207e33 Thanks @​Andarist, @​neurosnap! - exports field has been added to the package.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.0

Minor Changes

  • #2308 8207e33 Thanks @​Andarist, @​neurosnap! - exports field has been added to the package.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-used setTimeout. Previously it could overflow based on the input that was too big and thus a timeout could resolve immediately.

@​redux-saga/types@​1.2.0

Minor Changes

  • #2295 bed4458 Thanks @​lourd! - Adds type inference for result of task returned from runSaga and SagaMiddleware.run

... (truncated)

Commits
  • bb056d2 Version Packages (#2322)
  • 6f07fca Replace all references to the master branch with main
  • 1b71552 Use onlyUpdatePeerDependentsWhenOutOfRange
  • 38903ba Upgrade Changesets and some CI setups (#2321)
  • 979b8b4 Add changeset about exports field being added to the package.json manifests
  • 8207e33 exports field has been added to the package.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 compatibility score

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)

Bumps [redux-saga](https://github.com/redux-saga/redux-saga) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/redux-saga/redux-saga/releases)
- [Changelog](https://github.com/redux-saga/redux-saga/blob/main/CHANGELOG.md)
- [Commits](https://github.com/redux-saga/redux-saga/compare/[email protected])

---
updated-dependencies:
- dependency-name: redux-saga
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2022
@github-actions github-actions bot merged commit 324de3d into main Aug 15, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/assets/redux-saga-1.2.0 branch August 15, 2022 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants