Skip to content

fix(deps): bump react-email from 4.0.15 to 6.5.0#9418

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/react-email-6.1.4
Open

fix(deps): bump react-email from 4.0.15 to 6.5.0#9418
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/react-email-6.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps react-email from 4.0.15 to 6.5.0.

Release notes

Sourced from react-email's releases.

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

react-email@6.3.1

Patch Changes

  • c610dc0: fix: padding in Container/Section failing on Klaviyo and Outlook desktop

react-email@6.3.0

No release notes provided.

react-email@6.2.0

Minor Changes

  • 192d82a: Add theme and utility props to <Tailwind> for Tailwind v4 CSS-first configuration. Both accept a CSS string and can be combined with the existing config prop.

    import themeCss from "./theme.css?inline";
    <Tailwind theme={themeCss}>
    <div className="bg-brand font-display">Custom themed content</div>
    </Tailwind>;

    Empty strings are no-ops. The base Tailwind theme and utilities are still loaded — theme and utility layer on top.

    The preview server, email export, and the caniemail compatibility check all understand the Vite-style ?inline and ?raw suffixes on CSS imports, so the pattern above works the same in your project and inside the preview UI. The compatibility check also extracts the theme and utility props (in addition to config) when analyzing your template, so any caniemail incompatibilities in CSS produced by those props will surface as warnings.

    Internal note: the exported setupTailwind helper now takes { config, cssConfigs } instead of a positional TailwindConfig. Calling it with the old shape throws with a migration hint.

Patch Changes

... (truncated)

Changelog

Sourced from react-email's changelog.

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

Patch Changes

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

6.3.1

Patch Changes

  • c610dc0: fix: padding in Container/Section failing on Klaviyo and Outlook desktop

6.3.0

6.2.0

Minor Changes

  • 192d82a: Add theme and utility props to <Tailwind> for Tailwind v4 CSS-first configuration. Both accept a CSS string and can be combined with the existing config prop.

    import themeCss from "./theme.css?inline";
    <Tailwind theme={themeCss}>
    <div className="bg-brand font-display">Custom themed content</div>
    </Tailwind>;

    Empty strings are no-ops. The base Tailwind theme and utilities are still loaded — theme and utility layer on top.

    The preview server, email export, and the caniemail compatibility check all understand the Vite-style ?inline and ?raw suffixes on CSS imports, so the pattern above works the same in your project and inside the preview UI. The compatibility check also extracts the theme and utility props (in addition to config) when analyzing your template, so any caniemail incompatibilities in CSS produced by those props will surface as warnings.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-email since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 17:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch 5 times, most recently from 087f1c0 to e2ff217 Compare May 18, 2026 08:39
@dependabot dependabot Bot changed the title fix(deps): bump react-email from 4.0.15 to 6.1.4 fix(deps): bump react-email from 4.0.15 to 6.1.5 May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch 3 times, most recently from 450be36 to 559c816 Compare May 21, 2026 09:56
@dependabot dependabot Bot changed the title fix(deps): bump react-email from 4.0.15 to 6.1.5 fix(deps): bump react-email from 4.0.15 to 6.3.2 May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch from 559c816 to f7caab2 Compare May 25, 2026 07:29
@dependabot dependabot Bot changed the title fix(deps): bump react-email from 4.0.15 to 6.3.2 fix(deps): bump react-email from 4.0.15 to 6.3.3 May 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch from f7caab2 to 75d91d4 Compare May 26, 2026 05:45
@dependabot dependabot Bot changed the title fix(deps): bump react-email from 4.0.15 to 6.3.3 fix(deps): bump react-email from 4.0.15 to 6.4.0 May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch from 75d91d4 to fa2ed1b Compare May 27, 2026 14:39
@dependabot dependabot Bot changed the title fix(deps): bump react-email from 4.0.15 to 6.4.0 fix(deps): bump react-email from 4.0.15 to 6.5.0 May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch 6 times, most recently from 06ada2d to 6455e84 Compare June 4, 2026 08:22
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch from 6455e84 to ae86502 Compare June 8, 2026 05:25
Bumps [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) from 4.0.15 to 6.5.0.
- [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.5.0/packages/react-email)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-email-6.1.4 branch from ae86502 to 2b7d3ad Compare June 8, 2026 07:11
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