nextcloud / mail

πŸ’Œ Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
852 stars 264 forks source link

fix(deps): bump bytestream/horde-stream from 1.7.1 to ^1.7.2 (main) #10336

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bytestream/horde-stream (source) ^1.7.1 -> ^1.7.2 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bytestream/Stream (bytestream/horde-stream) ### [`v1.7.2`](https://redirect.github.com/bytestream/Stream/releases/tag/v1.7.2) [Compare Source](https://redirect.github.com/bytestream/Stream/compare/v1.7.1...v1.7.2) #### What's Changed - Test on PHP 8.2 by [@​bytestream](https://redirect.github.com/bytestream) in [https://github.com/bytestream/Stream/pull/3](https://redirect.github.com/bytestream/Stream/pull/3) - Test on PHP 8.3 by [@​bytestream](https://redirect.github.com/bytestream) in [https://github.com/bytestream/Stream/pull/4](https://redirect.github.com/bytestream/Stream/pull/4) - fix: check if stream is a resource before closing it by [@​st3iny](https://redirect.github.com/st3iny) in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5) #### New Contributors - [@​st3iny](https://redirect.github.com/st3iny) made their first contribution in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5) **Full Changelog**: https://github.com/bytestream/Stream/compare/v1.7.1...v1.7.2

Configuration

πŸ“… Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

ChristophWurst commented 2 weeks ago

New Contributors

* [@​st3iny](https://redirect.github.com/st3iny) made their first contribution in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5)

:clap:

st3iny commented 2 weeks ago

/backport to stable4.0

st3iny commented 2 weeks ago

/backport to stable3.7

backportbot[bot] commented 2 weeks ago

The backport to stable4.0 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable4.0
git pull origin stable4.0

# Create the new backport branch
git checkout -b backport/10336/stable4.0

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable4.0

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

backportbot[bot] commented 2 weeks ago

The backport to stable3.7 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable3.7
git pull origin stable3.7

# Create the new backport branch
git checkout -b backport/10336/stable3.7

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable3.7

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

st3iny commented 2 weeks ago

/backport to stable4.1

backportbot[bot] commented 2 weeks ago

The backport to stable4.1 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable4.1
git pull origin stable4.1

# Create the new backport branch
git checkout -b backport/10336/stable4.1

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable4.1

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.