Skip to content

Conversation

renovate-runner[bot]
Copy link

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

This PR contains the following updates:

Package Change Age Confidence
wyrihaximus/test-utilities ^7.2.0 -> ^8.1.0 age confidence

Release Notes

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

v8.1.0

Compare Source

8.1.0

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

Dependencies 📦

Feature 🏗

v8.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.

8.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 24
  • Total contributors: 4

Bug 🐞,Dependencies 📦,Deprecations 👋

Dependencies 📦,Enhancement ✨

Dependencies 📦

Dependencies 📦,Feature 🏗

Enhancement ✨

v7.5.2

Compare Source

7.5.2

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

Dependencies 📦

v7.5.1

Compare Source

7.5.1

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

Dependencies 📦

v7.5.0

Compare Source

7.5.0

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

Dependencies 📦

v7.4.0

Compare Source

7.4.0

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

Dependencies 📦

v7.3.0

Compare Source

7.3.0

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

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.

@renovate-runner renovate-runner bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Aug 19, 2025
@renovate-runner renovate-runner bot requested a review from WyriHaximus as a code owner August 19, 2025 16:28
@renovate-runner renovate-runner bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Aug 19, 2025
@renovate-runner renovate-runner bot force-pushed the renovate/major-phpunit branch from eb0a4cf to 021b9c1 Compare August 20, 2025 17:23
@renovate-runner renovate-runner bot deleted the renovate/major-phpunit branch August 22, 2025 06:28
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