Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
react/async require minor ^4.0 -> ^4.1.0

Release Notes

reactphp/async

v4.1.0

Compare Source

  • Feature: Add new delay() function to delay program execution.
    (#​69 by @​clue)

    echo 'a'; Loop::addTimer(1.0, function () { echo 'b'; }); React\Async\delay(3.0); echo 'c'; // prints "a" at t=0.0s // prints "b" at t=1.0s // prints "c" at t=3.0s
  • Update test suite, add PHPStan with max level and report failed assertions.
    (#​66 and #​76 by @​clue and #​61 and #​73 by @​WyriHaximus)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from WyriHaximus as a code owner June 22, 2023 15:27
@boring-cyborg boring-cyborg bot added Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor labels Jun 22, 2023
@github-actions
Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
react/async Upgraded v4.0.0 v4.1.0 Compare
@WyriHaximus WyriHaximus added this to the 7.1.0 milestone Jul 13, 2023
@WyriHaximus WyriHaximus merged commit d8c7bf4 into master Jul 13, 2023
@renovate renovate bot deleted the renovate/react-async-4.x branch July 13, 2023 18:01
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 JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor

2 participants