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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
🔄 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/3168
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 5/27/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-patch-updates-b19f959fd7`
---
### 📝 Commits (1)
- [`4f48ba3`](https://github.com/fosrl/pangolin/commit/4f48ba35826fe6c3a2fd69706522f897a7af1f93) Bump the prod-patch-updates group across 1 directory with 9 updates
### 📊 Changes
**2 files changed** (+114 additions, -140 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+103 -129)
📝 `package.json` (+11 -11)
</details>
### 📄 Description
Bumps the prod-patch-updates group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.9` | `2.2.10` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `1.0.8` | `1.0.12` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `2.0.4` | `2.0.8` |
| [@react-email/tailwind](https://github.com/resend/react-email/tree/HEAD/packages/tailwind) | `2.0.5` | `2.0.7` |
| [maxmind](https://github.com/runk/node-maxmind) | `5.0.5` | `5.0.6` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `8.0.5` | `8.0.9` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.6` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.1.0` | `10.1.1` |
Updates `@headlessui/react` from 2.2.9 to 2.2.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/releases">@headlessui/react's releases</a>.</em></p>
<blockquote>
<h2><code>@headlessui/react</code><a href="https://github.com/v2"><code>@v2</code></a>.2.10</h2>
<h3>Fixed</h3>
<ul>
<li>Don’t render <code><Portal></code> while hydrating (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3825">#3825</a>)</li>
<li>Fix passing props on <code>Fragment</code> error due to <code>Symbol(react.lazy)</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3873">#3873</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md">@headlessui/react's changelog</a>.</em></p>
<blockquote>
<h2>[2.2.10] - 2026-04-07</h2>
<h3>Fixed</h3>
<ul>
<li>Don’t render <code><Portal></code> while hydrating (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3825">#3825</a>)</li>
<li>Fix passing props on <code>Fragment</code> error due to <code>Symbol(react.lazy)</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3873">#3873</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/headlessui/commit/d13526d02a2de92c4ad7b62c15cd980636543fe2"><code>d13526d</code></a> 2.2.10 - <code>@headlessui/react</code></li>
<li><a href="https://github.com/tailwindlabs/headlessui/commit/b0dcd8fc6ce78bc80221e602c0b1aa94e304ef81"><code>b0dcd8f</code></a> Handle props on Fragment error due to <code>Symbol(react.lazy)</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3873">#3873</a>)</li>
<li><a href="https://github.com/tailwindlabs/headlessui/commit/7baca70434e11432b4210e87558cd452801bb2f9"><code>7baca70</code></a> Don’t render <code>\<Portal></code>s while hydrating (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3825">#3825</a>)</li>
<li><a href="https://github.com/tailwindlabs/headlessui/commit/5ef7395d86dc322ea056c4839bfd0910299b3808"><code>5ef7395</code></a> Add <code>RefProp</code> to <code>props</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3823">#3823</a>)</li>
<li>See full diff in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.10/packages/@headlessui-react">compare view</a></li>
</ul>
</details>
<br />
Updates `@react-email/components` from 1.0.8 to 1.0.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/releases">@react-email/components's releases</a>.</em></p>
<blockquote>
<h2><code>@react-email/components</code><a href="https://github.com/1"><code>@1</code></a>.0.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [f6cfef0]
<ul>
<li><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.6</li>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/column</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/font</code><a href="https://github.com/0"><code>@0</code></a>.0.10</li>
<li><code>@react-email/head</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/html</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/markdown</code><a href="https://github.com/0"><code>@0</code></a>.0.18</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/row</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/section</code><a href="https://github.com/0"><code>@0</code></a>.0.17</li>
<li><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.7</li>
<li><code>@react-email/text</code><a href="https://github.com/0"><code>@0</code></a>.1.6</li>
</ul>
</li>
</ul>
<h2><code>@react-email/components</code><a href="https://github.com/1"><code>@1</code></a>.0.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [5a23505]</li>
<li>Updated dependencies [ecfc141]
<ul>
<li><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.7</li>
<li><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.5</li>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/column</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/font</code><a href="https://github.com/0"><code>@0</code></a>.0.10</li>
<li><code>@react-email/head</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/html</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/markdown</code><a href="https://github.com/0"><code>@0</code></a>.0.18</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/row</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/section</code><a href="https://github.com/0"><code>@0</code></a>.0.17</li>
<li><code>@react-email/text</code><a href="https://github.com/0"><code>@0</code></a>.1.6</li>
</ul>
</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/@react-email/components@1.0.12/packages/components/CHANGELOG.md">@react-email/components's changelog</a>.</em></p>
<blockquote>
<h2>1.0.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [f6cfef0]
<ul>
<li><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.6</li>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/column</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/font</code><a href="https://github.com/0"><code>@0</code></a>.0.10</li>
<li><code>@react-email/head</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/html</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/markdown</code><a href="https://github.com/0"><code>@0</code></a>.0.18</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/row</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/section</code><a href="https://github.com/0"><code>@0</code></a>.0.17</li>
<li><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.7</li>
<li><code>@react-email/text</code><a href="https://github.com/0"><code>@0</code></a>.1.6</li>
</ul>
</li>
</ul>
<h2>1.0.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [5a23505]</li>
<li>Updated dependencies [ecfc141]
<ul>
<li><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.7</li>
<li><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.5</li>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/column</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/font</code><a href="https://github.com/0"><code>@0</code></a>.0.10</li>
<li><code>@react-email/head</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/html</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/markdown</code><a href="https://github.com/0"><code>@0</code></a>.0.18</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/row</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
</ul>
</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/291aea4e00c37ff08ec1d1743adaf0c13def3851"><code>291aea4</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/3117">#3117</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/1191b35432d7c7b26df2cbbbe760efa14b0c08e0"><code>1191b35</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/3084">#3084</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/32b0eba91288d24f682639e966fcff64297f35f6"><code>32b0eba</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/3073">#3073</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/197d094d127725c52d6625080a4dc631296d33cd"><code>197d094</code></a> chore: version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/3035">#3035</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/1f27dcd9c38d50927059dba4f2fb7b59cf7c7ddc"><code>1f27dcd</code></a> feat: pnpm catalogs (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/3014">#3014</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/11aa935196e3da315be4b4e8711f61efeb5c9f75"><code>11aa935</code></a> chore(deps): update dependency tsdown to v0.19.0 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/components/issues/2857">#2857</a>)</li>
<li>See full diff in <a href="https://github.com/resend/react-email/commits/@react-email/components@1.0.12/packages/components">compare view</a></li>
</ul>
</details>
<br />
Updates `@react-email/render` from 2.0.4 to 2.0.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/releases">@react-email/render's releases</a>.</em></p>
<blockquote>
<h2><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>e0e896f: Strip nul bytes from React 18 <code>renderToPipeableStream</code> output to prevent emails with multi-byte characters from being truncated.</li>
</ul>
<h2><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fc539d: fix export map ordering between convex and node</li>
</ul>
<h2><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.7-canary.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fc539d: fix export map ordering between convex and node</li>
</ul>
<h2><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>f6cfef0: fix: await stream.allReady before reading renderToReadableStream output</li>
</ul>
<h2><code>@react-email/render</code><a href="https://github.com/2"><code>@2</code></a>.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>ecfc141: fix process crashes in client errors</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/blob/canary/packages/render/CHANGELOG.md">@react-email/render's changelog</a>.</em></p>
<blockquote>
<h2>2.0.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>e0e896f: Strip nul bytes from React 18 <code>renderToPipeableStream</code> output to prevent emails with multi-byte characters from being truncated.</li>
</ul>
<h2>2.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fc539d: fix export map ordering between convex and node</li>
</ul>
<h2>2.0.7-canary.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fc539d: fix export map ordering between convex and node</li>
</ul>
<h2>2.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>f6cfef0: fix: await stream.allReady before reading renderToReadableStream output</li>
</ul>
<h2>2.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>ecfc141: fix process crashes in client errors</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/resend/react-email/commit/961d1d297394c6110eb8847cf604b25df7945469"><code>961d1d2</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3445">#3445</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/e0e896fc66602e9cedb280f0fbc4e2bac690b1c6"><code>e0e896f</code></a> fix(render): remove nul bytes when using React 18 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3406">#3406</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/12f46209a128a3240d90972025c4d8c0a92290a0"><code>12f4620</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3322">#3322</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/48daf185e3a89aa85e88bf6633dad6f31056dee1"><code>48daf18</code></a> chore(root): version packages (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3271">#3271</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/7fc539db9a1c33ef94b1d7444ce404ec6577644a"><code>7fc539d</code></a> fix(render): reorder <code>node</code> above <code>convex</code> in exports map (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3276">#3276</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/291aea4e00c37ff08ec1d1743adaf0c13def3851"><code>291aea4</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3117">#3117</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/f6cfef07e1f40680fec66103265a10e0e49a42d8"><code>f6cfef0</code></a> fix(render): await stream.allReady before reading renderToReadableStream outp...</li>
<li><a href="https://github.com/resend/react-email/commit/1191b35432d7c7b26df2cbbbe760efa14b0c08e0"><code>1191b35</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3084">#3084</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/ecfc1415b4389560f790bbbb175d711d5a1be421"><code>ecfc141</code></a> fix: prevent process crash by rejecting error instead of throwing in renderTo...</li>
<li><a href="https://github.com/resend/react-email/commit/1f27dcd9c38d50927059dba4f2fb7b59cf7c7ddc"><code>1f27dcd</code></a> feat: pnpm catalogs (<a href="https://github.com/resend/react-email/tree/HEAD/packages/render/issues/3014">#3014</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/resend/react-email/commits/@react-email/render@2.0.8/packages/render">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@react-email/render</code> since your current version.</p>
</details>
<br />
Updates `@react-email/tailwind` from 2.0.5 to 2.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/releases">@react-email/tailwind's releases</a>.</em></p>
<blockquote>
<h2><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>5a23505: use unpinned version for tailwindcss again
<ul>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/text</code><a href="https://github.com/0"><code>@0</code></a>.1.6</li>
</ul>
</li>
</ul>
<h2><code>@react-email/tailwind</code><a href="https://github.com/2"><code>@2</code></a>.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>444d9df: allow for any peer version on body, button, code-block, code-inline, container, heading, hr, img, link, preview, text</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/blob/@react-email/tailwind@2.0.7/packages/tailwind/CHANGELOG.md">@react-email/tailwind's changelog</a>.</em></p>
<blockquote>
<h2>2.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>5a23505: use unpinned version for tailwindcss again
<ul>
<li><code>@react-email/body</code><a href="https://github.com/0"><code>@0</code></a>.3.0</li>
<li><code>@react-email/button</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-block</code><a href="https://github.com/0"><code>@0</code></a>.2.1</li>
<li><code>@react-email/code-inline</code><a href="https://github.com/0"><code>@0</code></a>.0.6</li>
<li><code>@react-email/container</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/heading</code><a href="https://github.com/0"><code>@0</code></a>.0.16</li>
<li><code>@react-email/hr</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/img</code><a href="https://github.com/0"><code>@0</code></a>.0.12</li>
<li><code>@react-email/link</code><a href="https://github.com/0"><code>@0</code></a>.0.13</li>
<li><code>@react-email/preview</code><a href="https://github.com/0"><code>@0</code></a>.0.14</li>
<li><code>@react-email/text</code><a href="https://github.com/0"><code>@0</code></a>.1.6</li>
</ul>
</li>
</ul>
<h2>2.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>444d9df: allow for any peer version on body, button, code-block, code-inline, container, heading, hr, img, link, preview, text</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/resend/react-email/commit/1191b35432d7c7b26df2cbbbe760efa14b0c08e0"><code>1191b35</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/3084">#3084</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/32b0eba91288d24f682639e966fcff64297f35f6"><code>32b0eba</code></a> chore(root): version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/3073">#3073</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/444d9df97aa1aaa9954bcc52d20e59a5c2f367fd"><code>444d9df</code></a> fix(tailwind): use caret ranges for internal peer dependencies (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/3060">#3060</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/1f27dcd9c38d50927059dba4f2fb7b59cf7c7ddc"><code>1f27dcd</code></a> feat: pnpm catalogs (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/3014">#3014</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/e64cf9ff1f3fb11302c79e199d4446d39ac2ca5c"><code>e64cf9f</code></a> chore: workflow for e2e, only tailwind for now (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/2998">#2998</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/11aa935196e3da315be4b4e8711f61efeb5c9f75"><code>11aa935</code></a> chore(deps): update dependency tsdown to v0.19.0 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/2857">#2857</a>)</li>
<li>See full diff in <a href="https://github.com/resend/react-email/commits/@react-email/tailwind@2.0.7/packages/tailwind">compare view</a></li>
</ul>
</details>
<br />
Updates `maxmind` from 5.0.5 to 5.0.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/runk/node-maxmind/releases">maxmind's releases</a>.</em></p>
<blockquote>
<h2>v5.0.6</h2>
<h2><a href="https://github.com/runk/node-maxmind/compare/v5.0.5...v5.0.6">5.0.6</a> (2026-04-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency tiny-lru to v13 (<a href="https://redirect.github.com/runk/node-maxmind/issues/956">#956</a>) (<a href="https://github.com/runk/node-maxmind/commit/91c52eca4a1ce35f8c15d2f769b8efdcce7c6dd8">91c52ec</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/runk/node-maxmind/commit/3b872c32121d26f5cfec936e44b69f1f10a49a43"><code>3b872c3</code></a> chore(deps): update dependency jest to v30.3.0 (<a href="https://redirect.github.com/runk/node-maxmind/issues/954">#954</a>)</li>
<li><a href="https://github.com/runk/node-maxmind/commit/91c52eca4a1ce35f8c15d2f769b8efdcce7c6dd8"><code>91c52ec</code></a> fix(deps): update dependency tiny-lru to v13 (<a href="https://redirect.github.com/runk/node-maxmind/issues/956">#956</a>)</li>
<li><a href="https://github.com/runk/node-maxmind/commit/85ad23eca7d295c44636bf80f8de9f77a8f82839"><code>85ad23e</code></a> chore(deps): update dependency <code>@types/node</code> to v24.12.0 (<a href="https://redirect.github.com/runk/node-maxmind/issues/953">#953</a>)</li>
<li><a href="https://github.com/runk/node-maxmind/commit/bd2c647f35bdad53713c959544af174e0fa21822"><code>bd2c647</code></a> chore(deps): update dependency sinon to v21.0.3 (<a href="https://redirect.github.com/runk/node-maxmind/issues/952">#952</a>)</li>
<li><a href="https://github.com/runk/node-maxmind/commit/08fa0e6907042884ad313af018d5e12e6ac8f1b2"><code>08fa0e6</code></a> chore(deps): update dependency <code>@types/node</code> to v24.11.0 (<a href="https://redirect.github.com/runk/node-maxmind/issues/951">#951</a>)</li>
<li><a href="https://github.com/runk/node-maxmind/commit/3ce1a2d29824bbc588642fc9beade16043522289"><code>3ce1a2d</code></a> chore(deps): update dependency prettier to v3.8.1 (<a href="https://redirect.github.com/runk/node-maxmind/issues/950">#950</a>)</li>
<li>See full diff in <a href="https://github.com/runk/node-maxmind/compare/v5.0.5...v5.0.6">compare view</a></li>
</ul>
</details>
<br />
Updates `nodemailer` from 8.0.5 to 8.0.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/releases">nodemailer's releases</a>.</em></p>
<blockquote>
<h2>v8.0.9</h2>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.8...v8.0.9">8.0.9</a> (2026-05-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1820">#1820</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/5f694977da2e0e13dc947037566e8e689a01217e">5f69497</a>)</li>
</ul>
<h2>v8.0.8</h2>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.7...v8.0.8">8.0.8</a> (2026-05-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>enforce strict TLS for OAuth2 and Ethereal credential requests (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1818">#1818</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/833d6e58c8b717962bbb1b23e16923cd267c3bc9">833d6e5</a>)</li>
<li>four listener/stream leaks in SMTP transport, connection, pool (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1817">#1817</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/850bb91bff7707ed498c1424df01c4e5b30ea14b">850bb91</a>)</li>
</ul>
<h2>v8.0.7</h2>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.6...v8.0.7">8.0.7</a> (2026-04-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>keep domain as UTF-8 when local part is non-ASCII (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1814">#1814</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/66d4ecb5aa431f3614a26b3c08b9c63cdf32a9ea">66d4ecb</a>)</li>
</ul>
<h2>v8.0.6</h2>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.5...v8.0.6">8.0.6</a> (2026-04-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>restore base64 wrap() trim behavior to prevent trailing CRLF (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1810">#1810</a>) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1811">#1811</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/b1ae6c1c2927240737d9f68f316f0c84042b8adb">b1ae6c1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md">nodemailer's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.8...v8.0.9">8.0.9</a> (2026-05-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1820">#1820</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/5f694977da2e0e13dc947037566e8e689a01217e">5f69497</a>)</li>
</ul>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.7...v8.0.8">8.0.8</a> (2026-05-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>enforce strict TLS for OAuth2 and Ethereal credential requests (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1818">#1818</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/833d6e58c8b717962bbb1b23e16923cd267c3bc9">833d6e5</a>)</li>
<li>four listener/stream leaks in SMTP transport, connection, pool (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1817">#1817</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/850bb91bff7707ed498c1424df01c4e5b30ea14b">850bb91</a>)</li>
</ul>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.6...v8.0.7">8.0.7</a> (2026-04-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>keep domain as UTF-8 when local part is non-ASCII (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1814">#1814</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/66d4ecb5aa431f3614a26b3c08b9c63cdf32a9ea">66d4ecb</a>)</li>
</ul>
<h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.5...v8.0.6">8.0.6</a> (2026-04-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>restore base64 wrap() trim behavior to prevent trailing CRLF (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1810">#1810</a>) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1811">#1811</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/b1ae6c1c2927240737d9f68f316f0c84042b8adb">b1ae6c1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nodemailer/nodemailer/commit/07303cb0cb34b97b44856f5de3eff212b63e4567"><code>07303cb</code></a> chore(master): release 8.0.9 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1821">#1821</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/5f694977da2e0e13dc947037566e8e689a01217e"><code>5f69497</code></a> fix: two pending security advisories (jsonTransport access bypass, List-* CRL...</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/15138a84c543c20aa399218534cdbbfa2ea1ce55"><code>15138a8</code></a> chore(master): release 8.0.8 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1819">#1819</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/850bb91bff7707ed498c1424df01c4e5b30ea14b"><code>850bb91</code></a> fix: four listener/stream leaks in SMTP transport, connection, pool (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1817">#1817</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/833d6e58c8b717962bbb1b23e16923cd267c3bc9"><code>833d6e5</code></a> fix: enforce strict TLS for OAuth2 and Ethereal credential requests (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1818">#1818</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/1997040e23e5df901b8ee085ae3fc1fdbdd06f9f"><code>1997040</code></a> chore(master): release 8.0.7 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1815">#1815</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/9b9c545dcfae3b884d5b92bf3196e674066e8b3e"><code>9b9c545</code></a> chore: drop nodemailer-ntlm-auth devDependency (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1816">#1816</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/22bf90cf111f02b7a0271494d85b48adcc8ab0a1"><code>22bf90c</code></a> Bumped dev deps</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/66d4ecb5aa431f3614a26b3c08b9c63cdf32a9ea"><code>66d4ecb</code></a> fix: keep domain as UTF-8 when local part is non-ASCII (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1814">#1814</a>)</li>
<li><a href="https://github.com/nodemailer/nodemailer/commit/6a4a01e1c94a469d8dc56cc858ea5beb80e1f9b8"><code>6a4a01e</code></a> Fix/base64 wrap trailing crlf (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1813">#1813</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nodemailer/nodemailer/compare/v8.0.5...v8.0.9">compare view</a></li>
</ul>
</details>
<br />
Updates `react` from 19.2.4 to 19.2.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p>
<blockquote>
<h2>19.2.6 (May 6th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Type hardening and performance improvements
(<a href="https://redirect.github.com/facebook/react/pull/36425">#36425</a> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
<h2>19.2.5 (April 8th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Add more cycle protections (<a href="https://redirect.github.com/facebook/react/pull/36236">#36236</a> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/react/commit/eaf3e95ca92be7a23d3c9cc8ffd6f199a40be401"><code>eaf3e95</code></a> Version 19.2.6</li>
<li><a href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a> 19.2.5</li>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.6/packages/react">compare view</a></li>
</ul>
</details>
<br />
Updates `react-dom` from 19.2.4 to 19.2.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-dom's releases</a>.</em></p>
<blockquote>
<h2>19.2.6 (May 6th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Type hardening and performance improvements
(<a href="https://redirect.github.com/facebook/react/pull/36425">#36425</a> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
<h2>19.2.5 (April 8th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Add more cycle protections (<a href="https://redirect.github.com/facebook/react/pull/36236">#36236</a> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/react/commit/eaf3e95ca92be7a23d3c9cc8ffd6f199a40be401"><code>eaf3e95</code></a> Version 19.2.6</li>
<li><a href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a> 19.2.5</li>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.6/packages/react-dom">compare view</a></li>
</ul>
</details>
<br />
Updates `use-debounce` from 10.1.0 to 10.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md">use-debounce's changelog</a>.</em></p>
<blockquote>
<h2>10.1.1</h2>
<ul>
<li>replace global with globalThis which is defined in all possible environments (browser, node, workers) to address <a href="https://redirect.github.com/xnimorz/use-debounce/issues/212">xnimorz/use-debounce#212</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/xnimorz/use-debounce/commits">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</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/3168
Author: @dependabot[bot]
Created: 5/27/2026
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/prod-patch-updates-b19f959fd7📝 Commits (1)
4f48ba3Bump the prod-patch-updates group across 1 directory with 9 updates📊 Changes
2 files changed (+114 additions, -140 deletions)
View changed files
📝
package-lock.json(+103 -129)📝
package.json(+11 -11)📄 Description
Bumps the prod-patch-updates group with 9 updates in the / directory:
2.2.92.2.101.0.81.0.122.0.42.0.82.0.52.0.75.0.55.0.68.0.58.0.919.2.419.2.619.2.419.2.610.1.010.1.1Updates
@headlessui/reactfrom 2.2.9 to 2.2.10Release notes
Sourced from @headlessui/react's releases.
Changelog
Sourced from @headlessui/react's changelog.
Commits
d13526d2.2.10 -@headlessui/reactb0dcd8fHandle props on Fragment error due toSymbol(react.lazy)(#3873)7baca70Don’t render\<Portal>s while hydrating (#3825)5ef7395AddRefProptoprops(#3823)Updates
@react-email/componentsfrom 1.0.8 to 1.0.12Release notes
Sourced from @react-email/components's releases.
... (truncated)
Changelog
Sourced from @react-email/components's changelog.
... (truncated)
Commits
291aea4chore(root): version packages (#3117)1191b35chore(root): version packages (#3084)32b0ebachore(root): version packages (#3073)197d094chore: version packages (#3035)1f27dcdfeat: pnpm catalogs (#3014)11aa935chore(deps): update dependency tsdown to v0.19.0 (#2857)Updates
@react-email/renderfrom 2.0.4 to 2.0.8Release notes
Sourced from @react-email/render's releases.
Changelog
Sourced from @react-email/render's changelog.
Commits
961d1d2chore(root): version packages (#3445)e0e896ffix(render): remove nul bytes when using React 18 (#3406)12f4620chore(root): version packages (#3322)48daf18chore(root): version packages (canary) (#3271)7fc539dfix(render): reordernodeaboveconvexin exports map (#3276)291aea4chore(root): version packages (#3117)f6cfef0fix(render): await stream.allReady before reading renderToReadableStream outp...1191b35chore(root): version packages (#3084)ecfc141fix: prevent process crash by rejecting error instead of throwing in renderTo...1f27dcdfeat: pnpm catalogs (#3014)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@react-email/rendersince your current version.Updates
@react-email/tailwindfrom 2.0.5 to 2.0.7Release notes
Sourced from @react-email/tailwind's releases.
Changelog
Sourced from @react-email/tailwind's changelog.
Commits
1191b35chore(root): version packages (#3084)32b0ebachore(root): version packages (#3073)444d9dffix(tailwind): use caret ranges for internal peer dependencies (#3060)1f27dcdfeat: pnpm catalogs (#3014)e64cf9fchore: workflow for e2e, only tailwind for now (#2998)11aa935chore(deps): update dependency tsdown to v0.19.0 (#2857)Updates
maxmindfrom 5.0.5 to 5.0.6Release notes
Sourced from maxmind's releases.
Commits
3b872c3chore(deps): update dependency jest to v30.3.0 (#954)91c52ecfix(deps): update dependency tiny-lru to v13 (#956)85ad23echore(deps): update dependency@types/nodeto v24.12.0 (#953)bd2c647chore(deps): update dependency sinon to v21.0.3 (#952)08fa0e6chore(deps): update dependency@types/nodeto v24.11.0 (#951)3ce1a2dchore(deps): update dependency prettier to v3.8.1 (#950)Updates
nodemailerfrom 8.0.5 to 8.0.9Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
07303cbchore(master): release 8.0.9 (#1821)5f69497fix: two pending security advisories (jsonTransport access bypass, List-* CRL...15138a8chore(master): release 8.0.8 (#1819)850bb91fix: four listener/stream leaks in SMTP transport, connection, pool (#1817)833d6e5fix: enforce strict TLS for OAuth2 and Ethereal credential requests (#1818)1997040chore(master): release 8.0.7 (#1815)9b9c545chore: drop nodemailer-ntlm-auth devDependency (#1816)22bf90cBumped dev deps66d4ecbfix: keep domain as UTF-8 when local part is non-ASCII (#1814)6a4a01eFix/base64 wrap trailing crlf (#1813)Updates
reactfrom 19.2.4 to 19.2.6Release notes
Sourced from react's releases.
Commits
eaf3e95Version 19.2.623f4f9f19.2.5Updates
react-domfrom 19.2.4 to 19.2.6Release notes
Sourced from react-dom's releases.
Commits
eaf3e95Version 19.2.623f4f9f19.2.5Updates
use-debouncefrom 10.1.0 to 10.1.1Changelog
Sourced from use-debounce's changelog.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.