Skip to content

Comments

chore(deps): bump zod-compare from 2.0.1 to 3.0.0#209

Merged
lawvs merged 1 commit intomainfrom
dependabot/npm_and_yarn/zod-compare-3.0.0
Feb 16, 2026
Merged

chore(deps): bump zod-compare from 2.0.1 to 3.0.0#209
lawvs merged 1 commit intomainfrom
dependabot/npm_and_yarn/zod-compare-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps zod-compare from 2.0.1 to 3.0.0.

Release notes

Sourced from zod-compare's releases.

v3.0.0

Major Changes

  • #100 7801de3 Thanks @​copilot-swe-agent! - Drop Zod v3 support. Zod v4 is now the sole supported version.

    Breaking Changes

    • Peer dependency: Changed from zod: ^3.25.0 || ^4.0.0 to zod: ^4.0.0. Zod v3 is no longer supported.
    • Removed sub-exports: zod-compare/zod3 and zod-compare/zod4 entry points have been removed. Use the main zod-compare entry point instead.
    • Removed version utilities: isZod3Schema, isZod4Schema, and haveSameZodMajor are no longer exported.
    • Simplified API surface: isSameType and isCompatibleType now only accept Zod v4 schemas. Mixed-version comparison (which previously threw) is no longer possible.

    Migration

    - import { isSameType } from "zod-compare/zod4";
    + import { isSameType } from "zod-compare";
Changelog

Sourced from zod-compare's changelog.

3.0.0

Major Changes

  • #100 7801de3 Thanks @​copilot-swe-agent! - Drop Zod v3 support. Zod v4 is now the sole supported version.

    Breaking Changes

    • Peer dependency: Changed from zod: ^3.25.0 || ^4.0.0 to zod: ^4.0.0. Zod v3 is no longer supported.
    • Removed sub-exports: zod-compare/zod3 and zod-compare/zod4 entry points have been removed. Use the main zod-compare entry point instead.
    • Removed version utilities: isZod3Schema, isZod4Schema, and haveSameZodMajor are no longer exported.
    • Simplified API surface: isSameType and isCompatibleType now only accept Zod v4 schemas. Mixed-version comparison (which previously threw) is no longer possible.

    Migration

    - import { isSameType } from "zod-compare/zod4";
    + import { isSameType } from "zod-compare";
Commits
  • 48e37db Version Packages (#107)
  • 807e83d chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in the minor-and-patch gro...
  • 326eb1e chore: change dependabot update schedule from weekly to monthly
  • 7b02168 fix: fix defineCompareRule returning wrong property name and add custom rule ...
  • 7801de3 refactor!: upgrade to Zod 4, remove Zod 3 support (#100)
  • b54c2af chore(deps-dev): bump the minor-and-patch group across 1 directory with 2 upd...
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

Bumps [zod-compare](https://github.com/lawvs/zod-compare) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/lawvs/zod-compare/releases)
- [Changelog](https://github.com/lawvs/zod-compare/blob/main/CHANGELOG.md)
- [Commits](lawvs/zod-compare@v2.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: zod-compare
  dependency-version: 3.0.0
  dependency-type: direct:production
  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 Feb 16, 2026
@lawvs lawvs merged commit 0e57e51 into main Feb 16, 2026
1 check passed
@lawvs lawvs deleted the dependabot/npm_and_yarn/zod-compare-3.0.0 branch February 16, 2026 08:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant