Open renovate[bot] opened 6 months ago
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:
The artifact failure details are included below:
Command failed: composer update phpunit/phpunit:11.1.3 --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
- phpunit/php-code-coverage[11.0.0, ..., 11.0.x-dev] require nikic/php-parser ^5.0 -> found nikic/php-parser[dev-master, v5.0.0alpha1, ..., 5.0.x-dev] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit 11.1.3 requires phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0, ..., 11.0.x-dev].
- Root composer.json requires phpunit/phpunit 11.1.3 -> satisfiable by phpunit/phpunit[11.1.3].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
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:
The artifact failure details are included below:
Command failed: composer update phpunit/phpunit:11.4.3 --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 doctrine/dbal 4.0.1 (exact version match: 4.0.1 or 4.0.1.0), found doctrine/dbal[4.0.1] but the package is fixed to 3.3.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 2
- Root composer.json requires phpunit/phpunit 11.4.3 -> satisfiable by phpunit/phpunit[11.4.3].
- phpunit/php-code-coverage[11.0.7, ..., 11.0.x-dev] require nikic/php-parser ^5.3.1 -> found nikic/php-parser[v5.3.1] but these were not loaded, likely because it conflicts with another require.
- phpunit/phpunit 11.4.3 requires phpunit/php-code-coverage ^11.0.7 -> satisfiable by phpunit/php-code-coverage[11.0.7, 11.0.x-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This PR contains the following updates:
9.5.21
->11.4.3
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
### [`v11.4.3`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.4.3): PHPUnit 11.4.3 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.4.2...11.4.3) ##### Changed - [#6010](https://redirect.github.com/sebastianbergmann/phpunit/pull/6010): Improve parameter name for `assertGreaterThan()`, `assertGreaterThanOrEqual()`, `assertLessThan()`, and `assertLessThanOrEqual()` - [#6012](https://redirect.github.com/sebastianbergmann/phpunit/pull/6012): Remove empty lines between TeamCity events ##### Fixed - [#6017](https://redirect.github.com/sebastianbergmann/phpunit/pull/6017): Deprecation Triggers are not registered when Process Isolation is used *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.4/installation.html) ### [`v11.4.2`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.4.2): PHPUnit 11.4.2 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.4.1...11.4.2) ##### Changed - [#5989](https://redirect.github.com/sebastianbergmann/phpunit/pull/5989): Disable Xdebug in subprocesses when it is not used ##### Fixed - [#5844](https://redirect.github.com/sebastianbergmann/phpunit/issues/5844): Error handlers that are not callable outside the scope they were registered in are not handled correctly - [#5982](https://redirect.github.com/sebastianbergmann/phpunit/pull/5982): Typo in exception message *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.4/installation.html) ### [`v11.4.1`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.4.1): PHPUnit 11.4.1 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.4.0...11.4.1) ##### Changed - Updated regular expressions used by `StringMatchesFormatDescription` constraint to be consistent with PHP's `run-tests.php` ##### Fixed - [#5977](https://redirect.github.com/sebastianbergmann/phpunit/pull/5977): TestDox result collector does not correctly handle baseline-ignored `E_DEPRECATED` issues *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.4/installation.html) ### [`v11.4.0`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.4.0): PHPUnit 11.4.0 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0) ##### Changed - [#5915](https://redirect.github.com/sebastianbergmann/phpunit/pull/5915): Bootstrap extensions before building test suite - [#5917](https://redirect.github.com/sebastianbergmann/phpunit/pull/5917): Seal event facade before loading the test suite - [#5923](https://redirect.github.com/sebastianbergmann/phpunit/pull/5923): Filter configured deprecation triggers when displaying deprecation details - [#5927](https://redirect.github.com/sebastianbergmann/phpunit/pull/5927): `#[RequiresPhpunitExtension]` attribute - [#5928](https://redirect.github.com/sebastianbergmann/phpunit/issues/5928): Filter tests based on the PHP extensions they require - [#5964](https://redirect.github.com/sebastianbergmann/phpunit/pull/5964): Better error message when data provider is invalid - The XML configuration file generator now references `vendor/phpunit/phpunit/phpunit.xsd` (instead of `https://schema.phpunit.de/X.Y/phpunit.xsd`) when PHPUnit was installed using Composer and `phpunit --generate-configuration` was invoked in the directory where `vendor` is located - The `--migrate-configuration` command no longer replaces `vendor/phpunit/phpunit/phpunit.xsd` with `https://schema.phpunit.de/X.Y/phpunit.xsd` - The output of `--list-groups` now shows how many tests a group contains - The output of `--list-suites` now shows how many tests a test suite contains ##### Deprecated - [#5951](https://redirect.github.com/sebastianbergmann/phpunit/issues/5951): `includeUncoveredFiles` configuration option - [#5958](https://redirect.github.com/sebastianbergmann/phpunit/issues/5958): Support for `#[CoversTrait]` and `#[UsesTrait]` attributes - [#5960](https://redirect.github.com/sebastianbergmann/phpunit/issues/5960): Support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes (and respective annotations) *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.4/installation.html) ### [`v11.3.6`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.3.6): PHPUnit 11.3.6 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.3.5...11.3.6) ##### Changed - [#5956](https://redirect.github.com/sebastianbergmann/phpunit/issues/5956): Deprecation of the `E_STRICT` constant in PHP 8.4 ##### Fixed - [#5950](https://redirect.github.com/sebastianbergmann/phpunit/pull/5950): TestDox text should not be `trim()`med when it contains `$` character - The attribute parser will no longer try to instantiate attribute classes that do not exist *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.3/installation.html) ### [`v11.3.5`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.3.5): PHPUnit 11.3.5 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.3.4...11.3.5) ##### Fixed - [#5874](https://redirect.github.com/sebastianbergmann/phpunit/issues/5874): Test Stub generated by return value generator for doubled method with `static` return type declaration is not properly initialized - [#5931](https://redirect.github.com/sebastianbergmann/phpunit/pull/5931): Reverted addition of `name` property on `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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.