Skip to content

chore(deps): bump react-email from 5.2.9 to 6.6.5 in /apps/email#55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/email/react-email-6.6.5
Open

chore(deps): bump react-email from 5.2.9 to 6.6.5 in /apps/email#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/email/react-email-6.6.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps react-email from 5.2.9 to 6.6.5.

Release notes

Sourced from react-email's releases.

react-email@6.6.5

No release notes provided.

react-email@6.6.4

Patch Changes

  • f8279be: Fix Tailwind pill utilities like rounded-t-full and rounded-e-full leaving an unrenderable calc(infinity * 1px) in the inlined email CSS (previously only rounded-full was converted to 9999px).

react-email@6.6.3

No release notes provided.

react-email@6.6.2

Patch Changes

  • 437c414: Fix Tailwind opacity modifiers (e.g. bg-blue-600/50) rendering an invalid percentage alpha that breaks in some email clients.

react-email@6.6.1

Patch Changes

  • 21bac49: Fix Markdown corrupting double quotes in markdownCustomStyles. Inline style values containing a " (e.g. fontFamily: '"Times New Roman", serif') were escaped to the apostrophe entity ' instead of ", silently rewriting the quoted value. Double quotes are now escaped as ".
  • Updated dependencies [60a5b09]
    • @​react-email/render@​2.0.9

react-email@6.6.0

Minor Changes

  • 16ff94c: add a useTitleTag in Preview component so users can disable it if they want to

react-email@6.5.0

Minor Changes

  • 3875d2a: add a --clients option to email dev and a COMPATIBILITY_EMAIL_CLIENTS environment variable to narrow which email clients trigger compatibility warnings. By default the preview still warns for gmail, apple-mail, outlook, and yahoo. Teams that only target one or two clients can now skip the noise: email dev --clients outlook,apple-mail. The CLI flag wins over the env var; an empty or fully-invalid list falls back to the defaults so warnings can't be silently switched off. Builds on #2797 by @​ReemX.

Patch Changes

  • d47825a: Add accessibility defaults to components: dir/lang on Body, an empty alt fallback on Img, role="presentation" on the Markdown table, and a <title> from Preview.

react-email@6.4.0

Minor Changes

  • ba99365: resolve and strip unresolved --tw-* CSS variables in non-inlinable rules so Tailwind media query utilities no longer break Gmail

react-email@6.3.3

No release notes provided.

react-email@6.3.2

Patch Changes

  • fbda5c8: increase whitespace padding to 200 characters for better Gmail preview text rendering

... (truncated)

Changelog

Sourced from react-email's changelog.

6.6.5

6.6.4

Patch Changes

  • f8279be: Fix Tailwind pill utilities like rounded-t-full and rounded-e-full leaving an unrenderable calc(infinity * 1px) in the inlined email CSS (previously only rounded-full was converted to 9999px).

6.6.3

6.6.2

Patch Changes

  • 437c414: Fix Tailwind opacity modifiers (e.g. bg-blue-600/50) rendering an invalid percentage alpha that breaks in some email clients.

6.6.1

Patch Changes

  • 21bac49: Fix Markdown corrupting double quotes in markdownCustomStyles. Inline style values containing a " (e.g. fontFamily: '"Times New Roman", serif') were escaped to the apostrophe entity &#x27; instead of &quot;, silently rewriting the quoted value. Double quotes are now escaped as &quot;.
  • Updated dependencies [60a5b09]
    • @​react-email/render@​2.0.9

6.6.0

Minor Changes

  • 16ff94c: add a useTitleTag in Preview component so users can disable it if they want to

6.5.0

Minor Changes

  • 3875d2a: add a --clients option to email dev and a COMPATIBILITY_EMAIL_CLIENTS environment variable to narrow which email clients trigger compatibility warnings. By default the preview still warns for gmail, apple-mail, outlook, and yahoo. Teams that only target one or two clients can now skip the noise: email dev --clients outlook,apple-mail. The CLI flag wins over the env var; an empty or fully-invalid list falls back to the defaults so warnings can't be silently switched off. Builds on #2797 by @​ReemX.

Patch Changes

  • d47825a: Add accessibility defaults to components: dir/lang on Body, an empty alt fallback on Img, role="presentation" on the Markdown table, and a <title> from Preview.

6.4.0

Minor Changes

  • ba99365: resolve and strip unresolved --tw-* CSS variables in non-inlinable rules so Tailwind media query utilities no longer break Gmail

6.3.3

6.3.2

... (truncated)

Commits
  • d5651cf chore(root): version packages (#3602)
  • 91517e6 chore(root): version packages (#3587)
  • f8279be fix(tailwind): convert calc(infinity * 1px) for corner and logical border-rad...
  • 0f39a5e chore(root): version packages (#3581)
  • b8d1194 chore(root): version packages (#3580)
  • 437c414 fix(tailwind): convert color-mix opacity percentage to a decimal alpha (#3579)
  • d87fd18 chore(root): version packages (#3562)
  • 21bac49 fix(markdown): escape double quotes to " in inline styles (#3570)
  • 6e3cf42 chore(root): version packages (#3555)
  • 16ff94c feat(react-email): useTitleTag flag on Preview component (#3554)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) from 5.2.9 to 6.6.5.
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@6.6.5/packages/react-email)

---
updated-dependencies:
- dependency-name: react-email
  dependency-version: 6.6.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants