[PR #218] [MERGED] Bump next and react-email in /supabase/email-templates #214

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/supabase/email-templates/multi-908bd3adcd


📝 Commits (2)

  • a49a2bf Bump next and react-email in /supabase/email-templates
  • adbd8e7 Update Dependencies

📊 Changes

2 files changed (+108 additions, -64 deletions)

View changed files

📝 supabase/email-templates/package-lock.json (+107 -63)
📝 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.4 to 3.0.6

Release notes

Sourced from react-email's releases.

react-email 3.0.6

What's Changed

  • c6fcd94: Fix preview server crashing without React 19

Full Changelog: https://github.com/resend/react-email/compare/react-email@3.0.5...react-email@3.0.6

react-email 3.0.5

What's Changed

  • Unwanted email re-renders when switching templates #1846
  • Update Next.JS to 15.1.2

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

Changelog

Sourced from react-email's changelog.

3.0.6

Patch Changes

  • c6fcd94: Fix preview server crashing without React 19

3.0.5

Patch Changes

  • 7337d04: Fix emails being re-rendered each time there is navigation in the preview server
Commits
  • 970ecf5 chore: Bump for release
  • c6fcd94 fix(react-email): Preview server crashing without React 19 (#1861)
  • 3b8aada chore: Bump for release (#1857)
  • 0fd6881 fix(deps): update dependency next [security] (#1851)
  • 7337d04 fix(react-email): Unwanted email re-renders when switching templates (#1846)
  • 842fdf2 chore(deps): update dependency autoprefixer to v10.4.20 (#1849)
  • 1ff196a chore(deps): bump prettier to v3.4.2 (#1834)
  • 0187b0a feat(demo): "Year in Review" email template (#1832)
  • 1cb8063 fix(react-email): Improper warnings
  • 454fdae fix(react-email): No async promise executor (#1822)
  • Additional commits viewable 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 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/218 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 1/26/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/supabase/email-templates/multi-908bd3adcd` --- ### 📝 Commits (2) - [`a49a2bf`](https://github.com/feeddeck/feeddeck/commit/a49a2bfd01589d63e08b880a5eb65df86d824f99) Bump next and react-email in /supabase/email-templates - [`adbd8e7`](https://github.com/feeddeck/feeddeck/commit/adbd8e7d8e83f5e89e9ffaf4d84e86183c15a8e1) Update Dependencies ### 📊 Changes **2 files changed** (+108 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `supabase/email-templates/package-lock.json` (+107 -63) 📝 `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.4 to 3.0.6 <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.6</h2> <h2>What's Changed</h2> <ul> <li>c6fcd94: Fix preview server crashing without React 19</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.5...react-email@3.0.6">https://github.com/resend/react-email/compare/react-email@3.0.5...react-email@3.0.6</a></p> <h2>react-email 3.0.5</h2> <h2>What's Changed</h2> <ul> <li>Unwanted email re-renders when switching templates <a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1846">#1846</a></li> <li>Update Next.JS to 15.1.2</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.4...react-email@3.0.5">https://github.com/resend/react-email/compare/react-email@3.0.4...react-email@3.0.5</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.6</h2> <h3>Patch Changes</h3> <ul> <li>c6fcd94: Fix preview server crashing without React 19</li> </ul> <h2>3.0.5</h2> <h3>Patch Changes</h3> <ul> <li>7337d04: Fix emails being re-rendered each time there is navigation in the preview server</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/resend/react-email/commit/970ecf526ec04f237e6d3934838ef46409a98469"><code>970ecf5</code></a> chore: Bump for release</li> <li><a href="https://github.com/resend/react-email/commit/c6fcd94012ad940f37a3709b9ceea93fdde19fe4"><code>c6fcd94</code></a> fix(react-email): Preview server crashing without React 19 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1861">#1861</a>)</li> <li><a href="https://github.com/resend/react-email/commit/3b8aada80d6a78db3d6b20c91415645fa60420ab"><code>3b8aada</code></a> chore: Bump for release (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1857">#1857</a>)</li> <li><a href="https://github.com/resend/react-email/commit/0fd6881f4c6ebf3e5189824c52f7a72cc4933e17"><code>0fd6881</code></a> fix(deps): update dependency next [security] (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1851">#1851</a>)</li> <li><a href="https://github.com/resend/react-email/commit/7337d04179f6678c7d6e5a2a17237da24b3d5c3d"><code>7337d04</code></a> fix(react-email): Unwanted email re-renders when switching templates (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1846">#1846</a>)</li> <li><a href="https://github.com/resend/react-email/commit/842fdf2a7bccff8440e9849687192ada13d87db2"><code>842fdf2</code></a> chore(deps): update dependency autoprefixer to v10.4.20 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1849">#1849</a>)</li> <li><a href="https://github.com/resend/react-email/commit/1ff196a8941f1b24cd081c5433179de83dff4544"><code>1ff196a</code></a> chore(deps): bump prettier to v3.4.2 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1834">#1834</a>)</li> <li><a href="https://github.com/resend/react-email/commit/0187b0ad74b71fbeaef0625ef81d3d5af036b29c"><code>0187b0a</code></a> feat(demo): &quot;Year in Review&quot; email template (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1832">#1832</a>)</li> <li><a href="https://github.com/resend/react-email/commit/1cb8063e3c9a9d33966d757b4b55ea8fb8969147"><code>1cb8063</code></a> fix(react-email): Improper warnings</li> <li><a href="https://github.com/resend/react-email/commit/454fdae04673123db9d52876c197ed87eaff4a6f"><code>454fdae</code></a> fix(react-email): No async promise executor (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1822">#1822</a>)</li> <li>Additional commits viewable in <a href="https://github.com/resend/react-email/commits/react-email@3.0.6/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:45 -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#214