Bump symfony/console from 2.6.6 to 2.8.52
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps symfony/console from 2.6.6 to 2.8.52.
Changelog
Sourced from symfony/console's changelog.
CHANGELOG
5.3
- Add
GithubActionReporterto render annotations in a Github Action- Add
InputOption::VALUE_NEGATABLEflag to handle--foo/--no-foooptions- Add the
Command::$defaultDescriptionstatic property and thedescriptionattribute on theconsole.commandtag to allow thelistcommand to instantiate commands lazily- Add option
--shortto thelistcommand- Add support for bright colors
5.2.0
- Added
SingleCommandApplication::setAutoExit()to allow testing viaCommandTester- added support for multiline responses to questions through
Question::setMultiline()andQuestion::isMultiline()- Added
SignalRegistryclass to stack signals handlers- Added support for signals:
- Added
Application::getSignalRegistry()andApplication::setSignalsToDispatchEvent()methods- Added
SignalableCommandInterfaceinterface- Added
TableCellStyleclass to customize table cell- Removed
phpprefix invocation from help messages.5.1.0
Command::setHidden()is final since Symfony 5.1- Add
SingleCommandApplication- Add
Cursorclass5.0.0
- removed support for finding hidden commands using an abbreviation, use the full name instead
- removed
TableStyle::setCrossingChar()method in favor ofTableStyle::setDefaultCrossingChar()- removed
TableStyle::setHorizontalBorderChar()method in favor ofTableStyle::setDefaultCrossingChars()- removed
TableStyle::getHorizontalBorderChar()method in favor ofTableStyle::getBorderChars()- removed
TableStyle::setVerticalBorderChar()method in favor ofTableStyle::setVerticalBorderChars()- removed
TableStyle::getVerticalBorderChar()method in favor ofTableStyle::getBorderChars()- removed support for returning
nullfromCommand::execute(), return0insteadProcessHelper::run()accepts onlyarray|Symfony\Component\Process\Processfor itscommandargumentApplication::setDispatcheraccepts onlySymfony\Contracts\EventDispatcher\EventDispatcherInterfacefor itsdispatcherargument- renamed
Application::renderException()andApplication::doRenderException()torenderThrowable()anddoRenderThrowable()respectively.4.4.0
... (truncated)
Commits
cbcf4b5[cs] correct invalid@paramtypesb340f37Command::addOption should allow int in $default6a04f17Bump phpunit XSD version to 5.248ed637Remove duplicate conditionfb4900ebug #28813 Fix for race condition in console output stream write (rudolfratus...cf85d7bbug #27772 [Console] Fixes multiselect choice question defaults in non-intera...1e31ab9[Console] Fixes multiselect choice question in interactive mode with default ...5a608f9Allow integers as default console option value3b2305aFix for race condition in console output stream write72dc58eFix phpdocs- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)