martin-helmich / typo3-typoscript-lint

Find coding errors in your TypoScript files.
MIT License
82 stars 19 forks source link

Update symfony/config requirement from ^4.4 || 5.4 to ^4.4 || 5.4 || ^5.0 #143

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from symfony/config's releases.

v5.4.11

Changelog (https://github.com/symfony/config/compare/v5.4.10...v5.4.11)

  • no significant changes
Changelog

Sourced from symfony/config's changelog.

CHANGELOG

6.1

  • Allow using environment variables in EnumNode
  • Add Node's information in generated Config
  • Add DefinitionFileLoader class to load a TreeBuilder definition from an external file
  • Add DefinitionConfigurator helper

6.0

  • Remove BaseNode::getDeprecationMessage()

5.3.0

  • Add support for generating ConfigBuilder for extensions

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

... (truncated)

Commits


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 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[bot] commented 2 years ago

Looks like symfony/config is no longer updatable, so this is no longer needed.