An open index of dependabot pull requests across open source projects.

Bump react/event-loop from 1.1.1 to 1.4.0

Closed
Number: #45
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 08, 2023 at 01:57 AM UTC
(about 3 years ago)
Updated: May 23, 2025 at 06:06 AM UTC
(about 1 year ago)
Closed: May 23, 2025 at 06:06 AM UTC
(about 1 year ago)
Time to Close: about 2 years
Labels:
Dependencies 📦 PHP 🐘 JSON 👨‍💼
Description:

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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+40
Deletions:
-14
Package Dependencies
Ecosystem:
go
Version Change:
1.1.1 → 1.4.0
Update Type:
Minor
Technical Details
ID: 593797
UUID: 1341395195
Node ID: PR_kwDODkwTJ85P9BD7
Host: GitHub
Repository: reactphp-parallel/pool-tests
Merge State: Unknown