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)
🔄 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/1500
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/19/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/zod-validation-error-4.0.1`
---
### 📝 Commits (1)
- [`893e19f`](https://github.com/fosrl/pangolin/commit/893e19fd20f30330df9b17b27c9af9c0a09f244d) Bump zod-validation-error from 3.5.2 to 4.0.1
### 📊 Changes
**2 files changed** (+6 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+5 -5)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.5.2 to 4.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/causaly/zod-validation-error/releases">zod-validation-error's releases</a>.</em></p>
<blockquote>
<h2>v4.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>f8b7c44: Handle no path property in "invalid_union" by <a href="https://github.com/MiaInturi"><code>@MiaInturi</code></a></li>
</ul>
<h2>v.4.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>9be31d2: Make v4 the default export of zod-validation-error</li>
<li>b979890: Add support for zod v4 as a peer dependency.</li>
<li>3bf9e78: Update the API to separate between error mapping and message building.</li>
</ul>
</blockquote>
</details>
<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>
<h2>4.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>f8b7c44: Handle no path property in "invalid_union" by <a href="https://github.com/MiaInturi"><code>@MiaInturi</code></a></li>
</ul>
<h2>4.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>9be31d2: Make v4 the default export of zod-validation-error</li>
<li>b979890: Add support for zod v4 as a peer dependency.</li>
<li>3bf9e78: Update the API to separate between error mapping and message building.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/causaly/zod-validation-error/commit/683212d69fdb4e08c6ed940be279efaae46cde84"><code>683212d</code></a> chore: version packages (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/556">#556</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/f8b7c44ecffea1ce4ca94b95c8368caa81259ac1"><code>f8b7c44</code></a> chore: add changeset</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/92dbfe5e5b8353bf40d90e894ce48906c3295abc"><code>92dbfe5</code></a> fix: handle no path property in "invalid_union" issue (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/548">#548</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/a2fd1b91eaaa3c730961301d949399d091509838"><code>a2fd1b9</code></a> chore: reset changeset state</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/48c0f084e03fdbb585847776dd30f1c782e3db5d"><code>48c0f08</code></a> feat: refactor and extend tests with reported issue in <a href="https://redirect.github.com/causaly/zod-validation-error/issues/552">#552</a> (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/554">#554</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/27da79fe2ba7a58f6343d2ba9974640902efb06f"><code>27da79f</code></a> chore: bump version to 4.0.0 and update changelog</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/3bf9e780413de330d3ef0b092d7f19cb9517eda7"><code>3bf9e78</code></a> refactor: separate the concerns of error mapping VS message building (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/547">#547</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/ddd780e2598f72c670aa2410d0979ec760c68b12"><code>ddd780e</code></a> chore: bump eslint-config-prettier from 9.1.0 to 9.1.2 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/551">#551</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/e11a88f6dc45a337a64f1c1b2001326eba784929"><code>e11a88f</code></a> chore: bump <code>@types/node</code> from 20.19.8 to 20.19.9 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/550">#550</a>)</li>
<li><a href="https://github.com/causaly/zod-validation-error/commit/a5f79d10d03570d5045108fc2fb28cd464b1cc24"><code>a5f79d1</code></a> chore: bump eslint-plugin-prettier from 4.2.1 to 4.2.5 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/549">#549</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/causaly/zod-validation-error/compare/v3.5.2...v4.0.1">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</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/1500
Author: @dependabot[bot]
Created: 9/19/2025
Status: ❌ Closed
Base:
main← Head:dependabot/npm_and_yarn/zod-validation-error-4.0.1📝 Commits (1)
893e19fBump zod-validation-error from 3.5.2 to 4.0.1📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
package-lock.json(+5 -5)📝
package.json(+1 -1)📄 Description
Bumps zod-validation-error from 3.5.2 to 4.0.1.
Release notes
Sourced from zod-validation-error's releases.
Changelog
Sourced from zod-validation-error's changelog.
Commits
683212dchore: version packages (#556)f8b7c44chore: add changeset92dbfe5fix: handle no path property in "invalid_union" issue (#548)a2fd1b9chore: reset changeset state48c0f08feat: refactor and extend tests with reported issue in #552 (#554)27da79fchore: bump version to 4.0.0 and update changelog3bf9e78refactor: separate the concerns of error mapping VS message building (#547)ddd780echore: bump eslint-config-prettier from 9.1.0 to 9.1.2 (#551)e11a88fchore: bump@types/nodefrom 20.19.8 to 20.19.9 (#550)a5f79d1chore: bump eslint-plugin-prettier from 4.2.1 to 4.2.5 (#549)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)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.