pagemachine / typo3-opcache-control

PHP Opcache management for TYPO3
GNU General Public License v3.0
5 stars 2 forks source link

[TASK] Update helhum/typo3-console (^6.0 || ^7.0 => ^8.0) - autoclosed #21

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
helhum/typo3-console (source) require-dev major ^6.0 \|\| ^7.0 -> ^8.0

Release Notes

TYPO3-Console/TYPO3-Console ### [`v8.0.0`](https://togithub.com/TYPO3-Console/TYPO3-Console/releases/tag/v8.0.0): Release 8.0.0 [Compare Source](https://togithub.com/TYPO3-Console/TYPO3-Console/compare/v7.1.6...v8.0.0) #### Breaking Changes ##### Removed commands The following commands are now removed with versions now provided by TYPO3 directly. | Old TYPO3 Console command name | New TYPO3 command name | |-|-| | `help` | `help` | | `list` | `list` | | `install:generatepackagestates` | - | | `upgrade:checkextensionconstraints` | - | | `upgrade:list` | `upgrade:list` | | `upgrade:run` | `upgrade:run` | | `upgrade:prepare` | - | ##### Removed `typo3cms` binary TYPO3 Console since 8.0.0 mainly is a container for some commands, that have not yet been migrated to TYPO3. The need for a dedicated binary is gone, thus the binary is removed. You now need to call `vendor/bin/typo3` always, to execute TYPO3 and TYPO3 console commands. This means, that with this version, deployment definitions using any of those commands need to be adapted. #### Features - Compatibility with TYPO3 12.\* #### Further changes The full change log can be [examined on Github](https://togithub.com/TYPO3-Console/typo3\_console/compare/v7.1.6...v8.0.0) The extension can be found at the [TER release page](https://extensions.typo3.org/extension/typo3\_console/).

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.



This PR has been generated by Mend Renovate. View repository job log here.