keboola / db-extractor-mssql

MIT License
1 stars 2 forks source link

Bump symfony/serializer from 5.2.4 to 5.3.12 #209

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps symfony/serializer from 5.2.4 to 5.3.12.

Release notes

Sourced from symfony/serializer's releases.

v5.3.12

Changelog (https://github.com/symfony/serializer/compare/v5.3.11...v5.3.12)

  • no significant changes

v5.3.11

Changelog (https://github.com/symfony/serializer/compare/v5.3.10...v5.3.11)

  • bug #44121 fix support for lazy properties (nicolas-grekas)
  • bug #44111 fix support for unset properties on PHP < 7.4 (nicolas-grekas)

v5.3.10

Changelog (https://github.com/symfony/serializer/compare/v5.3.9...v5.3.10)

  • bug #43204 Fix denormalizing XML array with empty body (5.x) (alexandre-daubois)
  • bug #43208 Attributes that extend serializer`s annotations are not ignored by the serialization process (Alexander Onatskiy)

v5.3.8

Changelog (https://github.com/symfony/serializer/compare/v5.3.7...v5.3.8)

  • no significant changes

v5.3.4

Changelog (https://github.com/symfony/serializer/compare/v5.3.3...v5.3.4)

  • no significant changes

v5.3.2

Changelog (https://github.com/symfony/serializer/compare/v5.3.1...v5.3.2)

  • bug #41582 Fix not null get collection key types (dragosprotung)
  • bug #41491 Do not allow to denormalize string with spaces only to valid a DateTime object (sidz)

v5.3.1

Changelog (https://github.com/symfony/serializer/compare/v5.3.0...v5.3.1)

  • bug #41463 Fix not null return from "getCollectionValueTypes" (jderusse)

v5.3.0

Changelog (https://github.com/symfony/serializer/compare/v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.3.0-RC1

Changelog (https://github.com/symfony/serializer/compare/v5.3.0-BETA4...v5.3.0-RC1)

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

v5.3.0-BETA3

Changelog (https://github.com/symfony/serializer/compare/v5.3.0-BETA2...v5.3.0-BETA3)

... (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
  • bf57083 Merge branch '4.4' into 5.3
  • 1b2ae02 security #cve-2021-41270 [Serializer] Use single quote to escape formulas (jd...
  • 12a52d2 Merge branch '4.4' into 5.3
  • b5704a9 [Serializer] PropertyNormalizer - return unique (i.e. filter duplicate ) attr...
  • 3fd70a2 Merge branch '4.4' into 5.3
  • 4c12f7d [Serializer] fix support for lazy properties
  • 54489a9 Merge branch '4.4' into 5.3
  • 36b95b0 [Serializer] fix support for unset properties on PHP < 7.4
  • d834b28 Use single quote to escape formulas
  • 5d7f068 bug #43208 [Serializer] Attributes that extend serializer`s annotations are n...
  • 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/keboola/db-extractor-mssql/network/alerts).
dependabot[bot] commented 2 years ago

Looks like symfony/serializer is up-to-date now, so this is no longer needed.