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

Chore(deps): Bump the symfony_dependencies group with 20 updates #2544

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the symfony_dependencies group with 20 updates:

Package From To
symfony/asset 6.3.8 6.4.0
symfony/config 6.3.8 6.4.0
symfony/console 6.3.8 6.4.0
symfony/dotenv 6.3.7 6.4.0
symfony/expression-language 6.3.0 7.0.0
symfony/form 6.3.8 6.4.0
symfony/framework-bundle 6.3.8 6.3.9
symfony/process 6.3.4 7.0.0
symfony/property-access 6.3.2 6.4.0
symfony/property-info 6.3.0 6.3.9
symfony/routing 6.3.5 6.4.0
symfony/runtime 6.3.2 7.0.0
symfony/serializer 6.3.8 6.3.9
symfony/string 6.3.8 6.4.0
symfony/translation 6.3.7 6.4.0
symfony/validator 6.3.8 6.4.0
symfony/yaml 6.3.8 7.0.0
symfony/browser-kit 6.3.8 7.0.0
symfony/debug-bundle 6.3.2 6.4.0
symfony/maker-bundle 1.51.1 1.52.0

Updates symfony/asset from 6.3.8 to 6.4.0

Release notes

Sourced from symfony/asset's releases.

v6.4.0

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

  • no significant changes

v6.4.0-RC1

Changelog (symfony/asset@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/asset@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/asset@v6.3.6...v6.4.0-BETA1)

  • no significant changes
Commits
  • c1108eb [Tests] Move expectException closer to the place of the expectation to avoid ...
  • af6cf42 Merge branch '6.3' into 6.4
  • f2f2de6 Rename fixtures paths to be consistent
  • 448afbf Add types to private and internal properties
  • b6edcea [6.4] Allow 7.0 deps
  • See full diff in compare view

Updates symfony/config from 6.3.8 to 6.4.0

Release notes

Sourced from symfony/config's releases.

v6.4.0

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

  • no significant changes

v6.4.0-RC1

Changelog (symfony/config@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/config@v6.4.0-BETA2...v6.4.0-BETA3)

v6.4.0-BETA2

Changelog (symfony/config@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/config@v6.3.6...v6.4.0-BETA1)

Commits
  • 5d33e0f Merge branch '6.3' into 6.4
  • cdbe8d3 [Tests] Move expectException closer to the place of the expectation to avoid ...
  • cd23405 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
  • 92d470e [HttpFoundation] Fix type of properties in Request class
  • 6ac5379 minor #51146 More short closures (nicolas-grekas)
  • d1017d7 More short closures
  • fc958b5 minor #51150 Use Stringable interface as much as possible (VincentLanglet)
  • 091b0ee Use Stringable interface as much as possible
  • 5b4932b More short closures + isset instead of null checks + etc.
  • 9b77198 Remove \ReflectionProperty::setAccessible(true) calls
  • Additional commits viewable in compare view

Updates symfony/console from 6.3.8 to 6.4.0

Release notes

Sourced from symfony/console's releases.

v6.4.0

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

  • no significant changes

v6.4.0-RC2

Changelog (symfony/console@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/console@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/console@v6.4.0-BETA2...v6.4.0-BETA3)

v6.4.0-BETA1

Changelog (symfony/console@v6.3.6...v6.4.0-BETA1)

v6.3.9

Changelog (symfony/console@v6.3.8...v6.3.9)

  • no significant changes
Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

6.1

  • Add support to display table vertically when calling setVertical()
  • Add method __toString() to InputInterface
  • Added OutputWrapper to prevent truncated URL in SymfonyStyle::createBlock.
  • Deprecate Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Add suggested values for arguments and options in input definition, for input completion
  • Add $resumeAt parameter to ProgressBar#start(), so that one can easily 'resume' progress on longer tasks, and still get accurate getEstimate() and getRemaining() results.

6.0

  • Command::setHidden() has a default value (true) for $hidden parameter and is final

... (truncated)

Commits
  • cd9864b Merge branch '6.3' into 6.4
  • 0566dbd Merge branch '5.4' into 6.3
  • c70df1f Add hint that changing input arguments has no effect
  • 380ae25 do not let context classes extend the message classes
  • 0520ef4 DX: re-apply PHP CS Fixer, partially
  • 4cd5311 minor #52389 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Targ...
  • 4a643c7 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotation...
  • c5cff26 [Tests] Move expectException closer to the place of the expectation to avoid ...
  • 858c7b5 Merge branch '6.3' into 6.4
  • d9c21b1 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling co...
  • Additional commits viewable in compare view

Updates symfony/dotenv from 6.3.7 to 6.4.0

Release notes

Sourced from symfony/dotenv's releases.

v6.4.0

Changelog (symfony/dotenv@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/dotenv@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/dotenv@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/dotenv@v6.3.6...v6.4.0-BETA1)

  • no significant changes
Commits
  • d0d584a Merge branch '6.3' into 6.4
  • 4a5a0c2 DX: nullable_type_declaration
  • 2136b00 [CS] Fix command descriptions (code conventions)
  • 35239b0 Add types to private and internal properties
  • 32bd511 [6.4] Allow 7.0 deps
  • See full diff in compare view

Updates symfony/expression-language from 6.3.0 to 7.0.0

Release notes

Sourced from symfony/expression-language's releases.

v7.0.0

Changelog (symfony/expression-language@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/expression-language@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/expression-language@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/expression-language@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/expression-language@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/expression-language@v6.3.6...v6.4.0-BETA1)

  • no significant changes
Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

7.0

  • The in and not in operators now use strict comparison

6.3

  • Add enum expression function
  • Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function

6.2

  • Add support for null-coalescing syntax

6.1

  • Add support for null-safe syntax when parsing object's methods and properties
  • Add new operators: contains, starts with and ends with
  • Support lexing numbers with the numeric literal separator _
  • Support lexing decimals with no leading zero

5.1.0

  • added lint method to ExpressionLanguage class
  • added lint method to Parser class

4.0.0

  • the first argument of the ExpressionLanguage constructor must be an instance of CacheItemPoolInterface
  • removed the ArrayParserCache and ParserCacheAdapter classes
  • removed the ParserCacheInterface

2.6.0

  • Added ExpressionFunction and ExpressionFunctionProviderInterface

2.4.0

... (truncated)

Commits
  • 46520d8 Add types to public and protected properties
  • 7d09c45 Merge branch '6.4' into 7.0
  • 6c8b12f More short closures + isset instead of null checks + etc.
  • 45682bd Merge branch '6.4' into 7.0
  • 35eeb6b Add types to private and internal properties
  • 5e0a3c5 Merge branch '6.4' into 7.0
  • b307cb5 Use typed properties in tests as much as possible
  • f4145a5 [ExpressionLanguage] Revert native return types on ExpressionLanguage::regist...
  • d57df58 [Components] Convert to native return types
  • 1b1b2d2 [Lock] 7.0 remove deprecations in Lock Component
  • Additional commits viewable in compare view

Updates symfony/form from 6.3.8 to 6.4.0

Release notes

Sourced from symfony/form's releases.

v6.4.0

Changelog (symfony/form@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/form@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/form@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/form@v6.4.0-BETA1...v6.4.0-BETA2)

v6.4.0-BETA1

Changelog (symfony/form@v6.3.6...v6.4.0-BETA1)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

7.0

  • Throw when using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Make the "widget" option of date/time form types default to "single_text"
  • Require explicit argument when calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage()

6.4

  • Deprecate using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Deprecate PostSetDataEvent::setData(), use PreSetDataEvent::setData() instead
  • Deprecate PostSubmitEvent::setData(), use PreSubmitDataEvent::setData() or SubmitDataEvent::setData() instead
  • Add duplicate_preferred_choices option in ChoiceType
  • Add $duplicatePreferredChoices parameter to ChoiceListFactoryInterface::createView()

6.3

  • Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set
  • Add a placeholder_attr option to ChoiceType
  • Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7

6.2

  • Allow passing TranslatableInterface objects to the ChoiceView label
  • Allow passing TranslatableInterface objects to the help option
  • Deprecate calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage() without arguments
  • Change the signature of FormConfigBuilderInterface::setDataMapper() to setDataMapper(?DataMapperInterface)
  • Change the signature of FormInterface::setParent() to setParent(?self)
  • Add PasswordHasherExtension with support for hash_property_path option in PasswordType

6.1

  • Add a prototype_options option to CollectionType

