Skip to content

chore(deps-dev): bump zod-to-ts from 1.2.0 to 2.0.0#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/zod-to-ts-2.0.0
Open

chore(deps-dev): bump zod-to-ts from 1.2.0 to 2.0.0#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/zod-to-ts-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

User description

Bumps zod-to-ts from 1.2.0 to 2.0.0.

Release notes

Sourced from zod-to-ts's releases.

v2.0.0

What's Changed

  • Breaking Change: support for zod v3 dropped, only zod v4 will be supported going forward
  • recursive types are supported via the new auxiliary type system
  • overhaul of the type overrides system, it's now a map passed as an option
  • can now specify whether you want the input or output via the io option
  • z.templateLiteral is now supported
  • z.readonly is now supported

Full Changelog: sachinraja/zod-to-ts@v1.2.0...v2.0.0

Commits
  • 1a80cfe publish v2.0.0
  • 62be42e update license year
  • ffc843f minor fixes
  • 3455aac support template literals, update docs
  • 5b3a853 chore(deps): update pnpm to v8.15.9
  • 422edcd chore(deps): update pnpm to v8.15.8
  • ebc141c chore(deps): update pnpm to v8.15.7
  • 50ddb67 chore(deps): update pnpm to v8.15.6
  • cc478b6 chore(deps): update pnpm to v8.15.5
  • bdb77e5 chore(deps): update pnpm to v8.15.4
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

CodeAnt-AI Description

Use zod-to-ts 2.0 for schema type generation

What Changed

  • Schema-to-type generation now relies on zod-to-ts 2.0 so developer tooling matches Zod v4 syntax and auxiliary type support
  • Lockfile refreshes capture the new zod-to-ts release and its dependency shifts so installs consistently restore that tooling version

Impact

✅ Consistent Zod schema type generation
✅ Dev tooling supports Zod v4 auxiliary types
✅ Fewer mismatched type definitions during development

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [zod-to-ts](https://github.com/sachinraja/zod-to-ts) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/sachinraja/zod-to-ts/releases)
- [Commits](sachinraja/zod-to-ts@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: zod-to-ts
  dependency-version: 2.0.0
  dependency-type: direct:development
  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 Nov 19, 2025
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Nov 19, 2025

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai bot added the size:L This PR changes 100-499 lines, ignoring generated files label Nov 19, 2025
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Nov 19, 2025

CodeAnt AI finished reviewing your PR.

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 size:L This PR changes 100-499 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants