nucleos / auto-merge-action

🤖 Automerge labeled GitHub Pull Requests.
MIT License
3 stars 4 forks source link

Bump symfony/console from 6.0.8 to 6.1.0 #389

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps symfony/console from 6.0.8 to 6.1.0.

Release notes

Sourced from symfony/console's releases.

v6.1.0

Changelog (https://github.com/symfony/console/compare/v6.1.0-RC1...v6.1.0)

  • bug #46387 Complete negatable options (Fish) (GromNaN)

v6.1.0-RC1

Changelog (https://github.com/symfony/console/compare/v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46341 Fix aliases handling in command name completion (Seldaek)
  • bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)
  • feature #41676 Table vertical rendering (yoannrenard)
  • bug #46220 Fix fish completion script (wouterj)

v6.1.0-BETA2

Changelog (https://github.com/symfony/console/compare/v6.1.0-BETA1...v6.1.0-BETA2)

  • no significant changes

v6.1.0-BETA1

Changelog (https://github.com/symfony/console/compare/v6.0.7...v6.1.0-BETA1)

  • feature #44948 Add completion values to input definition (GromNaN)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #45361 Deprecate the $defaultName property (derrabus)
  • feature #44746 Add method __toString() to InputInterface (boesing)
  • feature #43641 Issue 43602 : Add fish completion (guillaume-a)

v6.0.9

Changelog (https://github.com/symfony/console/compare/v6.0.8...v6.0.9)

  • bug #46386  Fix missing negative variation of negatable options in shell completion (GromNaN)
  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46341 Fix aliases handling in command name completion (Seldaek)
  • bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)
Changelog

Sourced from symfony/console's changelog.

CHANGELOG

6.1

  • Add support to display table vertically when calling setVertical()
  • Add method __toString() to InputInterface
  • Deprecate Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Add suggested values for arguments and options in input definition, for input completion

6.0

  • Command::setHidden() has a default value (true) for $hidden parameter and is final
  • Remove Helper::strlen(), use Helper::width() instead
  • Remove Helper::strlenWithoutDecoration(), use Helper::removeDecoration() instead
  • AddConsoleCommandPass can not be configured anymore
  • Remove HelperSet::setCommand() and getCommand() without replacement

5.4

  • Add TesterTrait::assertCommandIsSuccessful() to test command
  • Deprecate HelperSet::setCommand() and getCommand() without replacement

5.3

  • Add GithubActionReporter to render annotations in a Github Action
  • Add InputOption::VALUE_NEGATABLE flag to handle --foo/--no-foo options
  • Add the Command::$defaultDescription static property and the description attribute on the console.command tag to allow the list command to instantiate commands lazily
  • Add option --short to the list command
  • Add support for bright colors
  • Add #[AsCommand] attribute for declaring commands on PHP 8
  • Add Helper::width() and Helper::length()
  • The --ansi and --no-ansi options now default to null.

5.2.0

  • 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

... (truncated)

Commits
  • c964619 [Console] Complete negatable options (Fish)
  • 7755bd7 Merge branch '6.0' into 6.1
  • 47a6389 Merge branch '5.4' into 6.0
  • 1894919 Merge branch '4.4' into 5.4
  • cce7a9f [Console] Fixes "Incorrectly nested style tag found" error when using multi-l...
  • 8b223d1 [Console] fix CS for code related to Table vertical rendering
  • 441c306 Fix aliases handling in command name completion
  • d8c41c2 Update sponsors of components v6.1
  • efb04c6 Merge branch '6.0' into 6.1
  • 042e410 Merge branch '5.4' into 6.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.