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 4.3.1 to 4.4.13 #24

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 3, 2020

Bumps symfony/dependency-injection from 4.3.1 to 4.4.13.

Release notes

Sourced from symfony/dependency-injection's releases.

v4.4.13

Changelog (symfony/dependency-injection@v4.4.12...v4.4.13)

  • bug #38023 fix inlining of non-shared services (nicolas-grekas)

v4.4.12

Changelog (symfony/dependency-injection@v4.4.11...v4.4.12)

  • bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)

v4.4.11

Changelog (symfony/dependency-injection@v4.4.10...v4.4.11)

  • bug #37511 Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
  • bug #37429 fix parsing of argument type=binary in xml (Tobion)
  • bug #37353 disable preload.php on the CLI (nicolas-grekas)
  • bug #37341 Fix support for PHP8 union types (nicolas-grekas)
  • bug #37340 Fix support for PHP8 union types (nicolas-grekas)
  • bug #37275 tighten detection of local dirs to prevent false positives (nicolas-grekas)

v4.4.10

Changelog (symfony/dependency-injection@v4.4.9...v4.4.10)

  • bug #37227 Handle unresolved parameters pointing to environment variables (fancyweb)
  • bug #37193 Always resolve parameters (fancyweb)

v4.4.9

Changelog (symfony/dependency-injection@v4.4.8...v4.4.9)

  • bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
  • bug #36501 Show the ParseException message in all YAML file loaders (fancyweb)

v4.4.8

Changelog (symfony/dependency-injection@v4.4.7...v4.4.8)

  • bug #36454 Support late aliases (fancyweb)
  • bug #36408 add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions (soyuka)
  • bug #36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
  • bug #36392 add missing property declarations in InlineServiceConfigurator (nicolas-grekas)
  • bug #36387 fix detecting short service syntax in yaml (nicolas-grekas)

v4.4.7

Changelog (symfony/dependency-injection@v4.4.6...v4.4.7)

  • bug #36262 fix generating TypedReference from PriorityTaggedServiceTrait (nicolas-grekas)

v4.4.6

Changelog (symfony/dependency-injection@v4.4.5...v4.4.6)

  • bug #36108 Fix CheckTypeDeclarationPass (guillbdx)
Changelog

Sourced from symfony/dependency-injection's changelog.

CHANGELOG

5.2.0

  • added param() and abstract_arg() in the PHP-DSL
  • deprecated Definition::setPrivate() and Alias::setPrivate(), use setPublic() instead

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
  • deprecated PHP-DSL's inline() function, use service() 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
Commits
  • 384c260 [DI] fix inlining of non-shared services
  • 54bbe10 minor #37831 stop using deprecated PHPUnit APIs (xabbuh)
  • 4ba95b1 stop using deprecated PHPUnit APIs
  • 3284807 Fix CS
  • 4c62edf Merge branch '3.4' into 4.4
  • 7d15cf4 bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)
  • 3c61512 Fix deprecated libxml_disable_entity_loader
  • f63cb69 Modernized deprecated PHPUnit assertion calls
  • 3a14abc Fix PHPUnit 8.5 deprecations.
  • f33a28e Merge branch '3.4' into 4.4
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @lcobucci.


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 Sep 3, 2020
@lcobucci lcobucci self-assigned this Sep 5, 2020
lcobucci
lcobucci previously approved these changes Sep 5, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/symfony/dependency-injection-4.4.13 branch from 569c08e to 0803ee4 Compare September 5, 2020 10:49
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@dependabot-preview dependabot-preview bot merged commit 07d389f into master Sep 5, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/symfony/dependency-injection-4.4.13 branch September 5, 2020 10:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant