-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @react-email/render to v1.0.5 #426
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
55bfaf2
to
677b79a
Compare
677b79a
to
77de5d7
Compare
a18d164
to
26b0be2
Compare
26b0be2
to
d5ab81e
Compare
db0df20
to
cfc024c
Compare
cfc024c
to
7c5044b
Compare
7c5044b
to
bf74fac
Compare
bf74fac
to
b1b12ce
Compare
b1b12ce
to
77de1d1
Compare
bukinoshita
approved these changes
Mar 20, 2025
Merge activity
|
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@react-email/render](https://redirect.github.com/resend/react-email) ([source](https://redirect.github.com/resend/react-email/tree/HEAD/packages/render)) | [`1.0.1` -> `1.0.5`](https://renovatebot.com/diffs/npm/@react-email%2frender/1.0.1/1.0.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>resend/react-email (@​react-email/render)</summary> ### [`v1.0.5`](https://redirect.github.com/resend/react-email/blob/HEAD/packages/render/CHANGELOG.md#105) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]) ##### Patch Changes - [`caa49b3`](https://redirect.github.com/resend/react-email/commit/caa49b3): Fix extra `<` characters being kept when rendering if mso comments under certain conditions - [`337ac4e`](https://redirect.github.com/resend/react-email/commit/337ac4e): Fix pretty option breaking button components - [`b44c937`](https://redirect.github.com/resend/react-email/commit/b44c937): Fix unstable rendering when prettifying with the Preview component ### [`v1.0.4`](https://redirect.github.com/resend/react-email/blob/HEAD/packages/render/CHANGELOG.md#104) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]) ##### Patch Changes - [`1ff196a`](https://redirect.github.com/resend/react-email/commit/1ff196a): Update prettier dependency. ### [`v1.0.3`](https://redirect.github.com/resend/react-email/blob/HEAD/packages/render/CHANGELOG.md#103) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]) ##### Patch Changes - [`467af4e`](https://redirect.github.com/resend/react-email/commit/467af4e): Use peerDependencies for react and react-dom - [`b34aa90`](https://redirect.github.com/resend/react-email/commit/b34aa90): Move react and react-dom to just dependencies for better DX - [`da3e719`](https://redirect.github.com/resend/react-email/commit/da3e719): Use prettier's stadalone API instead of js-beautify - [`fd3b9de`](https://redirect.github.com/resend/react-email/commit/fd3b9de): Remove uncessary destructuring of react-dom/server ### [`v1.0.2`](https://redirect.github.com/resend/react-email/blob/HEAD/packages/render/CHANGELOG.md#102) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]) ##### Patch Changes - [`4627675`](https://redirect.github.com/resend/react-email/commit/4627675): Fix null characters in between chunks when using high-density characters </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/resend/resend-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTY0LjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOltdfQ==-->
77de1d1
to
46ba47d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.1
->1.0.5
Release Notes
resend/react-email (@react-email/render)
v1.0.5
Compare Source
Patch Changes
caa49b3
: Fix extra<
characters being kept when rendering if mso comments under certain conditions337ac4e
: Fix pretty option breaking button componentsb44c937
: Fix unstable rendering when prettifying with the Preview componentv1.0.4
Compare Source
Patch Changes
1ff196a
: Update prettier dependency.v1.0.3
Compare Source
Patch Changes
467af4e
: Use peerDependencies for react and react-domb34aa90
: Move react and react-dom to just dependencies for better DXda3e719
: Use prettier's stadalone API instead of js-beautifyfd3b9de
: Remove uncessary destructuring of react-dom/serverv1.0.2
Compare Source
Patch Changes
4627675
: Fix null characters in between chunks when using high-density charactersConfiguration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.