Skip to content

Bump symfony/serializer from 4.4.27 to 5.3.0#807

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

Bump symfony/serializer from 4.4.27 to 5.3.0#807
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/serializer-5.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2021

Bumps symfony/serializer from 4.4.27 to 5.3.0.

Release notes

Sourced from symfony/serializer's releases.

v5.3.0

Changelog (symfony/serializer@v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.3.0-RC1

Changelog (symfony/serializer@v5.3.0-BETA4...v5.3.0-RC1)

  • bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)

v5.3.0-BETA3

Changelog (symfony/serializer@v5.3.0-BETA2...v5.3.0-BETA3)

  • no significant changes

v5.2.12

Changelog (symfony/serializer@v5.2.11...v5.2.12)

  • no significant changes

v5.2.11

Changelog (symfony/serializer@v5.2.10...v5.2.11)

  • bug #41491 Do not allow to denormalize string with spaces only to valid a DateTime object (sidz)

v5.2.10

Changelog (symfony/serializer@v5.2.9...v5.2.10)

  • no significant changes

v5.2.9

Changelog (symfony/serializer@v5.2.8...v5.2.9)

  • bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)

v5.2.7

Changelog (symfony/serializer@v5.2.6...v5.2.7)

  • bug #40522 Allow AbstractNormalizer to use null for non-optional nullable constructor parameters without default value (Pierre Rineau)

v5.2.4

Changelog (symfony/serializer@v5.2.3...v5.2.4)

  • bug #40316 zero parts can be omitted in date interval input (xabbuh)

v5.2.3

Changelog (symfony/serializer@v5.2.2...v5.2.3)

  • bug #40004 Prevent access to private properties without getters (julienfalque)

... (truncated)

Changelog

Sourced from symfony/serializer's changelog.

CHANGELOG

5.3

  • Add the ability to provide (de)normalization context using metadata (e.g. @Symfony\Component\Serializer\Annotation\Context)
  • Deprecate ArrayDenormalizer::setSerializer(), call setDenormalizer() instead
  • Add normalization formats to UidNormalizer
  • Add CsvEncoder::END_OF_LINE context option
  • Deprecate creating instances of the annotation classes by passing an array of parameters, use named arguments instead

5.2.0

  • added CompiledClassMetadataFactory and ClassMetadataFactoryCompiler for faster metadata loading.
  • added UidNormalizer
  • added FormErrorNormalizer
  • added MimeMessageNormalizer
  • serializer mapping can be configured using php attributes

5.1.0

  • added support for scalar values denormalization
  • added support for \stdClass to ObjectNormalizer
  • added the ability to ignore properties using metadata (e.g. @Symfony\Component\Serializer\Annotation\Ignore)
  • added an option to serialize constraint violations payloads (e.g. severity)

5.0.0

  • throw an exception when creating a Serializer with normalizers which neither implement NormalizerInterface nor DenormalizerInterface
  • throw an exception when creating a Serializer with encoders which neither implement EncoderInterface nor DecoderInterface
  • changed the default value of the CsvEncoder "as_collection" option to true
  • removed AbstractNormalizer::$circularReferenceLimit, AbstractNormalizer::$circularReferenceHandler, AbstractNormalizer::$callbacks, AbstractNormalizer::$ignoredAttributes, AbstractNormalizer::$camelizedAttributes, AbstractNormalizer::setCircularReferenceLimit(), AbstractNormalizer::setCircularReferenceHandler(), AbstractNormalizer::setCallbacks() and AbstractNormalizer::setIgnoredAttributes(), use the default context instead.
  • removed AbstractObjectNormalizer::$maxDepthHandler and AbstractObjectNormalizer::setMaxDepthHandler(), use the default context instead.
  • removed XmlEncoder::setRootNodeName() & XmlEncoder::getRootNodeName(), use the default context instead.
  • removed individual encoders/normalizers options as constructor arguments.
  • removed support for instantiating a DataUriNormalizer with a default MIME type guesser when the symfony/mime component isn't installed.
  • removed the XmlEncoder::TYPE_CASE_ATTRIBUTES constant. Use XmlEncoder::TYPE_CAST_ATTRIBUTES instead.

4.4.0

... (truncated)

Commits
  • c8b06ee Merge branch '5.2' into 5.3
  • e6b20ac Merge branch '4.4' into 5.2
  • 5e2c296 Merge branch '5.2' into 5.x
  • b072c8f Merge branch '4.4' into 5.2
  • 511953d Fix duplicated legacy test
  • fc663b9 Merge branch '5.2' into 5.x
  • 3698d26 Merge branch '4.4' into 5.2
  • 6a97b4b Merge branch '5.2' into 5.x
  • c7ce645 Merge branch '4.4' into 5.2
  • 69be867 feature #40710 [Serializer] Construct annotations using named arguments (derr...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 25, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/serializer-5.3.0 branch from 2d614d2 to 100a76a Compare February 11, 2022 17:48
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/serializer-5.3.0 branch from 100a76a to 928e7f7 Compare May 26, 2022 15:01
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/serializer-5.3.0 branch from 928e7f7 to fb528ab Compare November 10, 2022 15:46
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/composer/symfony/serializer-5.3.0 branch from fb528ab to 07b57f3 Compare November 22, 2022 03:14
Bumps [symfony/serializer](https://github.com/symfony/serializer) from 4.4.27 to 5.3.0.
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/5.3/CHANGELOG.md)
- [Commits](symfony/serializer@v4.4.27...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/serializer-5.3.0 branch from 07b57f3 to d9dad3a Compare November 22, 2022 16:06
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