Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
drupal/config_pages (source) require minor 2.11.0@dev -> 2.12.0@dev
drupal/core-composer-scaffold (source) require patch 9.5.2 -> 9.5.3
drupal/core-dev require-dev patch 9.5.1 -> 9.5.3
drupal/core-project-message (source) require patch 9.5.2 -> 9.5.3
drupal/core-recommended require patch 9.5.2 -> 9.5.3
drupal/dynamic_entity_reference (source) require patch ^4.0@alpha -> ^4.0.0-alpha2@alpha
drupal/eca (source) require patch 1.1.0@beta -> 1.1.1@beta
drupal/entity_browser (source) require minor ^2.8 -> ^2.9.0
drupal/focal_point (source) require patch ^2.0@alpha -> ^2.0.0-alpha2@alpha
drupal/gin_login (source) require patch ^2.0 -> ^2.0.1
drupal/linky_revision_ui (source) require minor 2.127.2@dev -> 2.314.0@dev
drupal/maxlength (source) require patch 2.0.x-dev@dev -> 2.0.1@dev
drupal/paragraphs_ee (source) require patch 2.0.x-dev@dev -> 2.0.3@dev
drupal/paragraphs_viewmode (source) require minor ^1.0 -> ^1.1.0
drupal/security_review (source) require patch ^2.0 -> ^2.0.1
drupal/simple_sitemap (source) require patch ^4.1.3 -> ^4.1.4
drupal/wpf (source) require patch ^1.0.0-alpha2@alpha -> 1.0.0@alpha
php require minor >=8.1.11 -> >=8.2.2

Release Notes

drupal/core-composer-scaffold

v9.5.3

Compare Source

drupal/core-dev

v9.5.3

Compare Source

v9.5.2

Compare Source

drupal/core-project-message

v9.5.3

Compare Source

drupal/core-recommended

v9.5.3

Compare Source

php/php-src

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.15

Compare Source

v8.1.14

Compare Source

v8.1.13

Compare Source

v8.1.12

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Contributor Author

renovate bot commented Jan 19, 2023

⚠ 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: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/Realityloop/foundry":"/mnt/renovate/gh/Realityloop/foundry" -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/Realityloop/foundry" docker.io/renovate/sidecar bash -l -c "install-tool php 8.2.2 && install-tool composer 2.5.2 && composer update drupal/config_pages drupal/core-composer-scaffold drupal/core-dev drupal/core-project-message drupal/core-recommended drupal/dynamic_entity_reference drupal/eca drupal/entity_browser drupal/focal_point drupal/gin_login drupal/linky_revision_ui drupal/maxlength drupal/paragraphs_ee drupal/paragraphs_viewmode drupal/security_review drupal/simple_sitemap drupal/wpf php --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
Dependency drupal/jquery_ui_draggable is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency drupal/jquery_ui is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency drupal/linky is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
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 drupal/dynamic_entity_reference ^4.0.0-alpha2@alpha -> satisfiable by drupal/dynamic_entity_reference[4.0.0-alpha2].
    - drupal/dynamic_entity_reference 4.0.0-alpha2 requires drupal/core ^10 -> found drupal/core[10.0.0-alpha1, ..., 10.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires drupal/focal_point ^2.0.0-alpha2@alpha -> satisfiable by drupal/focal_point[2.0.0-alpha2].
    - drupal/focal_point 2.0.0-alpha2 requires drupal/jquery_ui_draggable ^1.5 -> found drupal/jquery_ui_draggable[dev-1.x, 1.5.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).
  Problem 3
    - laminas/laminas-feed[2.17.0, ..., 2.17.x-dev] require php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.2.2) does not satisfy that requirement.
    - drupal/core-recommended 9.5.3 requires laminas/laminas-feed ~2.17.0 -> satisfiable by laminas/laminas-feed[2.17.0, 2.17.x-dev].
    - Root composer.json requires drupal/core-recommended 9.5.3 -> satisfiable by drupal/core-recommended[9.5.3].

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/all-minor-patch branch 5 times, most recently from 1a72c40 to ec43c56 Compare January 25, 2023 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from de78d81 to 2f95d19 Compare February 2, 2023 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9c94598 to dd07566 Compare February 9, 2023 05:44
@BrianGilbert BrianGilbert force-pushed the renovate/all-minor-patch branch from dd07566 to eb08b81 Compare February 9, 2023 23:30
@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@BrianGilbert BrianGilbert merged commit d11b447 into develop Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants