Skip to content

Update dependency react/async to v4.1.0 #174

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

Merged
merged 1 commit into from
Jun 26, 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.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 becomes conflicted, 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 17:10
@boring-cyborg boring-cyborg bot added Dependencies 📦 Pull requests that update a dependency file 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 1.0.0 milestone Jun 26, 2023
@WyriHaximus WyriHaximus merged commit 06a59c0 into master Jun 26, 2023
@WyriHaximus WyriHaximus deleted the renovate/react-async-4.x-lockfile branch June 26, 2023 20:12
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