Skip to content
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

build(deps): use caret range for package dependencies #2028

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CHC383
Copy link

@CHC383 CHC383 commented Mar 29, 2025

Close #2026

Pin dependencies in libraries leads to dependency duplications and prevents security updates (unless explicitly override the versions) on the consumer side. This PR updates all dependencies in packages/ to use the caret range.

I am happy to update devDependencies and all the other package.json if you like, although those doesn't affect the users of react-email.

Copy link

changeset-bot bot commented Mar 29, 2025

🦋 Changeset detected

Latest commit: 8a8e0a1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
react-email-starter Patch
react-email Patch
@react-email/code-block Patch
@react-email/markdown Patch
@react-email/render Patch
@react-email/components Patch
react-email-with-aws-ses Patch
react-email-with-mailersend Patch
react-email-with-nodemailer Patch
react-email-with-plunk Patch
react-email-with-postmark Patch
react-email-with-resend Patch
react-email-with-sendgrid Patch
react-email-with-next-scaleway Patch
react-email-with-node-scaleway Patch
create-email Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Mar 29, 2025

@CHC383 is attempting to deploy a commit to the resend Team on Vercel.

A member of the Team first needs to authorize it.

@CHC383 CHC383 force-pushed the refactor/unpin-package-dependencies branch 2 times, most recently from 6ec5cc3 to 940b844 Compare March 31, 2025 19:32
@gabrielmfern gabrielmfern force-pushed the canary branch 3 times, most recently from 2369e81 to 117d670 Compare April 1, 2025 17:55
@CHC383 CHC383 force-pushed the refactor/unpin-package-dependencies branch from 940b844 to fad4abd Compare April 2, 2025 23:24
@gabrielmfern gabrielmfern changed the base branch from canary to main April 3, 2025 12:52
@gabrielmfern gabrielmfern force-pushed the refactor/unpin-package-dependencies branch from fad4abd to ef39058 Compare April 3, 2025 12:52
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.

Unpin dependencies
2 participants