Skip to content

Bump symfony/console from 7.4.13 to 8.1.0#194

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/console-8.1.0
Closed

Bump symfony/console from 7.4.13 to 8.1.0#194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/console-8.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps symfony/console from 7.4.13 to 8.1.0.

Release notes

Sourced from symfony/console's releases.

v8.1.0

Changelog (symfony/console@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.1.0-RC1

Changelog (symfony/console@v8.1.0-BETA3...v8.1.0-RC1)

v8.1.0-BETA3

Changelog (symfony/console@v8.1.0-BETA2...v8.1.0-BETA3)

v8.1.0-BETA2

Changelog (symfony/console@v8.1.0-BETA1...v8.1.0-BETA2)

v8.1.0-BETA1

No release notes provided.

v8.0.13

Changelog (symfony/console@v8.0.11...v8.0.13)

v8.0.11

Changelog (symfony/console@v8.0.9...v8.0.11)

v8.0.9

Changelog (symfony/console@v8.0.8...v8.0.9)

v8.0.8

Changelog (symfony/console@v8.0.7...v8.0.8)

  • bug #63749 Fix performance regression in OutputFormatter for ASCII content (@​pcescon)

v8.0.7

Changelog (symfony/console@v8.0.6...v8.0.7)

  • bug #63604 Fix ApplicationTester ignoring interactive and verbosity options when SHELL_VERBOSITY is set (@​nicolas-grekas)

... (truncated)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

8.1

  • Add ConsoleBundle for console applications with DI, autodiscovery and autowiring
  • Pad styled SymfonyStyle blocks with the ECH ANSI sequence on decorated outputs so trailing cells are excluded from copy selections
  • Add optional $container parameter to Application for automatic service wiring from a PSR container
  • Add SymfonyStyle::outlineBlock() and convenience methods outlineSuccess(), outlineError(), outlineWarning(), outlineNote(), outlineInfo(), outlineCaution() for border-only message blocks with the type label embedded in the top border
  • Add TraceableValueResolver to help inspecting value resolvers performances
  • [BC BREAK] Add object support to input options and arguments' default by changing the $default type to mixed in InputArgument, InputOption, #[Argument] and #[Option]
  • Add support for pasting images with #[Ask] on InputFile types, supporting Kitty Graphics and iTerm2 protocols
  • Add FileQuestion, InputFile, InputFileValueResolver, and SymfonyStyle::askFile() for file input handling
  • Add Question::setConstraints() and ValidateQuestionInputListener to validate question input using Validator constraints
  • Add #[AskChoice] attribute for interactive choice questions in invokable commands
  • Add support for method-based commands with #[AsCommand] attribute
  • Add argument resolver support
  • Add BackedEnum and DateTimeInterface support to #[MapInput]
  • Add validation constraints support to #[MapInput] along with optional validationGroups to control which groups are validated
  • Add TesterTrait::assertCommandFailed() to test command
  • Add TesterTrait::assertCommandIsInvalid() to test command
  • Add a result-based testing API with CommandTester::run(), ExecutionResult, and ConsoleAssertionsTrait to assert output and error streams together
  • Add optional $format argument to SymfonyStyle::createProgressBar(), SymfonyStyle::progressStart(), and SymfonyStyle::progressIterate() to allow passing a custom ProgressBar format string
  • Allow setting a boolean default value on InputOption::VALUE_NEGATABLE options
  • Deprecate passing both InputArgument::REQUIRED and InputArgument::OPTIONAL modes to InputArgument constructor
  • Deprecate passing more than one out of InputOption::VALUE_NONE, InputOption::VALUE_REQUIRED and InputOption::VALUE_OPTIONAL modes to InputOption constructor
  • Add RawInputInterface to expose the original arguments and options and to unparse options, implemented by Input
  • Add support for OSC 9;4 for progress reporting

8.0

  • Make AsCommand attribute class final
  • Remove methods Command::getDefaultName() and Command::getDefaultDescription() in favor of the #[AsCommand] attribute
  • Ensure closures set via Command::setCode() method have proper parameter and return types
  • Add method isSilent() to OutputInterface
  • Remove deprecated Symfony\Component\Console\Application::add() method in favor of Symfony\Component\Console\Application::addCommand()
  • Add argument $finishedIndicator to ProgressIndicator::finish()

7.4

  • Add Command::getCode() to get the code set via setCode()
  • Allow setting aliases and the hidden flag via the command name passed to the constructor
  • Introduce Symfony\Component\Console\Application::addCommand() to simplify using invokable commands when the component is used standalone
  • Deprecate Symfony\Component\Console\Application::add() in favor of Symfony\Component\Console\Application::addCommand()
  • Add BackedEnum support with #[Argument] and #[Option] inputs in invokable commands
  • Allow Usages to be specified via #[AsCommand] attribute.
  • Allow passing invokable commands to Symfony\Component\Console\Tester\CommandTester

... (truncated)

Commits
  • f5a856c Add call to backers in README files
  • 093515b Merge branch '8.0' into 8.1
  • f200be1 Merge branch '7.4' into 8.0
  • 442a15a Fix tests on Windows
  • 224c7fb [Console] Various fixes and hardenings
  • 2962f16 minor #64204 [Console] Sort command alternatives by name (mttsch)
  • 644d4b2 [Console] Remove trailing dot in command alternative list
  • 83fc224 [Console] Sort command alternatives by name
  • 210e53a Merge branch '8.0' into 8.1
  • 3156577 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 2, 2026
@dependabot dependabot Bot changed the title Bump symfony/console from 7.4.9 to 8.1.0 Bump symfony/console from 7.4.13 to 8.1.0 Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony/console-8.1.0 branch 2 times, most recently from 01bf4a8 to f267145 Compare June 5, 2026 03:47
Bumps [symfony/console](https://github.com/symfony/console) from 7.4.13 to 8.1.0.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v7.4.13...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony/console-8.1.0 branch from f267145 to ee7fa9e Compare June 5, 2026 08:08
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 6, 2026

Looks like symfony/console is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 6, 2026
@dependabot dependabot Bot deleted the dependabot/composer/symfony/console-8.1.0 branch June 6, 2026 01:42
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 php Pull requests that update php code

Development

Successfully merging this pull request may close these issues.

0 participants