Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symfony/console from v6.2.10 to v6.4.4 #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link

@violinist-bot violinist-bot commented May 27, 2023

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • symfony/console: v6.4.4 (updated from v6.2.10)
  • symfony/deprecation-contracts: v3.4.0 (updated from v3.3.0)
  • symfony/polyfill-ctype: v1.29.0 (updated from v1.27.0)
  • symfony/polyfill-intl-grapheme: v1.29.0 (updated from v1.27.0)
  • symfony/polyfill-intl-normalizer: v1.29.0 (updated from v1.27.0)
  • symfony/polyfill-mbstring: v1.29.0 (updated from v1.27.0)
  • symfony/service-contracts: v3.4.1 (updated from v3.2.1)
  • symfony/string: v6.4.4 (updated from v6.2.8)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  Application.php
  CHANGELOG.md
  CI/GithubActionReporter.php
  Command/Command.php
  Command/CompleteCommand.php
  Command/DumpCompletionCommand.php
  Command/HelpCommand.php
  Command/LazyCommand.php
  Command/ListCommand.php
  Command/LockableTrait.php
  Command/SignalableCommandInterface.php
  Command/TraceableCommand.php
  Completion/CompletionInput.php
  Completion/CompletionSuggestions.php
  Cursor.php
  DataCollector/CommandDataCollector.php
  Debug/CliRequest.php
  DependencyInjection/AddConsoleCommandPass.php
  Descriptor/ApplicationDescription.php
  Descriptor/Descriptor.php
  Descriptor/DescriptorInterface.php
  Descriptor/JsonDescriptor.php
  Descriptor/MarkdownDescriptor.php
  Descriptor/ReStructuredTextDescriptor.php
  Descriptor/TextDescriptor.php
  Descriptor/XmlDescriptor.php
  Event/ConsoleCommandEvent.php
  Event/ConsoleErrorEvent.php
  Event/ConsoleSignalEvent.php
  Event/ConsoleTerminateEvent.php
  EventListener/ErrorListener.php
  Exception/CommandNotFoundException.php
  Exception/RunCommandFailedException.php
  Formatter/NullOutputFormatterStyle.php
  Formatter/OutputFormatter.php
  Formatter/OutputFormatterInterface.php
  Formatter/OutputFormatterStyle.php
  Formatter/OutputFormatterStyleInterface.php
  Formatter/OutputFormatterStyleStack.php
  Helper/DescriptorHelper.php
  Helper/Dumper.php
  Helper/Helper.php
  Helper/HelperInterface.php
  Helper/HelperSet.php
  Helper/InputAwareHelper.php
  Helper/ProcessHelper.php
  Helper/ProgressBar.php
  Helper/ProgressIndicator.php
  Helper/QuestionHelper.php
  Helper/SymfonyQuestionHelper.php
  Helper/Table.php
  Helper/TableCellStyle.php
  Helper/TableStyle.php
  Input/ArgvInput.php
  Input/ArrayInput.php
  Input/Input.php
  Input/InputArgument.php
  Input/InputAwareInterface.php
  Input/InputDefinition.php
  Input/InputInterface.php
  Input/InputOption.php
  Input/StreamableInputInterface.php
  Messenger/RunCommandContext.php
  Messenger/RunCommandMessage.php
  Messenger/RunCommandMessageHandler.php
  Output/AnsiColorMode.php
  Output/BufferedOutput.php
  Output/ConsoleOutput.php
  Output/ConsoleOutputInterface.php
  Output/ConsoleSectionOutput.php
  Output/NullOutput.php
  Output/Output.php
  Output/OutputInterface.php
  Output/StreamOutput.php
  Output/TrimmedBufferOutput.php
  Question/Question.php
  README.md
  Resources/completion.bash
  SignalRegistry/SignalMap.php
  SingleCommandApplication.php
  Style/OutputStyle.php
  Style/StyleInterface.php
  Style/SymfonyStyle.php
  Terminal.php
  Tester/CommandCompletionTester.php
  Tester/TesterTrait.php
  Tests/ApplicationTest.php
  Tests/CI/GithubActionReporterTest.php
  Tests/Command/CommandTest.php
  Tests/Command/CompleteCommandTest.php
  Tests/Command/HelpCommandTest.php
  Tests/Command/ListCommandTest.php
  Tests/Command/LockableTraitTest.php
  Tests/CommandLoader/ContainerCommandLoaderTest.php
  Tests/CommandLoader/FactoryCommandLoaderTest.php
  Tests/ConsoleEventsTest.php
  Tests/CursorTest.php
  Tests/DependencyInjection/AddConsoleCommandPassTest.php
  Tests/Descriptor/ReStructuredTextDescriptorTest.php
  Tests/EventListener/ErrorListenerTest.php
  Tests/Fixtures/BarBucCommand.php
  Tests/Fixtures/BarHiddenCommand.php
  Tests/Fixtures/DescriptorCommand1.php
  Tests/Fixtures/DescriptorCommand2.php
  Tests/Fixtures/DescriptorCommand3.php
  Tests/Fixtures/DescriptorCommand4.php
  Tests/Fixtures/DescriptorCommandMbString.php
  Tests/Fixtures/Foo1Command.php
  Tests/Fixtures/Foo2Command.php
  Tests/Fixtures/Foo3Command.php
  Tests/Fixtures/Foo4Command.php
  Tests/Fixtures/Foo6Command.php
  Tests/Fixtures/FooCommand.php
  Tests/Fixtures/FooHiddenCommand.php
  Tests/Fixtures/FooLock2Command.php
  Tests/Fixtures/FooLockCommand.php
  Tests/Fixtures/FooOptCommand.php
  Tests/Fixtures/FooSameCaseLowercaseCommand.php
  Tests/Fixtures/FooSameCaseUppercaseCommand.php
  Tests/Fixtures/FooSubnamespaced1Command.php
  Tests/Fixtures/FooSubnamespaced2Command.php
  Tests/Fixtures/FooWithoutAliasCommand.php
  Tests/Fixtures/FoobarCommand.php
  Tests/Fixtures/Style/SymfonyStyle/command/command_23.php
  Tests/Fixtures/Style/SymfonyStyle/output/output_23.txt
  Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt
  Tests/Fixtures/TestAmbiguousCommandRegistering.php
  Tests/Fixtures/TestAmbiguousCommandRegistering2.php
  Tests/Fixtures/TestCommand.php
  Tests/Fixtures/application_1.rst
  Tests/Fixtures/application_2.rst
  Tests/Fixtures/application_mbstring.rst
  Tests/Fixtures/application_signalable.php
  Tests/Fixtures/command_1.rst
  Tests/Fixtures/command_2.rst
  Tests/Fixtures/command_mbstring.rst
  Tests/Fixtures/input_argument_1.rst
  Tests/Fixtures/input_argument_2.rst
  Tests/Fixtures/input_argument_3.rst
  Tests/Fixtures/input_argument_4.rst
  Tests/Fixtures/input_argument_with_default_inf_value.rst
  Tests/Fixtures/input_argument_with_style.rst
  Tests/Fixtures/input_definition_1.rst
  Tests/Fixtures/input_definition_2.rst
  Tests/Fixtures/input_definition_3.rst
  Tests/Fixtures/input_definition_4.rst
  Tests/Fixtures/input_option_1.rst
  Tests/Fixtures/input_option_2.rst
  Tests/Fixtures/input_option_3.rst
  Tests/Fixtures/input_option_4.rst
  Tests/Fixtures/input_option_5.rst
  Tests/Fixtures/input_option_6.rst
  Tests/Fixtures/input_option_with_default_inf_value.rst
  Tests/Fixtures/input_option_with_style.rst
  Tests/Fixtures/input_option_with_style_array.rst
  Tests/Formatter/OutputFormatterStyleStackTest.php
  Tests/Formatter/OutputFormatterTest.php
  Tests/Helper/DescriptorHelperTest.php
  Tests/Helper/HelperSetTest.php
  Tests/Helper/HelperTest.php
  Tests/Helper/ProcessHelperTest.php
  Tests/Helper/ProgressBarTest.php
  Tests/Helper/ProgressIndicatorTest.php
  Tests/Helper/QuestionHelperTest.php
  Tests/Helper/SymfonyQuestionHelperTest.php
  Tests/Helper/TableStyleTest.php
  Tests/Helper/TableTest.php
  Tests/Input/ArgvInputTest.php
  Tests/Input/ArrayInputTest.php
  Tests/Input/InputArgumentTest.php
  Tests/Input/InputDefinitionTest.php
  Tests/Input/InputOptionTest.php
  Tests/Input/InputTest.php
  Tests/Logger/ConsoleLoggerTest.php
  Tests/Messenger/RunCommandMessageHandlerTest.php
  Tests/Output/AnsiColorModeTest.php
  Tests/Output/ConsoleSectionOutputTest.php
  Tests/Output/OutputTest.php
  Tests/Output/StreamOutputTest.php
  Tests/Question/ChoiceQuestionTest.php
  Tests/Question/QuestionTest.php
  Tests/SignalRegistry/SignalMapTest.php
  Tests/SignalRegistry/SignalRegistryTest.php
  Tests/Style/SymfonyStyleTest.php
  Tests/TerminalTest.php
  Tests/Tester/ApplicationTesterTest.php
  Tests/Tester/CommandTesterTest.php
  Tests/phpt/signal/command_exit.phpt
  composer.json

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 0d9e4eb5 Merge branch '5.4' into 6.4
  • a9174b69 bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLanglet)
  • 39f75d9d [Console] Fix display of Table on Windows OS
  • 155f2f30 Fix vertical table on windows
  • cb3239fe Merge branch '5.4' into 6.4
  • 8ec305a8 [PhpUnitBridge][VarDumper] fix color detection
  • faaaa5e4 Merge branch '5.4' into 6.4
  • f5436ad1 [VarDumper][PhpUnitBridge] Fix color detection
  • ec17108f Merge branch '5.4' into 6.4
  • 3da10774 bug #53707 [Console] Fix color support for TTY output (theofidry)
  • d7c327c0 [Console] Fix color support
  • 86386d4e Merge branch '5.4' into 6.4
  • 37774e6b [Console] Allow false as a $shortcut in InputOption
  • 2aaf83b4 Merge branch '6.3' into 6.4
  • 3540f068 Merge branch '5.4' into 6.3
  • dbdf6adc Fix implicitly-required parameters
  • de9a8d91 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 3068eac3 Merge branch '6.3' into 6.4
  • 9aa3be60 Merge branch '5.4' into 6.3
  • 0aff1982 bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (lawsonjl-ornl)
  • 923817d0 [Console] Allow '0' as a $shortcut in InputOption.php
  • f88dd636 Merge branch '6.3' into 6.4
  • cfdaac44 Merge branch '5.4' into 6.3
  • 8c181cf6 [Console] Only execute additional checks for color support if the output is a TTY
  • a75c7a61 [Console] CS fix
  • 0254811a Merge branch '6.3' into 6.4
  • ca73e92b Merge branch '5.4' into 6.3
  • 4b4d8cd1 detect colors on not windows
  • d9648a13 fix xterm detection
  • bbfa5086 refactor: hyper check
  • a550a7c9 [Console] Add Les-Tilleuls.coop as sponsor of version 6.4/7.0
  • cd9864b4 Merge branch '6.3' into 6.4
  • 0566dbd0 Merge branch '5.4' into 6.3
  • c70df1ff Add hint that changing input arguments has no effect
  • 380ae25f do not let context classes extend the message classes
  • 0520ef4f DX: re-apply PHP CS Fixer, partially
  • 4cd5311e minor #52389 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group (keradus)
  • 4a643c7c DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group
  • c5cff26e [Tests] Move expectException closer to the place of the expectation to avoid false positives
  • 858c7b53 Merge branch '6.3' into 6.4
  • 0d14a9f6 bug #52132 [Console] Fix horizontal table top border is incorrectly rendered (OskarStark)
  • 69b26af7 [Console] Fix horizontal table top border is incorrectly rendered
  • 116d7f15 Merge branch '5.4' into 6.3
  • 11ac5f15 [Tests] Streamline
  • d9c21b11 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands
  • 2edf780d [Console] Dispatch ConsoleTerminateEvent when exiting on signal
  • 2d5e1d6a [Console] Add Placeholders to ProgressBar for exactly times
  • b65b268a [FrameworkBundle][WebProfilerBundle][Console][Form][HttpKernel][PropertyInfo][Validator] Remove optional before required param
  • 2a6f88a4 Minor CS fixes
  • f542ffc1 [Console] Remove Process::fromShellCommandline() detection
  • 934459fe Update the list of sponsors for Symfony 6.4 🙏
  • 0870356a Merge branch '6.3' into 6.4
  • eca495f2 bug #51378 [Console] avoid multiple new line when message already ends with a new line in section output (joelwurtz)
  • f3bf4477 fix(console): avoid multiple new line when message already ends with a new line
  • 14290bcb Merge branch '6.3' into 6.4
  • baad2fac Merge branch '5.4' into 6.3
  • b9a775dd fix(console): fix section output when multiples section with max height
  • 43de2e4d Remove unneeded calls to setPublic(false)
  • f4f71842 [Console] Fix linewraps in OutputFormatter
  • 95e5df3d feature #49814 [Console][Messenger] add RunCommandMessageandRunCommandMessageHandler (kbond)
  • bbcf7d69 [Console][Messenger] add RunCommandMessageandRunCommandMessageHandler``
  • 6aff5da3 Add generics to the progress bar iteration methods
  • 0eb64cd0 Ensure all properties have a type
  • cfa88bac Add types to private and internal properties
  • 886ac3d2 Use typed properties in tests as much as possible
  • 0fd735d1 Merge branch '6.3' into 6.4
  • aa5d64ad Merge branch '6.2' into 6.3
  • e30dfbce Merge branch '5.4' into 6.2
  • b504a3d2 Fix deprecations on PHP 8.3
  • f1209321 [Console] The application also catch \Throwable exceptions
  • 52f68e50 Merge branch '6.3' into 6.4
  • 9cdc0f4e Merge branch '6.2' into 6.3
  • 7478e5a5 [6.4] Fix various @psalm-return annotations
  • 7f16bd3b [Console] Improve OutputInterface PHPDoc
  • c7082ff6 [Console] Aligned multiline text in vertical table
  • 9ad8d319 Add SignalMap to map signal value to its name
  • 845f2018 Merge branch '6.3' into 6.4
  • 8788808b Merge branch '6.2' into 6.3
  • dad41ae6 Merge branch '5.4' into 6.2
  • 89e308f0 Merge branch '6.3' into 6.4
  • 83ecd3f1 Merge branch '6.2' into 6.3
  • 5aa03db8 Merge branch '5.4' into 6.2
  • 560fc3ed minor #50418 [Console] Fix PHP Doc of InputArgument (lyrixx)
  • 82aff26f Merge branch '6.3' into 6.4
  • e047cbd0 Merge branch '6.2' into 6.3
  • f321cdb8 Merge branch '5.4' into 6.2
  • 47ec02ae [Console] block input stream if needed When the input stream used in the question helper is not blocking, the default value is always used as the stream return false. In order to fix that, we force the stream to be in blocking state and go back to the old state after so other logic is not impacted by this change
  • 875ffc84 [Console] Fix PHP Doc of InputArgument
  • 6d340bfb [6.4] Allow 7.0 deps
  • 2211316d Merge branch '6.2' into 6.3
  • da995637 Merge branch '5.4' into 6.2
  • a349882c [Console] Remove exec and replace it by shell_exec
  • ce1cfc74 [Console] Remove redundant method getSaturation()
  • ea112615 Merge branch '6.2' into 6.3
  • 55aa350a Merge branch '5.4' into 6.2
  • 9a16a1cb Remove usage of constant for better consistency across the codebase
  • 609351c9 minor #50137 [BrowserKit][Cache][Config][Console] Add missing return types (wouterj)
  • 614616df Merge branch '6.2' into 6.3
  • 1956243a Merge branch '6.2' into 6.3
  • 7c1817da Merge branch '6.2' into 6.3
  • f201d283 Add missing return types
  • 4d0fa1f5 Add remaining missing return types to safe methods
  • b29108a8 Add CI check ensuring interfaces have return types
  • 359e2430 Add "composer require..." in all exception messages when needed
  • ed4997f4 Merge branch '6.2' into 6.3
  • 4fabdd55 Merge branch '6.2' into 6.3
  • 22139f9c minor #49915 [Console] Add Les-Tilleuls.coop as a backer of version 6.3 (nicolas-grekas)
  • 60086d1b [Console] Add Les-Tilleuls.coop as a backer of version 6.3
  • e93bac99 Apply no_null_property_initialization PHP-CS-Fixer rule
  • f4e7d86a Merge branch '6.2' into 6.3
  • 244eb2ca minor #49763 Replace "use-by-ref" by static vars when possible in closures (nicolas-grekas)
  • d5249b03 [Console][DoctrineBridge][PhpUnitBridge] Remove backticks from exception messages
  • 6c116e62 Replace "use-by-ref" by static vars when possible in closures
  • 516a2684 Use file system completion for redirect operators
  • 2655810b Merge branch '6.2' into 6.3
  • cdabf780 Merge branch '6.2' into 6.3
  • 138fa499 [Console] Add support for managing exit code while handling signals
  • 1090bd29 Merge branch '6.2' into 6.3
  • 25280639 Merge branch '6.2' into 6.3
  • 14eafca0 Merge branch '6.2' into 6.3
  • 9116f050 Remove unused local variable
  • 4140e14d Merge branch '6.2' into 6.3
  • 7d6e719f Add missing return types to interfaces
  • 766d8f0b Merge branch '6.2' into 6.3
  • 17473bfc Merge branch '6.2' into 6.3
  • 8498d5b7 Add void return types
  • f9f6e660 Add PHP types to private methods and functions
  • ee0639d9 Add missing PHPdoc return types
  • a8a68f1c Fix merge
  • c0e98aee Merge branch '6.2' into 6.3
  • c94b4f45 Merge branch '6.2' into 6.3
  • 5d687e9f Merge branch '6.2' into 6.3
  • 71adc5c9 [PHPUnit 10] Use TestCasesuffix for abstract tests in/Tests/``
  • f1a0f612 Merge branch '6.2' into 6.3
  • e0fd302d [Console] Add ReStructuredText descriptor
  • f7a519af minor #48793 Leverage arrow function syntax for closure (tigitz)
  • 84e47237 Leverage arrow function syntax for closure
  • 13cac918 Merge branch '6.2' into 6.3
  • f453070a Drop v1 contracts packages everywhere
  • 8e5bc2da Merge branch '6.2' into 6.3
  • dc9d4fa6 Merge branch '6.2' into 6.3
  • 3adad9c9 [Console] Fix a test when pcntl is not available
  • dbdbf444 Merge branch '6.2' into 6.3
  • 0c126efe Merge branch '6.2' into 6.3
  • a36cd2d5 Merge branch '6.2' into 6.3
  • 1f91cb40 [Console] Fixed typo
  • 35fd0a90 [Console] Fix tests
  • 558b7af0 Add placeholder formatters per ProgressBar instance
  • 4dbdc937 feature #48299 [Console] #47809 remove exit() call in last SignalHandler (akuzia)
  • 3c318d4f [Console] #47809 remove exit() call in last SignalHandler
  • 848bc6ba [Console] Do no preprend empty line if the buffer is empty
  • bafdb0c7 Merge branch '6.2' into 6.3
  • f06e4035 Leverage class name literal on object

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.2.11 Update symfony/console from v6.2.10 to v6.3.0 May 30, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.3.0 Update symfony/console from v6.2.10 to v6.3.2 Jul 30, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.3.2 Update symfony/console from v6.2.10 to v6.3.4 Aug 26, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonyconsole branch 2 times, most recently from 68fec83 to e0755b9 Compare August 27, 2023 21:09
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.3.4 Update symfony/console from v6.2.10 to v6.3.8 Nov 10, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.3.8 Update symfony/console from v6.2.10 to v6.4.0 Nov 29, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.4.0 Update symfony/console from v6.2.10 to v6.4.1 Dec 1, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.4.1 Update symfony/console from v6.2.10 to v6.4.2 Dec 30, 2023
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.4.2 Update symfony/console from v6.2.10 to v6.4.3 Jan 31, 2024
@violinist-bot violinist-bot changed the title Update symfony/console from v6.2.10 to v6.4.3 Update symfony/console from v6.2.10 to v6.4.4 Feb 27, 2024
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