Closed renovate[bot] closed 2 weeks ago
/backport to stable4.0
/backport to stable3.7
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.
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.
This PR contains the following updates:
^2.33.2
->^2.33.3
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.3Configuration
📅 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.