Skip to content

Commit 04e98a0

Browse files
authored
fix(deps): update dependency symfony/console to v5 (GoogleCloudPlatform#1418)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [symfony/console](https://symfony.com) ([source](https://togithub.com/symfony/console)) | require | major | `^3.0` -> `^5.0` | --- ### Release Notes
symfony/console ### [`v5.3.2`](https://togithub.com/symfony/console/releases/v5.3.2) [Compare Source](https://togithub.com/symfony/console/compare/v5.3.0...v5.3.2) **Changelog** (symfony/console@v5.3.1...v5.3.2) - bug [#​41686](https://togithub.com/symfony/console/issues/41686) Fix using #\[AsCommand] without DI (nicolas-grekas) - bug [#​41680](https://togithub.com/symfony/console/issues/41680) fix managing signals when commands are lazy loaded (nicolas-grekas) - bug [#​41535](https://togithub.com/symfony/console/issues/41535) Fix negated options not accessible (jderusse) - bug [#​41386](https://togithub.com/symfony/console/issues/41386) Escape synopsis output (jschaedl) ### [`v5.3.0`](https://togithub.com/symfony/console/releases/v5.3.0) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.10...v5.3.0) **Changelog** (symfony/console@v5.3.0-RC1...v5.3.0) - no significant changes ### [`v5.2.10`](https://togithub.com/symfony/console/releases/v5.2.10) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.8...v5.2.10) **Changelog** (symfony/console@v5.2.9...v5.2.10) - no significant changes ### [`v5.2.8`](https://togithub.com/symfony/console/releases/v5.2.8) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.7...v5.2.8) **Changelog** (symfony/console@v5.2.7...v5.2.8) - bug [#​41174](https://togithub.com/symfony/console/issues/41174) Fix Windows code page support (orkan) - bug [#​41113](https://togithub.com/symfony/console/issues/41113) Fix Windows code page support (orkan) ### [`v5.2.7`](https://togithub.com/symfony/console/releases/v5.2.7) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.6...v5.2.7) **Changelog** (symfony/console@v5.2.6...v5.2.7) - bug [#​40698](https://togithub.com/symfony/console/issues/40698) Add Helper::width() and Helper::length() (Nyholm, grasmash) ### [`v5.2.6`](https://togithub.com/symfony/console/releases/v5.2.6) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.5...v5.2.6) **Changelog** (symfony/console@v5.2.5...v5.2.6) - bug [#​40593](https://togithub.com/symfony/console/issues/40593) Uses the correct assignment action for console options depending if they are short or long (topikito) - bug [#​40524](https://togithub.com/symfony/console/issues/40524) fix emojis messing up the line width (MarionLeHerisson) - bug [#​40348](https://togithub.com/symfony/console/issues/40348) Fix line wrapping for decorated text in block output (grasmash) - bug [#​40460](https://togithub.com/symfony/console/issues/40460) Correctly clear lines for multi-line progress bar messages (grasmash) - bug [#​40450](https://togithub.com/symfony/console/issues/40450) ProgressBar clears too many lines on update (danepowell) ### [`v5.2.5`](https://togithub.com/symfony/console/releases/v5.2.5) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.4...v5.2.5) **Changelog** (symfony/console@v5.2.4...v5.2.5) - no significant changes ### [`v5.2.4`](https://togithub.com/symfony/console/releases/v5.2.4) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.3...v5.2.4) **Changelog** (symfony/console@v5.2.3...v5.2.4) - bug [#​40192](https://togithub.com/symfony/console/issues/40192) fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric) - bug [#​40187](https://togithub.com/symfony/console/issues/40187) Fix PHP 8.1 null error for preg_match flag (kylekatarnls) ### [`v5.2.3`](https://togithub.com/symfony/console/releases/v5.2.3) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.2...v5.2.3) **Changelog** (symfony/console@v5.2.2...v5.2.3) - no changes ### [`v5.2.2`](https://togithub.com/symfony/console/releases/v5.2.2) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.1...v5.2.2) **Changelog** (symfony/console@v5.2.1...v5.2.2) - bug [#​39932](https://togithub.com/symfony/console/issues/39932) Fix Closure code binding when it is a static anonymous function (fancyweb) ### [`v5.2.1`](https://togithub.com/symfony/console/releases/v5.2.1) [Compare Source](https://togithub.com/symfony/console/compare/v5.2.0...v5.2.1) **Changelog** (symfony/console@v5.2.0...v5.2.1) - bug [#​39361](https://togithub.com/symfony/console/issues/39361) acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas) - bug [#​39223](https://togithub.com/symfony/console/issues/39223) Re-enable hyperlinks in Konsole/Yakuake (OndraM) ### [`v5.2.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​520) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.11...v5.2.0) - Added `SingleCommandApplication::setAutoExit()` to allow testing via `CommandTester` - added support for multiline responses to questions through `Question::setMultiline()` and `Question::isMultiline()` - Added `SignalRegistry` class to stack signals handlers - Added support for signals: - Added `Application::getSignalRegistry()` and `Application::setSignalsToDispatchEvent()` methods - Added `SignalableCommandInterface` interface - Added `TableCellStyle` class to customize table cell - Removed ` php ` prefix invocation from help messages. ### [`v5.1.11`](https://togithub.com/symfony/console/releases/v5.1.11) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.10...v5.1.11) **Changelog** (symfony/console@v5.1.10...v5.1.11) - bug [#​39932](https://togithub.com/symfony/console/issues/39932) Fix Closure code binding when it is a static anonymous function (fancyweb) ### [`v5.1.10`](https://togithub.com/symfony/console/releases/v5.1.10) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.9...v5.1.10) **Changelog** (symfony/console@v5.1.9...v5.1.10) - bug [#​39361](https://togithub.com/symfony/console/issues/39361) acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas) - bug [#​39223](https://togithub.com/symfony/console/issues/39223) Re-enable hyperlinks in Konsole/Yakuake (OndraM) ### [`v5.1.9`](https://togithub.com/symfony/console/releases/v5.1.9) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.8...v5.1.9) **Changelog** (symfony/console@v5.1.8...v5.1.9) - bug [#​39160](https://togithub.com/symfony/console/issues/39160) Use a partial buffer in SymfonyStyle (jderusse) - bug [#​39168](https://togithub.com/symfony/console/issues/39168) Fix console closing tag (jderusse) - bug [#​38991](https://togithub.com/symfony/console/issues/38991) Fix ANSI when stdErr is not a tty (jderusse) ### [`v5.1.8`](https://togithub.com/symfony/console/releases/v5.1.8) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.7...v5.1.8) **Changelog** (symfony/console@v5.1.7...v5.1.8) - no changes ### [`v5.1.7`](https://togithub.com/symfony/console/compare/v5.1.6...v5.1.7) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.6...v5.1.7) ### [`v5.1.6`](https://togithub.com/symfony/console/releases/v5.1.6) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.5...v5.1.6) **Changelog** (symfony/console@v5.1.5...v5.1.6) - bug [#​38166](https://togithub.com/symfony/console/issues/38166) work around disabled putenv() (SenTisso) - bug [#​38116](https://togithub.com/symfony/console/issues/38116) Silence warnings on sapi_windows_cp_set() call (chalasr) - bug [#​38114](https://togithub.com/symfony/console/issues/38114) guard $argv + $token against null, preventing unnecessary exceptions (bilogic) - bug [#​38080](https://togithub.com/symfony/console/issues/38080) Make sure $maxAttempts is an int or null (derrabus) ### [`v5.1.5`](https://togithub.com/symfony/console/releases/v5.1.5) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.4...v5.1.5) **Changelog** (symfony/console@v5.1.4...v5.1.5) - bug [#​38024](https://togithub.com/symfony/console/issues/38024) Fix undefined index for inconsistent command name definition (chalasr) ### [`v5.1.4`](https://togithub.com/symfony/console/releases/v5.1.4) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.3...v5.1.4) **Changelog** (symfony/console@v5.1.3...v5.1.4) - bug [#​37731](https://togithub.com/symfony/console/issues/37731) Table: support cells with newlines after a cell with colspan >= 2 (GMTA) - bug [#​37774](https://togithub.com/symfony/console/issues/37774) Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus) ### [`v5.1.3`](https://togithub.com/symfony/console/releases/v5.1.3) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.2...v5.1.3) **Changelog** (symfony/console@v5.1.2...v5.1.3) - bug [#​37469](https://togithub.com/symfony/console/issues/37469) always use stty when possible to ask hidden questions (nicolas-grekas) - bug [#​37385](https://togithub.com/symfony/console/issues/37385) Fixes question input encoding on Windows (YaFou) ### [`v5.1.2`](https://togithub.com/symfony/console/releases/v5.1.2) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.1...v5.1.2) **Changelog** (symfony/console@v5.1.1...v5.1.2) - bug [#​37286](https://togithub.com/symfony/console/issues/37286) Reset question validator attempts only for actual stdin (bis) (nicolas-grekas) - bug [#​37160](https://togithub.com/symfony/console/issues/37160) Reset question validator attempts only for actual stdin (ostrolucky) ### [`v5.1.1`](https://togithub.com/symfony/console/releases/v5.1.1) [Compare Source](https://togithub.com/symfony/console/compare/v5.1.0...v5.1.1) **Changelog** (symfony/console@v5.1.0...v5.1.1) - bug [#​37130](https://togithub.com/symfony/console/issues/37130) allow cursor to be used even when STDIN is not defined (xabbuh) ### [`v5.1.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​510) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.11...v5.1.0) - `Command::setHidden()` is final since Symfony 5.1 - Add `SingleCommandApplication` - Add `Cursor` class ### [`v5.0.11`](https://togithub.com/symfony/console/releases/v5.0.11) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.10...v5.0.11) **Changelog** (symfony/console@v5.0.10...v5.0.11) - bug [#​37469](https://togithub.com/symfony/console/issues/37469) always use stty when possible to ask hidden questions (nicolas-grekas) - bug [#​37385](https://togithub.com/symfony/console/issues/37385) Fixes question input encoding on Windows (YaFou) - bug [#​37286](https://togithub.com/symfony/console/issues/37286) Reset question validator attempts only for actual stdin (bis) (nicolas-grekas) - bug [#​37160](https://togithub.com/symfony/console/issues/37160) Reset question validator attempts only for actual stdin (ostrolucky) ### [`v5.0.10`](https://togithub.com/symfony/console/releases/v5.0.10) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.9...v5.0.10) **Changelog** (symfony/console@v5.0.9...v5.0.10) - no changes ### [`v5.0.9`](https://togithub.com/symfony/console/releases/v5.0.9) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.8...v5.0.9) **Changelog** (symfony/console@v5.0.8...v5.0.9) - bug [#​37007](https://togithub.com/symfony/console/issues/37007) Fix QuestionHelper::disableStty() (chalasr) - bug [#​37000](https://togithub.com/symfony/console/issues/37000) Add meaningful message when using ProcessHelper and Process is not installed (l-vo) - bug [#​36696](https://togithub.com/symfony/console/issues/36696) don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas) - bug [#​36590](https://togithub.com/symfony/console/issues/36590) Default hidden question to 1 attempt for non-tty session (ostrolucky) ### [`v5.0.8`](https://togithub.com/symfony/console/releases/v5.0.8) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.7...v5.0.8) **Changelog** (symfony/console@v5.0.7...v5.0.8) - no changes ### [`v5.0.7`](https://togithub.com/symfony/console/releases/v5.0.7) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.6...v5.0.7) **Changelog** (symfony/console@v5.0.6...v5.0.7) - bug [#​36222](https://togithub.com/symfony/console/issues/36222) Fix OutputStream for PHP 7.4 (guillbdx) ### [`v5.0.6`](https://togithub.com/symfony/console/releases/v5.0.6) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.5...v5.0.6) **Changelog** (symfony/console@v5.0.5...v5.0.6) - bug [#​36031](https://togithub.com/symfony/console/issues/36031) Fallback to default answers when unable to read input (ostrolucky) ### [`v5.0.5`](https://togithub.com/symfony/console/releases/v5.0.5) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.4...v5.0.5) **Changelog** (symfony/console@v5.0.4...v5.0.5) - bug [#​35676](https://togithub.com/symfony/console/issues/35676) Handle zero row count in appendRow() for Table (Adam Prickett) - bug [#​35696](https://togithub.com/symfony/console/issues/35696) Don't load same-namespace alternatives on exact match (chalasr) - bug [#​33897](https://togithub.com/symfony/console/issues/33897) Consider STDIN interactive (ostrolucky) - bug [#​34114](https://togithub.com/symfony/console/issues/34114) SymonfyStyle - Check value isset to avoid PHP notice (leevigraham) ### [`v5.0.4`](https://togithub.com/symfony/console/releases/v5.0.4) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.3...v5.0.4) **Changelog** (symfony/console@v5.0.3...v5.0.4) - no changes ### [`v5.0.3`](https://togithub.com/symfony/console/releases/v5.0.3) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.2...v5.0.3) **Changelog** (symfony/console@v5.0.2...v5.0.3) - bug [#​35094](https://togithub.com/symfony/console/issues/35094) Fix filtering out identical alternatives when there is a command loader (fancyweb) ### [`v5.0.2`](https://togithub.com/symfony/console/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/symfony/console/compare/v5.0.0...v5.0.1) [Compare Source](https://togithub.com/symfony/console/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​500) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.25...v5.0.0) - removed support for finding hidden commands using an abbreviation, use the full name instead - removed `TableStyle::setCrossingChar()` method in favor of `TableStyle::setDefaultCrossingChar()` - removed `TableStyle::setHorizontalBorderChar()` method in favor of `TableStyle::setDefaultCrossingChars()` - removed `TableStyle::getHorizontalBorderChar()` method in favor of `TableStyle::getBorderChars()` - removed `TableStyle::setVerticalBorderChar()` method in favor of `TableStyle::setVerticalBorderChars()` - removed `TableStyle::getVerticalBorderChar()` method in favor of `TableStyle::getBorderChars()` - removed support for returning `null` from `Command::execute()`, return `0` instead - `ProcessHelper::run()` accepts only `array|Symfony\Component\Process\Process` for its `command` argument - `Application::setDispatcher` accepts only `Symfony\Contracts\EventDispatcher\EventDispatcherInterface` for its `dispatcher` argument - renamed `Application::renderException()` and `Application::doRenderException()` to `renderThrowable()` and `doRenderThrowable()` respectively. ### [`v4.4.25`](https://togithub.com/symfony/console/releases/v4.4.25) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.24...v4.4.25) **Changelog** (symfony/console@v4.4.24...v4.4.25) - no significant changes ### [`v4.4.24`](https://togithub.com/symfony/console/releases/v4.4.24) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.23...v4.4.24) **Changelog** (symfony/console@v4.4.23...v4.4.24) - bug [#​41210](https://togithub.com/symfony/console/issues/41210) Fix Windows code page support (orkan) ### [`v4.4.23`](https://togithub.com/symfony/console/releases/v4.4.23) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.22...v4.4.23) **Changelog** (symfony/console@v4.4.22...v4.4.23) - no significant changes ### [`v4.4.22`](https://togithub.com/symfony/console/releases/v4.4.22) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.21...v4.4.22) **Changelog** (symfony/console@v4.4.21...v4.4.22) - no significant changes ### [`v4.4.21`](https://togithub.com/symfony/console/releases/v4.4.21) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.20...v4.4.21) **Changelog** (symfony/console@v4.4.20...v4.4.21) - bug [#​40593](https://togithub.com/symfony/console/issues/40593) Uses the correct assignment action for console options depending if they are short or long (topikito) - bug [#​40348](https://togithub.com/symfony/console/issues/40348) Fix line wrapping for decorated text in block output (grasmash) - bug [#​40460](https://togithub.com/symfony/console/issues/40460) Correctly clear lines for multi-line progress bar messages (grasmash) - bug [#​40450](https://togithub.com/symfony/console/issues/40450) ProgressBar clears too many lines on update (danepowell) ### [`v4.4.20`](https://togithub.com/symfony/console/releases/v4.4.20) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.19...v4.4.20) **Changelog** (symfony/console@v4.4.19...v4.4.20) - bug [#​40192](https://togithub.com/symfony/console/issues/40192) fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric) - bug [#​40187](https://togithub.com/symfony/console/issues/40187) Fix PHP 8.1 null error for preg_match flag (kylekatarnls) ### [`v4.4.19`](https://togithub.com/symfony/console/releases/v4.4.19) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.18...v4.4.19) **Changelog** (symfony/console@v4.4.18...v4.4.19) - bug [#​39932](https://togithub.com/symfony/console/issues/39932) Fix Closure code binding when it is a static anonymous function (fancyweb) ### [`v4.4.18`](https://togithub.com/symfony/console/releases/v4.4.18) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.17...v4.4.18) **Changelog** (symfony/console@v4.4.17...v4.4.18) - bug [#​39223](https://togithub.com/symfony/console/issues/39223) Re-enable hyperlinks in Konsole/Yakuake (OndraM) ### [`v4.4.17`](https://togithub.com/symfony/console/releases/v4.4.17) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.16...v4.4.17) **Changelog** (symfony/console@v4.4.16...v4.4.17) - bug [#​39160](https://togithub.com/symfony/console/issues/39160) Use a partial buffer in SymfonyStyle (jderusse) - bug [#​39168](https://togithub.com/symfony/console/issues/39168) Fix console closing tag (jderusse) - bug [#​38991](https://togithub.com/symfony/console/issues/38991) Fix ANSI when stdErr is not a tty (jderusse) ### [`v4.4.16`](https://togithub.com/symfony/console/releases/v4.4.16) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.15...v4.4.16) **Changelog** (symfony/console@v4.4.15...v4.4.16) - no changes ### [`v4.4.15`](https://togithub.com/symfony/console/releases/v4.4.15) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.14...v4.4.15) **Changelog** (symfony/console@v4.4.14...v4.4.15) - no changes ### [`v4.4.14`](https://togithub.com/symfony/console/releases/v4.4.14) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.13...v4.4.14) **Changelog** (symfony/console@v4.4.13...v4.4.14) - bug [#​38166](https://togithub.com/symfony/console/issues/38166) work around disabled putenv() (SenTisso) - bug [#​38116](https://togithub.com/symfony/console/issues/38116) Silence warnings on sapi_windows_cp_set() call (chalasr) - bug [#​38114](https://togithub.com/symfony/console/issues/38114) guard $argv + $token against null, preventing unnecessary exceptions (bilogic) - bug [#​38080](https://togithub.com/symfony/console/issues/38080) Make sure $maxAttempts is an int or null (derrabus) ### [`v4.4.13`](https://togithub.com/symfony/console/releases/v4.4.13) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.12...v4.4.13) **Changelog** (symfony/console@v4.4.12...v4.4.13) - bug [#​38024](https://togithub.com/symfony/console/issues/38024) Fix undefined index for inconsistent command name definition (chalasr) ### [`v4.4.12`](https://togithub.com/symfony/console/releases/v4.4.12) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.11...v4.4.12) **Changelog** (symfony/console@v4.4.11...v4.4.12) - bug [#​37731](https://togithub.com/symfony/console/issues/37731) Table: support cells with newlines after a cell with colspan >= 2 (GMTA) - bug [#​37774](https://togithub.com/symfony/console/issues/37774) Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus) ### [`v4.4.11`](https://togithub.com/symfony/console/releases/v4.4.11) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.10...v4.4.11) **Changelog** (symfony/console@v4.4.10...v4.4.11) - bug [#​37469](https://togithub.com/symfony/console/issues/37469) always use stty when possible to ask hidden questions (nicolas-grekas) - bug [#​37385](https://togithub.com/symfony/console/issues/37385) Fixes question input encoding on Windows (YaFou) - bug [#​37286](https://togithub.com/symfony/console/issues/37286) Reset question validator attempts only for actual stdin (bis) (nicolas-grekas) - bug [#​37160](https://togithub.com/symfony/console/issues/37160) Reset question validator attempts only for actual stdin (ostrolucky) ### [`v4.4.10`](https://togithub.com/symfony/console/releases/v4.4.10) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.9...v4.4.10) **Changelog** (symfony/console@v4.4.9...v4.4.10) - no changes ### [`v4.4.9`](https://togithub.com/symfony/console/releases/v4.4.9) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.8...v4.4.9) **Changelog** (symfony/console@v4.4.8...v4.4.9) - bug [#​37007](https://togithub.com/symfony/console/issues/37007) Fix QuestionHelper::disableStty() (chalasr) - bug [#​37000](https://togithub.com/symfony/console/issues/37000) Add meaningful message when using ProcessHelper and Process is not installed (l-vo) - bug [#​36696](https://togithub.com/symfony/console/issues/36696) don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas) - bug [#​36590](https://togithub.com/symfony/console/issues/36590) Default hidden question to 1 attempt for non-tty session (ostrolucky) ### [`v4.4.8`](https://togithub.com/symfony/console/releases/v4.4.8) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.7...v4.4.8) **Changelog** (symfony/console@v4.4.7...v4.4.8) - no changes ### [`v4.4.7`](https://togithub.com/symfony/console/releases/v4.4.7) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.6...v4.4.7) **Changelog** (symfony/console@v4.4.6...v4.4.7) - bug [#​36222](https://togithub.com/symfony/console/issues/36222) Fix OutputStream for PHP 7.4 (guillbdx) ### [`v4.4.6`](https://togithub.com/symfony/console/releases/v4.4.6) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.5...v4.4.6) **Changelog** (symfony/console@v4.4.5...v4.4.6) - bug [#​36031](https://togithub.com/symfony/console/issues/36031) Fallback to default answers when unable to read input (ostrolucky) ### [`v4.4.5`](https://togithub.com/symfony/console/releases/v4.4.5) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.4...v4.4.5) **Changelog** (symfony/console@v4.4.4...v4.4.5) - bug [#​35676](https://togithub.com/symfony/console/issues/35676) Handle zero row count in appendRow() for Table (Adam Prickett) - bug [#​35696](https://togithub.com/symfony/console/issues/35696) Don't load same-namespace alternatives on exact match (chalasr) - bug [#​33897](https://togithub.com/symfony/console/issues/33897) Consider STDIN interactive (ostrolucky) - bug [#​34114](https://togithub.com/symfony/console/issues/34114) SymonfyStyle - Check value isset to avoid PHP notice (leevigraham) ### [`v4.4.4`](https://togithub.com/symfony/console/releases/v4.4.4) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.3...v4.4.4) **Changelog** (symfony/console@v4.4.3...v4.4.4) - no changes ### [`v4.4.3`](https://togithub.com/symfony/console/compare/v4.4.2...v4.4.3) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.2...v4.4.3) ### [`v4.4.2`](https://togithub.com/symfony/console/compare/v4.4.1...v4.4.2) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.1...v4.4.2) ### [`v4.4.1`](https://togithub.com/symfony/console/compare/v4.4.0...v4.4.1) [Compare Source](https://togithub.com/symfony/console/compare/v4.4.0...v4.4.1) ### [`v4.4.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​440) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.11...v4.4.0) - deprecated finding hidden commands using an abbreviation, use the full name instead - added `Question::setTrimmable` default to true to allow the answer to be trimmed - added method `minSecondsBetweenRedraws()` and `maxSecondsBetweenRedraws()` on `ProgressBar` - `Application` implements `ResetInterface` - marked all dispatched event classes as `@final` - added support for displaying table horizontally - deprecated returning `null` from `Command::execute()`, return `0` instead - Deprecated the `Application::renderException()` and `Application::doRenderException()` methods, use `renderThrowable()` and `doRenderThrowable()` instead. - added support for the `NO_COLOR` env var (https://no-color.org/) ### [`v4.3.11`](https://togithub.com/symfony/console/releases/v4.3.11) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.10...v4.3.11) **Changelog** (symfony/console@v4.3.10...v4.3.11) - no changes ### [`v4.3.10`](https://togithub.com/symfony/console/compare/v4.3.9...v4.3.10) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.9...v4.3.10) ### [`v4.3.9`](https://togithub.com/symfony/console/compare/v4.3.8...v4.3.9) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.8...v4.3.9) ### [`v4.3.8`](https://togithub.com/symfony/console/compare/v4.3.7...v4.3.8) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.7...v4.3.8) ### [`v4.3.7`](https://togithub.com/symfony/console/compare/v4.3.6...v4.3.7) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.6...v4.3.7) ### [`v4.3.6`](https://togithub.com/symfony/console/compare/v4.3.5...v4.3.6) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.5...v4.3.6) ### [`v4.3.5`](https://togithub.com/symfony/console/compare/v4.3.4...v4.3.5) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.4...v4.3.5) ### [`v4.3.4`](https://togithub.com/symfony/console/compare/v4.3.3...v4.3.4) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.3...v4.3.4) ### [`v4.3.3`](https://togithub.com/symfony/console/compare/v4.3.2...v4.3.3) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.2...v4.3.3) ### [`v4.3.2`](https://togithub.com/symfony/console/compare/v4.3.1...v4.3.2) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.1...v4.3.2) ### [`v4.3.1`](https://togithub.com/symfony/console/compare/v4.3.0...v4.3.1) [Compare Source](https://togithub.com/symfony/console/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​430) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.12...v4.3.0) - added support for hyperlinks - added `ProgressBar::iterate()` method that simplify updating the progress bar when iterating - added `Question::setAutocompleterCallback()` to provide a callback function that dynamically generates suggestions as the user types ### [`v4.2.12`](https://togithub.com/symfony/console/compare/v4.2.11...v4.2.12) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.11...v4.2.12) ### [`v4.2.11`](https://togithub.com/symfony/console/compare/v4.2.10...v4.2.11) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.10...v4.2.11) ### [`v4.2.10`](https://togithub.com/symfony/console/compare/v4.2.9...v4.2.10) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.9...v4.2.10) ### [`v4.2.9`](https://togithub.com/symfony/console/compare/v4.2.8...v4.2.9) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.8...v4.2.9) ### [`v4.2.8`](https://togithub.com/symfony/console/compare/v4.2.7...v4.2.8) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.7...v4.2.8) ### [`v4.2.7`](https://togithub.com/symfony/console/compare/v4.2.6...v4.2.7) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.6...v4.2.7) ### [`v4.2.6`](https://togithub.com/symfony/console/compare/v4.2.5...v4.2.6) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.5...v4.2.6) ### [`v4.2.5`](https://togithub.com/symfony/console/compare/v4.2.4...v4.2.5) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.4...v4.2.5) ### [`v4.2.4`](https://togithub.com/symfony/console/compare/v4.2.3...v4.2.4) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.3...v4.2.4) ### [`v4.2.3`](https://togithub.com/symfony/console/compare/v4.2.2...v4.2.3) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.2...v4.2.3) ### [`v4.2.2`](https://togithub.com/symfony/console/compare/v4.2.1...v4.2.2) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.1...v4.2.2) ### [`v4.2.1`](https://togithub.com/symfony/console/compare/v4.2.0...v4.2.1) [Compare Source](https://togithub.com/symfony/console/compare/v4.2.0...v4.2.1) ### [`v4.2.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​420) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.12...v4.2.0) - allowed passing commands as `[$process, 'ENV_VAR' => 'value']` to `ProcessHelper::run()` to pass environment variables - deprecated passing a command as a string to `ProcessHelper::run()`, pass it the command as an array of its arguments instead - made the `ProcessHelper` class final - added `WrappableOutputFormatterInterface::formatAndWrap()` (implemented in `OutputFormatter`) - added `capture_stderr_separately` option to `CommandTester::execute()` ### [`v4.1.12`](https://togithub.com/symfony/console/compare/v4.1.11...v4.1.12) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.11...v4.1.12) ### [`v4.1.11`](https://togithub.com/symfony/console/compare/v4.1.10...v4.1.11) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.10...v4.1.11) ### [`v4.1.10`](https://togithub.com/symfony/console/compare/v4.1.9...v4.1.10) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.9...v4.1.10) ### [`v4.1.9`](https://togithub.com/symfony/console/compare/v4.1.8...v4.1.9) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.8...v4.1.9) ### [`v4.1.8`](https://togithub.com/symfony/console/compare/v4.1.7...v4.1.8) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.7...v4.1.8) ### [`v4.1.7`](https://togithub.com/symfony/console/compare/v4.1.6...v4.1.7) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.6...v4.1.7) ### [`v4.1.6`](https://togithub.com/symfony/console/compare/v4.1.5...v4.1.6) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.5...v4.1.6) ### [`v4.1.5`](https://togithub.com/symfony/console/compare/v4.1.4...v4.1.5) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.4...v4.1.5) ### [`v4.1.4`](https://togithub.com/symfony/console/compare/v4.1.3...v4.1.4) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.3...v4.1.4) ### [`v4.1.3`](https://togithub.com/symfony/console/compare/v4.1.2...v4.1.3) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.2...v4.1.3) ### [`v4.1.2`](https://togithub.com/symfony/console/compare/v4.1.1...v4.1.2) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.1...v4.1.2) ### [`v4.1.1`](https://togithub.com/symfony/console/compare/v4.1.0...v4.1.1) [Compare Source](https://togithub.com/symfony/console/compare/v4.1.0...v4.1.1) ### [`v4.1.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​410) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.15...v4.1.0) - added option to run suggested command if command is not found and only 1 alternative is available - added option to modify console output and print multiple modifiable sections - added support for iterable messages in output `write` and `writeln` methods ### [`v4.0.15`](https://togithub.com/symfony/console/compare/v4.0.14...v4.0.15) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.14...v4.0.15) ### [`v4.0.14`](https://togithub.com/symfony/console/compare/v4.0.13...v4.0.14) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.13...v4.0.14) ### [`v4.0.13`](https://togithub.com/symfony/console/compare/v4.0.12...v4.0.13) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.12...v4.0.13) ### [`v4.0.12`](https://togithub.com/symfony/console/compare/v4.0.11...v4.0.12) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.11...v4.0.12) ### [`v4.0.11`](https://togithub.com/symfony/console/compare/v4.0.10...v4.0.11) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.10...v4.0.11) ### [`v4.0.10`](https://togithub.com/symfony/console/compare/v4.0.9...v4.0.10) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.9...v4.0.10) ### [`v4.0.9`](https://togithub.com/symfony/console/compare/v4.0.8...v4.0.9) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.8...v4.0.9) ### [`v4.0.8`](https://togithub.com/symfony/console/compare/v4.0.7...v4.0.8) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.7...v4.0.8) ### [`v4.0.7`](https://togithub.com/symfony/console/compare/v4.0.6...v4.0.7) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.6...v4.0.7) ### [`v4.0.6`](https://togithub.com/symfony/console/compare/v4.0.5...v4.0.6) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.5...v4.0.6) ### [`v4.0.5`](https://togithub.com/symfony/console/compare/v4.0.4...v4.0.5) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.4...v4.0.5) ### [`v4.0.4`](https://togithub.com/symfony/console/compare/v4.0.3...v4.0.4) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.3...v4.0.4) ### [`v4.0.3`](https://togithub.com/symfony/console/compare/v4.0.2...v4.0.3) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.2...v4.0.3) ### [`v4.0.2`](https://togithub.com/symfony/console/compare/v4.0.1...v4.0.2) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://togithub.com/symfony/console/compare/v4.0.0...v4.0.1) [Compare Source](https://togithub.com/symfony/console/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/symfony/console/blob/master/CHANGELOG.md#​400) [Compare Source](https://togithub.com/symfony/console/compare/v3.4.47...v4.0.0) - `OutputFormatter` throws an exception when unknown options are used - removed `QuestionHelper::setInputStream()/getInputStream()` - removed `Application::getTerminalWidth()/getTerminalHeight()` and `Application::setTerminalDimensions()/getTerminalDimensions()` - removed `ConsoleExceptionEvent` - removed `ConsoleEvents::EXCEPTION`
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/php-docs-samples).
1 parent 12a4ae4 commit 04e98a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"google/cloud-storage": "^1.20.1",
44
"paragonie/random_compat": "^9.0.0",
5-
"symfony/console": " ^3.0"
5+
"symfony/console": " ^5.0"
66
},
77
"autoload": {
88
"files": [

0 commit comments

Comments
 (0)