Skip to content

chore(deps): update dependency react-email to v6#855

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/react-email-6.x
Open

chore(deps): update dependency react-email to v6#855
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/react-email-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-email (source) 5.2.116.1.1 age adoption passing confidence

Release Notes

resend/react-email (react-email)

v6.1.1

Compare Source

Patch Changes
  • 3c62bd0: fix divider with extra borders around other corners

v6.1.0

Compare Source

Patch Changes
  • 47eeece: Tailwind: clearer error when <Head> is outside <Tailwind>

v6.0.8

Compare Source

Patch Changes
  • 65525e0: Tailwind: parse non inline configuration variables

v6.0.7

Compare Source

Patch Changes
  • 87a2486: undo nesting of all media queries, and replace >= <= exxpressions with min-width/max-width on the Tailwind component

v6.0.6

Compare Source

Patch Changes
  • 84bb7ab: collapse empty-fallback var() refs in inline styles

v6.0.5

Compare Source

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes
  • bb51e5e: fix missing react and react-dom peer dependencies

v6.0.2

Compare Source

Patch Changes
  • 63b6e71: Fix Markdown component crashing on CommonMark loose lists with paragraph continuations

v6.0.1

Compare Source

Patch Changes
  • 599b8c5: fix type issues in starter template and in react-email

v6.0.0

Major Changes
  • d0a7a52: Move all components and utilities into the react-email package

    All components (previously in @react-email/components or individual packages like @react-email/button) and rendering utilities (previously in @react-email/render) are now exported directly from react-email. This unifies the install and import experience into a single package.

    We're going to deprecate all packages except @react-email/render and @react-email/ui, and they will not be updated anymore.

Breaking change

Imports from @react-email/components, @react-email/render, or individual component packages (e.g. @react-email/button) are no longer the recommended path and they will all be deprecated with the exception of @react-email/render and @react-email/editor, and render will remain exported from react-email. Consumers should import everything from react-email.

Why

Having separate packages for components (@react-email/components), and the CLI (react-email) created unnecessary confusion, and a maintenance burden for us.

How to migrate
  1. Remove @react-email/components:

    npm remove @&#8203;react-email/components
  2. Update react-email, and move it over to dependencies:

    npm install react-email@latest
  3. Update your imports:

    - import { Button, Html, Head, render } from "@&#8203;react-email/components";
    + import { Button, Html, Head, render } from "react-email";
Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/react-email-6.x branch from 4e99254 to fb79435 Compare May 6, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants