fix(deps): update dependency postal-mime to v3 - #4193
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@accounter/client |
0.1.0-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/gmail-listener |
0.1.3-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/green-invoice-graphql |
0.8.7-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/hashavshevet-mesh |
0.2.13-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/israeli-vat-scraper |
0.1.13-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/modern-poalim-scraper |
0.11.0-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/payper-mesh |
0.2.13-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/scraper-app |
0.0.3-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/server |
0.2.0-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam-uniform-format-generator |
0.2.7-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam6111-generator |
0.1.9-alpha-20260813113017-1f5020917efc9b55c1526f8b7bcd981cd60a23f7 |
npm ↗︎ unpkg ↗︎ |
renovate
Bot
force-pushed
the
renovate/postal-mime-3.x
branch
from
August 13, 2026 09:36
fc22fa8 to
47b0abc
Compare
renovate
Bot
force-pushed
the
renovate/postal-mime-3.x
branch
from
August 13, 2026 09:54
47b0abc to
8ab4d6a
Compare
* fix(deps): update dependency postal-mime to v3 * fix(email-ingestion-gateway): adapt to postal-mime v3 header unfolding postal-mime v3 unfolds RFC 5322 header folding by dropping the CRLF only, keeping the fold's space/tab inside `headers[].value` and inside display names parsed out of it; v2 collapsed every whitespace run itself. That leaked literal tabs into `originalFrom`/`fromDisplayName`, which breaks the server's `' via '` display-name split and its comparison against the tenant's own business names. Collapse whitespace runs in the extractor (header values and parsed display names) so the evidence keeps its v2 shape, and cover the v3 behavior changes we rely on with tests: folding, first-wins duplicate headers, and `replyTo` now being in document order (so [0] is the primary address). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EG3jNVhstn5fAac6GwBvvA --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
gilgardosh
temporarily deployed
to
accounter-fullstack
August 13, 2026 11:28 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
August 13, 2026 11:28 — with
GitHub Actions
Inactive
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.6→3.0.0Release Notes
postalsys/postal-mime (postal-mime)
v3.0.0Compare Source
⚠ BREAKING CHANGES
headers[].valuekeep the whitespace that folding introduced instead of having every whitespace run collapsed to a single space, single value headers such assubjectandfromresolve to the first occurrence of a duplicated header rather than the last, andto,cc,bccandreplyToare returned in document order rather than reversed.Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.