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

Backport from master branch #659

Merged
merged 17 commits into from
May 31, 2024
Merged

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented May 30, 2024

Backport changes from master that have happened since release https://github.com/sabre-io/vobject/releases/tag/4.5.4 on 2023-11-09

These come from PRs
#632 Add PHP 8.3 to CI
#637 Bump GitHub workflow actions/cache to 4
#638 Bump codecov/codecov-action to 4
#649 add lineIndex and lineString properties to a Property Node
#652 ITip\Broker: handle timezones in replies to exception events
#654 chore: stop exporting php-cs-fixer config
#656 Yearly rrule compliance by the iterator
#658 throw ParseException when null input is provided

I had to remove some code like ?int that does not work on PHP 7.1 (just declare the parameter int). But everything seems to work right back to PHP 7.1, and all tests pass.

This keeps the 4.5 branch up-to-date with fixes/changes that are pending release.

phil-davis and others added 14 commits May 30, 2024 19:45
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

codecov bot commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.38%. Comparing base (18244cc) to head (eb2c41e).
Report is 1 commits behind head on 4.5.

Current head eb2c41e differs from pull request most recent head a997470

Please upload reports for the commit a997470 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##                4.5     #659      +/-   ##
============================================
- Coverage     98.57%   98.38%   -0.20%     
+ Complexity     1898     1813      -85     
============================================
  Files            71       71              
  Lines          5483     4334    -1149     
============================================
- Hits           5405     4264    -1141     
+ Misses           78       70       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phil-davis phil-davis marked this pull request as ready for review May 30, 2024 15:17
@phil-davis phil-davis requested a review from staabm May 30, 2024 15:28
@phil-davis phil-davis merged commit 2783cc8 into sabre-io:4.5 May 31, 2024
8 checks passed
@phil-davis phil-davis deleted the backport-20240530 branch May 31, 2024 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants