React Hook Form experienced an update from version 7.4.2 to 7.5.0, introducing several changes relevant to developers using this performant forms library. Both versions maintain the same core description: a performant, flexible, and extensible forms library for React Hooks, licensed under MIT.
Key differences lie in the updated development dependencies. Significant upgrades are seen in tools like eslint, rollup, and @rollup/plugin-commonjs which may reflect changes in code linting rules, improved module bundling, or enhance general build process. Specifically, eslint jumps from version 7.20.0 to 7.26.0, indicating potential updates to linting rules and best practices. rollup moves from 2.39.0 to 2.47.0, suggesting possible performance improvements or bug fixes in the build process and @rollup/plugin-commonjs has a similar bump up from 17.1.0 to 19.0.0.
Furthermore, testing infrastructure sees changes, with cypress updating from 6.4.0 to 7.2.0 potentially providing developers with access to new testing features and reliability improvements. While many development dependencies share the same versions, these changes may signal underlying enhancements to development workflows, build processes, testing capabilities, or the library's adherence to evolving React best practices. The unpacked size slightly increased from 643715 to 649009 between versions, due to the upgrade in dependencies. The updates should provide a smoother developer experience, without breaking changes if you're already on version 7, and provide better support.
The are not vulnerabilities for the version 7.5.0 of the package react-hook-form