chore(deps): bump zod from 3.25.76 to 4.3.6#43
Conversation
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:67">
P1: This major bump is not compatible with the current schema code: `src/schema.ts` still uses `z.function()` inside `z.union(...)`, but in Zod 4 `z.function()` is no longer a schema.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "gradient-string": "^3.0.0", | ||
| "yaml": "^2.7.0", | ||
| "zod": "^3.24.0" | ||
| "zod": "^4.3.6" |
There was a problem hiding this comment.
P1: This major bump is not compatible with the current schema code: src/schema.ts still uses z.function() inside z.union(...), but in Zod 4 z.function() is no longer a schema.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 67:
<comment>This major bump is not compatible with the current schema code: `src/schema.ts` still uses `z.function()` inside `z.union(...)`, but in Zod 4 `z.function()` is no longer a schema.</comment>
<file context>
@@ -64,7 +64,7 @@
"gradient-string": "^3.0.0",
"yaml": "^2.7.0",
- "zod": "^3.24.0"
+ "zod": "^4.3.6"
},
"devDependencies": {
</file context>
| "zod": "^4.3.6" | |
| "zod": "^3.24.0" |
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d84fcf2 to
aac47f2
Compare
Bumps zod from 3.25.76 to 4.3.6.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca3c862v4.3.6762e911Generalize numeric key handlingdfbbf1cAvoid re-exported star modules (#5656)cbf77bbAvoid non null assertion (#5638)85db85efix: typo in codec.test.ts file (#5628)edd4132fix: add missing User-agent to robots.txt and allow all (#5646)251d716Clean up workflow_callf4b7baeUpdate pullfrog.yml (#5634)9977fb0Add brand.dev to sponsors0cdc0b84.3.5Dependabot 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 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)Summary by cubic
Upgrade
zodfrom v3.25.76 to v4.3.6 (major) to adopt the v4 API and recent fixes. Regenerates the lockfile; no app code changes.zod: ^3.24.0 → ^4.3.6Written for commit aac47f2. Summary will update on new commits.