Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Change Age Confidence
wyrihaximus/async-test-utilities ^7.0.3 || ^8.0.0 -> ^7.0.3 || ^8.0.0 || ^10.0.0 age confidence

Release Notes

WyriHaximus/php-async-test-utilities (wyrihaximus/async-test-utilities)

v10.0.0

Compare Source

Starting this major release when adding running composer install/update with this package, and wyrihaximus/makefiles in your require-dev. The following bit in composer.json:

  "scripts": {
    "post-install-cmd": [
      "composer normalize",
      "composer update --lock --no-scripts"
    ],
    "post-update-cmd": [
      "composer normalize",
      "composer update --lock --no-scripts"
    ]
  }

Will be replaced with:

  "scripts": {
    "post-install-cmd": [
      "composer normalize",
      "make on-install-or-update || true"
    ],
    "post-update-cmd": [
      "composer normalize",
      "make on-install-or-update || true"
    ]
  }

If neither of those scripts blocks are found, they will be created and make on-install-or-update || true will be put in each of those.

AFAIK I'm the only one using this package, plus the orgs I use it in. Adding this here to make sure that other that use it are aware of this impactful change.

10.0.0

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

Dependencies 📦

v9.4.2

Compare Source

9.4.2

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

Dependencies 📦

v9.4.1

Compare Source

9.4.1

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

Dependencies 📦

v9.4.0

Compare Source

9.4.0

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

Dependencies 📦

v9.3.0

Compare Source

9.3.0

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

Dependencies 📦

v9.2.0

Compare Source

9.2.0

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

Dependencies 📦

v9.1.0

Compare Source

9.1.0

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

Dependencies 📦

v9.0.0

Compare Source

9.0.0

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

Dependencies 📦,Feature 🏗

Dependencies 📦,Enhancement ✨

Dependencies 📦

Dependencies 📦,Deprecations 👋


Configuration

📅 Schedule: Branch creation - Every 3 hours, between 06:00 AM and 10:59 PM, Monday through Friday ( * 6-22/3 * * 1-5 ), Every 3 hours, between 12:00 PM and 11:59 PM, only on Sunday and Saturday ( * 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 Apr 27, 2025

⚠️ 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: clients/GitHubEnterprise-3.13/composer.lock
Command failed: composer update wyrihaximus/async-test-utilities:10.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency react/async 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/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.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires wyrihaximus/async-test-utilities ^7.0.3 || ^8.0.0 || ^10.0.0 -> satisfiable by wyrihaximus/async-test-utilities[10.0.0].
    - wyrihaximus/async-test-utilities 10.0.0 requires php ^8.4 -> your php version (8.2.13; overridden via config.platform, same as actual) does not satisfy that requirement.


@boring-cyborg boring-cyborg bot added Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor labels Apr 27, 2025
@github-actions github-actions bot added this to the 2.0.0 milestone Apr 27, 2025
@renovate renovate bot force-pushed the renovate/GitHubEnterprise-3.13/php/major-phpunit branch 2 times, most recently from 7e20e39 to ff77dfd Compare May 9, 2025 09:45
@renovate renovate bot force-pushed the renovate/GitHubEnterprise-3.13/php/major-phpunit branch from ff77dfd to 4a9eeb0 Compare May 12, 2025 10:23
@renovate renovate bot force-pushed the renovate/GitHubEnterprise-3.13/php/major-phpunit branch from 4a9eeb0 to 14114f2 Compare July 11, 2025 19:52
@renovate renovate bot force-pushed the renovate/GitHubEnterprise-3.13/php/major-phpunit branch from 14114f2 to 434c666 Compare July 26, 2025 20:40
@renovate renovate bot force-pushed the renovate/GitHubEnterprise-3.13/php/major-phpunit branch from 434c666 to 86c872f Compare August 21, 2025 19:13
@renovate renovate bot changed the title [GitHubEnterprise-3.13] Update dependency wyrihaximus/async-test-utilities to v9 [GitHubEnterprise-3.13] Update dependency wyrihaximus/async-test-utilities to v10 Aug 21, 2025
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 GitHubEnterprise-3.13 JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants