b979890: Add support for zod v4 as a peer dependency.
4.0.0-beta.1
Major Changes
9be31d2: Make v4 the default export of zod-validation-error
3f77fd9: Default opt-in to error formatting, without needing to specify a custom error map. The previous functionality was default opt-out. Now you need to explicitly pass error: false to opt-out.
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/1066
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 7/15/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-patch-updates-cb38b4bed9`
---
### 📝 Commits (1)
- [`652591f`](https://github.com/fosrl/pangolin/commit/652591f821b75b4c7610d34db315790090993bd9) Bump the prod-patch-updates group across 1 directory with 2 updates
### 📊 Changes
**2 files changed** (+80 additions, -112 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+78 -110)
📝 `package.json` (+2 -2)
</details>
### 📄 Description
Bumps the prod-patch-updates group with 2 updates in the / directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) and [zod-validation-error](https://github.com/causaly/zod-validation-error).
Updates `drizzle-orm` from 0.44.2 to 0.44.3
<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.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/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.3">compare view</a></li>
</ul>
</details>
<br />
Updates `zod-validation-error` from 3.5.2 to 3.5.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md">zod-validation-error's changelog</a>.</em></p>
<blockquote>
<h1><code>@causaly/zod-validation-error</code></h1>
<h2>4.0.0-beta.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>b979890: Add support for zod v4 as a peer dependency.</li>
</ul>
<h2>4.0.0-beta.1</h2>
<h3>Major Changes</h3>
<ul>
<li>9be31d2: Make v4 the default export of zod-validation-error</li>
<li>3f77fd9: Default opt-in to error formatting, without needing to specify a custom error map. The previous functionality was default opt-out. Now you need to explicitly pass <code>error: false</code> to opt-out.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/causaly/zod-validation-error/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 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/1066
Author: @dependabot[bot]
Created: 7/15/2025
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/prod-patch-updates-cb38b4bed9📝 Commits (1)
652591fBump the prod-patch-updates group across 1 directory with 2 updates📊 Changes
2 files changed (+80 additions, -112 deletions)
View changed files
📝
package-lock.json(+78 -110)📝
package.json(+2 -2)📄 Description
Bumps the prod-patch-updates group with 2 updates in the / directory: drizzle-orm and zod-validation-error.
Updates
drizzle-ormfrom 0.44.2 to 0.44.3Release notes
Sourced from drizzle-orm's releases.
Commits
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
zod-validation-errorfrom 3.5.2 to 3.5.3Changelog
Sourced from zod-validation-error'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 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.