Skip to content

Conversation

reactphp-parallel-renovate-runner[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
wyrihaximus/async-test-utilities ^9.3.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 📦


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 has been generated by Renovate Bot.

@reactphp-parallel-renovate-runner reactphp-parallel-renovate-runner bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Aug 21, 2025
@reactphp-parallel-renovate-runner reactphp-parallel-renovate-runner bot added PHP 🐘 Hypertext Pre Processor Dependencies 📦 Pull requests that update a dependency file labels 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 JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants