React Hook Form has a new version 4.10.0, released on February 28, 2020, following the previous stable version 4.9.8 released on February 21, 2020. This update includes several dependency upgrades that enhance the developer experience and library stability. Notably, the react and react-dom dependencies have been bumped from version 16.12.0 to 16.13.0, ensuring compatibility with the latest React features.
Key development dependency updates include: typescript 3.7.4 to ^3.8.2, as well as several packages from @typescript-eslint and @types/react, bringing improved TypeScript support and type definitions. Testing libraries also see updates with @testing-library/react moving from 9.4.0 to 9.4.1.
The eslint-plugin-react has been updated from 7.17.0 to 7.18.3 and eslint-plugin-react-hooks from 2.3.0 to 2.5.0 possibly including fixes and new linting rules for React and React Hooks, which results in better code quality. The update from cypress 3.8.1. to 4.0.2 might include many improvements and new testing features.
The updated version also sees a small increment in the distributed package size, with unpackedSize increasing from 373064 to 390434, along with an increase of two files. These updates collectively suggest a focus on maintaining compatibility with the latest React ecosystem, enhanced TypeScript support, code quality improvements, and improvements in the testing infrastructure of the library.
The are not vulnerabilities for the version 4.10.0 of the package react-hook-form