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

Bump symfony/dependency-injection from 5.1.8 to 5.2.0 #427

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Bumps symfony/dependency-injection from 5.1.8 to 5.2.0.

Release notes

Sourced from symfony/dependency-injection's releases.

v5.2.0

Changelog (symfony/dependency-injection@v5.2.0-RC2...v5.2.0)

  • bug #39129 Fix circular in DI with lazy + byContruct loop (jderusse)
  • bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)

v5.2.0-RC2

Changelog (symfony/dependency-injection@v5.2.0-RC1...v5.2.0-RC2)

  • bug #38999 autoconfigure behavior describing tags on decorators (xabbuh)
  • bug #39058 Fix circular detection with multiple paths (jderusse)

v5.2.0-RC1

Changelog (symfony/dependency-injection@v5.2.0-BETA3...v5.2.0-RC1)

  • bug #39021 Optimize circular collection by removing flattening (jderusse)
  • bug #38980 Fix circular reference with Factory + Lazy Iterrator (jderusse)
  • bug #38882 Improve performances in CircualReference detection (jderusse)

v5.1.9

Changelog (symfony/dependency-injection@v5.1.8...v5.1.9)

  • bug #39129 Fix circular in DI with lazy + byContruct loop (jderusse)
  • bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
  • bug #38999 autoconfigure behavior describing tags on decorators (xabbuh)
  • bug #39058 Fix circular detection with multiple paths (jderusse)
  • bug #39021 Optimize circular collection by removing flattening (jderusse)
  • bug #38980 Fix circular reference with Factory + Lazy Iterrator (jderusse)
  • bug #38882 Improve performances in CircualReference detection (jderusse)
Changelog

Sourced from symfony/dependency-injection's changelog.

5.2.0

  • added param() and abstract_arg() in the PHP-DSL
  • deprecated Definition::setPrivate() and Alias::setPrivate(), use setPublic() instead
  • added support for the #[Required] attribute

5.1.0

  • deprecated inline() in favor of inline_service() and ref() in favor of service() when using the PHP-DSL
  • allow decorators to reference their decorated service using the special .inner id
  • added support to autowire public typed properties in php 7.4
  • added support for defining method calls, a configurator, and property setters in InlineServiceConfigurator
  • added possibility to define abstract service arguments
  • allowed mixing "parent" and instanceof-conditionals/defaults/bindings
  • updated the signature of method Definition::setDeprecated() to Definition::setDeprecation(string $package, string $version, string $message)
  • updated the signature of method Alias::setDeprecated() to Alias::setDeprecation(string $package, string $version, string $message)
  • updated the signature of method DeprecateTrait::deprecate() to DeprecateTrait::deprecation(string $package, string $version, string $message)
  • deprecated the Psr\Container\ContainerInterface and Symfony\Component\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead
  • added class Symfony\Component\DependencyInjection\Dumper\Preloader to help with preloading on PHP 7.4+
  • added tags container.preload/.no_preload to declare extra classes to preload/services to not preload
  • allowed loading and dumping tags with an attribute named "name"
  • deprecated Definition::getDeprecationMessage(), use Definition::getDeprecation() instead
  • deprecated Alias::getDeprecationMessage(), use Alias::getDeprecation() instead
  • added support of PHP8 static return type for withers
  • added AliasDeprecatedPublicServicesPass to deprecate public services to private

5.0.0

  • removed support for auto-discovered extension configuration class which does not implement ConfigurationInterface
  • removed support for non-string default env() parameters
  • moved ServiceSubscriberInterface to the Symfony\Contracts\Service namespace
  • removed RepeatedPass and RepeatablePassInterface
  • removed support for short factory/configurator syntax from YamlFileLoader
  • removed ResettableContainerInterface, use ResetInterface instead
  • added argument $returnsClone to Definition::addMethodCall()
  • removed tagged, use tagged_iterator instead

4.4.0

  • added CheckTypeDeclarationsPass to check injected parameters type during compilation
  • added support for opcache.preload by generating a preloading script in the cache folder
  • added support for dumping the container in one file instead of many files
  • deprecated support for short factories and short configurators in Yaml
  • added tagged_iterator alias for tagged which might be deprecated in a future version
  • deprecated passing an instance of Symfony\Component\DependencyInjection\Parameter as class name to Symfony\Component\DependencyInjection\Definition

... (truncated)

Commits
  • 98cec9b Merge branch '5.1' into 5.2
  • 8b2ec9f Merge branch '4.4' into 5.1
  • 7126a3a bug #39129 [DependencyInjection] Fix circular in DI with lazy + byContruct lo...
  • a643f07 [DependencyInjection] Fix circular in DI with lazy + byContruct loop
  • f2edc17 bug #39068 [DependencyInjection][Translator] Silent deprecation triggered by ...
  • 5979a7f [DependencyInjection][Translator] Silent deprecation triggered by libxml_disa...
  • d7a2980 Merge branch '5.1' into 5.2
  • 94baa86 Merge branch '4.4' into 5.1
  • 45d8c7b bug #38999 [DependencyInjection] autoconfigure behavior describing tags on de...
  • b7133d8 autoconfigure behavior describing tags on decorators
  • 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.


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)

@smoench smoench merged commit baba37c into master Dec 4, 2020
@smoench smoench deleted the dependabot/composer/symfony/dependency-injection-5.2.0 branch December 4, 2020 10:59
@smoench smoench modified the milestones: 0.10.1, 0.10.2 Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant