Skip to content

fix(deps-dev): Update symfony/serializer requirement from ^6.0|^7.0|^8.0 to ^8.0.8#12

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/serializer-tw-8.0.8
Open

fix(deps-dev): Update symfony/serializer requirement from ^6.0|^7.0|^8.0 to ^8.0.8#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/serializer-tw-8.0.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 21, 2026

Updates the requirements on symfony/serializer to permit the latest version.

Release notes

Sourced from symfony/serializer's releases.

v8.0.8

Changelog (symfony/serializer@v8.0.7...v8.0.8)

Changelog

Sourced from symfony/serializer's changelog.

CHANGELOG

8.1

  • Improve NotNormalizableValueException exception messages in BackedEnumNormalizer to contain more useful information
  • Trigger a deprecation when a date could not be parsed using the default format

8.0

  • Remove CsvEncoder::ESCAPE_CHAR_KEY constant and escape character functionality

  • Remove CsvEncoderContextBuilder::withEscapeChar() method

  • Remove AbstractNormalizerContextBuilder::withDefaultContructorArguments(), use withDefaultConstructorArguments() instead

  • Change signature of NameConverterInterface::normalize() and NameConverterInterface::denormalize() methods:

    Before:

    public function normalize(string $propertyName): string;
    public function denormalize(string $propertyName): string;

    After:

    public function normalize(string $propertyName, ?string $class = null, ?string $format = null, array $context = []): string;
    public function denormalize(string $propertyName, ?string $class = null, ?string $format = null, array $context = []): string;
  • Remove AdvancedNameConverterInterface, use NameConverterInterface instead

  • Remove ClassMetadataFactoryCompiler, CompiledClassMetadataFactory and CompiledClassMetadataCacheWarmer

  • Remove class aliases in the Annotation namespace, use attributes instead

  • Remove getters in attribute classes in favor of public properties

7.4

  • Add #[ExtendsSerializationFor] to declare new serialization attributes for a class
  • Add AttributeMetadataPass to declare compile-time constraint metadata using attributes
  • Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoder
  • Add support for can*() methods to AttributeLoader
  • Make AttributeMetadata and ClassMetadata final
  • Add XmlEncoder::PRESERVE_NUMERIC_KEYS context option
  • Deprecate class aliases in the Annotation namespace, use attributes instead
  • Deprecate getters in attribute classes in favor of public properties
  • Deprecate ClassMetadataFactoryCompiler
  • Add FORCE_TIMEZONE_KEY to DateTimeNormalizer to force the timezone during denormalization

7.3

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [symfony/serializer](https://github.com/symfony/serializer) to permit the latest version.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/serializer/commits/v8.0.8)

---
updated-dependencies:
- dependency-name: symfony/serializer
  dependency-version: 8.0.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 21, 2026

Labels

The following labels could not be found: composer, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants