Skip to content

chore(deps): bump zod-validation-error from 3.3.0 to 5.0.0#367

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/zod-validation-error-5.0.0
Open

chore(deps): bump zod-validation-error from 3.3.0 to 5.0.0#367
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/zod-validation-error-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps zod-validation-error from 3.3.0 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.

v3.5.2

Patch Changes

  • 3809f85: Include paths of sub-issues of union.

v3.5.1

Patch Changes

  • e7713d5: Add compatibility with older node versions and module-resolution strategies + improve docs

v3.5.0

Minor Changes

  • bf72012: Add support for zod v4

v3.4.1

Patch Changes

... (truncated)

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.

3.5.2

Patch Changes

  • 3809f85: Include paths of sub-issues of union.

3.5.1

Patch Changes

  • e7713d5: Add compatibility with older node versions and module-resolution strategies + improve docs

... (truncated)

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, a new releaser for zod-validation-error since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 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)

Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.3.0 to 5.0.0.
- [Release notes](https://github.com/causaly/zod-validation-error/releases)
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md)
- [Commits](causaly/zod-validation-error@v3.3.0...v5.0.0)

---
updated-dependencies:
- dependency-name: zod-validation-error
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@dependabot dependabot Bot requested review from ALagoni97 and jonaslagoni as code owners May 1, 2026 15:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
the-codegen-project Ready Ready Preview, Comment May 1, 2026 3:43pm
the-codegen-project-mcp Ready Ready Preview, Comment May 1, 2026 3:43pm

@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for the-codegen-project canceled.

Name Link
🔨 Latest commit ada23e2
🔍 Latest deploy log https://app.netlify.com/projects/the-codegen-project/deploys/69f4c97fccb97b00083db4f7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants