Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Bump sabre/vobject from 4.3.5 to 4.5.3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps sabre/vobject from 4.3.5 to 4.5.3.

Release notes

Sourced from sabre/vobject's releases.

Release 4.5.3

4.5.3 (2023-01-22)

  • #607: Apply 'Support sabre/xml v4' and needed code changes to 4.5 branch (@​phil-davis)

Release 4.5.2 was accidentally done from master branch, which had other changes that have various backward-compatibility issues and may not work with older PHP before 7.4.

This release 4.5.3 is from the 4.5 branch. It includes the dependency change from PR #603 to allow using sabre/xml v3 or v4 as well as v2. To do that, a couple of return types had to be declared - xmlSerialize returns void and xmlDeserialize returns array. Those declarations are supported from PHP 7.1 onward, so that is fine for the 4.5 release series.

If you start using sabre/xml major version 3 or 4 and are redeclaring/inheriting these in your code, then you may also need to make the matching return-type declarations. But this small thing is a lot better than the large amount of code changes that were accidentally released as 4.5.2.

Release 4.5.2

4.5.2 (2023-01-20)

Release 4.5.1

4.5.1 (2022-10-09)

This release supports PHP 7.2 through 8.2.

Release 4.5.0

4.5.0 (2022-08-17)

Release 4.4.3

4.4.3 (2022-07-15)

Release 4.4.2

4.4.2 (2022-06-24)

... (truncated)

Changelog

Sourced from sabre/vobject's changelog.

4.5.3 (2023-01-22)

  • #607: Apply 'Support sabre/xml v4' and needed code changes to 4.5 branch (@​phil-davis)

4.5.2 (2023-01-20)

4.5.1 (2022-10-09)

4.5.0 (2022-08-17)

4.4.3 (2022-07-15)

4.4.2 (2022-06-24)

4.4.1 (2021-12-07)

#557: Fix Iterator method signatures and avoid passing null as separator for implode (PHP 8.1 support) (@​come-nc)

4.4.0 (2021-11-15)

#548: Allow easier extension of the timezone guessing (@​heiglandreas)

... (truncated)

Commits
  • fe6d918 Merge pull request #607 from phil-davis/support-sabre-xml-v4-4.5-series
  • bad63c0 Prepare 4.5.3
  • dad153c Prepare 4.5.2
  • 5d45370 Add array return type of xmlDeserialize
  • 10cce63 Add void return type of xmlSerialize
  • 5c59868 Skip GMT+n timezone test cases on PHP 8.1.14 and 8.2.1
  • 5f58f29 Support sabre/xml v4
  • 1f83674 Merge pull request #599 from phil-davis/remove-utf8_encode-for-4.5
  • 167a599 Prepare 4.5.1
  • 98dfc67 Add PHP 8.2 to CI
  • 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)

Bumps [sabre/vobject](https://github.com/sabre-io/vobject) from 4.3.5 to 4.5.3.
- [Release notes](https://github.com/sabre-io/vobject/releases)
- [Changelog](https://github.com/sabre-io/vobject/blob/4.5.3/CHANGELOG.md)
- [Commits](sabre-io/vobject@4.3.5...4.5.3)

---
updated-dependencies:
- dependency-name: sabre/vobject
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants