Skip to content

Conversation

@renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
symfony/console (source) require major ^3.1 -> ^5.0

Release Notes

symfony/console

v5.3.2

Compare Source

Changelog (symfony/console@v5.3.1...v5.3.2)

  • bug #​41686 Fix using #[AsCommand] without DI (nicolas-grekas)
  • bug #​41680 fix managing signals when commands are lazy loaded (nicolas-grekas)
  • bug #​41535 Fix negated options not accessible (jderusse)
  • bug #​41386 Escape synopsis output (jschaedl)

v5.3.0

Compare Source

Changelog (symfony/console@v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.2.10

Compare Source

Changelog (symfony/console@v5.2.9...v5.2.10)

  • no significant changes

v5.2.8

Compare Source

Changelog (symfony/console@v5.2.7...v5.2.8)

  • bug #​41174 Fix Windows code page support (orkan)
  • bug #​41113 Fix Windows code page support (orkan)

v5.2.7

Compare Source

Changelog (symfony/console@v5.2.6...v5.2.7)

  • bug #​40698 Add Helper::width() and Helper::length() (Nyholm, grasmash)

v5.2.6

Compare Source

Changelog (symfony/console@v5.2.5...v5.2.6)

  • bug #​40593 Uses the correct assignment action for console options depending if they are short or long (topikito)
  • bug #​40524 fix emojis messing up the line width (MarionLeHerisson)
  • bug #​40348 Fix line wrapping for decorated text in block output (grasmash)
  • bug #​40460 Correctly clear lines for multi-line progress bar messages (grasmash)
  • bug #​40450 ProgressBar clears too many lines on update (danepowell)

v5.2.5

Compare Source

Changelog (symfony/console@v5.2.4...v5.2.5)

  • no significant changes

v5.2.4

Compare Source

Changelog (symfony/console@v5.2.3...v5.2.4)

  • bug #​40192 fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric)
  • bug #​40187 Fix PHP 8.1 null error for preg_match flag (kylekatarnls)

v5.2.3

Compare Source

Changelog (symfony/console@v5.2.2...v5.2.3)

  • no changes

v5.2.2

Compare Source

Changelog (symfony/console@v5.2.1...v5.2.2)

  • bug #​39932 Fix Closure code binding when it is a static anonymous function (fancyweb)

v5.2.1

Compare Source

Changelog (symfony/console@v5.2.0...v5.2.1)

  • bug #​39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
  • bug #​39223 Re-enable hyperlinks in Konsole/Yakuake (OndraM)

v5.2.0

Compare Source

  • 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

Compare Source

Changelog (symfony/console@v5.1.10...v5.1.11)

  • bug #​39932 Fix Closure code binding when it is a static anonymous function (fancyweb)

v5.1.10

Compare Source

Changelog (symfony/console@v5.1.9...v5.1.10)

  • bug #​39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
  • bug #​39223 Re-enable hyperlinks in Konsole/Yakuake (OndraM)

v5.1.9

Compare Source

Changelog (symfony/console@v5.1.8...v5.1.9)

  • bug #​39160 Use a partial buffer in SymfonyStyle (jderusse)
  • bug #​39168 Fix console closing tag (jderusse)
  • bug #​38991 Fix ANSI when stdErr is not a tty (jderusse)

v5.1.8

Compare Source

Changelog (symfony/console@v5.1.7...v5.1.8)

  • no changes

v5.1.7

Compare Source

v5.1.6

Compare Source

Changelog (symfony/console@v5.1.5...v5.1.6)

  • bug #​38166 work around disabled putenv() (SenTisso)
  • bug #​38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
  • bug #​38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
  • bug #​38080 Make sure $maxAttempts is an int or null (derrabus)

v5.1.5

Compare Source

Changelog (symfony/console@v5.1.4...v5.1.5)

  • bug #​38024 Fix undefined index for inconsistent command name definition (chalasr)

v5.1.4

Compare Source

Changelog (symfony/console@v5.1.3...v5.1.4)

  • bug #​37731 Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
  • bug #​37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)

v5.1.3

Compare Source

Changelog (symfony/console@v5.1.2...v5.1.3)

  • bug #​37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #​37385 Fixes question input encoding on Windows (YaFou)

v5.1.2

Compare Source

Changelog (symfony/console@v5.1.1...v5.1.2)

  • bug #​37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #​37160 Reset question validator attempts only for actual stdin (ostrolucky)

v5.1.1

Compare Source

Changelog (symfony/console@v5.1.0...v5.1.1)

  • bug #​37130 allow cursor to be used even when STDIN is not defined (xabbuh)

v5.1.0

Compare Source

  • Command::setHidden() is final since Symfony 5.1
  • Add SingleCommandApplication
  • Add Cursor class

v5.0.11

Compare Source

Changelog (symfony/console@v5.0.10...v5.0.11)

  • bug #​37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #​37385 Fixes question input encoding on Windows (YaFou)
  • bug #​37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #​37160 Reset question validator attempts only for actual stdin (ostrolucky)

v5.0.10

Compare Source

Changelog (symfony/console@v5.0.9...v5.0.10)

  • no changes

v5.0.9

Compare Source

Changelog (symfony/console@v5.0.8...v5.0.9)

  • bug #​37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #​37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
  • bug #​36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
  • bug #​36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)

v5.0.8

Compare Source

Changelog (symfony/console@v5.0.7...v5.0.8)

  • no changes

v5.0.7

Compare Source

Changelog (symfony/console@v5.0.6...v5.0.7)

  • bug #​36222 Fix OutputStream for PHP 7.4 (guillbdx)

v5.0.6

Compare Source

Changelog (symfony/console@v5.0.5...v5.0.6)

  • bug #​36031 Fallback to default answers when unable to read input (ostrolucky)

v5.0.5

Compare Source

Changelog (symfony/console@v5.0.4...v5.0.5)

  • bug #​35676 Handle zero row count in appendRow() for Table (Adam Prickett)
  • bug #​35696 Don't load same-namespace alternatives on exact match (chalasr)
  • bug #​33897 Consider STDIN interactive (ostrolucky)
  • bug #​34114 SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)

v5.0.4

Compare Source

Changelog (symfony/console@v5.0.3...v5.0.4)

  • no changes

v5.0.3

Compare Source

Changelog (symfony/console@v5.0.2...v5.0.3)

  • bug #​35094 Fix filtering out identical alternatives when there is a command loader (fancyweb)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • 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

Compare Source

Changelog (symfony/console@v4.4.24...v4.4.25)

  • no significant changes

v4.4.24

Compare Source

Changelog (symfony/console@v4.4.23...v4.4.24)

  • bug #​41210 Fix Windows code page support (orkan)

v4.4.23

Compare Source

Changelog (symfony/console@v4.4.22...v4.4.23)

  • no significant changes

v4.4.22

Compare Source

Changelog (symfony/console@v4.4.21...v4.4.22)

  • no significant changes

v4.4.21

Compare Source

Changelog (symfony/console@v4.4.20...v4.4.21)

  • bug #​40593 Uses the correct assignment action for console options depending if they are short or long (topikito)
  • bug #​40348 Fix line wrapping for decorated text in block output (grasmash)
  • bug #​40460 Correctly clear lines for multi-line progress bar messages (grasmash)
  • bug #​40450 ProgressBar clears too many lines on update (danepowell)

v4.4.20

Compare Source

Changelog (symfony/console@v4.4.19...v4.4.20)

  • bug #​40192 fix QuestionHelper::getHiddenResponse() not working with space in project directory name (Yendric)
  • bug #​40187 Fix PHP 8.1 null error for preg_match flag (kylekatarnls)

v4.4.19

Compare Source

Changelog (symfony/console@v4.4.18...v4.4.19)

  • bug #​39932 Fix Closure code binding when it is a static anonymous function (fancyweb)

v4.4.18

Compare Source

Changelog (symfony/console@v4.4.17...v4.4.18)

  • bug #​39223 Re-enable hyperlinks in Konsole/Yakuake (OndraM)

v4.4.17

Compare Source

Changelog (symfony/console@v4.4.16...v4.4.17)

  • bug #​39160 Use a partial buffer in SymfonyStyle (jderusse)
  • bug #​39168 Fix console closing tag (jderusse)
  • bug #​38991 Fix ANSI when stdErr is not a tty (jderusse)

v4.4.16

Compare Source

Changelog (symfony/console@v4.4.15...v4.4.16)

  • no changes

v4.4.15

Compare Source

Changelog (symfony/console@v4.4.14...v4.4.15)

  • no changes

v4.4.14

Compare Source

Changelog (symfony/console@v4.4.13...v4.4.14)

  • bug #​38166 work around disabled putenv() (SenTisso)
  • bug #​38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
  • bug #​38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
  • bug #​38080 Make sure $maxAttempts is an int or null (derrabus)

v4.4.13

Compare Source

Changelog (symfony/console@v4.4.12...v4.4.13)

  • bug #​38024 Fix undefined index for inconsistent command name definition (chalasr)

v4.4.12

Compare Source

Changelog (symfony/console@v4.4.11...v4.4.12)

  • bug #​37731 Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
  • bug #​37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)

v4.4.11

Compare Source

Changelog (symfony/console@v4.4.10...v4.4.11)

  • bug #​37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #​37385 Fixes question input encoding on Windows (YaFou)
  • bug #​37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #​37160 Reset question validator attempts only for actual stdin (ostrolucky)

v4.4.10

Compare Source

Changelog (symfony/console@v4.4.9...v4.4.10)

  • no changes

v4.4.9

Compare Source

Changelog (symfony/console@v4.4.8...v4.4.9)

  • bug #​37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #​37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
  • bug #​36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
  • bug #​36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)

v4.4.8

Compare Source

Changelog (symfony/console@v4.4.7...v4.4.8)

  • no changes

v4.4.7

Compare Source

Changelog (symfony/console@v4.4.6...v4.4.7)

  • bug #​36222 Fix OutputStream for PHP 7.4 (guillbdx)

v4.4.6

Compare Source

Changelog (symfony/console@v4.4.5...v4.4.6)

  • bug #​36031 Fallback to default answers when unable to read input (ostrolucky)

v4.4.5

Compare Source

Changelog (symfony/console@v4.4.4...v4.4.5)

  • bug #​35676 Handle zero row count in appendRow() for Table (Adam Prickett)
  • bug #​35696 Don't load same-namespace alternatives on exact match (chalasr)
  • bug #​33897 Consider STDIN interactive (ostrolucky)
  • bug #​34114 SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)

v4.4.4

Compare Source

Changelog (symfony/console@v4.4.3...v4.4.4)

  • no changes

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

  • 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

Compare Source

Changelog (symfony/console@v4.3.10...v4.3.11)

  • no changes

v4.3.10

Compare Source

v4.3.9

Compare Source

v4.3.8

Compare Source

v4.3.7

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

  • 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

Compare Source

v4.2.11

Compare Source

v4.2.10

Compare Source

v4.2.9

Compare Source

v4.2.8

Compare Source

v4.2.7

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

  • 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

Compare Source

v4.1.11

Compare Source

v4.1.10

Compare Source

v4.1.9

Compare Source

v4.1.8

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

  • 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

Compare Source

v4.0.14

Compare Source

v4.0.13

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.10

Compare Source

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • 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: Whenever PR becomes conflicted, 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, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from bshaffer as a code owner June 18, 2021 16:09
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 18, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Jun 18, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2021
@bshaffer bshaffer merged commit 5c4e662 into GoogleCloudPlatform:master Jun 18, 2021
@renovate-bot renovate-bot deleted the renovate/vision-major-symfony branch June 18, 2021 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants