-
Couldn't load subscription status.
- Fork 1
chore(deps): update dependency drush/drush to v13 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe 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
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
3ae29fa to
5ed28be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.6.2Release Notes
drush-ops/drush (drush/drush)
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
What's Changed
Full Changelog: drush-ops/drush@13.3.2...13.3.3
v13.3.2Compare Source
What's Changed
Full Changelog: drush-ops/drush@13.3.1...13.3.2
v13.3.1Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.3.0...13.3.1
v13.3.0Compare Source
What's Changed
Full Changelog: drush-ops/drush@13.2.0...13.3.0
v13.2.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.1.1...13.2.0
v13.1.1Compare Source
What's Changed
Full Changelog: drush-ops/drush@13.1.0...13.1.1
v13.1.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.0.1...13.1.0
v13.0.1Compare Source
If you upgraded to 13.0.0 originally, see end of #6082
What's Changed
New Contributors
Full Changelog: drush-ops/drush@13.0.0...13.0.1
v13.0.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.5.2...13.0.0
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
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.5.1...12.5.2
v12.5.1Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.5.0...12.5.1
v12.5.0Compare Source
Commandfiles are now encouraged to inject their dependencies via Autowire (#5893). The drush.services.yml file is deprecated and may be removed in Drush 13. Now is also a good time to update commandfiles to use PHP Attributes instead of annotations.
A new content authoring command: entity:create. Added in 12.4.4 and so fun we had to mention it again in this minor release.
Full Changelog: drush-ops/drush@12.4.4...12.5.0
v12.4.4Compare Source
New
What's Changed
--destinationstarting point is Drupal root by @gitressa in #5819mt_randby @bbeversdorf in #5857New Contributors
Full Changelog: drush-ops/drush@12.4.3...12.4.4
v12.4.3Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.4.2...12.4.3
v12.4.2Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.4.1...12.4.2
v12.4.1Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.4.0...12.4.1
v12.4.0Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.3.0...12.4.0
v12.3.0Compare Source
What's Changed
drush sql:create --simulateby @codebymikey in #5757New Contributors
Full Changelog: drush-ops/drush@12.2.0...12.3.0
v12.2.0Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.1.3...12.2.0
v12.1.3Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.1.2...12.1.3
v12.1.2Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.1.1...12.1.2
v12.1.1Compare Source
What's Changed
New Contributors
Full Changelog: drush-ops/drush@12.1.0...12.1.1
v12.1.0Compare Source
What's Changed
Full Changelog: drush-ops/drush@12.0.2...12.1.0
v12.0.2Compare Source
What's Changed
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.
🔕 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.