chore(deps): update dependency symfony/console to v6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| symfony/console (source) | require | major | ^5.4.11 -> ^6.1.3 |
Release Notes
symfony/console
v6.1.3
Changelog (https://github.com/symfony/console/compare/v6.1.2...v6.1.3)
- bug #47022 get full command path for command in search path (remicollet)
v6.1.2
Changelog (https://github.com/symfony/console/compare/v6.1.1...v6.1.2)
- bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
v6.1.1
Changelog (https://github.com/symfony/console/compare/v6.1.0...v6.1.1)
- bug #46608 Fix deprecation when description is null (HypeMC)
- bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)
v6.1.0
Changelog (https://github.com/symfony/console/compare/v6.1.0-RC1...v6.1.0)
- bug #46387 Complete negatable options (Fish) (GromNaN)
v6.0.11
Changelog (https://github.com/symfony/console/compare/v6.0.10...v6.0.11)
- bug #47022 get full command path for command in search path (remicollet)
v6.0.10
Changelog (https://github.com/symfony/console/compare/v6.0.9...v6.0.10)
- bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
- bug #46608 Fix deprecation when description is null (HypeMC)
- bug #46595 Escape % in command name & description from getDefaultName() (ogizanagi)
- bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)
v6.0.9
Changelog (https://github.com/symfony/console/compare/v6.0.8...v6.0.9)
- bug #46386 Fix missing negative variation of negatable options in shell completion (GromNaN)
- bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
- bug #46341 Fix aliases handling in command name completion (Seldaek)
- bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
- bug #46264 Better required argument check in InputArgument (jnoordsij)
v6.0.8
Changelog (https://github.com/symfony/console/compare/v6.0.7...v6.0.8)
- bug #45565 Fix table header seperator wrapping (alamirault)
v6.0.7
Changelog (https://github.com/symfony/console/compare/v6.0.6...v6.0.7)
- bug #45851 Fix exit status on uncaught exception with negative code (acoulton)
- bug #44915 Fix compact table style to avoid outputting a leading space (Seldaek)
v6.0.5
Changelog (https://github.com/symfony/console/compare/v6.0.4...v6.0.5)
- bug #45546 Fix null handling in formatAndWrap() (derrabus)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
v6.0.3
Changelog (https://github.com/symfony/console/compare/v6.0.2...v6.0.3)
- bug #43149 Silence warnings during tty detection (neclimdul)
- bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
- bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
- bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
- bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
- bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in
(Seldaek)
v6.0.2
Changelog (https://github.com/symfony/console/compare/v6.0.1...v6.0.2)
- bug #44730 Fix autocompletion of argument with default value (GromNaN)
v6.0.1
Changelog (https://github.com/symfony/console/compare/v6.0.0...v6.0.1)
- bug #44523 Fix polyfill-php73 requirement (Seldaek)
- bug #44494 Remove FQCN type hints on properties (fabpot)
- bug #44475 Handle alias in completion script (GromNaN)
- bug #44467 Fix parameter types for
ProcessHelper::mustRun()(derrabus)
v6.0.0
Changelog (https://github.com/symfony/console/compare/v6.0.0-RC1...v6.0.0)
- no significant changes
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 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
Read more information about the use of Renovate Bot within Laminas.
https://github.com/jwage/changelog-generator/pull/72 needed for this
Needs https://github.com/phly/keep-a-changelog/pull/104