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

Bump react/event-loop from 1.1.0 to 1.1.1 #34

Merged
merged 1 commit into from Jan 4, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react/event-loop from 1.1.0 to 1.1.1.

Release notes

Sourced from react/event-loop's releases.

v1.1.1

  • Fix: Fix reporting connection refused errors with ExtUvLoop on Linux and StreamSelectLoop on Windows. (#207 and #208 by @clue)

  • Fix: Fix unsupported EventConfig and SEGFAULT on shutdown with ExtEventLoop on Windows. (#205 by @clue)

  • Fix: Prevent interval overflow for timers very far in the future with ExtUvLoop. (#196 by @PabloKowalczyk)

  • Fix: Check PCNTL functions for signal support instead of PCNTL extension with StreamSelectLoop. (#195 by @clue)

  • Add .gitattributes to exclude dev files from exports. (#201 by @reedy)

  • Improve test suite to fix testing ExtUvLoop on Travis, fix Travis CI builds, do not install libuv on legacy PHP setups, fix failing test cases due to inaccurate timers, run tests on Windows via Travis CI and run tests on PHP 7.4 and simplify test matrix and test setup. (#197 by @WyriHaximus and #202, #203, #204 and #209 by @clue)

Changelog

Sourced from react/event-loop's changelog.

1.1.1 (2020-01-01)

  • Fix: Fix reporting connection refused errors with ExtUvLoop on Linux and StreamSelectLoop on Windows. (#207 and #208 by @clue)

  • Fix: Fix unsupported EventConfig and SEGFAULT on shutdown with ExtEventLoop on Windows. (#205 by @clue)

  • Fix: Prevent interval overflow for timers very far in the future with ExtUvLoop. (#196 by @PabloKowalczyk)

  • Fix: Check PCNTL functions for signal support instead of PCNTL extension with StreamSelectLoop. (#195 by @clue)

  • Add .gitattributes to exclude dev files from exports. (#201 by @reedy)

  • Improve test suite to fix testing ExtUvLoop on Travis, fix Travis CI builds, do not install libuv on legacy PHP setups, fix failing test cases due to inaccurate timers, run tests on Windows via Travis CI and run tests on PHP 7.4 and simplify test matrix and test setup. (#197 by @WyriHaximus and #202, #203, #204 and #209 by @clue)

Commits
  • 6d24de0 Prepare v1.1.1 release
  • a2c6002 Merge pull request #209 from clue-labs/php7.4
  • 646fbbd Merge pull request #208 from clue-labs/windows-connections
  • e79f422 Merge pull request #207 from clue-labs/ext-uv-connections
  • b98bb2f Run tests on PHP 7.4 and simply test matrix and test setup
  • 6a89446 Fix reporting refused connections with StreamSelectLoop on Windows
  • 6d45a19 Fix reporting refused connections with ExtUvLoop
  • 527c60a Test ext-uv on Windows
  • 1d8055f Merge pull request #205 from clue-labs/ext-event-windows
  • 06ecbb7 Add TCP/IP connection tests
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [react/event-loop](https://github.com/reactphp/event-loop) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/reactphp/event-loop/releases)
- [Changelog](https://github.com/reactphp/event-loop/blob/master/CHANGELOG.md)
- [Commits](reactphp/event-loop@v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@WyriHaximus WyriHaximus merged commit 9c05531 into master Jan 4, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/event-loop-1.1.1 branch January 4, 2020 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant