graphqlite-bundle
graphqlite-bundle copied to clipboard
Update symfony/console requirement from ^6 to ^6 || ^7
Updates the requirements on symfony/console to permit the latest version.
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
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)