Eslint-plugin-react has a new version 7.37.0 released on September 27, 2024, succeeding version 7.36.1 which was released on September 12, 2024. Both versions provide React-specific linting rules for ESLint, aiding developers in maintaining code quality and consistency in their React projects. A comparison reveals subtle but potentially impactful changes in the development dependencies. Notably, version 7.37.0 includes an updated version of eslint-plugin-import moving from ^2.29.1 to ^2.30.0. This update may introduce new or refined import-related linting rules, prompting developers to review their import statements for potential adjustments.
Furthermore, gfm-footnotes was bumped from ^1.0.0 to ^1.0.1. While seemingly minor, such patch updates often contain bug fixes or performance improvements related to Github Flavored Markdown footnotes, relevant if your project utilizes markdown documentation with footnotes. The unpacked size of the package has slightly increased from 850363 to 854371 bytes, which may suggest additions of new rules, updated documentation, or other minor internal code changes making the plugin more robust.
For developers, upgrading to version 7.37.0 means staying current with the latest linting capabilities and potentially benefiting from bug fixes and enhancements within the dependencies. Before upgrading, examining the changelog for both eslint-plugin-import and gfm-footnotes is recommended to understand the specific changes and their impact on your project. The core dependencies remain consistent, ensuring a smooth transition for most projects already using eslint-plugin-react.
The are not vulnerabilities for the version 7.37.0 of the package eslint-plugin-react