Skip to content

Build(deps): bump symfony/serializer from 7.4.5 to 8.0.5#822

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/serializer-8.0.5
Open

Build(deps): bump symfony/serializer from 7.4.5 to 8.0.5#822
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/serializer-8.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps symfony/serializer from 7.4.5 to 8.0.5.

Release notes

Sourced from symfony/serializer's releases.

v8.0.5

Changelog (symfony/serializer@v8.0.4...v8.0.5)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63191 Apply # to the right metadata (@​VincentLanglet)

v8.0.4

Changelog (symfony/serializer@v8.0.3...v8.0.4)

  • bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
  • bug #63052 Fix NameConverter not detecting wrong input format with allow_extra_attributes=false (xersion22)
  • bug #62953 Fix removing nested values (gnoddep)
  • bug #62838 Fix serialization of method with same name than property (VincentLanglet)
  • bug #62886 Skip methods that look like getters but return void or never (@​jordikroon)

v8.0.3

Changelog (symfony/serializer@v8.0.2...v8.0.3)

v8.0.2

Changelog (symfony/serializer@v8.0.1...v8.0.2)

v8.0.0-RC3

Changelog (symfony/serializer@v8.0.0-RC2...v8.0.0-RC3)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/serializer@v8.0.0-BETA1...v8.0.0-BETA2)

v8.0.0-BETA1

Changelog (symfony/serializer@v7.3.4...v8.0.0-BETA1)

... (truncated)

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
  • 867a38a Merge branch '8.0' into 8.1
  • 3e8b7b3 Merge branch '7.4' into 8.0
  • 1854d41 Merge branch '8.0' into 8.1
  • 58e984c Merge branch '7.4' into 8.0
  • e8b97d5 Merge branch '8.0' into 8.1
  • 8a5b496 * 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory gr...
  • 7381b0e PHP CS Fixer: re-apply static_lambda
  • 7d2a5e6 [Serializer] Fix excessive backtracking in name converters
  • 317b217 Merge branch '8.0' into 8.1
  • 1a79576 Merge branch '7.4' into 8.0
  • 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 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)

Bumps [symfony/serializer](https://github.com/symfony/serializer) from 7.4.5 to 8.0.5.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.1/CHANGELOG.md)
- [Commits](symfony/serializer@v7.4.5...v8.0.5)

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

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

kodiakhq bot commented Feb 13, 2026

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants