From 5824769a02c272064c58de53617eac6da6933301 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Fri, 20 Dec 2024 17:00:28 +0000 Subject: [PATCH] build(deps): update axllent/mailpit to v1.21.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [axllent/mailpit](https://github.com/axllent/mailpit) | patch | `v1.21.6` -> `v1.21.8` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
axllent/mailpit (axllent/mailpit) ### [`v1.21.8`](https://github.com/axllent/mailpit/blob/HEAD/CHANGELOG.md#v1218) [Compare Source](https://github.com/axllent/mailpit/compare/v1.21.7...v1.21.8) ##### Chore - Update node dependencies - Update Go dependencies ##### Fix - **db:** Remove unused FOREIGN KEY REFERENCES in message_tags table ([#​374](https://github.com/axllent/mailpit/issues/374)) ### [`v1.21.7`](https://github.com/axllent/mailpit/blob/HEAD/CHANGELOG.md#v1217) [Compare Source](https://github.com/axllent/mailpit/compare/v1.21.6...v1.21.7) ##### Chore - Update node dependencies - Update Go dependencies - Bump Go version for automated testing - Move smtpd & pop3 modules to internal - Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling ([#​409](https://github.com/axllent/mailpit/issues/409)) - Display "To" details in mobile messages list - Display "From" details in message sidebar (desktop) ([#​403](https://github.com/axllent/mailpit/issues/403)) ##### Fix - Ignore unsupported optional SMTP 'MAIL FROM' parameters ([#​407](https://github.com/axllent/mailpit/issues/407)) - Prevent splitting multi-byte characters in message snippets ([#​404](https://github.com/axllent/mailpit/issues/404)) ##### Testing - Add smtpd tests
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 49ddfc4..db38640 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -268,7 +268,7 @@ packages: - name: yassinebridi/serpl@0.3.3 description: A simple terminal UI for search and replace, ala VS Code link: https://github.com/yassinebridi/serpl -- name: axllent/mailpit@v1.21.6 +- name: axllent/mailpit@v1.21.8 description: An email and SMTP testing tool with API for developers link: https://github.com/axllent/mailpit - name: mrjackwills/oxker@v0.9.0