Skip to content

chore(deps): update react-email to 6.1.4 - autoclosed#25

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-email-monorepo
Closed

chore(deps): update react-email to 6.1.4 - autoclosed#25
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-email-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 16, 2026

This PR contains the following updates:

Package Change Age Confidence
react-email (source) 5.1.16.1.4 age confidence

Release Notes

resend/react-email (react-email)

v6.1.4

Compare Source

Patch Changes
  • 1c386ce: Avoid spamming each spinner frame as a new line on non-TTY streams (CI logs, pipes, dumb terminals). The spinner now logs each status text once instead of redrawing animated frames when the output is not a TTY.
  • ad6a9de: - deprecate packageManager CLI option for email build, only supporting npm
    • ensure email build dependency installation includes dev dependencies

v6.1.3

Compare Source

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

v5.2.10

Compare Source

v5.2.9

Compare Source

Patch Changes
  • 79bb7cc: manually determine esbuild binary path to avoid forcing a host version

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

Patch Changes
  • 11f56c5: fix RESEND_API_KEY being overwritten in email preview

v5.2.5

Compare Source

Patch Changes
  • 81aea00: revert changes to fix compatibility with alpine

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes
  • 800c960: email build always failing

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Patch Changes
  • 16cc7d1: increase timeout to 10 minutes by default, disable build workers

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/major-react-email-monorepo branch from a88d189 to 8e59ed4 Compare April 27, 2026 16:52
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.0 chore(deps): update react-email to 6.0.1 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 8e59ed4 to 8351b43 Compare April 28, 2026 20:40
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.1 chore(deps): update react-email to 6.0.4 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 8351b43 to a7b0fd0 Compare April 29, 2026 03:27
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.4 chore(deps): update react-email to 6.0.5 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from a7b0fd0 to 0acc75b Compare May 4, 2026 16:48
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.5 chore(deps): update react-email to 6.0.7 May 4, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 0acc75b to 39ce308 Compare May 4, 2026 23:43
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.7 chore(deps): update react-email to 6.0.8 May 4, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 39ce308 to 6a093a4 Compare May 6, 2026 18:56
@renovate renovate Bot changed the title chore(deps): update react-email to 6.0.8 chore(deps): update react-email to 6.1.1 May 6, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 6a093a4 to 73cfa47 Compare May 12, 2026 19:56
@renovate renovate Bot changed the title chore(deps): update react-email to 6.1.1 chore(deps): update react-email to 6.1.3 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-react-email-monorepo branch from 73cfa47 to b8b342e Compare May 13, 2026 19:02
@renovate renovate Bot changed the title chore(deps): update react-email to 6.1.3 chore(deps): update react-email to 6.1.4 May 13, 2026
@renovate renovate Bot changed the title chore(deps): update react-email to 6.1.4 chore(deps): update react-email to 6.1.4 - autoclosed May 14, 2026
@renovate renovate Bot closed this May 14, 2026
@renovate renovate Bot deleted the renovate/major-react-email-monorepo branch May 14, 2026 15:36
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