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-imap-client from 2.33.2 to ^2.33.3 (main) #10335

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-imap-client (source) ^2.33.2 -> ^2.33.3 age adoption passing confidence

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


Release Notes

bytestream/Imap_Client (bytestream/horde-imap-client) ### [`v2.33.3`](https://redirect.github.com/bytestream/Imap_Client/releases/tag/v2.33.3) [Compare Source](https://redirect.github.com/bytestream/Imap_Client/compare/v2.33.2...v2.33.3) #### What's Changed - fix: close internal tokenizer stream by [@​st3iny](https://redirect.github.com/st3iny) in [https://github.com/bytestream/Imap_Client/pull/16](https://redirect.github.com/bytestream/Imap_Client/pull/16) #### New Contributors - [@​st3iny](https://redirect.github.com/st3iny) made their first contribution in [https://github.com/bytestream/Imap_Client/pull/16](https://redirect.github.com/bytestream/Imap_Client/pull/16) **Full Changelog**: https://github.com/bytestream/Imap_Client/compare/v2.33.2...v2.33.3

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.

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/10335/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 8c838b42

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10335/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/10335/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 8c838b42

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10335/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.