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.
List of updated packages
- symfony/cache-contracts: v2.5.1 (updated from v2.5.0)
- symfony/console: v4.4.41 (updated from v4.4.34)
- symfony/deprecation-contracts: v2.5.1 (updated from v2.5.0)
- symfony/polyfill-mbstring: v1.25.0 (updated from v1.23.1)
- symfony/polyfill-php73: v1.25.0 (updated from v1.23.0)
- symfony/polyfill-php80: v1.25.0 (updated from v1.23.1)
- symfony/service-contracts: v2.5.1 (updated from v2.5.0)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
cb18660bFix parameter types for ProcessHelper::mustRun()
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.
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.
List of updated packages
- symfony/cache-contracts: v2.5.1 (updated from v2.5.0) - symfony/console: v4.4.41 (updated from v4.4.34) - symfony/deprecation-contracts: v2.5.1 (updated from v2.5.0) - symfony/polyfill-mbstring: v1.25.0 (updated from v1.23.1) - symfony/polyfill-php73: v1.25.0 (updated from v1.23.0) - symfony/polyfill-php80: v1.25.0 (updated from v1.23.1) - symfony/service-contracts: v2.5.1 (updated from v2.5.0)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
Application.php Formatter/OutputFormatter.php Helper/ProcessHelper.php Helper/QuestionHelper.php Helper/Table.php Input/StringInput.php LICENSE Output/ConsoleOutput.php Question/ChoiceQuestion.php Tests/ApplicationTest.php Tests/Fixtures/command_2.txt Tests/Fixtures/command_mbstring.txt Tests/Fixtures/input_argument_with_style.txt Tests/Fixtures/input_option_with_style.txt Tests/Fixtures/input_option_with_style_array.txt Tests/Formatter/OutputFormatterTest.php Tests/Helper/FormatterHelperTest.php Tests/Helper/ProgressIndicatorTest.php Tests/Helper/SymfonyQuestionHelperTest.php Tests/Helper/TableTest.php Tests/Input/StringInputTest.php Tests/Question/ChoiceQuestionTest.phpChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Add missing license header
[Console] Header with column max width is now well wrap with separator
[Console] Fix exit status on uncaught exception with negative code
[Console] Fix compact table style to avoid outputting a leading space
[Console] Revert StringInput bc break from #45088
Silence isatty warnings during tty detection
[Console] Fix PHP 8.1 deprecation in ChoiceQuestion
bug #45088 [Console] fix parsing escaped chars in StringInput (nicolas-grekas)
[Console] fix parsing escaped chars in StringInput
[Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors
Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
Bump license year
Try making tests a bit less transient
Fix parameter types for ProcessHelper::mustRun()
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.