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 phpunit/phpunit to v11 #minor #37

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^10.4 -> ^11.0 age adoption passing confidence
phpunit/phpunit (source) ^10.4 -> ^11.0 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.0.6: PHPUnit 11.0.6

Compare Source

Changed
  • #​5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #​5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #​5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #​5741: Save call to Telemetry\System::snapshot()
  • #​5742: Prevent file IO when not strictly necessary
  • #​5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #​5744: Simplify NamePrettifier::prettifyTestMethodName()
Fixed
  • #​5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #​5729: assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys() does not correctly handle array order
  • #​5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner March 11, 2024 10:37
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Mar 11, 2024
Copy link
Contributor Author

renovate bot commented Mar 11, 2024

⚠ Artifact update problem

Renovate failed to update artifacts 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: service-front/composer.lock
Command failed: composer update phpunit/phpunit:11.1.2 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpunit/phpunit ^11.0, found phpunit/phpunit[11.0.0, ..., 11.1.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-test is locked to version 4.10.0 and an update of this package was not requested.
    - laminas/laminas-test 4.10.0 requires phpunit/phpunit ^10.4 -> found phpunit/phpunit[10.4.0, ..., 10.5.19] but it conflicts with your root composer.json require (^11.0).

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

File name: service-api/composer.lock
Command failed: composer update phpunit/phpunit:11.1.2 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpunit/phpunit ^11.0, found phpunit/phpunit[11.0.0, ..., 11.1.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-test is locked to version 4.10.0 and an update of this package was not requested.
    - laminas/laminas-test 4.10.0 requires phpunit/phpunit ^10.4 -> found phpunit/phpunit[10.4.0, ..., 10.5.19] but it conflicts with your root composer.json require (^11.0).

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

@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch 8 times, most recently from f8c5382 to e06d575 Compare March 18, 2024 10:16
@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch 8 times, most recently from 45fc90a to ef7092d Compare March 25, 2024 09:35
@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch 2 times, most recently from 24c89b7 to 150f792 Compare March 26, 2024 17:27
@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch 8 times, most recently from 9020afc to c740a02 Compare April 9, 2024 15:53
@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch 5 times, most recently from f649487 to 957ca76 Compare April 16, 2024 08:48
@renovate renovate bot force-pushed the renovate-phpunit-phpunit-11-x branch from 957ca76 to 867317b Compare April 18, 2024 09:46
@gregtyler
Copy link
Contributor

Not possible until laminas-test supports PHPUnit 11

@gregtyler gregtyler closed this Apr 19, 2024
@gregtyler gregtyler deleted the renovate-phpunit-phpunit-11-x branch April 19, 2024 13:48
Copy link
Contributor Author

renovate bot commented Apr 19, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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 Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant