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 <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/1228
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/7/2025
**Status:** ✅ Merged
**Merged:** 8/9/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-patch-updates-7f7b11108e`
---
### 📝 Commits (1)
- [`fb0f4c3`](https://github.com/fosrl/pangolin/commit/fb0f4c3939e79b0d6bfe44e21637248a88175a41) Bump the prod-patch-updates group across 1 directory with 7 updates
### 📊 Changes
**2 files changed** (+36 additions, -48 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+29 -41)
📝 `package.json` (+7 -7)
</details>
### 📄 Description
Bumps the prod-patch-updates group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@react-email/tailwind](https://github.com/resend/react-email/tree/HEAD/packages/tailwind) | `1.2.1` | `1.2.2` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.2` | `0.44.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.1.9` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.6` | `19.1.7` |
| [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) | `1.3.5` | `1.3.6` |
Updates `@react-email/tailwind` from 1.2.1 to 1.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/releases"><code>@react-email/tailwind</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@react-email/tailwind</code><a href="https://github.com/1"><code>@1</code></a>.2.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fa430d: Add a warning when using <code>safelist</code> and force it to change no behavior</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/resend/react-email/blob/@react-email/tailwind@1.2.2/packages/tailwind/CHANGELOG.md"><code>@react-email/tailwind</code>'s changelog</a>.</em></p>
<blockquote>
<h2>1.2.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>7fa430d: Add a warning when using <code>safelist</code> and force it to change no behavior</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/resend/react-email/commit/02505a3feb486c4179214c6658f1be75559313d9"><code>02505a3</code></a> chore(root): Version packages (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/2376">#2376</a>)</li>
<li><a href="https://github.com/resend/react-email/commit/7fa430dc60e82eaf1e3a39e49c5a6e5969003767"><code>7fa430d</code></a> chore(tailwind): add a warning for safelist and make it do nothing (<a href="https://github.com/resend/react-email/tree/HEAD/packages/tailwind/issues/1920">#1920</a>)</li>
<li>See full diff in <a href="https://github.com/resend/react-email/commits/@react-email/tailwind@1.2.2/packages/tailwind">compare view</a></li>
</ul>
</details>
<br />
Updates `drizzle-orm` from 0.44.2 to 0.44.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/drizzle-team/drizzle-orm/releases">drizzle-orm's releases</a>.</em></p>
<blockquote>
<h2>0.44.4</h2>
<ul>
<li>Fix wrong DrizzleQueryError export. thanks <a href="https://github.com/nathankleyn"><code>@nathankleyn</code></a></li>
</ul>
<h2>0.44.3</h2>
<ul>
<li>Fixed types of <code>$client</code> for clients created by drizzle function</li>
</ul>
<pre lang="ts"><code>await db.$client.[...]
</code></pre>
<ul>
<li>Added the <code>updated_at</code> column to the <code>neon_auth.users_sync</code> table definition.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/8b8d78ec3d209ce3224b609d633b7ce090092889"><code>8b8d78e</code></a> Fix export of <code>DrizzleQueryError</code> (fixes <a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4618">#4618</a>) (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4778">#4778</a>)</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/027921fda2ba61fd6271e49a576e1abd76613fc1"><code>027921f</code></a> Fixed types of <code>$client</code> for clients created by <code>drizzle</code> function from crede...</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/e44d9bb4c67a669acbad4b8273d6efcc33c8ea6a"><code>e44d9bb</code></a> Add updated_at column (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4106">#4106</a>)</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/ac1dcd9d1c4b8f171479af4a5dd731db1e164f58"><code>ac1dcd9</code></a> Fix hakfvec (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4689">#4689</a>)</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/5c6b3afbb70bcef96ca60b528de42ef09f39ca6f"><code>5c6b3af</code></a> Add <code>databaseName</code> and <code>packageName</code> properties for studio (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4683">#4683</a>)</li>
<li><a href="https://github.com/drizzle-team/drizzle-orm/commit/9895842b1fcce4bcbddc88355d577f06acafc211"><code>9895842</code></a> Studio transactions (<a href="https://redirect.github.com/drizzle-team/drizzle-orm/issues/4664">#4664</a>)</li>
<li>See full diff in <a href="https://github.com/drizzle-team/drizzle-orm/compare/0.44.2...0.44.4">compare view</a></li>
</ul>
</details>
<br />
Updates `react` from 19.1.0 to 19.1.1
<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.1.1 (July 28, 2025)</h2>
<h3>React</h3>
<ul>
<li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react's changelog</a>.</em></p>
<blockquote>
<h2>19.1.1 (July 28, 2025)</h2>
<h3>React</h3>
<ul>
<li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/react/commit/87e33ca2b7c4479342091ae642f01266af7ebec9"><code>87e33ca</code></a> Set release versions to 19.1.1</li>
<li><a href="https://github.com/facebook/react/commit/5a1eb6f61a10cd007f1d372a2710d4e0224f4a79"><code>5a1eb6f</code></a> fix: rename bottom stack frame (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/33680">#33680</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v19.1.1/packages/react">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/react` from 19.1.8 to 19.1.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li>
</ul>
</details>
<br />
Updates `react-dom` from 19.1.0 to 19.1.1
<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.1.1 (July 28, 2025)</h2>
<h3>React</h3>
<ul>
<li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-dom's changelog</a>.</em></p>
<blockquote>
<h2>19.1.1 (July 28, 2025)</h2>
<h3>React</h3>
<ul>
<li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/react/commit/87e33ca2b7c4479342091ae642f01266af7ebec9"><code>87e33ca</code></a> Set release versions to 19.1.1</li>
<li><a href="https://github.com/facebook/react/commit/b793948e15ff714fadea026dcaef9385dce14a19"><code>b793948</code></a> Bump next prerelease version numbers (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32782">#32782</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v19.1.1/packages/react-dom">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/react-dom` from 19.1.6 to 19.1.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li>
</ul>
</details>
<br />
Updates `tw-animate-css` from 1.3.5 to 1.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Wombosvideo/tw-animate-css/releases">tw-animate-css's releases</a>.</em></p>
<blockquote>
<h2>v1.3.6</h2>
<h2>Changelog</h2>
<ul>
<li>58f3396: fix: allow changing animation parameters for ready-to-use animations</li>
<li>8313476: chore: update dependencies nd package manager version</li>
<li>f81346c: chore: bump version to 1.3.6</li>
</ul>
<h2>Issues fixed</h2>
<ul>
<li><a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/47">#47</a>: feat: allow developers to change the transition timing function for <code>--animate-accordion/collapsible-*</code> (thanks for your help, <a href="https://github.com/mikeploythai"><code>@mikeploythai</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Wombosvideo/tw-animate-css/commit/f81346c889e3d3516322087c77ac2d4140d821e8"><code>f81346c</code></a> chore: bump version to 1.3.6</li>
<li><a href="https://github.com/Wombosvideo/tw-animate-css/commit/8313476119953a8d97d070c0ae2cde60ee63dbc5"><code>8313476</code></a> chore: update dependencies nd package manager version</li>
<li><a href="https://github.com/Wombosvideo/tw-animate-css/commit/58f33965b8c0bade59f39820c18122690df0c7f6"><code>58f3396</code></a> fix: allow changing animation parameters for ready-to-use animations</li>
<li>See full diff in <a href="https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.5...v1.3.6">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 <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/1228
Author: @dependabot[bot]
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @oschwartz10612
Base:
main← Head:dependabot/npm_and_yarn/prod-patch-updates-7f7b11108e📝 Commits (1)
fb0f4c3Bump the prod-patch-updates group across 1 directory with 7 updates📊 Changes
2 files changed (+36 additions, -48 deletions)
View changed files
📝
package-lock.json(+29 -41)📝
package.json(+7 -7)📄 Description
Bumps the prod-patch-updates group with 7 updates in the / directory:
1.2.11.2.20.44.20.44.419.1.019.1.119.1.819.1.919.1.019.1.119.1.619.1.71.3.51.3.6Updates
@react-email/tailwindfrom 1.2.1 to 1.2.2Release notes
Sourced from
@react-email/tailwind's releases.Changelog
Sourced from
@react-email/tailwind's changelog.Commits
02505a3chore(root): Version packages (#2376)7fa430dchore(tailwind): add a warning for safelist and make it do nothing (#1920)Updates
drizzle-ormfrom 0.44.2 to 0.44.4Release notes
Sourced from drizzle-orm's releases.
Commits
8b8d78eFix export ofDrizzleQueryError(fixes #4618) (#4778)027921fFixed types of$clientfor clients created bydrizzlefunction from crede...e44d9bbAdd updated_at column (#4106)ac1dcd9Fix hakfvec (#4689)5c6b3afAdddatabaseNameandpackageNameproperties for studio (#4683)9895842Studio transactions (#4664)Updates
reactfrom 19.1.0 to 19.1.1Release notes
Sourced from react's releases.
Changelog
Sourced from react's changelog.
Commits
87e33caSet release versions to 19.1.15a1eb6ffix: rename bottom stack frame (#33680)Updates
@types/reactfrom 19.1.8 to 19.1.9Commits
Updates
react-domfrom 19.1.0 to 19.1.1Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
Commits
87e33caSet release versions to 19.1.1b793948Bump next prerelease version numbers (#32782)Updates
@types/react-domfrom 19.1.6 to 19.1.7Commits
Updates
tw-animate-cssfrom 1.3.5 to 1.3.6Release notes
Sourced from tw-animate-css's releases.
Commits
f81346cchore: bump version to 1.3.68313476chore: update dependencies nd package manager version58f3396fix: allow changing animation parameters for ready-to-use animationsDependabot 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 <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.