eslint-plugin-react has a new version, 7.34.3, released on June 18, 2024. Comparing it to the previous version, 7.34.2 which was released on May 28, 2024, we see a few key updates primarily within the development dependencies. The core functionality and dependencies remain very similar, suggesting a focus on internal improvements and tooling rather than significant feature additions.
Specifically, @babel/core, @babel/preset-react, and @babel/eslint-parser have been upgraded from version 7.24.6 to 7.24.7, indicating updates to the Babel transpiler and parser which are used to process modern JavaScript and JSX syntax. Additionally, @babel/plugin-syntax-decorators, @babel/plugin-syntax-function-bind, and @babel/plugin-syntax-do-expressions are now also at version 7.24.7, these babel plugins are related to javascript syntax. array.prototype.tosorted dependency has been updated from version 1.1.3 to 1.1.4. The eslint-doc-generator dev dependency has also been updated from 1.7.0 to 1.7.1. The eslint-remote-tester-repositories dev dependency has been updated from 1.0.1 to 2.0.0.
These updates likely bring bug fixes, performance enhancements, and potentially support for newer JavaScript/JSX features. For developers using eslint-plugin-react, upgrading to 7.34.3 ensures they are leveraging the latest tooling improvements and benefiting from any security patches or performance optimizations included within the Babel ecosystem and other updated development dependencies. While the changes might not be immediately apparent in everyday linting, staying current with these updates contributes to a more robust and efficient development workflow.
The are not vulnerabilities for the version 7.34.3 of the package eslint-plugin-react