recognize
recognize copied to clipboard
chore(deps-dev): Update symfony/console requirement from ^5.4 to ^6.0
Updates the requirements on symfony/console to permit the latest version.
Release notes
Sourced from symfony/console's releases.
v6.0.19
Changelog (https://github.com/symfony/console/compare/v6.0.18...v6.0.19)
- no significant changes
Changelog
Sourced from symfony/console's changelog.
CHANGELOG
6.3
- Add support for choosing exit code while handling signal, or to not exit at all
- Add
ProgressBar::setPlaceholderFormatterto set a placeholder attached to a instance, instead of being global.- Add
ReStructuredTextDescriptor6.2
- Improve truecolor terminal detection in some cases
- Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
- Deprecate calling
*Command::setApplication(),*FormatterStyle::setForeground/setBackground(),Helper::setHelpSet(),Input*::setDefault(),Question::setAutocompleterCallback/setValidator()without any arguments- Change the signature of
OutputFormatterStyleInterface::setForeground/setBackground()tosetForeground/setBackground(?string)- Change the signature of
HelperInterface::setHelperSet()tosetHelperSet(?HelperSet)6.1
- Add support to display table vertically when calling setVertical()
- Add method
__toString()toInputInterface- Added
OutputWrapperto prevent truncated URL inSymfonyStyle::createBlock.- Deprecate
Command::$defaultNameandCommand::$defaultDescription, use theAsCommandattribute instead- Add suggested values for arguments and options in input definition, for input completion
- Add
$resumeAtparameter toProgressBar#start(), so that one can easily 'resume' progress on longer tasks, and still get accurategetEstimate()andgetRemaining()results.6.0
Command::setHidden()has a default value (true) for$hiddenparameter and is final- Remove
Helper::strlen(), useHelper::width()instead- Remove
Helper::strlenWithoutDecoration(), useHelper::removeDecoration()insteadAddConsoleCommandPasscan not be configured anymore- Remove
HelperSet::setCommand()andgetCommand()without replacement5.4
- Add
TesterTrait::assertCommandIsSuccessful()to test command- Deprecate
HelperSet::setCommand()andgetCommand()without replacement5.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
... (truncated)
Commits
c3ebc83Merge branch '5.4' into 6.0dccb8d2Bump license year to 20232ab3073Merge branch '5.4' into 6.058422fd[Console] Correctly overwrite progressbars with different line count per step9050b8cMerge branch '5.4' into 6.09bd719e[Console] Fix a test when pcntl is not available (following #48329)be29442Merge branch '5.4' into 6.08e9b9c8skip tests if the signal to be sent is not available3042c61skip a test if the signal to be sent is not available340671cMerge branch '5.4' into 6.0- 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.
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)