react-hook-form/resolvers
Last release: 1 week ago
Provides validation “resolvers” for React Hook Form, letting you plug in external validation libraries like Yup, Zod, Joi, Ajv, and others. Useful if you want to validate form input using the schema library you already prefer, optionally with TypeScript type inference from the schema.
Project status
- The
react-hook-form/resolverssource appears actively maintained, with recentupdatesincluding v5.4.0 on 2026-05-21 and additional updates in 2025 (v5.2.2, v5.2.1). - The apparent update cadence is somewhat irregular, roughly around 1 to 2 months between v5.2.1 (2025-07-29) and v5.2.2 (2025-09-14), then a longer gap until v5.4.0 (2026-05-21).
AI summary generated Today
Recent updates
v5.4.0
1 week agov5.4.0 introduces a new `ata-validator` resolver (`ataResolver`) with accompanying React Hook Form integration tests, including native validation behavior. The release also includes a fix to `toNestErrors.ts`, and a documentation note about passing context to `yupResolver`.
Featuresv5.2.2
8 months agoRelease v5.2.2 contains a Zod-related bug fix focused on the Zod 4 resolver. The release notes only mention an output type correction for the Zod 4 resolver.
Breakingv5.2.1
10 months agoRelease v5.2.1 updates the Zod v4 support in @hookform/resolvers, specifically around discriminated unions and correct resolver output typing for Zod 4. It also adjusts the package peer dependency range to allow Zod v4.