What problem will this feature address?
This dependency update feature will align input validation with the zod v4 improved fixes and optimizations moving forward.
Describe the solution you'd like
- Migrate from zod v3 to v4 for validating input.
Describe alternatives you've considered
The app's current-installed zod v3.24.2 runs fine as a workaround.
Additional context
- Take note of deprecated parameters and methods in v4, especially the
ZodEffects schema.
- See the zod v4 migration guide for more information.
What problem will this feature address?
This dependency update feature will align input validation with the zod v4 improved fixes and optimizations moving forward.
Describe the solution you'd like
Describe alternatives you've considered
The app's current-installed zod v3.24.2 runs fine as a workaround.
Additional context
ZodEffectsschema.