Skip to content

build(deps): bump the symfony group across 1 directory with 2 updates#7

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

build(deps): bump the symfony group across 1 directory with 2 updates#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony-3718060e66

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updates the requirements on symfony/console and symfony/var-dumper to permit the latest version.
Updates symfony/console to 8.0.11

Release notes

Sourced from symfony/console's releases.

v8.0.11

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

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
  • 3156577 Merge branch '7.4' into 8.0
  • ed0107e Merge branch '6.4' into 7.4
  • c132f12 [Console] Fix signal handler scoping
  • 8153816 Merge branch '7.4' into 8.0
  • 54427d7 Merge branch '6.4' into 7.4
  • 997de0a [Console] Make ConsoleSectionOutput::overwrite() atomic
  • 7113778 Merge branch '7.4' into 8.0
  • d7d2b64 [7.4] Remove usages of named arguments in tests
  • a4f377d Merge branch '7.4' into 8.0
  • 9142754 Update XSD references in phpunit.xml.dist files
  • Additional commits viewable in compare view

Updates symfony/var-dumper to 8.0.8

Release notes

Sourced from symfony/var-dumper's releases.

v8.0.8

Changelog (symfony/var-dumper@v8.0.7...v8.0.8)

  • bug #63648 Wrong dumper output for Accept: aplication/json requests (@​rfcdt)
Changelog

Sourced from symfony/var-dumper's changelog.

CHANGELOG

8.1

  • Allow HtmlDumper::setNonce() to take a distinct style nonce alongside the script nonce
  • Dump class-strings as class stubs with source location and static properties

7.4

  • Add support for adding more default casters to AbstractCloner::addDefaultCasters()
  • Select HtmlDumper only if Accept header contains "html"

7.3

  • Add casters for Dba\Connection, SQLite3Result, OpenSSLAsymmetricKey and OpenSSLCertificateSigningRequest
  • Deprecate ResourceCaster::castCurl(), ResourceCaster::castGd() and ResourceCaster::castOpensslX509()
  • Mark all casters as @internal

7.2

  • Add support for FORCE_COLOR environment variable
  • Add support for virtual properties

7.1

  • Add support for new DOM extension classes in DOMCaster

7.0

  • Add argument $label to VarDumper::dump()
  • Require explicit argument when calling VarDumper::setHandler()
  • Remove display of backtrace in Twig_Template, only Twig\Template is supported

6.4

  • Dump uninitialized properties

6.3

  • Add caster for WeakMap
  • Add support of named arguments to dd() and dump() to display the argument name

... (truncated)

Commits
  • cfb7bad Merge branch '7.4' into 8.0
  • c4448ce Merge branch '7.4' into 8.0
  • 9510c39 [VarDumper] Ensure that tests are resilient when the Xdebug file link format ...
  • cf36b72 Configure deprecation triggers
  • 9584e45 Merge branch '7.4' into 8.0
  • a98c17e [VarDumper] Wrong dumper output for Accept: aplication/json requests
  • 2e14f7e Merge branch '7.4' into 8.0
  • 045321c [VarDumper] Relax assertion for PHP 8.6
  • 326e040 Merge branch '7.4' into 8.0
  • 0e4769b Merge branch '7.3' into 7.4
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Updates the requirements on [symfony/console](https://github.com/symfony/console) and [symfony/var-dumper](https://github.com/symfony/var-dumper) to permit the latest version.

Updates `symfony/console` to 8.0.11
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.1/CHANGELOG.md)
- [Commits](symfony/console@v7.3.0...v8.0.11)

Updates `symfony/var-dumper` to 8.0.8
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/8.1/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.3.0...v8.0.8)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.0.11
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/var-dumper
  dependency-version: 8.0.8
  dependency-type: direct:development
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the symfony group with 2 updates build(deps): bump the symfony group across 1 directory with 2 updates May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony-3718060e66 branch from f5e210e to f318400 Compare May 19, 2026 19:14
@Chemaclass
Copy link
Copy Markdown
Member

Blocked on upstream phel-lang/phel-lang#2033phel.cli calls the removed Application::add() method, so any bump past symfony/console 7.x fails at runtime. Will revisit after the upstream fix ships.

@Chemaclass Chemaclass closed this May 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/composer/symfony-3718060e66 branch May 19, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant