marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

chore(deps): update dependency phpunit/phpunit to v10 #58

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpunit/phpunit (source) require-dev major ^9.5 -> ^10.0

Release Notes

sebastianbergmann/phpunit ### [`v10.0.0`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.0...10.0.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.0...10.0.0) ### [`v9.6.0`](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0) ### [`v9.5.28`](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28) ### [`v9.5.27`](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27)

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

âš  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:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/marcocesarato/php-conventional-changelog":"/mnt/renovate/gh/marcocesarato/php-conventional-changelog" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/marcocesarato/php-conventional-changelog" docker.io/renovate/sidecar bash -l -c "install-tool php 8.2.2 && install-tool composer 2.5.1 && composer update phpunit/phpunit --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
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpunit/phpunit ^10.0, found phpunit/phpunit[10.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - php-mock/php-mock-phpunit is locked to version 2.6.1 and an update of this package was not requested.
    - php-mock/php-mock-phpunit 2.6.1 requires phpunit/phpunit ^6 || ^7 || ^8 || ^9 -> found phpunit/phpunit[6.0.0, ..., 6.5.14, 7.0.0, ..., 7.5.20, 8.0.0, ..., 8.5.32, 9.0.0, ..., 9.6.0] but it conflicts with your root composer.json require (^10.0).

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