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

build(deps): Bump the dependencies group with 2 updates #207

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

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

Release notes

Sourced from symfony/console's releases.

v7.0.1

Changelog (symfony/console@v7.0.0...v7.0.1)

  • no significant changes
Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

6.1

  • Add support to display table vertically when calling setVertical()
  • Add method __toString() to InputInterface
  • Added OutputWrapper to prevent truncated URL in SymfonyStyle::createBlock.
  • Deprecate Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Add suggested values for arguments and options in input definition, for input completion
  • Add $resumeAt parameter to ProgressBar#start(), so that one can easily 'resume' progress on longer tasks, and still get accurate getEstimate() and getRemaining() results.

6.0

  • Command::setHidden() has a default value (true) for $hidden parameter and is final

... (truncated)

Commits
  • cdce5c6 Merge branch '6.4' into 7.0
  • a550a7c [Console] Add Les-Tilleuls.coop as sponsor of version 6.4/7.0
  • 64e0678 Merge branch '6.4' into 7.0
  • cd9864b Merge branch '6.3' into 6.4
  • 0566dbd Merge branch '5.4' into 6.3
  • c70df1f Add hint that changing input arguments has no effect
  • d2607da Merge branch '6.4' into 7.0
  • 380ae25 do not let context classes extend the message classes
  • 0520ef4 DX: re-apply PHP CS Fixer, partially
  • cc1dcd4 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/yaml to 7.0.0

Release notes

Sourced from symfony/yaml's releases.

v7.0.0

Changelog (symfony/yaml@v7.0.0-RC2...v7.0.0)

  • no significant changes
Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

  • Added github format support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.

5.1.0

  • Added support for parsing numbers prefixed with 0o as octal numbers.

  • Deprecated support for parsing numbers starting with 0 as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with 0o so that they are parsed as octal numbers.

    Before:

    Yaml::parse('072');

... (truncated)

Commits
  • 0055b23 Merge branch '6.4' into 7.0
  • 4f9237a Merge branch '6.3' into 6.4
  • 3493af8 Merge branch '5.4' into 6.3
  • f387675 [Yaml] Fix uid binary parsing
  • 6571eb0 Fix block scalar array parsing
  • 5efffe8 Merge branch '6.4' into 7.0
  • 96d3ed6 Fix wrong yaml parse null test
  • 9610b8b [Yaml] Remove dead code
  • fa5302a minor #52334 [Yaml]  Inline::parse(null) not allowed (GromNaN)
  • 245813a Merge branch '6.3' into 6.4
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 4, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/dependencies-44f0f8e6d8 branch 3 times, most recently from a009fee to 9e83931 Compare December 5, 2023 22:00
Updates the requirements on [symfony/console](https://github.com/symfony/console) and [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version.

Updates `symfony/console` to 7.0.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.3.0...v7.0.1)

Updates `symfony/yaml` to 7.0.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.3.0...v7.0.0)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:development
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/dependencies-44f0f8e6d8 branch from 9e83931 to a6884e8 Compare December 5, 2023 22:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2023
@dependabot dependabot bot deleted the dependabot/composer/dependencies-44f0f8e6d8 branch December 5, 2023 22:31
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