Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps symfony/console from 4.4.43 to 5.4.15.

Release notes

Sourced from symfony/console's releases.

v5.4.15

Changelog (symfony/console@v5.4.14...v5.4.15)

  • bug #47907 Update Application.php (aleksandr-shevchenko)
  • bug #47883 Fix error output on windows cli (Maximilian.Beckers)

v5.4.14

Changelog (symfony/console@v5.4.13...v5.4.14)

  • bug #47779 Fix Helper::removeDecoration hyperlink bug (greew)

v5.4.13

Changelog (symfony/console@v5.4.12...v5.4.13)

  • bug #47394 Make bash completion run in non interactive mode (Seldaek)

v5.4.12

Changelog (symfony/console@v5.4.11...v5.4.12)

  • bug #47218 fix dispatch signal event check for compatibility with the contract interface (xabbuh)
  • bug #45333 Fix ConsoleEvents::SIGNAL subscriber dispatch (GwendolenLynch)

v5.4.11

Changelog (symfony/console@v5.4.10...v5.4.11)

  • bug #47022 get full command path for command in search path (remicollet)

v5.4.10

Changelog (symfony/console@v5.4.9...v5.4.10)

  • bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #46608 Fix deprecation when description is null (HypeMC)
  • bug #46595 Escape % in command name & description from getDefaultName() (ogizanagi)
  • bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v5.4.9

Changelog (symfony/console@v5.4.8...v5.4.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)

v5.4.8

Changelog (symfony/console@v5.4.7...v5.4.8)

  • bug #45565 Fix table header seperator wrapping (alamirault)

v5.4.7

... (truncated)

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
  • ea59bb0 Merge branch '4.4' into 5.4
  • 8e70c1c Update Application.php
  • ae0727b Merge branch '4.4' into 5.4
  • f83da4d [Console] Fix error output on windows cli
  • 984ea2c Merge branch '4.4' into 5.4
  • 4f40012 [Console] Fix Helper::removeDecoration hyperlink bug
  • 3f97f6c Make bash completion run in non interactive mode
  • 28b7797 minor #47299 [Console] fix expected command name order with mixed integer and...
  • c072aa8 fix expected command name order with mixed integer and string namespaces
  • 8fe5650 fix dispatch signal event check for compatibility with the contract interface
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot dependabot bot requested review from MorrisJobke and rullzer November 1, 2022 02:02
@come-nc
Copy link
Collaborator

come-nc commented Nov 14, 2022

/rebase

Bumps [symfony/console](https://github.com/symfony/console) from 4.4.43 to 5.4.15.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/6.1/CHANGELOG.md)
- [Commits](symfony/console@v4.4.43...v5.4.15)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/composer/symfony/console-5.4.15 branch from f6ceb76 to 5592502 Compare November 14, 2022 10:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

A newer version of symfony/console exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@skjnldsv
Copy link
Member

skjnldsv commented Jun 7, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@skjnldsv
Copy link
Member

skjnldsv commented Jun 7, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2023

Superseded by #476.

@dependabot dependabot bot closed this Jun 7, 2023
@dependabot dependabot bot deleted the dependabot/composer/symfony/console-5.4.15 branch June 7, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants