Update symfony/console from v6.2.10 to v6.4.4 #204
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Merge branch '5.4' into 6.4
bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLanglet)
[Console] Fix display of Table on Windows OS
Fix vertical table on windows
Merge branch '5.4' into 6.4
[PhpUnitBridge][VarDumper] fix color detection
Merge branch '5.4' into 6.4
[VarDumper][PhpUnitBridge] Fix color detection
Merge branch '5.4' into 6.4
bug #53707 [Console] Fix color support for TTY output (theofidry)
[Console] Fix color support
Merge branch '5.4' into 6.4
[Console] Allow false as a $shortcut in InputOption
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
Fix implicitly-required parameters
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (lawsonjl-ornl)
[Console] Allow '0' as a $shortcut in InputOption.php
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
[Console] Only execute additional checks for color support if the output is a TTY
[Console] CS fix
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
detect colors on not windows
fix xterm detection
refactor: hyper check
[Console] Add Les-Tilleuls.coop as sponsor of version 6.4/7.0
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
Add hint that changing input arguments has no effect
do not let context classes extend the message classes
DX: re-apply PHP CS Fixer, partially
minor #52389 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group (keradus)
DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group
[Tests] Move expectException closer to the place of the expectation to avoid false positives
Merge branch '6.3' into 6.4
bug #52132 [Console] Fix horizontal table top border is incorrectly rendered (OskarStark)
[Console] Fix horizontal table top border is incorrectly rendered
Merge branch '5.4' into 6.3
[Tests] Streamline
[Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands
[Console] Dispatch
ConsoleTerminateEventwhen exiting on signal
[Console] Add Placeholders to ProgressBar for exactly times
[FrameworkBundle][WebProfilerBundle][Console][Form][HttpKernel][PropertyInfo][Validator] Remove optional before required param
Minor CS fixes
[Console] Remove Process::fromShellCommandline() detection
Update the list of sponsors for Symfony 6.4 🙏
Merge branch '6.3' into 6.4
bug #51378 [Console] avoid multiple new line when message already ends with a new line in section output (joelwurtz)
fix(console): avoid multiple new line when message already ends with a new line
Merge branch '6.3' into 6.4
Merge branch '5.4' into 6.3
fix(console): fix section output when multiples section with max height
Remove unneeded calls to setPublic(false)
[Console] Fix linewraps in OutputFormatter
feature #49814 [Console][Messenger] add
RunCommandMessageand
RunCommandMessageHandler(kbond)
[Console][Messenger] add
RunCommandMessageand
RunCommandMessageHandler``Add generics to the progress bar iteration methods
Ensure all properties have a type
Add types to private and internal properties
Use typed properties in tests as much as possible
Merge branch '6.3' into 6.4
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
Fix deprecations on PHP 8.3
[Console] The application also catch
\Throwableexceptions
Merge branch '6.3' into 6.4
Merge branch '6.2' into 6.3
[6.4] Fix various
@psalm-returnannotations
[Console] Improve OutputInterface PHPDoc
[Console] Aligned multiline text in vertical table
Add
SignalMapto map signal value to its name
Merge branch '6.3' into 6.4
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
Merge branch '6.3' into 6.4
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx)
Merge branch '6.3' into 6.4
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
[Console] block input stream if needed When the input stream used in the question helper is not blocking, the default value is always used as the stream return false. In order to fix that, we force the stream to be in blocking state and go back to the old state after so other logic is not impacted by this change
[Console] Fix PHP Doc of InputArgument
[6.4] Allow 7.0 deps
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
[Console] Remove exec and replace it by shell_exec
[Console] Remove redundant method getSaturation()
Merge branch '6.2' into 6.3
Merge branch '5.4' into 6.2
Remove usage of constant for better consistency across the codebase
minor #50137 [BrowserKit][Cache][Config][Console] Add missing return types (wouterj)
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Add missing return types
Add remaining missing return types to safe methods
Add CI check ensuring interfaces have return types
Add "composer require..." in all exception messages when needed
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
minor #49915 [Console] Add Les-Tilleuls.coop as a backer of version 6.3 (nicolas-grekas)
[Console] Add Les-Tilleuls.coop as a backer of version 6.3
Apply no_null_property_initialization PHP-CS-Fixer rule
Merge branch '6.2' into 6.3
minor #49763 Replace "use-by-ref" by static vars when possible in closures (nicolas-grekas)
[Console][DoctrineBridge][PhpUnitBridge] Remove backticks from exception messages
Replace "use-by-ref" by static vars when possible in closures
Use file system completion for redirect operators
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
[Console] Add support for managing exit code while handling signals
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Remove unused local variable
Merge branch '6.2' into 6.3
Add missing return types to interfaces
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Add void return types
Add PHP types to private methods and functions
Add missing PHPdoc return types
Fix merge
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
[PHPUnit 10] Use
TestCasesuffix for abstract tests in
/Tests/``Merge branch '6.2' into 6.3
[Console] Add ReStructuredText descriptor
minor #48793 Leverage arrow function syntax for closure (tigitz)
Leverage arrow function syntax for closure
Merge branch '6.2' into 6.3
Drop v1 contracts packages everywhere
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
[Console] Fix a test when pcntl is not available
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
Merge branch '6.2' into 6.3
[Console] Fixed typo
[Console] Fix tests
Add placeholder formatters per ProgressBar instance
feature #48299 [Console] #47809 remove exit() call in last SignalHandler (akuzia)
[Console] #47809 remove exit() call in last SignalHandler
[Console] Do no preprend empty line if the buffer is empty
Merge branch '6.2' into 6.3
Leverage class name literal on object
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.