Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Bump symfony/config from 2.6.3 to 2.8.52 #52

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 8, 2021

Bumps symfony/config from 2.6.3 to 2.8.52.

Changelog

Sourced from symfony/config's changelog.

CHANGELOG

5.1.0

  • updated the signature of method NodeDefinition::setDeprecated() to NodeDefinition::setDeprecation(string $package, string $version, string $message)
  • updated the signature of method BaseNode::setDeprecated() to BaseNode::setDeprecation(string $package, string $version, string $message)
  • deprecated passing a null message to BaseNode::setDeprecated() to un-deprecate a node
  • deprecated BaseNode::getDeprecationMessage(), use BaseNode::getDeprecation() instead

5.0.0

  • Dropped support for constructing a TreeBuilder without passing root node information.
  • Removed the root() method in TreeBuilder, pass the root node information to the constructor instead
  • Added method getChildNodeDefinitions() to ParentNodeDefinitionInterface
  • Removed FileLoaderLoadException, use LoaderLoadException instead

4.4.0

  • added a way to exclude patterns of resources from being imported by the import() method

4.3.0

  • deprecated using environment variables with cannotBeEmpty() if the value is validated with validate()
  • made Resource\* classes final and not implement Serializable anymore
  • deprecated the root() method in TreeBuilder, pass the root node information to the constructor instead

4.2.0

  • deprecated constructing a TreeBuilder without passing root node information
  • renamed FileLoaderLoadException to LoaderLoadException

4.1.0

  • added setPathSeparator method to NodeBuilder class
  • added third $pathSeparator constructor argument to BaseNode
  • the Processor class has been made final

4.0.0

  • removed ConfigCachePass

3.4.0

... (truncated)

Commits
  • 7dd5f50 minor #28912 [Config] Use intersection type when referring to ParentNodeDefin...
  • 853f9e0 [cs] correct invalid @param types
  • 65384ce bug #29152 [Config] Unset key during normalization (ro0NL)
  • a8fe58b [Config] Unset key during normalization
  • 978890f Bump phpunit XSD version to 5.2
  • 506aaec Fix ini_get() for boolean values
  • a049706 Use intersection type when referring to ParentNodeDefinitionInterface
  • fb34692 Consistently throw exceptions on a single line
  • a145664 Fix code examples in PHPDoc
  • 06c0be4 Enable native_constant_invocation CS fixer
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 8, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/symfony/config-2.8.52 branch from 995a4de to cbd79a9 Compare February 9, 2021 08:19
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants