Update dependency drupal/entity_reference_revisions to v1.14.0#3055
Update dependency drupal/entity_reference_revisions to v1.14.0#3055renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
composer.json
Outdated
| "drupal/drush_language": "1.0.0-rc5", | ||
| "drupal/editor_advanced_link": "2.2.6", | ||
| "drupal/entity_reference_revisions": "1.12.0", | ||
| "drupal/entity_reference_revisions": "1.13.0", |
There was a problem hiding this comment.
Bug: Missing composer.lock update breaks dependency upgrade
The composer.json is updated to require entity_reference_revisions version 1.13.0, but composer.lock still references version 1.12.0. When running composer install (the standard deployment command), Composer uses the lock file, so version 1.12.0 will be installed instead of 1.13.0. The lock file needs to be regenerated via composer update drupal/entity_reference_revisions for this dependency update to actually take effect.
f62e5ab to
0ccfecd
Compare
This PR contains the following updates:
1.12.0→1.14.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.