Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Update dependency drush/drush to v11 #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 14, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
drush/drush (source) require major 10.6.0 -> 11.5.1

Release Notes

drush-ops/drush

v11.5.1

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.5.0...11.5.1

v11.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.4.0...11.5.0

v11.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.3.2...11.4.0

v11.3.2

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.3.1...11.3.2

v11.3.1

Compare Source

Fix error during publish of 11.3.0

v11.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.2.1...11.3.0

v11.2.1

Compare Source

v11.2.0

Compare Source

v11.1.1

Compare Source

Highlights

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.9...11.1.0

v11.1.0

Compare Source

An 11.1.1 release was made right after this one to fix an omission in drush.info file

Highlights

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.9...11.1.0

v11.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.8...11.0.9

v11.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.7...11.0.8

v11.0.7

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.6...11.0.7

v11.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.5...11.0.6

v11.0.5

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.4...11.0.5

v11.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.3...11.0.4

v11.0.3

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.2...11.0.3

v11.0.2

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.1...11.0.2

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.0...11.0.1

v11.0.0

Compare Source

This release is recommended for all Drupal 9 sites. Drush 10 is no longer supported.

Highlights

v10.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@10.6.1...10.6.2

v10.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@10.6.0...10.6.1


Configuration

📅 Schedule: Branch creation - "after 6am and before 4pm every weekday" (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 this update 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
Copy link
Author

renovate bot commented Mar 14, 2022

⚠ 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/YaManicKill/viewfield":"/mnt/renovate/gh/YaManicKill/viewfield" -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/YaManicKill/viewfield" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.3 && install-tool composer 2.5.4 && composer update drush/drush --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 webflo/drupal-finder 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 webmozart/path-util 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.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal-composer/drupal-scaffold is locked to version 2.6.1 and an update of this package was not requested.
    - drupal-composer/drupal-scaffold 2.6.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
  Problem 2
    - drupal/core is locked to version 8.9.20 and an update of this package was not requested.
    - drupal/core 8.9.20 requires php ^7.0.8 -> your php version (8.2.3) does not satisfy that requirement.
  Problem 3
    - Root composer.json requires drush/drush 11.5.1 -> satisfiable by drush/drush[11.5.1].
    - drush/drush 11.5.1 requires symfony/event-dispatcher ^4.0 || ^5.0 || ^6.0 -> found symfony/event-dispatcher[v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.3.x-dev] but these were not loaded, likely because it conflicts with another require.

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/drush-drush-11.x branch from 28bb598 to efdbda2 Compare April 9, 2022 12:56
@renovate renovate bot force-pushed the renovate/drush-drush-11.x branch from efdbda2 to d8b7509 Compare April 16, 2022 14:22
@renovate renovate bot force-pushed the renovate/drush-drush-11.x branch from 3d74093 to f6bd0a9 Compare November 20, 2022 13:39
@renovate renovate bot force-pushed the renovate/drush-drush-11.x branch from f6bd0a9 to 0322a3f Compare March 16, 2023 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant