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/fosrl/pangolin/pull/1972
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/4/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/multi-45a616c313`
---
### 📝 Commits (1)
- [`f990610`](https://github.com/fosrl/pangolin/commit/f9906108f5ad17e9ef111a9a928dfc784bd09b4c) Bump next and @react-email/preview-server
### 📊 Changes
**2 files changed** (+192 additions, -2613 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+191 -2612)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [next](https://github.com/vercel/next.js) and [@react-email/preview-server](https://github.com/resend/react-email/tree/HEAD/packages/preview-server). These dependencies needed to be updated together.
Updates `next` from 15.5.6 to 15.5.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p>
<blockquote>
<h2>v15.5.7</h2>
<p>Please see <a href="https://nextjs.org/blog/CVE-2025-66478">CVE-2025-66478</a> for additional details about this release.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/3eaf68b09b2b6b8c0c8e080a9713e131a78dc529"><code>3eaf68b</code></a> v15.5.7</li>
<li><a href="https://github.com/vercel/next.js/commit/8367ce592ad0190ec941dac1ce6d0b5a44606593"><code>8367ce5</code></a> update version script</li>
<li><a href="https://github.com/vercel/next.js/commit/9115040008baf255499136933a50084b76f4bfd8"><code>9115040</code></a> Update React Version for Next.js 15.5.7 (<a href="https://redirect.github.com/vercel/next.js/issues/10">#10</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/96f699902a5c57293e312591f843080a4d68ee1b"><code>96f6999</code></a> update tag</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/compare/v15.5.6...v15.5.7">compare view</a></li>
</ul>
</details>
<br />
Updates `@react-email/preview-server` from 4.3.2 to 5.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/releases"><code>@react-email/preview-server</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>d89af46: Broken links to React lines of code in the toolbar</li>
</ul>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>1d35e37: fix file names and extensions not being used in download</li>
</ul>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>4861354: move most dependencies to devDependencies</li>
<li>7ab924c: fix unwanted dependency installation when typescript's not installed</li>
</ul>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>e0b7efa: fix sidebar misalignment with the topbar</li>
<li>872f33b: fix scrolling not working on email frame right after resizing</li>
</ul>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>37b405b: Update link for Resend</li>
<li>56a696f: Increases the sleep time between bulk templates import to avoid exceeding the default API rate limit of 2 requests per second</li>
</ul>
<h2><code>@react-email/preview-server</code><a href="https://github.com/5"><code>@5</code></a>.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>442f5b6: only check compatibility with tailwindcss@4</li>
</ul>
<h3>Minor Changes</h3>
<ul>
<li>161083a: Integrate with Templates API so users can easily turn React Email templates into actual Resend templates</li>
<li>95c7417: Dark mode switcher emulating email client color inversion</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>c6fa03e: improve color inversion code, don't remount iframe</li>
<li>b6b027c: advise <code>npx</code> to run email setup command</li>
<li>18bc11a: fix compatibility checking not woring with inline object styles, and not working on properties such as <code>justifyContent</code>/<code>justify-content</code></li>
<li>e1ef323: improve reading flow for resend integration setup instructions</li>
<li>1b3176e: fallback to not text coloring for Node.js < 20</li>
<li>f43f1ce: show separate timings for bundling/rendering an email template</li>
<li>397e98c: darken the canvas background when dark mode is enabled</li>
<li>ef8702b: ui improvements</li>
<li>75d651b: reduce margins bellow buttons</li>
<li>Updated dependencies [1e76981]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/blob/canary/packages/preview-server/CHANGELOG.md"><code>@react-email/preview-server</code>'s changelog</a>.</em></p>
<blockquote>
<h2>5.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>d89af46: Broken links to React lines of code in the toolbar</li>
</ul>
<h2>5.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>1d35e37: fix file names and extensions not being used in download</li>
</ul>
<h2>5.0.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>4861354: move most dependencies to devDependencies</li>
<li>7ab924c: fix unwanted dependency installation when typescript's not installed</li>
</ul>
<h2>5.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>e0b7efa: fix sidebar misalignment with the topbar</li>
<li>872f33b: fix scrolling not working on email frame right after resizing</li>
</ul>
<h2>5.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>37b405b: Update link for Resend</li>
<li>56a696f: Increases the sleep time between bulk templates import to avoid exceeding the default API rate limit of 2 requests per second</li>
</ul>
<h2>5.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>442f5b6: only check compatibility with tailwindcss@4</li>
</ul>
<h3>Minor Changes</h3>
<ul>
<li>161083a: Integrate with Templates API so users can easily turn React Email templates into actual Resend templates</li>
<li>95c7417: Dark mode switcher emulating email client color inversion</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>c6fa03e: improve color inversion code, don't remount iframe</li>
<li>b6b027c: advise <code>npx</code> to run email setup command</li>
<li>18bc11a: fix compatibility checking not woring with inline object styles, and not working on properties such as <code>justifyContent</code>/<code>justify-content</code></li>
<li>e1ef323: improve reading flow for resend integration setup instructions</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/resend/react-email/commit/7afceb61e26ec913870e2e08a4fa783cb3bf2cb4"><code>7afceb6</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2705">#2705</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/d89af465b491a0f0ee55929d0e96a5ad103f7a12"><code>d89af46</code></a> fix(preview-server): broken links</li>
<li><a href="https://github.com/resend/react-email/commit/8531d42850b007babf7486c52a84c9eebacfd589"><code>8531d42</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2686">#2686</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/1d35e376ae37a3284e60c1e6399df3f71345bba1"><code>1d35e37</code></a> fix(preview-server): file names and extensions not being used in download (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2">#2</a>...</li>
<li><a href="https://github.com/resend/react-email/commit/149cfdd7ef6615b78af07d92e7e8ecfdc06b3957"><code>149cfdd</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2680">#2680</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/7ab924c02a391d11e3ab47e9eaa4538d2a6963b9"><code>7ab924c</code></a> fix(preview-server): typescript automatically being installed (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2677">#2677</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/48613542fdf4c75cbb04f912a38037a39892bd7b"><code>4861354</code></a> chore(preview-server): cleanup dependencies, move most to <code>devDependencies</code> (...</li>
<li><a href="https://github.com/resend/react-email/commit/b75f44b2b5b871240efb508bc1c75d17b4b5bd9b"><code>b75f44b</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2671">#2671</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/872f33be5f21e57aec042d1a3d7d4f0176819f2b"><code>872f33b</code></a> fix(preview-server): scrolling not working right after resizing (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2670">#2670</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/e0b7efa7fa2ede8a899193669fef51503ecbab6f"><code>e0b7efa</code></a> fix(preview-server): sidebar misalignment with topbar (<a href="https://github.com/resend/react-email/tree/HEAD/packages/preview-server/issues/2667">#2667</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/resend/react-email/commits/@react-email/preview-server@5.0.5/packages/preview-server">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/fosrl/pangolin/network/alerts).
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1972
Author: @dependabot[bot]
Created: 12/4/2025
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/multi-45a616c313📝 Commits (1)
f990610Bump next and @react-email/preview-server📊 Changes
2 files changed (+192 additions, -2613 deletions)
View changed files
📝
package-lock.json(+191 -2612)📝
package.json(+1 -1)📄 Description
Bumps next and @react-email/preview-server. These dependencies needed to be updated together.
Updates
nextfrom 15.5.6 to 15.5.7Release notes
Sourced from next's releases.
Commits
3eaf68bv15.5.78367ce5update version script9115040Update React Version for Next.js 15.5.7 (#10)96f6999update tagUpdates
@react-email/preview-serverfrom 4.3.2 to 5.0.5Release notes
Sourced from
@react-email/preview-server's releases.... (truncated)
Changelog
Sourced from
@react-email/preview-server's changelog.... (truncated)
Commits
7afceb6chore(root): version packages (#2705)d89af46fix(preview-server): broken links8531d42chore(root): version packages (#2686)1d35e37fix(preview-server): file names and extensions not being used in download (#2...149cfddchore(root): version packages (#2680)7ab924cfix(preview-server): typescript automatically being installed (#2677)4861354chore(preview-server): cleanup dependencies, move most todevDependencies(...b75f44bchore(root): version packages (#2671)872f33bfix(preview-server): scrolling not working right after resizing (#2670)e0b7efafix(preview-server): sidebar misalignment with topbar (#2667)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.