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 react/promise from 2.8.0 to 2.10.0 #75

Merged
merged 1 commit into from
May 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2023

Bumps react/promise from 2.8.0 to 2.10.0.

Release notes

Sourced from react/promise's releases.

v2.10.0

v2.9.0

  • Feature: Support union types and address deprecation of ReflectionType::getClass() (PHP 8+). (#198 by @​cdosoftei and @​SimonFrings)

    $promise->otherwise(function (OverflowException|UnderflowException $e) {
        echo 'Error: ' . $e->getMessage() . PHP_EOL;
    });
  • Feature: Support intersection types (PHP 8.1+). (#195 by @​bzikarsky)

    $promise->otherwise(function (OverflowException&CacheException $e) {
        echo 'Error: ' . $e->getMessage() . PHP_EOL;
    });
  • Improve test suite, use GitHub actions for continuous integration (CI), update to PHPUnit 9, and add full core team to the license. (#174, #183, #186, and #201 by @​SimonFrings and #211 by @​clue)

Changelog

Sourced from react/promise's changelog.

2.10.0 (2023-05-02)

  • Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+. (#237 by @​nhedger)

    Feature: Add full support for PHP 8.2. (#233 by @​WyriHaximus and #241 by @​clue)

  • Improve examples in documentation. (#226 by @​nhedger)

  • Improve test suite and project setup and report failed assertions. (#215 and #217 by @​SimonFrings and #241 by @​clue)

  • 2.9.0 (2022-02-11)

    • Feature: Support union types and address deprecation of ReflectionType::getClass() (PHP 8+). (#198 by @​cdosoftei and @​SimonFrings)

      $promise->otherwise(function (OverflowException|UnderflowException $e) {
          echo 'Error: ' . $e->getMessage() . PHP_EOL;
      });
    • Feature: Support intersection types (PHP 8.1+). (#195 by @​bzikarsky)

      $promise->otherwise(function (OverflowException&CacheException $e) {
          echo 'Error: ' . $e->getMessage() . PHP_EOL;
      });
    • Improve test suite, use GitHub actions for continuous integration (CI), update to PHPUnit 9, and add full core team to the license. (#174, #183, #186, and #201 by @​SimonFrings and #211 by @​clue)

Commits
  • f913fb8 Prepare v2.10.0 release
  • d47bd60 Merge pull request #241 from clue-labs/2-update-tests
  • 41c9b46 Update test suite and report failed assertions
  • f23788b Merge pull request #237 from nhedger/feat/dnf-2.x
  • 680afcf fix: solve syntax errors with older PHP versions
  • 6c421c4 feat: add support for DNF types on PHP 8.2
  • caf9315 Merge pull request #233 from WyriHaximus-secret-labs/2.xtest-on-8.2
  • 072a83f Test on PHP 8.2
  • 3320514 Merge pull request #226 from nhedger/chore/remove-dollar-sign
  • 25688d8 chore(docs): remove leading dollar sign
  • 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)

Bumps [react/promise](https://github.com/reactphp/promise) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/reactphp/promise/releases)
- [Changelog](https://github.com/reactphp/promise/blob/v2.10.0/CHANGELOG.md)
- [Commits](reactphp/promise@v2.8.0...v2.10.0)

---
updated-dependencies:
- dependency-name: react/promise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from WyriHaximus as a code owner May 3, 2023 12:57
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels May 3, 2023
@WyriHaximus WyriHaximus added this to the 3.1.0 milestone May 5, 2023
@WyriHaximus WyriHaximus merged commit 59a4438 into master May 5, 2023
@dependabot dependabot bot deleted the dependabot/composer/react/promise-2.10.0 branch May 5, 2023 11:54
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 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant