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 sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration #29810

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2021

Updates the requirements on sabre/dav to permit the latest version.

Release notes

Sourced from sabre/dav's releases.

Release 4.2.0

4.2.0 (2021-11-17)

Changelog

Sourced from sabre/dav's changelog.

4.2.0 (2021-11-17)

4.1.5 (2021-02-12)

4.1.4 (2021-01-11)

  • #1312: Reduce package size by ignoring test and other non-run-time files
  • #1316: Minor code changes for latest PHP cs-fixer
  • #1319: Fix "Trying to access array offset on value of type bool"
  • #1321: Complete checks for non existing/null/false time-range array keys

4.1.3 (2020-11-09)

  • #1306: Return 409 when trying to PUT a file into a non-existent collection

4.1.2 (2020-10-04)

  • #1296: Add experimental support for PHP 8.0

4.1.1 (2020-07-13)

  • Fix PHPdoc of Tree:move method
  • Allow using custom SAPI implementations
  • Include baseUri in lock responses

4.1.0 (2020-03-20)

  • Support PHP 7.4
  • Drop support for PHP 7.0
  • CalDAV: send MIME-Version header in scheduling emails

4.0.3 (2020-01-10)

  • DAV: Streaming PROPFIND server implementation
  • DAVACL: Fix uppercase of NotAuthenticated class
  • CalDAV: Return only calendar objects owned by principal itself
  • CalDAV: Convert scheduling object data from resource to string
  • Browser Plugin: Fix content type guessing if setBaseUri is set to a folder

... (truncated)

Commits
  • af125a4 Merge pull request #1366 from phil-davis/prepare-4.2.0
  • f2e7954 Prepare 4.2.0 release
  • 75e3e88 Merge pull request #1335 from tbsmark86/fix-parent-lock
  • 76d6592 Fix: don't remove lock on dir when deleting a child node
  • ba97a9f Merge pull request #1317 from perguth/patch-1
  • 7fc2720 Update pgsql.calendars.sql
  • 71bbf40 Merge pull request #1341 from woutersamaey/patch-1
  • 759efe8 Add tests for afterBind afterCreateFile afterCreateCollection
  • 1e9fdea New event "afterCreateCollection" like "afterCreateFile"
  • 20d39d0 Merge pull request #1355 from kesselb/check-empty-children
  • 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 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 dependabot bot requested a review from a team November 20, 2021 03:11
@MichaIng MichaIng added this to the Nextcloud 21.0.8 milestone Nov 21, 2021
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](sabre-io/dav@3.2.3...4.2.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@MichaIng MichaIng force-pushed the dependabot/composer/build/integration/stable21/sabre/dav-4.2.0 branch from 4f9d3c2 to 741a202 Compare November 21, 2021 15:08
@MichaIng
Copy link
Member

Drone acceptance failures are unrelated.

@artonge
Copy link
Contributor

artonge commented Nov 22, 2021

Wondering if major/feature updates should be done for stable branches

@MichaIng
Copy link
Member

Usually dependabot does not bump major versions at all for stable branches, but here obviously it does. Not sure how the logic is, whether build dependencies are handled differently or if it got explicitly configured to allow major version bump for this particular dependency on every branch?

@artonge
Copy link
Contributor

artonge commented Nov 22, 2021

Looks like it is configured to update to major versions:

https://github.com/nextcloud/server/blob/master/.github/dependabot.yml#L129

Copy link
Contributor

@artonge artonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for /build/integration anyway

@artonge artonge merged commit 1256331 into stable21 Nov 22, 2021
@artonge artonge deleted the dependabot/composer/build/integration/stable21/sabre/dav-4.2.0 branch November 22, 2021 14:32
This was referenced Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants