Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

Bumps the react-email group with 3 updates in the / directory: @react-email/components, @react-email/render and react-email.

Updates @react-email/components from 0.0.42 to 0.1.1

Release notes

Sourced from @​react-email/components's releases.

@​react-email/components@​0.1.1

Patch Changes

  • Updated dependencies [19cc59c]
    • @​react-email/render@​1.1.3
    • @​react-email/body@​0.0.11
    • @​react-email/button@​0.1.0
    • @​react-email/code-block@​0.1.0
    • @​react-email/code-inline@​0.0.5
    • @​react-email/column@​0.0.13
    • @​react-email/container@​0.0.15
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/heading@​0.0.15
    • @​react-email/hr@​0.0.11
    • @​react-email/html@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/markdown@​0.0.15
    • @​react-email/preview@​0.0.13
    • @​react-email/row@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/tailwind@​1.0.5
    • @​react-email/text@​0.1.5

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​0.1.0...@​react-email/components@​0.1.1

@​react-email/components@​0.1.0

Minor Changes

  • 18198e1: code-block: fix access to all pre properties
  • 4c4c5ef: button: respect the order in which padding properties are defined

Patch Changes

  • Updated dependencies [18198e1]
  • Updated dependencies [4c4c5ef]
    • @​react-email/code-block@​0.1.0
    • @​react-email/button@​0.1.0
    • @​react-email/tailwind@​1.0.5

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​0.0.42...@​react-email/components@​0.1.0

@​react-email/components@​0.1.0-canary.4

Patch Changes

  • Updated dependencies [e22cc83]
    • @​react-email/render@​1.1.3-canary.0
    • @​react-email/body@​0.0.11
    • @​react-email/button@​0.1.0-canary.0

... (truncated)

Changelog

Sourced from @​react-email/components's changelog.

0.1.1

Patch Changes

  • Updated dependencies [19cc59c]
    • @​react-email/render@​1.1.3
    • @​react-email/body@​0.0.11
    • @​react-email/button@​0.1.0
    • @​react-email/code-block@​0.1.0
    • @​react-email/code-inline@​0.0.5
    • @​react-email/column@​0.0.13
    • @​react-email/container@​0.0.15
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/heading@​0.0.15
    • @​react-email/hr@​0.0.11
    • @​react-email/html@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/markdown@​0.0.15
    • @​react-email/preview@​0.0.13
    • @​react-email/row@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/tailwind@​1.0.5
    • @​react-email/text@​0.1.5

0.1.0

Minor Changes

  • 18198e1: code-block: fix access to all pre properties
  • 4c4c5ef: button: respect the order in which padding properties are defined

Patch Changes

  • Updated dependencies [18198e1]
  • Updated dependencies [4c4c5ef]
    • @​react-email/code-block@​0.1.0
    • @​react-email/button@​0.1.0
    • @​react-email/tailwind@​1.0.5

0.1.0-canary.4

Patch Changes

  • Updated dependencies [e22cc83]
    • @​react-email/render@​1.1.3-canary.0
    • @​react-email/body@​0.0.11
    • @​react-email/button@​0.1.0-canary.0
    • @​react-email/code-block@​0.0.13

... (truncated)

Commits

Updates @react-email/render from 1.1.2 to 1.1.3

Release notes

Sourced from @​react-email/render's releases.

@​react-email/render@​1.1.3

Patch Changes

  • 19cc59c: fix browser version including errors in the output instead of throwing them

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/render@​1.1.2...@​react-email/render@​1.1.3

@​react-email/render@​1.1.3-canary.0

Patch Changes

  • e22cc83: fix browser version including errors in the output instead of throwing them
Changelog

Sourced from @​react-email/render's changelog.

1.1.3

Patch Changes

  • 19cc59c: fix browser version including errors in the output instead of throwing them

1.1.3-canary.0

Patch Changes

  • e22cc83: fix browser version including errors in the output instead of throwing them
Commits
  • 11d4751 chore(root): Version packages (#2313)
  • 19cc59c fix(render): Browser version including errors in the output instead of throwi...
  • See full diff in compare view

Updates react-email from 4.0.16 to 4.0.17

Release notes

Sourced from react-email's releases.

[email protected]

Patch Changes

  • e352a67: fix <svg> not being flagged as incompatible
  • 8f64ebd: fix the forced color-scheme: dark for the preview
  • 6de4e9f: fix static file serving security issue with logging
  • b2e96d5: add support for hot reloading with tsconfig path aliases
  • 6b0cfd6: fix hot reloading with collapsed directories
  • 8c93330: fix prettier errors causing Next.js serialization error
  • a07eebf: pre-render email templates on hover

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@4.0.17

Changelog

Sourced from react-email's changelog.

4.0.17

Patch Changes

  • e352a67: fix <svg> not being flagged as incompatible
  • 8f64ebd: fix the forced color-scheme: dark for the preview
  • 6de4e9f: fix static file serving security issue with logging
  • b2e96d5: Add support for hot reloading with tsconfig path aliases
  • 6b0cfd6: fix hot reloading with collapsed directories
  • 8c93330: Fix prettier errors causing NextJS serialization error
  • a07eebf: Pre-render email templates on hover
Commits
  • 11d4751 chore(root): Version packages (#2313)
  • 8f64ebd fix(preview-server): forced color-scheme: dark (#2271)
  • 6de4e9f fix(react-email): security issue with path for static files (#2289)
  • 6b0cfd6 fix(preview-server): hot reloading with collapsed directories (#2284)
  • e352a67 fix(preview-server): \<svg> not being flagged by compatibility checker (#2259)
  • 8c93330 fix(react-email): prettier errors causing NextJS serialization error (#2214)
  • cb83898 feat(react-email): TypeScript's path aliases support for hot reloading (#2215)
  • a07eebf chore(react-email): Pre-render email templates on hover (#2187)
  • b30dad1 feat(button): respect the user's order of padding properties (#2234)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the react-email group with 3 updates in the / directory: [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components), [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) and [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email).


Updates `@react-email/components` from 0.0.42 to 0.1.1
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/[email protected]/packages/components)

Updates `@react-email/render` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/render/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/[email protected]/packages/render)

Updates `react-email` from 4.0.16 to 4.0.17
- [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/[email protected]/packages/react-email)

---
updated-dependencies:
- dependency-name: "@react-email/components"
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-email
- dependency-name: "@react-email/render"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-email
- dependency-name: react-email
  dependency-version: 4.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-email
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 25, 2025
@vercel
Copy link

vercel bot commented Jun 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saas-starter-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2025 8:47am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

1 participant