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 wyrihaximus/ticking-promise from 2.1.0 to 3.0.0 #87

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2022

Bumps wyrihaximus/ticking-promise from 2.1.0 to 3.0.0.

Release notes

Sourced from wyrihaximus/ticking-promise's releases.

3.0.0

Major new release defaulting to using the global loop accessor that came with react/eventloop 1.2.

This changes current code from this:

<?php
declare(strict_types=1);
use React�ventLoop\Factory;
use function WyriHaximus\ReactuturePromise;
$loop = Factory::create();
futurePromise($loop)->then(static function (): void {
echo 'Done', PHP_EOL;
});
futurePromise($loop)->then(static function (string $message): void {
echo $message, PHP_EOL;
}, 'Also done');
$loop->run();

To this:

<?php
declare(strict_types=1);
use function WyriHaximus\ReactuturePromise;
futurePromise()->then(static function (): void {
echo 'Done', PHP_EOL;
});
futurePromise()->then(static function (string $message): void {
echo $message, PHP_EOL;
}, 'Also done');

No more passing in the loop to any of the functions

3.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 26

... (truncated)

Commits
  • 460d013 Merge pull request #54 from WyriHaximus/Update-readme-examples
  • 8d5cf65 Update readme examples
  • 80aefbd Merge pull request #53 from WyriHaximus/migrate-to-loop-get
  • 3a859fe Migrate to Loop::get and such
  • cbaf77e Merge pull request #52 from WyriHaximus/dependabot/composer/composer/composer...
  • 09bdebf Bump composer/composer from 1.10.21 to 1.10.22
  • 1936296 Merge pull request #51 from WyriHaximus/dependabot/composer/wyrihaximus/async...
  • acdcbe0 Bump wyrihaximus/async-test-utilities from 3.4.22 to 3.4.24
  • b6b260d Merge pull request #49 from WyriHaximus/dependabot/composer/wyrihaximus/async...
  • 72802ad Bump wyrihaximus/async-test-utilities from 3.4.21 to 3.4.22
  • 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)

@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Feb 25, 2022
@WyriHaximus WyriHaximus added this to the 4.0.3 milestone Feb 25, 2022
Bumps [wyrihaximus/ticking-promise](https://github.com/WyriHaximus/TickingPromise) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/WyriHaximus/TickingPromise/releases)
- [Commits](WyriHaximus/TickingPromise@2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: wyrihaximus/ticking-promise
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@WyriHaximus WyriHaximus force-pushed the dependabot/composer/4.x/wyrihaximus/ticking-promise-3.0.0 branch from d09aae4 to dad44dd Compare February 25, 2022 07:29
@WyriHaximus WyriHaximus merged commit cbb266c into 4.x Feb 25, 2022
@dependabot dependabot bot deleted the dependabot/composer/4.x/wyrihaximus/ticking-promise-3.0.0 branch February 25, 2022 07:45
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