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

fix(deps): update symfony packages to v6 (major) #5118

Merged
merged 1 commit into from Apr 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
symfony/asset (source) require major ^5.4 -> ^6.0
symfony/cache (source) require major ^5.4 -> ^6.0
symfony/config (source) require major ^5.4 -> ^6.0
symfony/console (source) require major ^5.4 -> ^6.0
symfony/dependency-injection (source) require major ^5.4 -> ^6.0
symfony/doctrine-bridge (source) require major ^5.2 -> ^6.0
symfony/event-dispatcher (source) require major ^5.4 -> ^6.0
symfony/filesystem (source) require major ^5.4 -> ^6.0
symfony/finder (source) require major ^5.4 -> ^6.0
symfony/form (source) require major ^5.4 -> ^6.0
symfony/framework-bundle (source) require major ^5.4 -> ^6.0
symfony/http-foundation (source) require major ^5.4 -> ^6.0
symfony/http-kernel (source) require major ^5.4 -> ^6.0
symfony/intl (source) require major ^5.4 -> ^6.0
symfony/mailer (source) require major ^5.4 -> ^6.0
symfony/property-access (source) require major ^5.4 -> ^6.0
symfony/routing (source) require major ^5.4 -> ^6.0
symfony/security-bundle (source) require major ^5.4 -> ^6.0
symfony/string (source) require major ^5.4 -> ^6.0
symfony/twig-bundle (source) require major ^5.4 -> ^6.0
symfony/validator (source) require major ^5.4 -> ^6.0
symfony/yaml (source) require major ^5.4 -> ^6.0

Release Notes

symfony/asset

v6.2.7

Compare Source

Changelog (symfony/asset@v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (symfony/asset@v6.2.4...v6.2.5)

  • no significant changes

v6.2.0

Compare Source

Changelog (symfony/asset@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.5

Compare Source

Changelog (symfony/asset@v6.1.4...v6.1.5)

  • no significant changes

v6.1.0

Compare Source

Changelog (symfony/asset@v6.1.0-RC1...v6.1.0)

  • no significant changes

v6.0.19

Compare Source

Changelog (symfony/asset@v6.0.18...v6.0.19)

  • no significant changes

v6.0.13

Compare Source

Changelog (symfony/asset@v6.0.12...v6.0.13)

  • no significant changes

v6.0.7

Compare Source

Changelog (symfony/asset@v6.0.6...v6.0.7)

  • no significant changes

v6.0.3

Compare Source

Changelog (symfony/asset@v6.0.2...v6.0.3)

  • no significant changes

v6.0.1

Compare Source

Changelog (symfony/asset@v6.0.0...v6.0.1)

  • bug #​44494 Remove FQCN type hints on properties (fabpot)

v6.0.0

Compare Source

Changelog (symfony/asset@v6.0.0-RC1...v6.0.0)

  • no significant changes
symfony/cache

v6.2.8

Compare Source

Changelog (symfony/cache@v6.2.7...v6.2.8)

  • bug #​49848 Fix storing binary keys when using pgsql (nicolas-grekas)

v6.2.7

Compare Source

Changelog (symfony/cache@v6.2.6...v6.2.7)

  • bug #​49422 fixed CallbackInterface support in async expiration handler (AdamKatzDev)
  • bug #​49395 fix trying to load Memcached before checking we can (nicolas-grekas)
  • bug #​49353 Only validate dbindex parameter when applicable (loevgaard)
  • bug #​49282 Fix lazy-proxying readonly classes on PHP 8.3 (nicolas-grekas)
  • bug #​49255 Fix Redis proxies (nicolas-grekas)

v6.2.5

Compare Source

Changelog (symfony/cache@v6.2.4...v6.2.5)

  • bug #​49031 fix collecting cache stats when nesting computations (nicolas-grekas)

v6.2.4

Compare Source

Changelog (symfony/cache@v6.2.3...v6.2.4)

  • bug #​48823 Fix possibly null value passed to preg_match() in RedisTrait (chalasr)
  • bug #​48816 Fix for RedisAdapter without auth parameter (rikvdh)

v6.2.3

Compare Source

Changelog (symfony/cache@v6.2.2...v6.2.3)

  • bug #​48711 RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)

v6.2.2

Compare Source

Changelog (symfony/cache@v6.2.1...v6.2.2)

  • bug #​48680 fix lazyness of redis when using RedisTagAwareAdapter (nicolas-grekas)
  • bug #​47979 Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)

v6.2.0

Compare Source

Changelog (symfony/cache@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.10

Compare Source

Changelog (symfony/cache@v6.1.9...v6.1.10)

  • bug #​48823 Fix possibly null value passed to preg_match() in RedisTrait (chalasr)
  • bug #​48816 Fix for RedisAdapter without auth parameter (rikvdh)

v6.1.9

Compare Source

Changelog (symfony/cache@v6.1.8...v6.1.9)

  • bug #​48711 RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
  • bug #​47979 Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)

v6.1.8

Compare Source

Changelog (symfony/cache@v6.1.7...v6.1.8)

  • no significant changes

v6.1.7

Compare Source

Changelog (symfony/cache@v6.1.6...v6.1.7)

  • bug #​47884 Reserve numeric keys when doing memory leak prevention (simoheinonen)

v6.1.5

Compare Source

Changelog (symfony/cache@v6.1.4...v6.1.5)

  • no significant changes

v6.1.3

Compare Source

Changelog (symfony/cache@v6.1.2...v6.1.3)

  • bug #​47003 Ensured that redis adapter can use multiple redis sentinel hosts (warslett)

v6.1.2

Compare Source

Changelog (symfony/cache@v6.1.1...v6.1.2)

  • bug #​46699 Respect $save option in all adapters (jrjohnson)

v6.1.1

Compare Source

Changelog (symfony/cache@v6.1.0...v6.1.1)

  • bug #​46543 do not pass null to strlen() (xabbuh)

v6.1.0

Compare Source

Changelog (symfony/cache@v6.1.0-RC1...v6.1.0)

  • bug #​46401 Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode)

v6.0.19

Compare Source

Changelog (symfony/cache@v6.0.18...v6.0.19)

  • bug #​49031 fix collecting cache stats when nesting computations (nicolas-grekas)

v6.0.18

Compare Source

Changelog (symfony/cache@v6.0.17...v6.0.18)

  • bug #​48823 Fix possibly null value passed to preg_match() in RedisTrait (chalasr)
  • bug #​48816 Fix for RedisAdapter without auth parameter (rikvdh)

v6.0.17

Compare Source

Changelog (symfony/cache@v6.0.16...v6.0.17)

  • bug #​48711 RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
  • bug #​47979 Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)

v6.0.16

Compare Source

Changelog (symfony/cache@v6.0.15...v6.0.16)

  • no significant changes

v6.0.15

Compare Source

Changelog (symfony/cache@v6.0.14...v6.0.15)

  • bug #​47884 Reserve numeric keys when doing memory leak prevention (simoheinonen)

v6.0.13

Compare Source

Changelog (symfony/cache@v6.0.12...v6.0.13)

  • no significant changes

v6.0.11

Compare Source

Changelog (symfony/cache@v6.0.10...v6.0.11)

  • bug #​47003 Ensured that redis adapter can use multiple redis sentinel hosts (warslett)

v6.0.10

Compare Source

Changelog (symfony/cache@v6.0.9...v6.0.10)

  • bug #​46699 Respect $save option in all adapters (jrjohnson)
  • bug #​46543 do not pass null to strlen() (xabbuh)

v6.0.9

Compare Source

Changelog (symfony/cache@v6.0.8...v6.0.9)

  • bug #​46401 Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode)

v6.0.8

Compare Source

Changelog (symfony/cache@v6.0.7...v6.0.8)

  • bug #​46143 Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1 (sbelyshkin)

v6.0.6

Compare Source

Changelog (symfony/cache@v6.0.5...v6.0.6)

  • no significant changes

v6.0.5

Compare Source

Changelog (symfony/cache@v6.0.4...v6.0.5)

  • bug #​45482 Add missing log when saving namespace (developer-av)
  • bug #​45339 fix error handling when using Redis (nicolas-grekas)
  • bug #​45281 Fix connecting to Redis via a socket file (alebedev80)

v6.0.3

Compare Source

Changelog (symfony/cache@v6.0.2...v6.0.3)

  • bug #​45096 Throw exception if incompatible version of psr/simple-cache is used (colinodell)
  • bug #​45029 Set mtime of cache files 1 year into future if they do not expire (Blacksmoke16)

v6.0.2

Compare Source

Changelog (symfony/cache@v6.0.1...v6.0.2)

  • bug #​44820 Don't lock when doing nested computations (nicolas-grekas)
  • bug #​44799 fix compat with apcu < 5.1.10 (nicolas-grekas)
  • bug #​44737 Fix Psr16Cache not being compatible with non-Symfony cache pools (colinodell)
  • bug #​44577 Fix proxy no expiration to the Redis (Sergey Belyshkin)
  • bug #​44669 disable lock on CLI (nicolas-grekas)
  • bug #​44667 Revert "feature #​41989 make LockRegistry use semaphores when possible" (nicolas-grekas)

v6.0.1

Compare Source

Changelog (symfony/cache@v6.0.0...v6.0.1)

  • bug #​44494 Remove FQCN type hints on properties (fabpot)

v6.0.0

Compare Source

Changelog (symfony/cache@v6.0.0-RC1...v6.0.0)

  • no significant changes
symfony/config

v6.2.7

Compare Source

Changelog (symfony/config@v6.2.6...v6.2.7)

  • bug #​49248 Fix phpdoc nullable (alamirault)

v6.2.5

Compare Source

Changelog (symfony/config@v6.2.4...v6.2.5)

  • bug #​48917 Fix XML dump when node example is an array (alexandre-daubois)

v6.2.0

Compare Source

Changelog (symfony/config@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.3

Compare Source

Changelog (symfony/config@v6.1.2...v6.1.3)

  • no significant changes

v6.1.0

Compare Source

Changelog (symfony/config@v6.1.0-RC1...v6.1.0)

  • bug #​46328 Allow scalar configuration in PHP Configuration (jderusse, HypeMC)
  • bug #​46364 Fix looking for single files in phars with GlobResource (nicolas-grekas)

v6.0.19

Compare Source

Changelog (symfony/config@v6.0.18...v6.0.19)

  • bug #​48917 Fix XML dump when node example is an array (alexandre-daubois)

v6.0.11

Compare Source

Changelog (symfony/config@v6.0.10...v6.0.11)

  • no significant changes

v6.0.9

Compare Source

Changelog (symfony/config@v6.0.8...v6.0.9)

  • bug #​46328 Allow scalar configuration in PHP Configuration (jderusse, HypeMC)
  • bug #​46364 Fix looking for single files in phars with GlobResource (nicolas-grekas)

v6.0.8

Compare Source

Changelog (symfony/config@v6.0.7...v6.0.8)

  • no significant changes

v6.0.7

Compare Source

Changelog (symfony/config@v6.0.6...v6.0.7)

  • bug #​45789 Fix using null values with config builders (HypeMC)

v6.0.3

Compare Source

Changelog (symfony/config@v6.0.2...v6.0.3)

  • no significant changes

v6.0.2

Compare Source

Changelog (symfony/config@v6.0.1...v6.0.2)

  • bug #​44537 In XmlUtils, avoid converting from octal every string starting with a 0 (alexandre-daubois)

v6.0.0

Compare Source

Changelog (symfony/config@v6.0.0-RC1...v6.0.0)

  • no significant changes
symfony/console

v6.2.8

Compare Source

Changelog (symfony/console@v6.2.7...v6.2.8)

  • bug #​49765 Add missing ZSH mention in DumpCompletionCommand help (lyrixx)
  • bug #​49274 Disable links for IntelliJ platform (SerafimArts)

v6.2.7

Compare Source

Changelog (symfony/console@v6.2.6...v6.2.7)

  • bug #​49528 Fix fatal error when accessing Application::signalRegistry without pcntl (lyrixx)
  • bug #​48897 fix clear of section with question (maxbeckers)

v6.2.5

Compare Source

Changelog (symfony/console@v6.2.4...v6.2.5)

  • no significant changes

v6.2.3

Compare Source

Changelog (symfony/console@v6.2.2...v6.2.3)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)

v6.2.2

Compare Source

Changelog (symfony/console@v6.2.1...v6.2.2)

  • bug #​48681 Revert "bug #​48089 Fix clear line with question in section (maxbeckers) (chalasr)
  • bug #​48580 Fix missing command not matching namespace error message (Titouan Galopin)
  • bug #​48089 Fix clear line with question in section (maxbeckers)

v6.2.1

Compare Source

Changelog (symfony/console@v6.2.0...v6.2.1)

  • bug #​48428 Fixed undefined variable error (Kevin Meijer)

v6.2.0

Compare Source

Changelog (symfony/console@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.9

Compare Source

Changelog (symfony/console@v6.1.8...v6.1.9)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)
  • bug #​48681 Revert "bug #​48089 Fix clear line with question in section (maxbeckers) (chalasr)
  • bug #​48089 Fix clear line with question in section (maxbeckers)

v6.1.8

Compare Source

Changelog (symfony/console@v6.1.7...v6.1.8)

  • bug #​48179 Support completion for bash functions (Chi-teck)
  • bug #​48217 Improve error message when shell is not detected in completion command (GromNaN)
  • bug #​48210  Fix signal handlers called after event listeners and skip exit (GromNaN)
  • bug #​47998 Fix console ProgressBar::override() after manual ProgressBar::cleanup() (maxbeckers)
  • bug #​48085 Tell about messenger:consume invalid limit options (MatTheCat)

v6.1.7

Compare Source

Changelog (symfony/console@v6.1.6...v6.1.7)

  • bug #​47907 Update Application.php (aleksandr-shevchenko)
  • bug #​47883 Fix error output on windows cli (Maximilian.Beckers)

v6.1.6

Compare Source

Changelog (symfony/console@v6.1.5...v6.1.6)

  • bug #​47779 Fix Helper::removeDecoration hyperlink bug (greew)

v6.1.5

Compare Source

Changelog (symfony/console@v6.1.4...v6.1.5)

  • bug #​47463 Make fish completion run in non interactive mode (Seldaek)
  • bug #​47394 Make bash completion run in non interactive mode (Seldaek)

v6.1.4

Compare Source

Changelog (symfony/console@v6.1.3...v6.1.4)

  • bug #​47372 Fix OutputFormatterStyleStack::getCurrent return type (alamirault)
  • bug #​47218 fix dispatch signal event check for compatibility with the contract interface (xabbuh)
  • bug #​45333 Fix ConsoleEvents::SIGNAL subscriber dispatch (GwendolenLynch)

v6.1.3

Compare Source

Changelog (symfony/console@v6.1.2...v6.1.3)

  • bug #​47022 get full command path for command in search path (remicollet)

v6.1.2

Compare Source

Changelog (symfony/console@v6.1.1...v6.1.2)

  • bug #​46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)

v6.1.1

Compare Source

Changelog (symfony/console@v6.1.0...v6.1.1)

  • bug #​46608 Fix deprecation when description is null (HypeMC)
  • bug #​46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v6.1.0

Compare Source

Changelog (symfony/console@v6.1.0-RC1...v6.1.0)

  • bug #​46387 Complete negatable options (Fish) (GromNaN)

v6.0.19

Compare Source

Changelog (symfony/console@v6.0.18...v6.0.19)

  • no significant changes

v6.0.17

Compare Source

Changelog (symfony/console@v6.0.16...v6.0.17)

  • bug #​48784 Correctly overwrite progressbars with different line count per step (ncharalampidis)

v6.0.16

Compare Source

Changelog (symfony/console@v6.0.15...v6.0.16)

  • bug #​48179 Support completion for bash functions (Chi-teck)
  • bug #​48217 Improve error message when shell is not detected in completion command (GromNaN)
  • bug #​48210  Fix signal handlers called after event listeners and skip exit (GromNaN)
  • bug #​47998 Fix console ProgressBar::override() after manual ProgressBar::cleanup() (maxbeckers)
  • bug #​48085 Tell about messenger:consume invalid limit options (MatTheCat)

v6.0.15

Compare Source

Changelog (symfony/console@v6.0.14...v6.0.15)

  • bug #​47907 Update Application.php (aleksandr-shevchenko)
  • bug #​47883 Fix error output on windows cli (Maximilian.Beckers)

v6.0.14

Compare Source

Changelog (symfony/console@v6.0.13...v6.0.14)

  • bug #​47779 Fix Helper::removeDecoration hyperlink bug (greew)

v6.0.13

Compare Source

Changelog (symfony/console@v6.0.12...v6.0.13)

  • bug #​47394 Make bash completion run in non interactive mode (Seldaek)

v6.0.12

Compare Source

Changelog (symfony/console@v6.0.11...v6.0.12)

  • bug #​47372 Fix OutputFormatterStyleStack::getCurrent return type (alamirault)
  • bug #​47218 fix dispatch signal event check for compatibility with the contract interface (xabbuh)
  • bug #​45333 Fix ConsoleEvents::SIGNAL subscriber dispatch (GwendolenLynch)

v6.0.11

Compare Source

Changelog (symfony/console@v6.0.10...v6.0.11)

  • bug #​47022 get full command path for command in search path (remicollet)

v6.0.10

Compare Source

Changelog (symfony/console@v6.0.9...v6.0.10)

  • bug #​46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #​46608 Fix deprecation when description is null (HypeMC)
  • bug #​46595 Escape % in command name & description from getDefaultName() (ogizanagi)
  • bug #​46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v6.0.9

Compare Source

Changelog (symfony/console@v6.0.8...v6.0.9)

  • bug #​46386  Fix missing negative variation of negatable options in shell completion (GromNaN)
  • bug #​46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #​46341 Fix aliases handling in command name completion (Seldaek)
  • bug #​46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #​46264 Better required argument check in InputArgument (jnoordsij)

v6.0.8

Compare Source

Changelog (symfony/console@v6.0.7...v6.0.8)

  • bug #​45565 Fix table header seperator wrapping (alamirault)

v6.0.7

Compare Source

Changelog (symfony/console@v6.0.6...v6.0.7)

  • bug #​45851 Fix exit status on uncaught exception with negative code (acoulton)
  • bug #​44915 Fix compact table style to avoid outputting a leading space (Seldaek)

v6.0.5

Compare Source

Changelog (symfony/console@v6.0.4...v6.0.5)

v6.0.3

Compare Source

Changelog (symfony/console@v6.0.2...v6.0.3)

  • bug #​43149 Silence warnings during tty detection (neclimdul)
  • bug #​45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #​45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #​45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #​45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #​44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v6.0.2

Compare Source

Changelog (symfony/console@v6.0.1...v6.0.2)

  • bug #​44730  Fix autocompletion of argument with default value (GromNaN)

v6.0.1

Compare Source

Changelog (symfony/console@v6.0.0...v6.0.1)

  • bug #​44523 Fix polyfill-php73 requirement (Seldaek)
  • bug #​44494 Remove FQCN type hints on properties (fabpot)
  • bug #​44475 Handle alias in completion script (GromNaN)
  • bug #​44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v6.0.0

Compare Source

Changelog (symfony/console@v6.0.0-RC1...v6.0.0)

  • no significant changes
symfony/dependency-injection

v6.2.8

Compare Source

Changelog (symfony/dependency-injection@v6.2.7...v6.2.8)

  • bug #​49867 Filter "container.excluded" services when using findTaggedServiceIds() (nicolas-grekas)
  • bug #​49651 Fix support binary values in parameters. (vtsykun)
  • bug #​49578 Fix dumping array of enums parameters (fancyweb)

v6.2.7

Compare Source

Changelog (symfony/dependency-injection@v6.2.6...v6.2.7)

  • bug #​49379 Fix autowire attribute with nullable parameters (alamirault)
  • bug #​49334 keep proxy tag on original definition when decorating (kbond)
  • bug #​49282 Fix lazy-proxying readonly classes on PHP 8.3 (nicolas-grekas)
  • bug #​49128 Fix combinatory explosion when autowiring union and intersection types (nicolas-grekas)

v6.2.6

Compare Source

Changelog (symfony/dependency-injection@v6.2.5...v6.2.6)

  • bug #​49126 Fix order of arguments when mixing positional and named ones (nicolas-grekas)

v6.2.5

Compare Source

Changelog (symfony/dependency-injection@v6.2.4...v6.2.5)

  • bug #​49077 Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
  • bug #​48958 fixes validation of non-scalar attribute values (ju1ius)
  • bug #​48971 Fix dump order of inlined deps (nicolas-grekas)
  • bug #​48931 Fix dumping inlined withers (nicolas-grekas)
  • bug #​48926 Fix support for named arguments on non-autowired services (nicolas-grekas)

v6.2.3

Compare Source

Changelog (symfony/dependency-injection@v6.2.2...v6.2.3)

  • bug #​48805 Fix resolving parameters when dumping lazy proxies (nicolas-grekas)
  • bug #​48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)

v6.2.2

Compare Source

Changelog (symfony/dependency-injection@v6.2.1...v6.2.2)

  • bug #​48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #​48449 Fix bug when tag name is a text node (BrandonlinU)
  • bug #​48522 Generate different classes for ghost objects and virtual proxies (nicolas-grekas)
  • bug #​48482 Revert "bug #​48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.2.1

Compare Source

Changelog (symfony/dependency-injection@v6.2.0...v6.2.1)

  • bug #​48502 Fix ContainerBuilder stats env usage with enum (alamirault)
  • bug #​48483 Remove refs that point to container.excluded services when allowed (nicolas-grekas)
  • bug #​48461 Fix possible memory-leak when using lazy-objects (nicolas-grekas)

v6.2.0

Compare Source

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

  • no significant changes

v6.1.12

Compare Source

Changelog (symfony/dependency-injection@v6.1.11...v6.1.12)

  • bug #​49126 Fix order of arguments when mixing positional and named ones (nicolas-grekas)

v6.1.11

Compare Source

v6.1.9

Compare Source

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

  • bug #​48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
  • bug #​48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #​48482 Revert "bug #​48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.1.8

Compare Source

Changelog (symfony/dependency-injection@v6.1.7...v6.1.8)

  • bug #​48224 Process bindings in ServiceLocatorTagPass (MatTheCat)
  • bug #​48093 don't move locator tag for service subscriber (RobertMe)
  • bug #​48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)

v6.1.5

Compare Source

Changelog (symfony/dependency-injection@v6.1.4...v6.1.5)

  • bug #​47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)

v6.1.3

Compare Source

Changelog (symfony/dependency-injection@v6.1.2...v6.1.3)

  • 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.1.2

Compare Source

Changelog (symfony/dependency-injection@v6.1.1...v6.1.2)

  • no significant changes

v6.1.0

Compare Source

Changelog (symfony/dependency-injection@v6.1.0-RC1...v6.1.0)

  • 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)

v6.0.20

Compare Source

Changelog (symfony/dependency-injection@v6.0.19...v6.0.20)

  • bug #​49126 Fix order of arguments when mixing positional and named ones (nicolas-grekas)

v6.0.19

Compare Source

Changelog (symfony/dependency-injection@v6.0.18...v6.0.19)

  • bug #​49077 Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
  • bug #​48971 Fix dump order of inlined deps (nicolas-grekas)
  • bug #​48931 Fix dumping inlined withers (nicolas-grekas)
  • bug #​48926 Fix support for named arguments on non-autowired services (nicolas-grekas)

v6.0.17

Compare Source

Changelog (symfony/dependency-injection@v6.0.16...v6.0.17)

  • bug #​48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
  • bug #​48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #​48482 Revert "bug #​48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.0.16

Compare Source

Changelog (symfony/dependency-injection@v6.0.15...v6.0.16)

  • bug #​48224 Process bindings in ServiceLocatorTagPass (MatTheCat)
  • bug #​48093 don't move locator tag for service subscriber (RobertMe)
  • bug #​48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)

v6.0.13

Compare Source

Changelog (symfony/dependency-injection@v6.0.12...v6.0.13)

  • bug #​47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)

v6.0.11

Compare Source

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

Compare Source

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

  • no significant changes

v6.0.9

Compare Source

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

Compare Source

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

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

v6.0.7

Compare Source

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

  • no significant changes

v6.0.6

Compare Source

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

  • no significant changes

v6.0.5

[Compare Source](https://togithub.com/symfony/dependency-i


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Guite Guite added this to the 4.0.0 milestone Apr 1, 2023
@Guite Guite merged commit 674e665 into main Apr 1, 2023
3 of 4 checks passed
@Guite Guite deleted the renovate/major-6-symfony branch April 1, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant