Eslint-plugin-react version 7.11.0 introduces several improvements and changes compared to version 7.10.0, making it a worthwhile upgrade for React developers using ESLint. One key difference is the addition of the array-includes dependency in version 7.11.0. This suggests that the new version might have incorporated functionality that leverages more robust or comprehensive array inclusion checks within its linting rules which could enhance the accuracy of the tool when analyzing react code.
Another notable change is in the dist section. Version 7.11.0 has a smaller unpacked size (599630 bytes) compared to 7.10.0 (605797 bytes). This reduction might indicate optimizations in the code or removal of redundant files, resulting in a slightly leaner package. The file count also increases from 92 in 7.10.0 to 95 in 7.11.0, probably adding some new linting rules.
Both versions maintain the same peer dependencies and dev dependencies, ensuring compatibility with existing ESLint configurations and development workflows. The core functionality and development dependencies remain consistent, providing a familiar experience for users upgrading from 7.10.0. Ultimately, developers should consider upgrading to version 7.11.0 to benefit from the potential improvements, new rules, updated dependencies and the smaller bundle size.
The are not vulnerabilities for the version 7.11.0 of the package eslint-plugin-react