amazeeio / drupal-example-simple

Maintained examples can be found at https://github.com/lagoon-examples.
GNU General Public License v2.0
12 stars 21 forks source link

Update dependency cweagans/composer-patches to v1.7.3 (9.x) #376

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cweagans/composer-patches 1.7.2 -> 1.7.3 age adoption passing confidence

Release Notes

cweagans/composer-patches (cweagans/composer-patches) ### [`v1.7.3`](https://togithub.com/cweagans/composer-patches/releases/tag/1.7.3) [Compare Source](https://togithub.com/cweagans/composer-patches/compare/1.7.2...1.7.3) #### What's Changed - Add installedPatches property to fix PHP 8.2 deprecation 1.x version by [@​seamuslee001](https://togithub.com/seamuslee001) in [https://github.com/cweagans/composer-patches/pull/422](https://togithub.com/cweagans/composer-patches/pull/422) #### New Contributors - [@​seamuslee001](https://togithub.com/seamuslee001) made their first contribution in [https://github.com/cweagans/composer-patches/pull/422](https://togithub.com/cweagans/composer-patches/pull/422) **Full Changelog**: https://github.com/cweagans/composer-patches/compare/1.7.2...1.7.3

Configuration

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

🚦 Automerge: Enabled.

â™» 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/amazeeio/drupal-example-simple":"/mnt/renovate/gh/amazeeio/drupal-example-simple" -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/amazeeio/drupal-example-simple" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.5 && composer update cweagans/composer-patches --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
    - laminas/laminas-diactoros 2.11.3 requires php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.2.4) does not satisfy that requirement.
    - drupal/core-recommended 9.4.8 requires laminas/laminas-diactoros ~2.11.1 -> satisfiable by laminas/laminas-diactoros[2.11.3].
    - drupal/core-recommended is locked to version 9.4.8 and an update of this package was not requested.