Skip to content

Bump react/event-loop from 1.1.1 to 1.4.0 #45

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps react/event-loop from 1.1.1 to 1.4.0.

Release notes

Sourced from react/event-loop's releases.

v1.4.0

v1.3.0

v1.2.0

A major new feature release, see release announcement.

  • Feature: Introduce new concept of default loop with the new Loop class. (#226 by @​WyriHaximus, #229, #231 and #232 by @​clue)

    The Loop class exists as a convenient global accessor for the event loop. It provides all methods that exist on the LoopInterface as static methods and will automatically execute the loop at the end of the program:

    $timer = Loop::addPeriodicTimer(0.1, function () {
        echo 'Tick' . PHP_EOL;
    });
    Loop::addTimer(1.0, function () use ($timer) {
    Loop::cancelTimer($timer);
    echo 'Done' . PHP_EOL;
    });

... (truncated)

Changelog

Sourced from react/event-loop's changelog.

1.4.0 (2023-05-05)

1.3.0 (2022-03-17)

1.2.0 (2021-07-11)

A major new feature release, see release announcement.

  • Feature: Introduce new concept of default loop with the new Loop class. (#226 by @​WyriHaximus, #229, #231 and #232 by @​clue)

    The Loop class exists as a convenient global accessor for the event loop. It provides all methods that exist on the LoopInterface as static methods and will automatically execute the loop at the end of the program:

    $timer = Loop::addPeriodicTimer(0.1, function () {
        echo 'Tick' . PHP_EOL;
    });
    Loop::addTimer(1.0, function () use ($timer) {
    Loop::cancelTimer($timer);
    echo 'Done' . PHP_EOL;

... (truncated)

Commits
  • 6e7e587 Prepare v1.4.0 release
  • 1e7460b Merge pull request #266 from clue-labs/perf
  • a78ae0b Merge pull request #263 from WyriHaximus-labs/1.x-replace-google.com-with-rea...
  • 2f6d3cd Improve performance of Loop by avoiding unneeded method calls
  • e72f139 Replace 3rd party domains in examples with example.com
  • 21914ff Merge pull request #265 from clue-labs/eintr-pcntl
  • 05225dc Support checking EINTR constant from ext-pcntl without ext-sockets
  • 747a470 Merge pull request #264 from clue-labs/update-tests
  • d1595b7 Update test suite and report failed assertions
  • eaff8fe Merge pull request #258 from WyriHaximus-labs/1.x-test-on-8.2
  • 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/event-loop](https://github.com/reactphp/event-loop) from 1.1.1 to 1.4.0.
- [Release notes](https://github.com/reactphp/event-loop/releases)
- [Changelog](https://github.com/reactphp/event-loop/blob/1.x/CHANGELOG.md)
- [Commits](reactphp/event-loop@v1.1.1...v1.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from WyriHaximus as a code owner May 8, 2023 01:57
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels May 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/react/event-loop-1.4.0 branch May 23, 2025 06:06
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.

1 participant