Skip to content

Conversation

@renovate-runner
Copy link
Contributor

@renovate-runner renovate-runner bot commented Aug 20, 2025

This PR contains the following updates:

Package Change Age Confidence
wyrihaximus/ticking-promise ^1.6 -> ^1.6 || ^3.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

WyriHaximus/TickingPromise (wyrihaximus/ticking-promise)

v3.1.0

Compare Source

Support react/promise v3 and add the required template types for it. Also raised the minimum PHP version to 8.2.

3.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 19
  • Total contributors: 3

Dependencies 📦,Enhancement ✨

Dependencies 📦

Enhancement ✨

v3.0.0

Compare Source

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
  • Total contributors: 2

Documentation 📚,MarkDown 📝

Dependencies 📦,JSON 👨‍💼,PHP 🐘,Source 🔮,Tests 🧪

Dependencies 📦,PHP 🐘

v2.1.0

Compare Source

The release adds PHP 8 support!

PHP 8 Logo

2.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

CI 🚧,Configuration ⚙,Dependencies 📦,JSON 👨‍💼,PHP 🐘,YAML 🍄

v2.0.0

Compare Source

Main features in this release are dropping PHP 5.x support and this adapting to all shiny PHP 7 features. The function nextPromise has also been removed in this release after being deprecated.

2.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 2

Dependencies 📦,PHP 🐘

Documentation 📚,MarkDown 📝

CI 🚧,Configuration ⚙,Dependencies 📦,JSON 👨‍💼,NEON 🦹‍♂️,PHP 🐘,Source 🔮,Tests 🧪,YAML 🍄,enhancement

Dependencies 📦,JSON 👨‍💼,PHP 🐘


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-runner renovate-runner bot requested a review from WyriHaximus as a code owner August 20, 2025 16:26
@renovate-runner renovate-runner bot added the Dependencies 📦 Pull requests that update a dependency file label Aug 20, 2025
@boring-cyborg boring-cyborg bot added JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor labels Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI 🚧 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