ESLint Plugin React version 7.37.3 represents a minor update focusing on dependency upgrades and internal improvements compared to its predecessor, version 7.37.2. For developers using this plugin to enforce React-specific linting rules within their ESLint configurations, this update brings several subtle but noteworthy changes.
In the dependencies section, object.values is upgraded from version 1.2.0 to 1.2.1, and es-iterator-helpers from 1.1.0 to 1.2.1, potentially bringing bug fixes or performance improvements. array.prototype.flatmap sees an update from 1.3.2 to 1.3.3, while string.prototype.matchall is bumped from 4.0.11 to 4.0.12. The updated version also uses more recent @typescript-eslint/parser versions (up to 8.17), indicating better compatibility with modern Typescript codebases. These dependency updates may indirectly affect which language features or code patterns the linter can accurately analyze. The unpackedSize is slightly reduced, indicating possible efficency and code optimization.
The most recent version, 7.37.3, was released on December 24th, 2024, approximately two months after the previous version on October 22nd, 2024. Developers should consider upgrading to benefit from these subtle refinements and ensure compatibility with the latest ecosystem tools. There are no breaking changes as the major version remains the same.
The are not vulnerabilities for the version 7.37.3 of the package eslint-plugin-react