Skip to content

Bump symfony/console from 7.4.16 to 8.1.5 - #163

Merged
samdark merged 1 commit into
masterfrom
dependabot/composer/symfony/console-8.1.4
Aug 31, 2026
Merged

Bump symfony/console from 7.4.16 to 8.1.5#163
samdark merged 1 commit into
masterfrom
dependabot/composer/symfony/console-8.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps symfony/console from 7.4.16 to 8.1.5.

Release notes

Sourced from symfony/console's releases.

v8.1.5

Changelog (symfony/console@v8.1.4...v8.1.5)

v8.1.4

Changelog (symfony/console@v8.1.2...v8.1.4)

v8.1.2

Changelog (symfony/console@v8.1.1...v8.1.2)

v8.1.1

Changelog (symfony/console@v8.1.0...v8.1.1)

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

... (truncated)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

8.2

  • Allow reading several files at once through a variadic InputFile or InputFile[]-typed #[Argument]/#[Option], the FileQuestion multiple option, and SymfonyStyle::askFiles()
  • Add InputOption::HIDDEN and InputOption::DEPRECATED modes
  • Allow a callable for the description and help options of #[AsCommand], and for the description option of #[Argument] and #[Option]
  • Add GitlabCiReporter to emit reports in the GitLab Code Quality format
  • Wrap the descriptions in TextDescriptor output to the terminal width; pass the terminal_width describe option to control it
  • Allow union and intersection type-hints when autowiring arguments of invokable commands

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()

... (truncated)

Commits
  • d07c068 [Console] Do not resolve core utility parameters as command input
  • 7a17461 Merge branch '7.4' into 8.1
  • 962e18f Merge branch '6.4' into 7.4
  • 60e3944 bug #65500 [Console] Keep backslashes preceding < and > when escaping text (n...
  • 29967b3 [Console] Fix clearing more lines than a section holds
  • f7b6aea [Console] Keep backslashes preceding < and > when escaping text
  • 341ee64 Merge branch '7.4' into 8.1
  • d7adc77 Merge branch '6.4' into 7.4
  • 42b9966 PHP CS Fixer: fix minor detected issues
  • ef3daa5 Merge branch '7.4' into 8.1
  • 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 Aug 18, 2026
@dependabot dependabot Bot changed the title Bump symfony/console from 7.4.16 to 8.1.4 Bump symfony/console from 7.4.16 to 8.1.5 Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/symfony/console-8.1.4 branch from 98de04b to 649a1eb Compare August 31, 2026 18:55
Bumps [symfony/console](https://github.com/symfony/console) from 7.4.16 to 8.1.5.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v7.4.16...v8.1.5)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.1.4
  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.4 branch from 649a1eb to 3724728 Compare August 31, 2026 20:31
@samdark
samdark merged commit 802710a into master Aug 31, 2026
16 checks passed
@samdark
samdark deleted the dependabot/composer/symfony/console-8.1.4 branch August 31, 2026 21:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant