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

Update dependency wyrihaximus/ticking-promise to v3 #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2024

This PR contains the following updates:

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

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 - "* 6-22/3 * * 1-5,* 12-23/3 * * 0,6" in timezone Europe/Amsterdam, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jul 2, 2024

⚠️ 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.1.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
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] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - 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.1.0).
    - api-clients/github dev-main requires api-clients/middleware-json ^3.0 -> satisfiable by api-clients/middleware-json[3.1.0].
    - api-clients/github is locked to version dev-main and an update of this package was not requested.

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

@renovate renovate bot added the Dependencies 📦 Pull requests that update a dependency file label Jul 2, 2024
@renovate renovate bot requested a review from WyriHaximus as a code owner July 2, 2024 13:14
@renovate renovate bot added the PHP 🐘 Hypertext Pre Processor label Jul 2, 2024
@renovate renovate bot force-pushed the renovate/wyrihaximus-ticking-promise-3.x branch 8 times, most recently from 5889930 to 8d4ffdb Compare July 2, 2024 14:46
@WyriHaximus WyriHaximus added this to the v1.9.0 milestone Jul 2, 2024
@renovate renovate bot force-pushed the renovate/wyrihaximus-ticking-promise-3.x branch from 8d4ffdb to 5c911bb Compare July 2, 2024 14:51
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