drush-ops/drush
### [`v11.1.1`](https://togithub.com/drush-ops/drush/releases/tag/11.1.1)
[Compare Source](https://togithub.com/drush-ops/drush/compare/11.1.0...11.1.1)
##### Highlights
- Bring back the archive:dump and archive:restore commands in [https://github.com/drush-ops/drush/pull/5148](https://togithub.com/drush-ops/drush/pull/5148)
#### What's Changed
- Add pm:uninstall alias un by [@gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5131](https://togithub.com/drush-ops/drush/pull/5131)
- Update to PSR12 in docs by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5132](https://togithub.com/drush-ops/drush/pull/5132)
- Psr log 3 by [@greg-1-anderson](https://togithub.com/greg-1-anderson) in [https://github.com/drush-ops/drush/pull/5137](https://togithub.com/drush-ops/drush/pull/5137)
- Test the finished callback of batch runner. Refs [#5009](https://togithub.com/drush-ops/drush/issues/5009) by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5144](https://togithub.com/drush-ops/drush/pull/5144)
- Dont use DRUPAL_ROOT in cache:rebuild by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5147](https://togithub.com/drush-ops/drush/pull/5147)
- Removed note about feature being experimental by [@joachim-n](https://togithub.com/joachim-n) in [https://github.com/drush-ops/drush/pull/5150](https://togithub.com/drush-ops/drush/pull/5150)
- \[PHP 8.2] Fix deprecated `${var}` string interpolation patterns by [@Ayesh](https://togithub.com/Ayesh) in [https://github.com/drush-ops/drush/pull/5154](https://togithub.com/drush-ops/drush/pull/5154)
- The field:delete command deletes fields from all bundles instead of only the requested bundles. by [@DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5158](https://togithub.com/drush-ops/drush/pull/5158)
- Bootstrap levels are `int` in DrupalBootLevels by [@mglaman](https://togithub.com/mglaman) in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155)
- Show composer versions used in highest test by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5171](https://togithub.com/drush-ops/drush/pull/5171)
- PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by [@andypost](https://togithub.com/andypost) in [https://github.com/drush-ops/drush/pull/5169](https://togithub.com/drush-ops/drush/pull/5169)
- Make `pm:install` and `pm:uninstall` respect `--simulate` option by [@Kingdutch](https://togithub.com/Kingdutch) in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152)
- Remove timeout for runserver command by [@jurgenhaas](https://togithub.com/jurgenhaas) in [https://github.com/drush-ops/drush/pull/5174](https://togithub.com/drush-ops/drush/pull/5174)
- Add url option to the core:route command by [@Chi-teck](https://togithub.com/Chi-teck) in [https://github.com/drush-ops/drush/pull/5172](https://togithub.com/drush-ops/drush/pull/5172)
- Allow to set the URL for the security advisories composer url via env variable by [@Cyberschorsch](https://togithub.com/Cyberschorsch) in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180)
#### New Contributors
- [@mglaman](https://togithub.com/mglaman) made their first contribution in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155)
- [@Kingdutch](https://togithub.com/Kingdutch) made their first contribution in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152)
- [@Cyberschorsch](https://togithub.com/Cyberschorsch) made their first contribution in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180)
**Full Changelog**: https://github.com/drush-ops/drush/compare/11.0.9...11.1.0
### [`v11.1.0`](https://togithub.com/drush-ops/drush/releases/tag/11.1.0)
[Compare Source](https://togithub.com/drush-ops/drush/compare/11.0.9...11.1.0)
*An 11.1.1 release was made right after this one to fix an omission in drush.info file*
##### Highlights
- Bring back the archive:dump and archive:restore commands in [https://github.com/drush-ops/drush/pull/5148](https://togithub.com/drush-ops/drush/pull/5148)
#### What's Changed
- Add pm:uninstall alias un by [@gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5131](https://togithub.com/drush-ops/drush/pull/5131)
- Update to PSR12 in docs by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5132](https://togithub.com/drush-ops/drush/pull/5132)
- Psr log 3 by [@greg-1-anderson](https://togithub.com/greg-1-anderson) in [https://github.com/drush-ops/drush/pull/5137](https://togithub.com/drush-ops/drush/pull/5137)
- Test the finished callback of batch runner. Refs [#5009](https://togithub.com/drush-ops/drush/issues/5009) by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5144](https://togithub.com/drush-ops/drush/pull/5144)
- Dont use DRUPAL_ROOT in cache:rebuild by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5147](https://togithub.com/drush-ops/drush/pull/5147)
- Removed note about feature being experimental by [@joachim-n](https://togithub.com/joachim-n) in [https://github.com/drush-ops/drush/pull/5150](https://togithub.com/drush-ops/drush/pull/5150)
- \[PHP 8.2] Fix deprecated `${var}` string interpolation patterns by [@Ayesh](https://togithub.com/Ayesh) in [https://github.com/drush-ops/drush/pull/5154](https://togithub.com/drush-ops/drush/pull/5154)
- The field:delete command deletes fields from all bundles instead of only the requested bundles. by [@DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5158](https://togithub.com/drush-ops/drush/pull/5158)
- Bootstrap levels are `int` in DrupalBootLevels by [@mglaman](https://togithub.com/mglaman) in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155)
- Show composer versions used in highest test by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5171](https://togithub.com/drush-ops/drush/pull/5171)
- PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by [@andypost](https://togithub.com/andypost) in [https://github.com/drush-ops/drush/pull/5169](https://togithub.com/drush-ops/drush/pull/5169)
- Make `pm:install` and `pm:uninstall` respect `--simulate` option by [@Kingdutch](https://togithub.com/Kingdutch) in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152)
- Remove timeout for runserver command by [@jurgenhaas](https://togithub.com/jurgenhaas) in [https://github.com/drush-ops/drush/pull/5174](https://togithub.com/drush-ops/drush/pull/5174)
- Add url option to the core:route command by [@Chi-teck](https://togithub.com/Chi-teck) in [https://github.com/drush-ops/drush/pull/5172](https://togithub.com/drush-ops/drush/pull/5172)
- Allow to set the URL for the security advisories composer url via env variable by [@Cyberschorsch](https://togithub.com/Cyberschorsch) in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180)
#### New Contributors
- [@mglaman](https://togithub.com/mglaman) made their first contribution in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155)
- [@Kingdutch](https://togithub.com/Kingdutch) made their first contribution in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152)
- [@Cyberschorsch](https://togithub.com/Cyberschorsch) made their first contribution in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180)
**Full Changelog**: https://github.com/drush-ops/drush/compare/11.0.9...11.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
11.0.9
->11.1.1
Release Notes
drush-ops/drush
### [`v11.1.1`](https://togithub.com/drush-ops/drush/releases/tag/11.1.1) [Compare Source](https://togithub.com/drush-ops/drush/compare/11.1.0...11.1.1) ##### Highlights - Bring back the archive:dump and archive:restore commands in [https://github.com/drush-ops/drush/pull/5148](https://togithub.com/drush-ops/drush/pull/5148) #### What's Changed - Add pm:uninstall alias un by [@gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5131](https://togithub.com/drush-ops/drush/pull/5131) - Update to PSR12 in docs by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5132](https://togithub.com/drush-ops/drush/pull/5132) - Psr log 3 by [@greg-1-anderson](https://togithub.com/greg-1-anderson) in [https://github.com/drush-ops/drush/pull/5137](https://togithub.com/drush-ops/drush/pull/5137) - Test the finished callback of batch runner. Refs [#5009](https://togithub.com/drush-ops/drush/issues/5009) by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5144](https://togithub.com/drush-ops/drush/pull/5144) - Dont use DRUPAL_ROOT in cache:rebuild by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5147](https://togithub.com/drush-ops/drush/pull/5147) - Removed note about feature being experimental by [@joachim-n](https://togithub.com/joachim-n) in [https://github.com/drush-ops/drush/pull/5150](https://togithub.com/drush-ops/drush/pull/5150) - \[PHP 8.2] Fix deprecated `${var}` string interpolation patterns by [@Ayesh](https://togithub.com/Ayesh) in [https://github.com/drush-ops/drush/pull/5154](https://togithub.com/drush-ops/drush/pull/5154) - The field:delete command deletes fields from all bundles instead of only the requested bundles. by [@DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5158](https://togithub.com/drush-ops/drush/pull/5158) - Bootstrap levels are `int` in DrupalBootLevels by [@mglaman](https://togithub.com/mglaman) in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155) - Show composer versions used in highest test by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5171](https://togithub.com/drush-ops/drush/pull/5171) - PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by [@andypost](https://togithub.com/andypost) in [https://github.com/drush-ops/drush/pull/5169](https://togithub.com/drush-ops/drush/pull/5169) - Make `pm:install` and `pm:uninstall` respect `--simulate` option by [@Kingdutch](https://togithub.com/Kingdutch) in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152) - Remove timeout for runserver command by [@jurgenhaas](https://togithub.com/jurgenhaas) in [https://github.com/drush-ops/drush/pull/5174](https://togithub.com/drush-ops/drush/pull/5174) - Add url option to the core:route command by [@Chi-teck](https://togithub.com/Chi-teck) in [https://github.com/drush-ops/drush/pull/5172](https://togithub.com/drush-ops/drush/pull/5172) - Allow to set the URL for the security advisories composer url via env variable by [@Cyberschorsch](https://togithub.com/Cyberschorsch) in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180) #### New Contributors - [@mglaman](https://togithub.com/mglaman) made their first contribution in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155) - [@Kingdutch](https://togithub.com/Kingdutch) made their first contribution in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152) - [@Cyberschorsch](https://togithub.com/Cyberschorsch) made their first contribution in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180) **Full Changelog**: https://github.com/drush-ops/drush/compare/11.0.9...11.1.0 ### [`v11.1.0`](https://togithub.com/drush-ops/drush/releases/tag/11.1.0) [Compare Source](https://togithub.com/drush-ops/drush/compare/11.0.9...11.1.0) *An 11.1.1 release was made right after this one to fix an omission in drush.info file* ##### Highlights - Bring back the archive:dump and archive:restore commands in [https://github.com/drush-ops/drush/pull/5148](https://togithub.com/drush-ops/drush/pull/5148) #### What's Changed - Add pm:uninstall alias un by [@gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5131](https://togithub.com/drush-ops/drush/pull/5131) - Update to PSR12 in docs by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5132](https://togithub.com/drush-ops/drush/pull/5132) - Psr log 3 by [@greg-1-anderson](https://togithub.com/greg-1-anderson) in [https://github.com/drush-ops/drush/pull/5137](https://togithub.com/drush-ops/drush/pull/5137) - Test the finished callback of batch runner. Refs [#5009](https://togithub.com/drush-ops/drush/issues/5009) by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5144](https://togithub.com/drush-ops/drush/pull/5144) - Dont use DRUPAL_ROOT in cache:rebuild by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5147](https://togithub.com/drush-ops/drush/pull/5147) - Removed note about feature being experimental by [@joachim-n](https://togithub.com/joachim-n) in [https://github.com/drush-ops/drush/pull/5150](https://togithub.com/drush-ops/drush/pull/5150) - \[PHP 8.2] Fix deprecated `${var}` string interpolation patterns by [@Ayesh](https://togithub.com/Ayesh) in [https://github.com/drush-ops/drush/pull/5154](https://togithub.com/drush-ops/drush/pull/5154) - The field:delete command deletes fields from all bundles instead of only the requested bundles. by [@DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5158](https://togithub.com/drush-ops/drush/pull/5158) - Bootstrap levels are `int` in DrupalBootLevels by [@mglaman](https://togithub.com/mglaman) in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155) - Show composer versions used in highest test by [@weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5171](https://togithub.com/drush-ops/drush/pull/5171) - PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by [@andypost](https://togithub.com/andypost) in [https://github.com/drush-ops/drush/pull/5169](https://togithub.com/drush-ops/drush/pull/5169) - Make `pm:install` and `pm:uninstall` respect `--simulate` option by [@Kingdutch](https://togithub.com/Kingdutch) in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152) - Remove timeout for runserver command by [@jurgenhaas](https://togithub.com/jurgenhaas) in [https://github.com/drush-ops/drush/pull/5174](https://togithub.com/drush-ops/drush/pull/5174) - Add url option to the core:route command by [@Chi-teck](https://togithub.com/Chi-teck) in [https://github.com/drush-ops/drush/pull/5172](https://togithub.com/drush-ops/drush/pull/5172) - Allow to set the URL for the security advisories composer url via env variable by [@Cyberschorsch](https://togithub.com/Cyberschorsch) in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180) #### New Contributors - [@mglaman](https://togithub.com/mglaman) made their first contribution in [https://github.com/drush-ops/drush/pull/5155](https://togithub.com/drush-ops/drush/pull/5155) - [@Kingdutch](https://togithub.com/Kingdutch) made their first contribution in [https://github.com/drush-ops/drush/pull/5152](https://togithub.com/drush-ops/drush/pull/5152) - [@Cyberschorsch](https://togithub.com/Cyberschorsch) made their first contribution in [https://github.com/drush-ops/drush/pull/5180](https://togithub.com/drush-ops/drush/pull/5180) **Full Changelog**: https://github.com/drush-ops/drush/compare/11.0.9...11.1.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.