Skip to content

build(deps-dev): update symfony/console requirement from ^7.4.13 to ^8.1.7 - #24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/console-tw-8.1.7
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on symfony/console to permit the latest version.

Release notes

Sourced from symfony/console's releases.

v8.1.7

Changelog (symfony/console@v8.1.6...v8.1.7)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

8.2

  • Add LockableTrait::setLockFactory(), autowired with the lock factory of the resource named console when the app declares one
  • Allow #[AsCommand] to list InputOptions to add after the ones the parameters of the command declare
  • Register a class-level #[AsCommand] without __invoke() as the command grouping its method-level ones
  • Resolve spaced sub-command invocations through the tree derived from registered command names, with per-level options and -- binding the remaining tokens to the current command
  • List the sub-commands of a command invoked bare when it has no code of its own, on the error output and with exit code 1 like a bare namespace
  • Walk namespaces without a registered root command the same way: cache clear runs cache:clear
  • Show the help of the deepest resolved command when --help is used on a spaced sub-command invocation
  • Add CommandChain to read the resolved commands and each level's bound input, injectable into invokable commands and exposed by Application::getCommandChain()
  • Complete sub-command segments, per-level options and the node's own argument values when the completion cursor sits inside a command tree
  • Collapse the commands below a registered command to that command's line in the application listing, and list a command's sub-commands in its help
  • Add InputDefinition::setIgnoreExtraArguments(), ArgvInput::getUnparsedTokens() and ArrayInput::getUnparsedTokens() to stop parsing on the first extra argument and retrieve the remaining tokens
  • Add UnexpectedArgumentException, thrown when an input has more arguments than its definition expects
  • Bind positional ArrayInput parameters to the argument slots in order
  • 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

... (truncated)

Commits
  • 29afb89 Merge branch '7.4' into 8.1
  • 3a19734 [Console] Report a validation error instead of a TypeError on numeric argumen...
  • 117a485 Merge branch '7.4' into 8.1
  • 9553be3 [Console] [FrameworkBundle] Adapt merged tests to the 7.4 APIs
  • 30dc1f2 Merge branch '6.4' into 7.4
  • 9e118dd [Console] Keep messages containing malformed UTF-8 when wrapping
  • 31de385 Merge branch '7.4' into 8.1
  • 2e7eaed [Console] Type the autocompleter callback as returning a list
  • 9e7bbe1 [Console] Disambiguate the autocompleter callback return type
  • 816c687 [Console] Reject #[AsCommand] on both a class and its __invoke() method
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [symfony/console](https://github.com/symfony/console) to permit the latest version.
- [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.7)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.1.7
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 21, 2026
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.

0 participants