Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jms/serializer requirement from ^3.0 to ^3.3 #26

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 23, 2019

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

Release notes

Sourced from jms/serializer's releases.

3.3.0

Implemented enhancements:

  • Implement short expose syntax for XML as it is available for YAML #1127 (goetas)

Fixed bugs:

  • Avoid implicit expose of a property instead of virtual-property #1126 (goetas)

Closed issues:

  • Accessing static property as non static #1122
  • Travis builds on 1.x are failing #1120

Merged pull requests:

  • Allow failures on php "7.4snapshot" (waiting for stable symfony 4.4) #1128 (goetas)
  • Fix PHPUnit deprecations #1123 (Majkl578)
  • Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5 #1119 (sanmai)
Changelog

Sourced from jms/serializer's changelog.

3.3.0 (2019-09-20)

Implemented enhancements:

  • Implement short expose syntax for XML as it is available for YAML #1127 (goetas)

Fixed bugs:

  • Avoid implicit expose of a property instead of virtual-property #1126 (goetas)

Closed issues:

  • Accessing static property as non static #1122
  • Travis builds on 1.x are failing #1120

Merged pull requests:

  • Allow failures on php "7.4snapshot" (waiting for stable symfony 4.4) #1128 (goetas)
  • Fix PHPUnit deprecations #1123 (Majkl578)
  • Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5 #1119 (sanmai)

3.2.0 (2019-09-04)

Fixed bugs:

  • PHP7.4: Deprecated warning - serializationContext.php on line 152 #1111

Closed issues:

  • StaticPropertyMetadata first constructor argument not nullable #1116
  • Add support for PSR-7 URIInterface objects #1115
  • Upgraded 2.4 -> 3.4 / Symfony 4.3.3 #1112
  • Empty namespace #1087
  • Format constants (JSON, XML) #1079
  • @​ExclusionPolicy(policy="ALL") causes PHP notice message #1073

Merged pull requests:

3.1.1 (2019-06-28)

Fixed bugs:

  • Could not deserialize object if all properties have not type #1102

Merged pull requests:

  • Revert "Move type check when deserializing into the graph navigator" #1103 (goetas)
... (truncated)
Commits
  • 4c1e429 prepare 3.3
  • 519263f Merge pull request #1127 from schmittjoh/short-expose-syntax-xml
  • fb5b49f short expose syntax for xml
  • 7ede68b Merge pull request #1128 from schmittjoh/allow-failure-on7.4-snapshot
  • 9878921 allow failures on php "7.4snapshot" (waiting for stable symfony 4.4)
  • 7344ef9 Merge pull request #1126 from schmittjoh/i596-implicit-expose-property
  • 78092dc do not expose properties instead of virtual-properties when using YAML and
  • 49dbcf2 assignment on separate line
  • ff89778 Merge pull request #1123 from Majkl578/phpunit-deprecations
  • 1b1b3f5 Eliminate PHPUnit's deprecated assertArraySubset()
  • Additional commits viewable in compare view

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @lcobucci.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the Dependencies Pull requests that update a dependency file label Sep 23, 2019
@lcobucci
Copy link
Owner

@dependabot merge

Updates the requirements on [jms/serializer](https://github.com/schmittjoh/serializer) to permit the latest version.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](schmittjoh/serializer@3.0.0...3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/jms/serializer-tw-3.3 branch from a293785 to 73bfd8b Compare September 23, 2019 08:24
@dependabot-preview dependabot-preview bot merged commit 6e8a5a5 into master Sep 23, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/jms/serializer-tw-3.3 branch September 23, 2019 08:51
@lcobucci lcobucci added this to the 2.1.0 milestone Sep 23, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant