Skip to content

Update dependency wyrihaximus/ticking-promise to v3 - #228

Open
renovate-runner[bot] wants to merge 1 commit into
masterfrom
renovate/update-packagist-wyrihaximus-ticking-promise-3-2-0
Open

renovate-runner[bot] wants to merge 1 commit into
masterfrom
renovate/update-packagist-wyrihaximus-ticking-promise-3-2-0

Conversation

@renovate-runner

@renovate-runner renovate-runner Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

WyriHaximus/TickingPromise (wyrihaximus/ticking-promise)

v3.2.0

Compare Source

3.2.0

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

Dependencies 📦,Enhancement ✨

Dependencies 📦

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: (in timezone Europe/UTC)

  • 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 Mend Renovate CLI.

@renovate-runner renovate-runner Bot added CI 🚧 Dependencies 📦 Pull requests that update a dependency file labels Apr 12, 2026
@renovate-runner

renovate-runner Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update wyrihaximus/ticking-promise:3.2.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --minimal-changes
COMPOSER_IGNORE_PLATFORM_REQS is set. You may experience unexpected errors.
Loading composer repositories with package information
Dependency react/event-loop is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency react/promise is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires wyrihaximus/ticking-promise ^1.6 || ^3.0, found wyrihaximus/ticking-promise[1.6.0, 1.6.1, 1.6.2, 1.6.3, 3.0.0, 3.1.0, 3.2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires wyrihaximus/async-test-utilities ^14, found wyrihaximus/async-test-utilities[14.0.0, 14.1.0] but the package is fixed to 4.2.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 3
    - api-clients/github is locked to version dev-main and an update of this package was not requested.
    - api-clients/github dev-main requires api-clients/middleware-json ^3.0 -> satisfiable by api-clients/middleware-json[3.1.0].
    - api-clients/middleware-json 3.1.0 requires wyrihaximus/ticking-promise ^1.6 -> found wyrihaximus/ticking-promise[1.6.0, 1.6.1, 1.6.2, 1.6.3] but it conflicts with your temporary update constraint (wyrihaximus/ticking-promise:3.2.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate-runner
renovate-runner Bot requested a review from WyriHaximus as a code owner April 12, 2026 15:46
@renovate-runner renovate-runner Bot added Dependencies 📦 Pull requests that update a dependency file CI 🚧 labels Apr 12, 2026
@boring-cyborg boring-cyborg Bot added JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor labels Jul 30, 2026
@renovate-runner
renovate-runner Bot force-pushed the renovate/update-packagist-wyrihaximus-ticking-promise-3-2-0 branch from aa1421c to 444b29d Compare August 24, 2026 07:37
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.

0 participants