Skip to content

Bump symfony/dependency-injection from 5.4.6 to 6.0.11#38

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/dependency-injection-6.0.11
Closed

Bump symfony/dependency-injection from 5.4.6 to 6.0.11#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/dependency-injection-6.0.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 1, 2022

Bumps symfony/dependency-injection from 5.4.6 to 6.0.11.

Release notes

Sourced from symfony/dependency-injection's releases.

v6.0.11

Changelog (symfony/dependency-injection@v6.0.10...v6.0.11)

  • bug #46973 Fail gracefully when attempting to autowire composite types (derrabus)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)

v6.0.10

Changelog (symfony/dependency-injection@v6.0.9...v6.0.10)

  • no significant changes

v6.0.9

Changelog (symfony/dependency-injection@v6.0.8...v6.0.9)

  • bug #46448 Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)
  • bug #46427 fix wiring of annotations.cached_reader (nicolas-grekas)
  • bug #46425 Ignore unused bindings defined by attribute (nicolas-grekas)
  • bug #46276 Fix lazyness of AutowiringFailedException (nicolas-grekas)

v6.0.8

Changelog (symfony/dependency-injection@v6.0.7...v6.0.8)

  • bug #46178 Properly declare #[When] as allowed on functions (nicolas-grekas)

v6.0.7

Changelog (symfony/dependency-injection@v6.0.6...v6.0.7)

  • no significant changes

v6.0.6

Changelog (symfony/dependency-injection@v6.0.5...v6.0.6)

  • no significant changes

v6.0.5

Changelog (symfony/dependency-injection@v6.0.4...v6.0.5)

  • bug #45529 Don't reset env placeholders during compilation (nicolas-grekas)
  • bug #44868 Fix using PHP 8.1 enum as parameters (ogizanagi)
  • bug #45258 Don't dump polyfilled classes in preload script (nicolas-grekas)

v6.0.3

Changelog (symfony/dependency-injection@v6.0.2...v6.0.3)

  • bug #44986 copy synthetic status when resolving child definitions (kbond)
  • bug #45063 remove arbitratry limitation to exclude inline services from bindings (nicolas-grekas)
  • bug #44979 Add iterable to possible binding type (vladimir.panivko)
  • bug #44932 Fix nested env var with resolve processor (Laurent Moreau)
  • bug #44879 Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory (fancyweb)

... (truncated)

Changelog

Sourced from symfony/dependency-injection's changelog.

CHANGELOG

6.1

  • Add #[MapDecorated] attribute telling to which parameter the decorated service should be mapped in a decorator
  • Add #[AsDecorator] attribute to make a service decorates another
  • Add $exclude to TaggedIterator and TaggedLocator attributes
  • Add $exclude to tagged_iterator and tagged_locator configurator
  • Add an env function to the expression language provider
  • Add an Autowire attribute to tell a parameter how to be autowired
  • Allow using expressions as service factories
  • Add argument type closure to help passing closures to services
  • Deprecate ReferenceSetArgumentTrait
  • Add AbstractExtension class for DI configuration/definition on a single file

6.0

  • Remove Definition::setPrivate() and Alias::setPrivate(), use setPublic() instead
  • Remove inline() in favor of inline_service() and ref() in favor of service() when using the PHP-DSL
  • Remove Definition::getDeprecationMessage(), use Definition::getDeprecation() instead
  • Remove Alias::getDeprecationMessage(), use Alias::getDeprecation() instead
  • Remove the Psr\Container\ContainerInterface and Symfony\Component\DependencyInjection\ContainerInterface aliases of the service_container service

5.4

  • Add $defaultIndexMethod and $defaultPriorityMethod to TaggedIterator and TaggedLocator attributes
  • Add service_closure() to the PHP-DSL
  • Add support for autoconfigurable attributes on methods, properties and parameters
  • Make auto-aliases private by default
  • Add support for autowiring union and intersection types

5.3

  • Add ServicesConfigurator::remove() in the PHP-DSL
  • Add %env(not:...)% processor to negate boolean values
  • Add support for loading autoconfiguration rules via the #[Autoconfigure] and #[AutoconfigureTag] attributes on PHP 8
  • Add #[AsTaggedItem] attribute for defining the index and priority of classes found in tagged iterators/locators
  • Add autoconfigurable attributes
  • Add support for autowiring tagged iterators and locators via attributes on PHP 8
  • Add support for per-env configuration in XML and Yaml loaders
  • Add ContainerBuilder::willBeAvailable() to help with conditional configuration
  • Add support an integer return value for default_index_method
  • Add #[When(env: 'foo')] to skip autoregistering a class when the env doesn't match
  • Add env() and EnvConfigurator in the PHP-DSL
  • Add support for ConfigBuilder in the PhpFileLoader
  • Add ContainerConfigurator::env() to get the current environment

... (truncated)

Commits
  • 5f6246e Merge branch '5.4' into 6.0
  • a8b9251 Fix CS
  • e3ebabc Merge branch '5.4' into 6.0
  • 9354ef2 fix expected autowiring exception message
  • a748096 Merge branch '5.4' into 6.0
  • 7a5e65d Merge branch '4.4' into 5.4
  • 9cc5694 Fail gracefully when attempting to autowire composite types
  • e3d08ee Merge branch '5.4' into 6.0
  • 2062f14 Merge branch '4.4' into 5.4
  • 90ef4f5 Spaces in system temp folder path cause deprecation errors in php 8
  • 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)

Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 5.4.6 to 6.0.11.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/6.1/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v5.4.6...v6.0.11)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 1, 2022

Superseded by #58.

@dependabot dependabot Bot closed this Oct 1, 2022
@dependabot dependabot Bot deleted the dependabot/composer/symfony/dependency-injection-6.0.11 branch October 1, 2022 07:05
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.

0 participants