Eslint-plugin-react version 7.28.0 introduces a few key changes compared to the previous stable version, 7.27.1. While the core functionality of providing React-specific linting rules for ESLint remains consistent, developers should note some differences in the dependency tree. Specifically, eslint-plugin-import has been updated from version 2.25.2 to 2.25.3. This update might include bug fixes, performance improvements, and potentially new features within the import resolution and linting capabilities of the plugin. Furthermore, the fileCount in the dist object has decreased from 125 to 124, alongside a decrease in unpackedSize from 867935 to 681376 this optimization indicates potential improvements in the package's overall size, potentially speeding up installation and reducing disk space usage.
Both versions share similar dependencies crucial for their operation, such as semver, resolve, doctrine, jsx-ast-utils, and various polyfills. The peer dependency on ESLint itself remains compatible with versions 3 through 8, ensuring broad compatibility for users with different ESLint setups. Developers upgrading to 7.28.0 should examine the changelog of eslint-plugin-import 2.25.3 for details on its changes and potential impact on existing ESLint configurations. Staying up-to-date ensures access to the latest features, bug fixes, and performance enhancements for maintainable and high-quality React code.
The are not vulnerabilities for the version 7.28.0 of the package eslint-plugin-react