Skip to content

Commit 9b9b58c

Browse files
authored
chore(deps): bump zod + react-hook-form (#7074)
bump zod - ref trpc/trpc#7073 (review) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded Zod to v4 across the repo and updated related form/resolver packages and typings. * Minor environment default adjusted (TYPEDOC). * **Documentation** * Added a new "zod v4" async-iterable validation example in subscriptions docs. * **Chores / Examples** * Removed one experimental react-hook-form factory/example from the demo app. * **Notes** * Tests and snapshots updated to reflect new validation error formatting; no other user-facing behavior changes expected. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent bfe76e5 commit 9b9b58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react": "^19.1.0",
4444
"react-dom": "^19.1.0",
4545
"superjson": "^1.12.4",
46-
"zod": "^3.25.51"
46+
"zod": "^4.2.1"
4747
},
4848
"devDependencies": {
4949
"@playwright/test": "^1.50.1",

0 commit comments

Comments
 (0)