Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
zod (source) 3.25.76 -> 4.0.5 age confidence

Release Notes

colinhacks/zod (zod)

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

Commits:

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 12, 2025
@renovate renovate bot enabled auto-merge (squash) July 12, 2025 03:10
@renovate renovate bot added the renovate label Jul 12, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jul 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pr-review/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/zod
npm error   zod@"4.0.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zod@"^3.24.1" from [email protected]
npm error node_modules/zod-to-json-schema
npm error   zod-to-json-schema@"3.24.6" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/zod
npm error   peer zod@"^3.24.1" from [email protected]
npm error   node_modules/zod-to-json-schema
npm error     zod-to-json-schema@"3.24.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-07-19T01_52_13_439Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-07-19T01_52_13_439Z-debug-0.log

@renovate renovate bot force-pushed the renovate/zod-4.x branch 3 times, most recently from 19aed56 to e0ecdcd Compare July 18, 2025 11:13
@renovate renovate bot force-pushed the renovate/zod-4.x branch from e0ecdcd to 8b3ed95 Compare July 19, 2025 01:52
@renovate
Copy link
Contributor Author

renovate bot commented Jul 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 29bd614 into main Jul 21, 2025
9 checks passed
@renovate renovate bot deleted the renovate/zod-4.x branch July 21, 2025 12:22
@github-actions
Copy link

This change involves updating dependencies in multiple project files to utilize the latest version of the zod package, removing the zod-to-json-schema package due to its deprecated functionality being integrated into zod. The code adjustments reflect these dependency changes, streamlining schema validation and JSON schema conversions.

Walkthrough

  • Refactor: Upgraded zod to version 4.0.5, offering enhanced schema capabilities and stability.
  • Chore: Removed zod-to-json-schema as its functionality is now directly supported by the updated zod.
  • Style: Minor clean-up by removing redundant comments (eslint-disable-line) related to TypeScript no-unsafe-return errors.
  • Compatibility: Ensured backward compatibility and improved efficiency in JSON schema handling without changing user-facing functionality.

Model: gpt-4o | Prompt Tokens: 3058 | Completion Tokens: 168

github-actions bot pushed a commit that referenced this pull request Jul 21, 2025
* Update dependency zod to v4

* remove unused eslint-disable directives

* Update zod to v4 and remove zod-to-json-schema dependency

* Update DeploymentConfig and ModelParameters to accept additional parameters

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Richter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants