[PR #1808] Bump zod-validation-error from 3.5.2 to 5.0.0 #1233

Open
opened 2025-11-13 12:21:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1808
Author: @dependabot[bot]
Created: 11/4/2025
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/zod-validation-error-5.0.0


📝 Commits (1)

  • 27ee4d2 Bump zod-validation-error from 3.5.2 to 5.0.0

📊 Changes

2 files changed (+18 additions, -6 deletions)

View changed files

📝 package-lock.json (+17 -5)
📝 package.json (+1 -1)

📄 Description

Bumps zod-validation-error from 3.5.2 to 5.0.0.

Release notes

Sourced from zod-validation-error's releases.

v5.0.0

Note: This is a major release due to the change in the error messages. Otherwise, it is 100% compatible with the previous version. If you don't really care about the exact wording of the error messages, you can safely upgrade to v.5.0.0 without any code changes.

Major Changes

  • 2c5a3c4: Change error messages to consistently follow the expected <expectation>, received <realization> format (breaking change).

Minor Changes

  • 2c5a3c4: Conditionally report value in error message based on reportInput option.

v3.5.4

Patch Changes

  • 6640d99: Add zod@3.24.4 compatibility, which was inadvertently broken by adopting the zod/v3 import paths.

v4.0.2

Patch Changes

  • 6fd928f: Improve handling for zod.discriminatedUnion errors.

v4.0.1

Patch Changes

  • f8b7c44: Handle no path property in "invalid_union" by @​MiaInturi

v.4.0.0

Major Changes

  • 9be31d2: Make v4 the default export of zod-validation-error
  • b979890: Add support for zod v4 as a peer dependency.
  • 3bf9e78: Update the API to separate between error mapping and message building.
Changelog

Sourced from zod-validation-error's changelog.

5.0.0

Note: This is a major release due to the change in the error messages. Otherwise, it is 100% compatible with the previous version. If you don't really care about the exact wording of the error messages, you can safely upgrade to v.5.0.0 without any code changes.

Major Changes

  • 2c5a3c4: Change error messages to consistently follow the expected <expectation>, received <realization> format (breaking change).

Minor Changes

  • 2c5a3c4: Conditionally report value in error message based on reportInput option.

3.5.4

Patch Changes

  • 6640d99: Add zod@3.24.4 compatibility, which was inadvertently broken by adopting the zod/v3 import paths.

4.0.2

Patch Changes

  • 6fd928f: Improve handling for zod.discriminatedUnion errors.

4.0.1

Patch Changes

  • f8b7c44: Handle no path property in "invalid_union" by @​MiaInturi

4.0.0

Major Changes

  • 9be31d2: Make v4 the default export of zod-validation-error
  • b979890: Add support for zod v4 as a peer dependency.
  • 3bf9e78: Update the API to separate between error mapping and message building.
Commits
  • 50a01a4 Version Packages (#605)
  • 2c5a3c4 feat: conditionally report value + error message readability (#600)
  • bf0212c chore: allow release action to create PRs and push commits (#604)
  • f9e8631 chore: bump @​types/node from 20.19.23 to 20.19.24 (#601)
  • 7d9c576 chore: add OIDC authentication for npm in release workflow (#598)
  • d592efe chore: bump vite from 7.1.5 to 7.1.11 (#596)
  • 0b1b0a1 chore: bump @​types/node from 20.19.22 to 20.19.23 (#597)
  • 3fb743c chore: bump @​types/node from 20.19.21 to 20.19.22 (#595)
  • ee4ea65 chore: bump @​types/node from 20.19.19 to 20.19.21 (#594)
  • 1c4bf45 chore: bump zod from 4.1.11 to 4.1.12 (#592)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for zod-validation-error since your current version.


Dependabot compatibility score

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/1808 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/zod-validation-error-5.0.0` --- ### 📝 Commits (1) - [`27ee4d2`](https://github.com/fosrl/pangolin/commit/27ee4d2961001deafa3d71cf3b85b7819ed22b05) Bump zod-validation-error from 3.5.2 to 5.0.0 ### 📊 Changes **2 files changed** (+18 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+17 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.5.2 to 5.0.0. <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>v5.0.0</h2> <p><em>Note: This is a major release due to the change in the error messages. Otherwise, it is 100% compatible with the previous version. If you don't really care about the exact wording of the error messages, you can safely upgrade to v.5.0.0 without any code changes.</em></p> <h3>Major Changes</h3> <ul> <li>2c5a3c4: Change error messages to consistently follow the <code>expected &lt;expectation&gt;, received &lt;realization&gt;</code> format (breaking change).</li> </ul> <h3>Minor Changes</h3> <ul> <li>2c5a3c4: Conditionally report value in error message based on <code>reportInput</code> option.</li> </ul> <h2>v3.5.4</h2> <h3>Patch Changes</h3> <ul> <li>6640d99: Add zod@3.24.4 compatibility, which was inadvertently broken by adopting the <code>zod/v3</code> import paths.</li> </ul> <h2>v4.0.2</h2> <h3>Patch Changes</h3> <ul> <li>6fd928f: Improve handling for zod.discriminatedUnion errors.</li> </ul> <h2>v4.0.1</h2> <h3>Patch Changes</h3> <ul> <li>f8b7c44: Handle no path property in &quot;invalid_union&quot; 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>5.0.0</h2> <p><em>Note: This is a major release due to the change in the error messages. Otherwise, it is 100% compatible with the previous version. If you don't really care about the exact wording of the error messages, you can safely upgrade to v.5.0.0 without any code changes.</em></p> <h3>Major Changes</h3> <ul> <li>2c5a3c4: Change error messages to consistently follow the <code>expected &lt;expectation&gt;, received &lt;realization&gt;</code> format (breaking change).</li> </ul> <h3>Minor Changes</h3> <ul> <li>2c5a3c4: Conditionally report value in error message based on <code>reportInput</code> option.</li> </ul> <h2>3.5.4</h2> <h3>Patch Changes</h3> <ul> <li>6640d99: Add zod@3.24.4 compatibility, which was inadvertently broken by adopting the <code>zod/v3</code> import paths.</li> </ul> <h2>4.0.2</h2> <h3>Patch Changes</h3> <ul> <li>6fd928f: Improve handling for zod.discriminatedUnion errors.</li> </ul> <h2>4.0.1</h2> <h3>Patch Changes</h3> <ul> <li>f8b7c44: Handle no path property in &quot;invalid_union&quot; 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/50a01a48c6c8137c1c93010fca5edf54f37a5847"><code>50a01a4</code></a> Version Packages (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/605">#605</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/2c5a3c43396d6ccefb2cbbddede1fb4e47159345"><code>2c5a3c4</code></a> feat: conditionally report value + error message readability (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/600">#600</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/bf0212c0283fce79d0d043b425cfbc6cb7a49ca8"><code>bf0212c</code></a> chore: allow release action to create PRs and push commits (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/604">#604</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/f9e8631ca7e54500f30557fbc20a4ba1f75b5223"><code>f9e8631</code></a> chore: bump <code>@​types/node</code> from 20.19.23 to 20.19.24 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/601">#601</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/7d9c576e702bab32cc2951f7aa25cf1948c717e8"><code>7d9c576</code></a> chore: add OIDC authentication for npm in release workflow (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/598">#598</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/d592efe8d0fc6eb44b310ddec323c7c3f8525b7f"><code>d592efe</code></a> chore: bump vite from 7.1.5 to 7.1.11 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/596">#596</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/0b1b0a15e6ebfcb9d35b12bfac6eaa4eac36a5d5"><code>0b1b0a1</code></a> chore: bump <code>@​types/node</code> from 20.19.22 to 20.19.23 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/597">#597</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/3fb743c80f47bd4e23bead274a789e65566ca9ed"><code>3fb743c</code></a> chore: bump <code>@​types/node</code> from 20.19.21 to 20.19.22 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/595">#595</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/ee4ea6515dbca5a378c50d7281d9376b652728e3"><code>ee4ea65</code></a> chore: bump <code>@​types/node</code> from 20.19.19 to 20.19.21 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/594">#594</a>)</li> <li><a href="https://github.com/causaly/zod-validation-error/commit/1c4bf45a52bb4fc700b92a580fd4aab228f9835c"><code>1c4bf45</code></a> chore: bump zod from 4.1.11 to 4.1.12 (<a href="https://redirect.github.com/causaly/zod-validation-error/issues/592">#592</a>)</li> <li>Additional commits viewable in <a href="https://github.com/causaly/zod-validation-error/compare/v3.5.2...v5.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for zod-validation-error since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zod-validation-error&package-manager=npm_and_yarn&previous-version=3.5.2&new-version=5.0.0)](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>
GiteaMirror added the
pull-request
label 2025-11-13 12:21:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1233
No description provided.