WyriHaximus / reactphp-child-process-messenger

MIT License
31 stars 14 forks source link

Bump react/promise-timer from 1.7.0 to 1.8.0 #101

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react/promise-timer from 1.7.0 to 1.8.0.

Release notes

Sourced from react/promise-timer's releases.

v1.8.0

  • Feature: Add new sleep() function and deprecate resolve() and reject() functions. (#51 by @​clue)

    // deprecated
    React\Promise\Timer\resolve($time);
    React\Promise\Timer\reject($time);
    

    // new React\Promise\Timer\sleep($time);

  • Feature: Support PHP 8.1 release. (#50 by @​Thomas-Gelf, #52 by @​clue and #48 by @​SimonFrings)

  • Improve API documentation and add parameter types and return types. (#49 by @​clue and #47 by @​SimonFrings)

Changelog

Sourced from react/promise-timer's changelog.

1.8.0 (2021-12-06)

  • Feature: Add new sleep() function and deprecate resolve() and reject() functions. (#51 by @​clue)

    // deprecated
    React\Promise\Timer\resolve($time);
    React\Promise\Timer\reject($time);
    

    // new React\Promise\Timer\sleep($time);

  • Feature: Support PHP 8.1 release. (#50 by @​Thomas-Gelf, #52 by @​clue and #48 by @​SimonFrings)

  • Improve API documentation and add parameter types and return types. (#49 by @​clue and #47 by @​SimonFrings)

Commits
  • 0bbbcc7 Prepare v1.8.0 release
  • 997c10e Merge pull request #51 from clue-labs/sleep
  • 9ccdc9b Merge pull request #52 from clue-labs/casts
  • 56936b4 Improve TimeoutException legacy API by using explicit type casts
  • b9469d3 Deprecate resolve() and reject() functions in favor of sleep()
  • bc185b8 Add new sleep() function
  • fe0cfcd Merge pull request #50 from Thomas-Gelf/fix/php8.1-exception-signature
  • 099700b Merge pull request #49 from clue-labs/docs
  • d4a0b8c TimeoutException: fix defaults to avoid notices
  • 62bef4d Add consistent API documentation for all functions
  • Additional commits viewable in compare view


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)
WyriHaximus commented 2 years ago

@dependabot rebase