Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Update symfony packages to v5 (major) #18

Merged
merged 1 commit into from
Nov 21, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2019

This PR contains the following updates:

Package Type Update Change
symfony/property-access (source) require major ^4.0.0 -> ^5.0.0
symfony/serializer (source) require major ^4.0.0 -> ^5.0.0
symfony/yaml (source) require major ^4.0.0 -> ^5.0.0

Release Notes

symfony/property-access

v5.0.0

Compare Source

symfony/serializer

v5.0.0

Compare Source

  • 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.
symfony/yaml

v5.0.0

Compare Source

  • Removed support for mappings inside multi-line strings.
  • removed support for implicit STDIN usage in the lint:yaml command, use lint:yaml - (append a dash) instead to make it explicit.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@faustbrian faustbrian merged commit de99370 into master Nov 21, 2019
@faustbrian faustbrian deleted the renovate/major-symfony branch November 21, 2019 09:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants