From 5bdbfe651e2625cdffa45244e8e7591af81bdd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:38:44 +0200 Subject: [PATCH] chore(deps): bump postal-mime from 2.6.1 to 2.7.4 (#20150) Bumps [postal-mime](https://github.com/postalsys/postal-mime) from 2.6.1 to 2.7.4.
Release notes

Sourced from postal-mime's releases.

v2.7.4

2.7.4 (2026-03-17)

Bug Fixes

v2.7.3

2.7.3 (2026-01-09)

Bug Fixes

v2.7.2

2.7.2 (2026-01-08)

Bug Fixes

v2.7.1

2.7.1 (2025-12-22)

Bug Fixes

v2.7.0

2.7.0 (2025-12-22)

Features

Changelog

Sourced from postal-mime's changelog.

2.7.4 (2026-03-17)

Bug Fixes

2.7.3 (2026-01-09)

Bug Fixes

2.7.2 (2026-01-08)

Bug Fixes

2.7.1 (2025-12-22)

Bug Fixes

2.7.0 (2025-12-22)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postal-mime&package-manager=npm_and_yarn&previous-version=2.6.1&new-version=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Bochet --- .github/actions/yarn-install/action.yaml | 11 +++++++++++ .../utils/__tests__/extract-message-text.util.spec.ts | 6 ++++++ yarn.lock | 6 +++--- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml index d8b46139b97..35b8a71d390 100644 --- a/.github/actions/yarn-install/action.yaml +++ b/.github/actions/yarn-install/action.yaml @@ -7,6 +7,17 @@ inputs: runs: using: 'composite' steps: + - name: Free disk space for install + if: runner.os == 'Linux' + shell: bash + run: | + # Default GitHub images ship large SDKs this repo does not use; removing + # them avoids ENOSPC when restoring or linking a full Yarn node_modules. + sudo rm -rf /usr/share/dotnet + sudo rm -rf /usr/local/lib/android + sudo rm -rf /opt/ghc + sudo rm -rf /opt/hostedtoolcache/CodeQL + df -h - name: Cache primary key builder id: globals shell: bash diff --git a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts index c21c8d740d0..e6c17cd580c 100644 --- a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts +++ b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts @@ -98,6 +98,7 @@ Developer Support `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -132,6 +133,7 @@ Developer Support`); `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -153,6 +155,7 @@ Developer Support`); `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -164,6 +167,7 @@ Developer Support`); const parsed: ParsedMail = { attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -175,6 +179,7 @@ Developer Support`); const parsed: ParsedMail = { attachments: [], headers: [], + headerLines: [], html: `