Skip to content

Commit 7052464

Browse files
KATTautofix-ci[bot]juliusmarminge
authored
chore(recipe): get json schema for procedure (#6696)
Closes #6691 ## 🎯 Changes How to get json schema for procedure https://github.com/trpc/trpc/blob/0c492c46a02b1cb5979064a81ef34a165ce6071f/packages/tests/server/validators.test.ts#L669-L782 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the version of a popular data validation library across multiple projects to a newer minor and patch release, ensuring compatibility with recent improvements. - Updated related form-data validation library versions in select projects. - **Tests** - Added new test cases covering both v3 and v4 versions of the data validation library, including JSON schema generation for procedures, improving validation coverage and reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: juliusmarminge <[email protected]>
1 parent 898e99b commit 7052464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"superjson": "^1.12.4",
5555
"tsx": "^4.19.3",
5656
"ws": "^8.0.0",
57-
"zod": "^3.24.4"
57+
"zod": "^3.25.49"
5858
},
5959
"devDependencies": {
6060
"@playwright/test": "^1.50.1",

0 commit comments

Comments
 (0)