Skip to content

Conversation

miguelg719
Copy link
Collaborator

why

what changed

test plan

Copy link

changeset-bot bot commented Aug 27, 2025

🦋 Changeset detected

Latest commit: 77a3ac5

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@miguelg719 miguelg719 marked this pull request as ready for review September 10, 2025 21:51
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR significantly restricts the zod peer dependency version range from >=3.25.0 <4.1.0 to >=3.25.0 <3.25.68. While this may solve specific compatibility issues with zod versions 3.25.68+, it creates a very narrow window of acceptable versions and could force users to downgrade their zod installations.

Confidence score: 2/5

  • This PR introduces significant version constraints that may break compatibility for users
  • The restrictive upper bound on zod versions may cause dependency conflicts and force users to downgrade their zod installations, which is disruptive
  • package.json requires attention for the overly restrictive zod version constraint

1 file reviewed, 1 comment

Edit Code Review Bot Settings | Greptile

@@ -71,7 +71,7 @@
"peerDependencies": {
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"zod": ">=3.25.0 <4.1.0"
"zod": ">=3.25.0 <3.25.68"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

restrictive upper bound may cause issues with newer zod versions\n\nsuggestion\n "zod": ">=3.25.0 <3.26.0"\n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant