chore(deps): update dependency eslint-plugin-zod to v4.12.0 - #2151
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-zod to v4.12.0#2151renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
astraea | 501df7d | Commit Preview URL Branch Preview URL |
Sep 05 2026, 09:45 PM |
renovate
Bot
force-pushed
the
renovate/eslint-plugin-zod-4.x
branch
9 times, most recently
from
August 4, 2026 16:56
3303e29 to
3422d3c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-zod-4.x
branch
18 times, most recently
from
August 13, 2026 00:05
17d7179 to
bde4878
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-zod-4.x
branch
21 times, most recently
from
August 27, 2026 20:41
2baac93 to
c78b605
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-zod-4.x
branch
7 times, most recently
from
August 29, 2026 14:46
2bdd760 to
866e4ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.8.0→4.12.0Release Notes
marcalexiei/eslint-zod (eslint-plugin-zod)
v4.12.0Compare Source
Minor Changes
f9c7171- feat: recognizez.creditCard(), the string format added in zod 4.5Patch Changes
f9c7171- fix(consistent-schema-var-name): stop reportingz.validate()andz.validateAsync()results, which are booleans rather than schemasf9c7171,f9c7171]:v4.11.0Compare Source
Minor Changes
29fcc59- feat: addprefer-map-set-size-over-min-maxrule, which collapses.min(n).max(n)with the same value on a set or map schema into.size(n)Patch Changes
#413
3084477- fix: report deprecated methods reached through a computed memberno-number-schema-with-int,no-string-schema-with-uuidandprefer-top-level-string-formatsnow reportz['string']().uuid()and friends, without offering a fix — matchingno-number-schema-with-safe.Updated dependencies [
3084477]:v4.10.0Compare Source
Minor Changes
#407
6929124- feat: addprefer-string-length-over-min-maxruleCollapses
.min(n).max(n)with the same value on a string schema to.length(n).Not enabled in
recommended.Patch Changes
#403
5dae17b- refactor: buildno-native-enumandno-promise-schemafrom the shared rule buildersNo behavior change.
#404
cb7b394- chore: migrate tochangesetsv3Changelog entries no longer carry a
Thanks @…!attribution; the pull request and commit links are unchanged.Updated dependencies [
6929124,5dae17b,cb7b394]:v4.9.1Compare Source
Patch Changes
#376
b1f666aThanks @marcalexiei! - fix:consistent-importalias collision between two zod sourcesEvery rewritten import group received the alias
z, so a file importing from bothzodandzod/v3was fixed into twoimport * as zdeclarations.Each group now gets a distinct alias.
#383
6b4122eThanks @marcalexiei! - fix:no-number-schema-with-safe,-finiteand-stepmissed the deprecated method mid-chainAll three required the deprecated call to be the last one in the chain, so
z.number().safe().min(0)went unreported whilez.number().safe()was flagged.-stepadditionally renamed the chain's outermost property, which would have rewritten.min()instead of.step().#379
dfa974bThanks @marcalexiei! - fix:no-conflicting-checksnow recognises every deprecated chained string format.ipv4(),.guid(),.ksuid(),.uuidv4(),.xid()and others were missingfrom the rule's table, so conflicts involving them went unreported.
#400
fb49a63Thanks @marcalexiei! - fix:no-conflicting-checksno longer flags a narrowed string format as impossiblez.string().uuid().uuidv4()andz.string().guid().uuid()are refinements, notcontradictions — the GUID/UUID family nests. Two different UUID versions still
conflict.
Also fixes
no-number-schema-with-safe/-step/-finitematching the factory ofan aliased import (
import { number as safe }), and stopsno-native-enumandprefer-string-schema-with-trimcrashing on a computed factory.#376
b1f666aThanks @marcalexiei! - fix:no-any-schemacrash on a computed factory callThe rule threw on
z['any']().It now reports the schema without a rename suggestion.
Updated dependencies [
dfa974b,dfa974b,dfa974b,dfa974b,fb49a63,b1f666a,dfa974b,b1f666a,fb49a63,4d8edae]:v4.9.0Compare Source
Minor Changes
#374
6bbcdf0Thanks @marcalexiei! - feat: addprefer-nullishruleFlags chaining
.optional()and.nullable()(in either order) when the two methods are directly adjacent, and autofixes the pair to.nullish(). Enabled inrecommended.Patch Changes
6bbcdf0]:Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.