6.0

  • Remove PropertyPathMaper
  • Remove Symfony\Component\Form\Extension\Validator\Util\ServerParams
  • Remove FormPass configuration
  • Remove the NumberToLocalizedStringTransformer::ROUND_* constants, use \NumberFormatter::ROUND_* instead

... (truncated)

Commits
  • b3f597c Merge branch '6.3' into 6.4
  • a737ec8 Merge branch '6.3' into 6.4
  • 726f7f8 Merge branch '6.3' into 6.4
  • fe1882c Fix tests
  • f42f963 Merge branch '6.3' into 6.4
  • 77ed4bc minor #52321 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixe...
  • 7da1acb DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
  • 5c32ac1 Merge branch '6.3' into 6.4
  • 5a1aa07 Merge branch '6.3' into 6.4
  • d602863 DX: nullable_type_declaration
  • Additional commits viewable in compare view

Updates symfony/framework-bundle from 6.3.8 to 6.3.9

Release notes

Sourced from symfony/framework-bundle's releases.

v6.3.9

Changelog (symfony/framework-bundle@v6.3.8...v6.3.9)

Commits
  • f83d200 Merge branch '5.4' into 6.3
  • 14597ec [HttpKernel] Fix logging deprecations to the "php" channel when channel "depr...
  • See full diff in compare view

Updates symfony/process from 6.3.4 to 7.0.0

Release notes

Sourced from symfony/process's releases.

v7.0.0

Changelog (symfony/process@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC2

Changelog (symfony/process@v7.0.0-RC1...v7.0.0-RC2)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/process@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/process@v7.0.0-BETA2...v7.0.0-BETA3)

v7.0.0-BETA2

Changelog (symfony/process@v7.0.0-BETA1...v7.0.0-BETA2)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/process@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/process@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC2

Changelog (symfony/process@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/process@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler
  • Support using Process::findExecutable() independently of open_basedir

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

  • added the Process::fromShellCommandline() to run commands in a shell wrapper
  • deprecated passing a command as string when creating a Process instance
  • deprecated the Process::setCommandline() and the PhpProcess::setPhpBinary() methods
  • added the Process::waitUntil() method to wait for the process only for a specific output, then continue the normal execution of your application

4.1.0

  • added the Process::isTtySupported() method that allows to check for TTY support

... (truncated)

Commits
  • 13bdb16 Merge branch '6.4' into 7.0
  • 191703b minor #52400 [Process] Fix memory limit in PhpSubprocess test (ausi)
  • 5610dee Merge branch '6.4' into 7.0
  • a91571f PHP files cannot be executable without shebang
  • 0b93f32 do not let context classes extend the message classes
  • 0f2afc8 [Process] Remove dead code from Process
  • 146e8ea Fix memory limit in PhpSubprocess unit test
  • 3411cf9 Merge branch '6.4' into 7.0
  • 12f9ebe [Process] remove fixing of legacy bug, when PTS functionality is enabled
  • acdafc7 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/property-access from 6.3.2 to 6.4.0

Release notes

Sourced from symfony/property-access's releases.

v6.4.0

Changelog (symfony/property-access@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/property-access@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/property-access@v6.3.6...v6.4.0-BETA1)

Commits
  • 75f6990 Minor CS fixes
  • 62eb205 minor #51150 Use Stringable interface as much as possible (VincentLanglet)
  • d84735f Use Stringable interface as much as possible
  • 1e5db79 Ensure all properties have a type
  • c4a505f Add types to private and internal properties
  • 7edf874 Use typed properties in tests as much as possible
  • 480b4a0 Merge branch '6.3' into 6.4
  • 34d4cd3 [PropertyAccess] Auto-cast from/to DateTime/Immutable when appropriate
  • 90401ea [6.4] Allow 7.0 deps
  • See full diff in compare view

Updates symfony/property-info from 6.3.0 to 6.3.9

Release notes

Sourced from symfony/property-info's releases.

v6.3.9

Changelog (symfony/property-info@v6.3.8...v6.3.9)

Commits
  • 664ae7a [PropertyInfo] Fixed promoted property type detection for PhpStanExtractor
  • See full diff in compare view

Updates symfony/routing from 6.3.5 to 6.4.0

Release notes

Sourced from symfony/routing's releases.

v6.4.0

Changelog (symfony/routing@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/routing@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/routing@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/routing@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/routing@v6.3.6...v6.4.0-BETA1)

Changelog

Sourced from symfony/routing's changelog.

CHANGELOG

7.0

  • Add argument $routeParameters to UrlMatcher::handleRouteRequirements()
  • Remove Doctrine annotations support in favor of native attributes
  • Remove AnnotationClassLoader, use AttributeClassLoader instead
  • Remove AnnotationDirectoryLoader, use AttributeDirectoryLoader instead
  • Remove AnnotationFileLoader, use AttributeFileLoader instead

6.4

  • Add FQCN and FQCN::method aliases for routes loaded from attributes/annotations when applicable
  • Add native return type to AnnotationClassLoader::setResolver()
  • Deprecate Doctrine annotations support in favor of native attributes
  • Change the constructor signature of AnnotationClassLoader to __construct(?string $env = null), passing an annotation reader as first argument is deprecated
  • Deprecate AnnotationClassLoader, use AttributeClassLoader instead
  • Deprecate AnnotationDirectoryLoader, use AttributeDirectoryLoader instead
  • Deprecate AnnotationFileLoader, use AttributeFileLoader instead
  • Add AddExpressionLanguageProvidersPass (moved from FrameworkBundle)
  • Add aliases for all classes in the Annotation namespace to Attribute

6.2

  • Add Requirement::POSITIVE_INT for common ids and pagination

6.1

  • Add getMissingParameters and getRouteName methods on MissingMandatoryParametersException
  • Allow using UTF-8 parameter names
  • Support the attribute type (alias of annotation) in annotation loaders
  • Already encoded slashes are not decoded nor double-encoded anymore when generating URLs (query parameters)
  • Add EnumRequirement to help generate route requirements from a \BackedEnum
  • Add Requirement, a collection of universal regular-expression constants to use as route parameter requirements
  • Add params variable to condition expression
  • Deprecate not passing route parameters as the fourth argument to UrlMatcher::handleRouteRequirements()

5.3

  • Already encoded slashes are not decoded nor double-encoded anymore when generating URLs
  • Add support for per-env configuration in XML and Yaml loaders
  • Deprecate creating instances of the Route annotation class by passing an array of parameters
  • Add RoutingConfigurator::env() to get the current environment

... (truncated)

Commits
  • ae014d6 [Routing] Add redirection.io as sponsor of versions 6.4/7.0/7.1
  • 18bba71 [Routing] Extend old Annotations from new Attributes
  • ba1b0dc fix test fixture
  • 0ef6850 Add annotation -> attribute aliases
  • cda2bc5 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
  • ea594c9 feature #52079 [HttpKernel] Add parameters kernel.runtime_mode and `kernel....
  • 301c798 feature #52032 [FrameworkBundle][Routing][Translation][Workflow] Move some co...
  • 97fea31 [Serializer] Replace "annotation" wording by "attribute"
  • 7d526cc [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes f...
  • b76e13b [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*...
  • Additional commits viewable in compare view

Updates symfony/runtime from 6.3.2 to 7.0.0

Release notes

Sourced from symfony/runtime's releases.

v7.0.0

Changelog (symfony/runtime@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/runtime@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/runtime@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/runtime@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/runtime@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/runtime@v6.3.6...v6.4.0-BETA1)

Changelog

Sourced from symfony/runtime's changelog.

CHANGELOG

6.4

  • Add argument bool $debug = false to HttpKernelRunner::__construct()

5.4

  • The component is not experimental anymore
  • Add options "env_var_name" and "debug_var_name" to GenericRuntime and SymfonyRuntime
  • Add option "dotenv_overload" to SymfonyRuntime

5.3.0

  • Add the component
Commits
  • 65a4e69 Merge branch '6.4' into 7.0
  • 096c0a2 Merge branch '6.4' into 7.0
  • 8653923 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*...
  • a406f2d [HttpFoundation] Add $flush parameter to Response::send()
  • 111d506 Add types to public and protected properties
  • b1abbf8 Merge branch '6.4' into 7.0
  • 68d172b Fix property must not be accessed before initialization on SymfonyRuntime::$i...
  • d749912 Merge branch '6.4' into 7.0
  • 58f074a Add types to private and internal properties
  • cdf762e Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/serializer from 6.3.8 to 6.3.9

Release notes

Sourced from symfony/serializer's releases.

v6.3.9

Changelog (symfony/serializer@v6.3.8...v6.3.9)

Bumps the symfony_dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.3.8` | `6.4.0` |
| [symfony/config](https://github.com/symfony/config) | `6.3.8` | `6.4.0` |
| [symfony/console](https://github.com/symfony/console) | `6.3.8` | `6.4.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.3.7` | `6.4.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `6.3.0` | `7.0.0` |
| [symfony/form](https://github.com/symfony/form) | `6.3.8` | `6.4.0` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `6.3.8` | `6.3.9` |
| [symfony/process](https://github.com/symfony/process) | `6.3.4` | `7.0.0` |
| [symfony/property-access](https://github.com/symfony/property-access) | `6.3.2` | `6.4.0` |
| [symfony/property-info](https://github.com/symfony/property-info) | `6.3.0` | `6.3.9` |
| [symfony/routing](https://github.com/symfony/routing) | `6.3.5` | `6.4.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `6.3.2` | `7.0.0` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.3.8` | `6.3.9` |
| [symfony/string](https://github.com/symfony/string) | `6.3.8` | `6.4.0` |
| [symfony/translation](https://github.com/symfony/translation) | `6.3.7` | `6.4.0` |
| [symfony/validator](https://github.com/symfony/validator) | `6.3.8` | `6.4.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.3.8` | `7.0.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `6.3.8` | `7.0.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.3.2` | `6.4.0` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.51.1` | `1.52.0` |


Updates `symfony/asset` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.0/CHANGELOG.md)
- [Commits](symfony/asset@v6.3.8...v6.4.0)

Updates `symfony/config` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.0/CHANGELOG.md)
- [Commits](symfony/config@v6.3.8...v6.4.0)

Updates `symfony/console` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.3.8...v6.4.0)

Updates `symfony/dotenv` from 6.3.7 to 6.4.0
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.3.7...v6.4.0)

Updates `symfony/expression-language` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.0/CHANGELOG.md)
- [Commits](symfony/expression-language@v6.3.0...v7.0.0)

Updates `symfony/form` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.0/CHANGELOG.md)
- [Commits](symfony/form@v6.3.8...v6.4.0)

Updates `symfony/framework-bundle` from 6.3.8 to 6.3.9
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v6.3.8...v6.3.9)

Updates `symfony/process` from 6.3.4 to 7.0.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v6.3.4...v7.0.0)

Updates `symfony/property-access` from 6.3.2 to 6.4.0
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-access@v6.3.2...v6.4.0)

Updates `symfony/property-info` from 6.3.0 to 6.3.9
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-info@v6.3.0...v6.3.9)

Updates `symfony/routing` from 6.3.5 to 6.4.0
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/7.0/CHANGELOG.md)
- [Commits](symfony/routing@v6.3.5...v6.4.0)

Updates `symfony/runtime` from 6.3.2 to 7.0.0
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.0/CHANGELOG.md)
- [Commits](symfony/runtime@v6.3.2...v7.0.0)

Updates `symfony/serializer` from 6.3.8 to 6.3.9
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/serializer@v6.3.8...v6.3.9)

Updates `symfony/string` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.0/CHANGELOG.md)
- [Commits](symfony/string@v6.3.8...v6.4.0)

Updates `symfony/translation` from 6.3.7 to 6.4.0
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.0/CHANGELOG.md)
- [Commits](symfony/translation@v6.3.7...v6.4.0)

Updates `symfony/validator` from 6.3.8 to 6.4.0
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.0/CHANGELOG.md)
- [Commits](symfony/validator@v6.3.8...v6.4.0)

Updates `symfony/yaml` from 6.3.8 to 7.0.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.3.8...v7.0.0)

Updates `symfony/browser-kit` from 6.3.8 to 7.0.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.3.8...v7.0.0)

Updates `symfony/debug-bundle` from 6.3.2 to 6.4.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v6.3.2...v6.4.0)

Updates `symfony/maker-bundle` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.51.1...v1.52.0)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony_dependencies
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony_dependencies
- dependency-name: symfony/routing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony_dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony_dependencies
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #2556.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/composer/symfony_dependencies-ad520e375d branch December 4, 2023 05:33
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants