Skip to content

Commit d926788

Browse files
chore(deps): update dependency zod-validation-error to v2 (#980)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zod-validation-error](https://togithub.com/causaly/zod-validation-error) | [`^1.5.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/zod-validation-error/1.5.0/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod-validation-error/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod-validation-error/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod-validation-error/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod-validation-error/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>causaly/zod-validation-error (zod-validation-error)</summary> ### [`v2.0.0`](https://togithub.com/causaly/zod-validation-error/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://togithub.com/causaly/zod-validation-error/compare/v1.5.0...v2.0.0) ##### Major Changes - [`b199ca1`](https://togithub.com/causaly/zod-validation-error/commit/b199ca1): Update `toValidationError()` to return only `ValidationError` instances This change only affects users of `toValidationError()`. The method was previously returning `Error | ValidationError` and now returns only `ValidationError`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e9c361 commit d926788

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"replace-in-file": "^7.0.1",
5959
"title-case": "^4.0.0",
6060
"zod": "^3.22.2",
61-
"zod-validation-error": "^1.5.0"
61+
"zod-validation-error": "^2.0.0"
6262
},
6363
"devDependencies": {
6464
"@octokit/request-error": "^5.0.0",

pnpm-lock.yaml

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)