Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace joi with zod #209

Open
3 tasks
TangoYankee opened this issue Apr 16, 2024 · 0 comments
Open
3 tasks

Replace joi with zod #209

TangoYankee opened this issue Apr 16, 2024 · 0 comments

Comments

@TangoYankee
Copy link
Member

Description

We are using the validationSchema parameter in the Config Module in conjunction with joi js. However, the rest of our tooling uses Zod for validation. To consolidate dependencies, let's move to using the Config validate function with Zod.

Acceptance criteria

  • validation schema parameter is removed from config
  • a custom validate function with Zod enforces the same values
  • Joi is removed as a dependency
@TangoYankee TangoYankee changed the title Replace JOI with ZOD Replace joi with zod Apr 16, 2024
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

No branches or pull requests

1 participant