Skip to content

Bump react/event-loop from 0.4.3 to 1.0.0 #11

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 12, 2018

Bumps react/event-loop from 0.4.3 to 1.0.0.

Release notes

Sourced from react/event-loop's releases.

v1.0.0

  • First stable LTS release, now following SemVer.
    We'd like to emphasize that this component is production ready and battle-tested.
    We plan to support all long-term support (LTS) releases for at least 24 months,
    so you have a rock-solid foundation to build on top of.

Contains no other changes, so it's actually fully compatible with the v0.5.3 release.

v0.5.3

  • Improve performance by importing global functions.
    (#167 by Ocramius)

  • Improve test suite by simplifying test bootstrap by using dev autoloader.
    (#169 by lcobucci)

  • Minor internal changes to improved backward compatibility with PHP 5.3.
    (#166 by Donatello-za)

v0.5.2

  • Feature: Improve memory consumption and runtime performance for StreamSelectLoop timers.
    (#164 by clue)

  • Improve test suite by removing I/O dependency at StreamSelectLoopTest to fix Mac OS X tests.
    (#161 by nawarian)

v0.5.1

v0.5.0

A major feature release with a significant documentation overhaul and long overdue API cleanup!

This update involves a number of BC breaks due to dropped support for deprecated
functionality. We've tried hard to avoid BC breaks where possible and minimize
impact otherwise. We expect that most consumers of this package will actually
not be affected by any BC breaks, see below for more details.

We realize that the changes listed below may seem overwhelming, but we've tried
to be very clear about any possible BC breaks. Don't worry: In fact, all ReactPHP
components are already compatible and support both this new release as well as
providing backwards compatibility with the last release.

  • Feature / BC break: Add support for signal handling via new
    LoopInterface::addSignal() and LoopInterface::removeSignal() methods.
    (#104 by WyriHaximus and #111 and #150 by clue)

    $loop->addSignal(SIGINT, function () {
        echo 'CTRL-C';
    });
... (truncated)
Changelog

Sourced from react/event-loop's changelog.

1.0.0 (2018-07-11)

  • First stable LTS release, now following SemVer.
    We'd like to emphasize that this component is production ready and battle-tested.
    We plan to support all long-term support (LTS) releases for at least 24 months,
    so you have a rock-solid foundation to build on top of.

Contains no other changes, so it's actually fully compatible with the v0.5.3 release.

0.5.3 (2018-07-09)

  • Improve performance by importing global functions.
    (#167 by Ocramius)

  • Improve test suite by simplifying test bootstrap by using dev autoloader.
    (#169 by lcobucci)

  • Minor internal changes to improved backward compatibility with PHP 5.3.
    (#166 by Donatello-za)

0.5.2 (2018-04-24)

  • Feature: Improve memory consumption and runtime performance for StreamSelectLoop timers.
    (#164 by clue)

  • Improve test suite by removing I/O dependency at StreamSelectLoopTest to fix Mac OS X tests.
    (#161 by nawarian)

0.5.1 (2018-04-09)

0.5.0 (2018-04-05)

A major feature release with a significant documentation overhaul and long overdue API cleanup!

This update involves a number of BC breaks due to dropped support for deprecated
functionality. We've tried hard to avoid BC breaks where possible and minimize
impact otherwise. We expect that most consumers of this package will actually
not be affected by any BC breaks, see below for more details.

We realize that the changes listed below may seem overwhelming, but we've tried
to be very clear about any possible BC breaks. Don't worry: In fact, all ReactPHP
components are already compatible and support both this new release as well as
providing backwards compatibility with the last release.

  • Feature / BC break: Add support for signal handling via new
    LoopInterface::addSignal() and LoopInterface::removeSignal() methods.
    (#104 by WyriHaximus and #111 and #150 by clue)
... (truncated)
Commits
  • 0266aff Prepare v1.0.0 release
  • 228178a Prepare v0.5.3 release
  • fc1d78e Merge pull request #167 from Ocramius/feature/imported-global-functions
  • b2a3488 Merge pull request #169 from lcobucci/add-dev-namespace-to-autoloader
  • 4f2108e Simplify test bootstrap by using dev autoloader
  • 88d35a6 Replaced constant references with fully qualified constant references
  • b048bd7 Using a real Timer instance, since pre-historic PHPUnit versions are being ...
  • 75bead6 Importing global functions - micro-optimisation, but relevant for this high-t...
  • 427853c Found zeh bug: spl_objet_hash() was used instead of spl_object_hash()
  • 707a875 Merge pull request #166 from Donatello-za/issue-165
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [react/event-loop](https://github.com/reactphp/event-loop) from 0.4.3 to 1.0.0.
- [Release notes](https://github.com/reactphp/event-loop/releases)
- [Changelog](https://github.com/reactphp/event-loop/blob/master/CHANGELOG.md)
- [Commits](reactphp/event-loop@v0.4.3...v1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@WyriHaximus
Copy link
Member

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like react/event-loop is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/event-loop-1.0.0 branch July 22, 2018 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants