chore(root): version packages#3530
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Contributor
There was a problem hiding this comment.
1 issue found across 9 files
Confidence score: 5/5
- This looks low risk and safe to merge: the only reported issue is a documentation typo in
packages/react-email/CHANGELOG.md, with no runtime or behavioral impact. - Severity is very low (2/10) and high-confidence, so this is a minor housekeeping fix rather than a merge blocker.
- Pay close attention to
packages/react-email/CHANGELOG.md- correct "Klavyio" to "Klaviyo" to keep release notes accurate.
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
af0a953 to
f29669c
Compare
Co-authored-by: Diel Duarte <magdiel.kesller@gmail.com>
Contributor
There was a problem hiding this comment.
0 issues found across 3 files (changes from recent commits).
Auto-approved: This is a routine version bump PR with minor code changes: a comment typo fix and replacing a legacy hasOwnProperty call with the modern equivalent, both functionally identical and low-risk.
Re-trigger cubic
This file contains hidden or 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
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@react-email/editor@1.4.6
Patch Changes
react-email@6.3.1
Patch Changes
@react-email/ui@6.3.1
Patch Changes
27587f1: stop accepting the emails directory path as a server-action argument
The
getEmailsDirectoryMetadataActionserver action used to take anabsolute filesystem path from the client and walk that directory on the
server, which allowed any caller of the endpoint to enumerate arbitrary
directories on the host. The action now reads the path from the server-only
REACT_EMAIL_INTERNAL_EMAILS_DIR_ABSOLUTE_PATHenv variable and ignoresclient input.