Update symfony/console from v5.4.13 to v5.4.36 #3
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:
[Console] Fix display of Table on Windows OS
[PhpUnitBridge][VarDumper] fix color detection
[VarDumper][PhpUnitBridge] Fix color detection
bug #53707 [Console] Fix color support for TTY output (theofidry)
[Console] Fix color support
[Console] Allow false as a $shortcut in InputOption
Fix implicitly-required parameters
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (lawsonjl-ornl)
[Console] Allow '0' as a $shortcut in InputOption.php
[Console] Only execute additional checks for color support if the output is a TTY
[Console] CS fix
detect colors on not windows
fix xterm detection
refactor: hyper check
Add hint that changing input arguments has no effect
[Tests] Streamline
[Console] Fix linewraps in OutputFormatter
Fix deprecations on PHP 8.3
minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx)
[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
[Console] Remove exec and replace it by shell_exec
Remove usage of constant for better consistency across the codebase
trim(): Argument #1 () must be of type string, bool given
Fix the list of supported shells for completions in a phar
bug #48886 [Console] Fix computing column width containing multibyte chars (cay89)
[Console] Fix computing column width containing multibyte chars
[Console] Restoring the ability to output unicode text to the Win10 console
[VarDumper] Disable links for IntelliJ platform
Fix some Composer keywords
[Tests] Replace
setMethods()by
onlyMethods()and
addMethods()``[Console] Fix ApplicationTest::testSetSignalsToDispatchEvent() when ran alone
CS fix
use proper methods to assert exception messages contain certain strings
Migrate to
staticdata providers using
rector/rector``minor #49253 [PHPUnit 10] Use
TestCasesuffix for abstract tests in
/Tests/(OskarStark)
[Tests] Migrate data providers to static ones
Update license years (last time)
Bump license year to 2023
[Console] Correctly overwrite progressbars with different line count per step
[Console] Fix a test when pcntl is not available (following #48329)
skip tests if the signal to be sent is not available
skip a test if the signal to be sent is not available
Support completion for bash functions
Improve message when shell is not detected
bug #48210 [Console] Fix signal handlers called after event listeners and skip exit (GromNaN)
Merge branch '4.4' into 5.4
Fix signal handlers called after event listeners and skip exit
bug #47998 [Console] Fix console
ProgressBar::override()after manual
ProgressBar::cleanup()(maxbeckers)
[Console] Fix console
ProgressBar::override()after manual
ProgressBar::cleanup()``Tell about messenger:consume invalid limit options
Merge branch '4.4' into 5.4
Update Application.php
Merge branch '4.4' into 5.4
[Console] Fix error output on windows cli
Merge branch '4.4' into 5.4
[Console] Fix
Helper::removeDecorationhyperlink bug
minor #47299 [Console] fix expected command name order with mixed integer and string namespaces (xabbuh)
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.