Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

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

v7.2.0

Compare Source

7.2.0

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

Dependencies 📦

Dependencies 📦,Feature 🏗

Enhancement ✨

v7.1.0

Compare Source

7.1.0

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

Dependencies 📦

v7.0.0

Compare Source

7.0.0

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

Bug 🐞,Dependencies 📦

Bug 🐞,Dependencies 📦,Deprecations 👋

Bug 🐞,Enhancement ✨

Bug 🐞

Dependencies 📦

Dependencies 📦,Enhancement ✨

Dependencies 📦,Feature 🏗

Dependencies 📦,Deprecations 👋,Enhancement ✨

Dependencies 📦,Deprecations 👋

Enhancement ✨


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 18, 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: composer.lock
Command failed: composer update wyrihaximus/test-utilities:8.1.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

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

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

@renovate renovate bot requested a review from WyriHaximus as a code owner August 18, 2025 21:55
@boring-cyborg boring-cyborg bot added Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor labels Aug 18, 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.

1 participant