chore(deps): update dependency drush/drush to v13#25
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe recent updates to the Drupal project involve upgrading the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Drush
participant Drupal
User->>Drush: Run command
Drush->>Drupal: Execute command
Drupal-->>Drush: Return result
Drush-->>User: Display result
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
3ae29fa to
5ed28be
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- drupal/composer.json (1 hunks)
- drupal/drush/Commands/contrib/tome_drush/composer.json (1 hunks)
Additional comments not posted (2)
drupal/drush/Commands/contrib/tome_drush/composer.json (1)
6-6: Verify compatibility with Drush v13.0.The version constraint for
drush/drushhas been updated to include^13.0. Ensure that the new version does not introduce any breaking changes or incompatibilities with the existing code.drupal/composer.json (1)
25-25: Verify compatibility with Drush v13.0.1.The version constraint for
drush/drushhas been updated to^13.0.1. Ensure that the new version does not introduce any breaking changes or incompatibilities with the existing code.
5ed28be to
e8f7c7e
Compare
e8f7c7e to
6f126f3
Compare
6f126f3 to
e666e28
Compare
6f15e3f to
c843056
Compare
c843056 to
025af65
Compare
025af65 to
e66e153
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
drupal/drush/Commands/contrib/tome_drush/composer.json (1)
6-6: Expanded Drush Version Compatibility for Tome Drush Commands
The updated version constraint now includes support for Drush v13 ("drush/drush": "^9.6.0 || ^10.0 || ^11.0 || ^13.0"). This change ensures that the tome_drush commands can operate with the newer Drush version while still supporting earlier ones. It would be prudent to review the tome_drush commands for any potential behavioral changes in Drush v13 and update usage if necessary.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
drupal/composer.json(1 hunks)drupal/drush/Commands/contrib/tome_drush/composer.json(1 hunks)
🔇 Additional comments (1)
drupal/composer.json (1)
25-25: Upgrade Drush Dependency Version in Main Composer File
The version constraint for"drush/drush"has been updated to^13.4.0, which properly targets the new major release of Drush. Please verify that all project integrations and any custom scripts are compatible with Drush v13, as significant breaking changes may have been introduced relative to previous versions.
409f77d to
27c0080
Compare
27c0080 to
e81ea19
Compare
e81ea19 to
dc96dd6
Compare
dc96dd6 to
d1fe2fb
Compare
d1fe2fb to
50fe335
Compare
50fe335 to
981844d
Compare
981844d to
fba226f
Compare
fba226f to
5e328a2
Compare
This PR contains the following updates:
^9.6.0 || ^10.0 || ^11.0→^9.6.0 || ^10.0 || ^11.0 || ^13.0^11.1→^13.7.3Release Notes
drush-ops/drush (drush/drush)
v13.7.3Compare Source
What's Changed
Full Changelog: drush-ops/drush@13.7.2...13.7.3
v13.7.2Compare Source
What's Changed
updatedbautomatically sets the site in maintenance mode during the process by @gitressa in #65259eddab8)Full Changelog: drush-ops/drush@13.7.1...13.7.2
v13.7.1Compare Source
What's Changed
sql:dumpwork by @gitressa in #6383Full Changelog: drush-ops/drush@13.7.0...13.7.1
v13.7.0Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.6.2...13.7.0
v13.6.2Compare Source
What's Changed
Full Changelog: drush-ops/drush@13.6.1...13.6.2
v13.6.1Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.6.0...13.6.1
v13.6.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.5.1...13.6.0
v13.5.1Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.5.0...13.5.1
v13.5.0Compare Source
What's Changed
cache:warmcommand for Drupal 11.2+. Automatiically call it duringdeployby @weitzman in #6260--extraoption tosql:create,sql:drop, andsite:installby @arnested in #6249New Contributors
Full Changelog: drush-ops/drush@13.4.0...13.5.0
v13.4.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.3.3...13.4.0
v13.3.3Compare Source
v13.3.2Compare Source
v13.3.1Compare Source
v13.3.0Compare Source
v13.2.0Compare Source
v13.1.1Compare Source
v13.1.0Compare Source
v13.0.1Compare Source
v13.0.0Compare Source
v12.5.3Compare Source
What's Changed
core:requirementswith certain modules (e.g. o365) by @codebymikey in #6052Full Changelog: drush-ops/drush@12.5.2...12.5.3
v12.5.2Compare Source
v12.5.1Compare Source
v12.5.0Compare Source
v12.4.4Compare Source
v12.4.3Compare Source
v12.4.2Compare Source
v12.4.1Compare Source
v12.4.0Compare Source
v12.3.0Compare Source
v12.2.0Compare Source
v12.1.3Compare Source
v12.1.2Compare Source
v12.1.1Compare Source
v12.1.0Compare Source
v12.0.2Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.