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

Update dependency react/async to ^4.1.0 #211

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

renovate[bot]
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.

Sorry, something went wrong.

@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant