chore(deps): bump symfony/console from 7.0.4 to 7.1.1
Bumps symfony/console from 7.0.4 to 7.1.1.
Release notes
Sourced from symfony/console's releases.
v7.1.1
Changelog (https://github.com/symfony/console/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/console/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (https://github.com/symfony/console/compare/v7.1.0-BETA1...v7.1.0-RC1)
- no significant changes
v7.1.0-BETA1
Changelog (https://github.com/symfony/console/compare/v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54510 [Console] Handle SIGQUIT signal (
@ostrolucky)- feature symfony/symfony#54347 [Console] Allow to return all tokens after the command name (
@lyrixx)- feature symfony/symfony#54135 [Console] Add a way to use custom lock factory in lockableTrait (
@VincentLanglet)- feature symfony/symfony#54238 [Console] Add
ArgvInput::getRawTokens()(@lyrixx)- feature symfony/symfony#53986 [Console] Add descriptions to Fish completion output (
@adriaanzon)- feature symfony/symfony#52605 [Console] Support
ProgressBar::iterate()on empty array (@GromNaN)v7.0.8
Changelog (https://github.com/symfony/console/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/console/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#54440 [Console] return null when message with name is not set (
@xabbuh)v7.0.6
Changelog (https://github.com/symfony/console/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54435 [Console] respect multi-byte characters when rendering vertical-style tables (
@xabbuh)- bug symfony/symfony#54419 Fix TypeError on ProgressBar (
@Fan2Shrek)
Changelog
Sourced from symfony/console's changelog.
CHANGELOG
7.1
- Add
ArgvInput::getRawTokens()7.0
- Add method
__toString()toInputInterface- Remove
Command::$defaultNameandCommand::$defaultDescription, use theAsCommandattribute instead- Require explicit argument when calling
*Command::setApplication(),*FormatterStyle::setForeground/setBackground(),Helper::setHelpSet(),Input*::setDefault()andQuestion::setAutocompleterCallback/setValidator()- Remove
StringInput::REGEX_STRING6.4
- Add
SignalMapto map signal value to its name- Multi-line text in vertical tables is aligned properly
- The application can also catch errors with
Application::setCatchErrors(true)- Add
RunCommandMessageandRunCommandMessageHandler- Dispatch
ConsoleTerminateEventafter an exit on signal handling and addConsoleTerminateEvent::getInterruptingSignal()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.
... (truncated)
Commits
9b008f2Merge branch '7.0' into 7.1725da15Merge branch '6.4' into 7.0be5854cMerge branch '5.4' into 6.4aa73115Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"5bcde9eMerge branch '7.0' into 7.15ccbfd6Merge branch '6.4' into 7.0bd3fee3Merge branch '5.4' into 6.496dfcecminor #54785 Remove calls toTestCase::iniSet()and calls to deprecated met...58b1658Remove calls togetMockForAbstractClass()b695405Remove calls toTestCase::iniSet()and calls to deprecated methods of `Mock...- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)