openedx / openedx/frontend-app-authoring
Replace yup with zod
Open
@bashward is already working on this.
Since Nov 26, 2025.
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
This repo uses a very old version of "yup" for data validation. Replace it with zod which is more popular, has better typescript support, and results in a smaller bundle.
They are similar and yup is only used in a dozen places, so it should not be too difficult to do.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.