[PR #213] [MERGED] Bump next and react-email in /supabase/email-templates #210

Closed
opened 2025-10-31 16:59:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/213
Author: @dependabot[bot]
Created: 12/18/2024
Status: Merged
Merged: 1/26/2025
Merged by: @ricoberger

Base: mainHead: dependabot/npm_and_yarn/supabase/email-templates/multi-0f732e4551


📝 Commits (2)

  • 39842af Bump next and react-email in /supabase/email-templates
  • 2b5d1b5 Update Dependencies

📊 Changes

2 files changed (+1252 additions, -552 deletions)

View changed files

📝 supabase/email-templates/package-lock.json (+1251 -551)
📝 supabase/email-templates/package.json (+1 -1)

📄 Description

Removes next. It's no longer used after updating ancestor dependency react-email. These dependencies need to be updated together.

Removes next

Updates react-email from 3.0.2 to 3.0.4

Release notes

Sourced from react-email's releases.

react-email 3.0.4

What's Changed

  • 8f395d2: Update to React 19

Full Changelog: https://github.com/resend/react-email/compare/react-email@3.0.3...react-email@3.0.4

react-email 3.0.3

What's Changed

  • 1e82151: fix null byte characters being rendered in the preview server
  • 6781316: Improve error messages for all CLI commands

Full Changelog: https://github.com/resend/react-email/compare/react-email@3.0.2...react-email@3.0.3

Changelog

Sourced from react-email's changelog.

3.0.4

Patch Changes

  • 8f395d2: Update to React 19

3.0.3

Patch Changes

  • 1e82151: fix null byte characters being rendered in the preview server
  • b34aa90: Move react and react-dom to just dependencies for better DX
  • 6781316: Improve error messages for all CLI commands

3.0.3-canary.2

Patch Changes

  • 6781316: Improve error messages for all CLI commands

3.0.3-canary.1

Patch Changes

  • 6facd7c: fix null byte characters being rendered in the preview server

3.0.3-canary.0

Patch Changes

  • f7833da: Move react and react-dom to just dependencies for better DX
Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/213 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 1/26/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/supabase/email-templates/multi-0f732e4551` --- ### 📝 Commits (2) - [`39842af`](https://github.com/feeddeck/feeddeck/commit/39842af31878c8fd001161d5aa9806821271be8f) Bump next and react-email in /supabase/email-templates - [`2b5d1b5`](https://github.com/feeddeck/feeddeck/commit/2b5d1b520827ee5d8ac8498551ae152034ddbd9b) Update Dependencies ### 📊 Changes **2 files changed** (+1252 additions, -552 deletions) <details> <summary>View changed files</summary> 📝 `supabase/email-templates/package-lock.json` (+1251 -551) 📝 `supabase/email-templates/package.json` (+1 -1) </details> ### 📄 Description Removes [next](https://github.com/vercel/next.js). It's no longer used after updating ancestor dependency [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies need to be updated together. Removes `next` Updates `react-email` from 3.0.2 to 3.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/resend/react-email/releases">react-email's releases</a>.</em></p> <blockquote> <h2>react-email 3.0.4</h2> <h2>What's Changed</h2> <ul> <li>8f395d2: Update to React 19</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.3...react-email@3.0.4">https://github.com/resend/react-email/compare/react-email@3.0.3...react-email@3.0.4</a></p> <h2>react-email 3.0.3</h2> <h2>What's Changed</h2> <ul> <li>1e82151: fix null byte characters being rendered in the preview server</li> <li>6781316: Improve error messages for all CLI commands</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.2...react-email@3.0.3">https://github.com/resend/react-email/compare/react-email@3.0.2...react-email@3.0.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md">react-email's changelog</a>.</em></p> <blockquote> <h2>3.0.4</h2> <h3>Patch Changes</h3> <ul> <li>8f395d2: Update to React 19</li> </ul> <h2>3.0.3</h2> <h3>Patch Changes</h3> <ul> <li>1e82151: fix null byte characters being rendered in the preview server</li> <li>b34aa90: Move react and react-dom to just dependencies for better DX</li> <li>6781316: Improve error messages for all CLI commands</li> </ul> <h2>3.0.3-canary.2</h2> <h3>Patch Changes</h3> <ul> <li>6781316: Improve error messages for all CLI commands</li> </ul> <h2>3.0.3-canary.1</h2> <h3>Patch Changes</h3> <ul> <li>6facd7c: fix null byte characters being rendered in the preview server</li> </ul> <h2>3.0.3-canary.0</h2> <h3>Patch Changes</h3> <ul> <li>f7833da: Move react and react-dom to just dependencies for better DX</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/resend/react-email/commit/55569bbe07da87474461b38d2a1722c6b864a97d"><code>55569bb</code></a> chore: Bump for release (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1809">#1809</a>)</li> <li><a href="https://github.com/resend/react-email/commit/8f395d22382757969889a794a2ca1a7caf38364f"><code>8f395d2</code></a> chore(all): Upgrade to use React 19 instead of the RCs (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1808">#1808</a>)</li> <li><a href="https://github.com/resend/react-email/commit/a243580955e559c8703964a79136cc401e5caa1d"><code>a243580</code></a> chore: Bump for release (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1801">#1801</a>)</li> <li><a href="https://github.com/resend/react-email/commit/502c12f5a4ccaab12e53bbc8d48739669a307696"><code>502c12f</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1798">#1798</a>)</li> <li><a href="https://github.com/resend/react-email/commit/678131672bf956d50944edea70f02a694a9309f5"><code>6781316</code></a> feat(react-email): Improved error feedback on all CLI commands (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1784">#1784</a>)</li> <li><a href="https://github.com/resend/react-email/commit/da3e719f69094190c754a5b22b83e26b93a3c003"><code>da3e719</code></a> feat(render): Use prettier's standalone API instead of js-beautify (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1777">#1777</a>)</li> <li><a href="https://github.com/resend/react-email/commit/87acb2d20b5f8d06189760e04971a74360dcb075"><code>87acb2d</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1774">#1774</a>)</li> <li><a href="https://github.com/resend/react-email/commit/1e82151d13b5c4ab4e7dbaa96edd7d73432316a9"><code>1e82151</code></a> fix(react-email): Null byte characters being rendered in the preview (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1773">#1773</a>)</li> <li><a href="https://github.com/resend/react-email/commit/d3f7e772b94aedf22eb07e18f67b52a8aaa48ff2"><code>d3f7e77</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1771">#1771</a>)</li> <li><a href="https://github.com/resend/react-email/commit/57188f9cc9c11f427a266992cb6206cd07fd1514"><code>57188f9</code></a> chore(deps): update nextjs monorepo (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1524">#1524</a>)</li> <li>See full diff in <a href="https://github.com/resend/react-email/commits/react-email@3.0.4/packages/react-email">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/feeddeck/feeddeck/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:59:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#210