Version 7.34.2 of eslint-plugin-react introduces several updates, with the release taking place on May 28, 2024. Comparing it to the previous stable version, 7.34.1, released on March 15, 2024, developers will find subtle but potentially significant changes. In the dependencies field, there are updates to object.hasown (from 1.1.3 to 1.1.4), object.values (from 1.1.7 to 1.2.0), array-includes (from 3.1.7 to 3.1.8), object.entries (from 1.1.7 to 1.1.8), object.fromentries (from 2.0.7 to 2.0.8), es-iterator-helpers (from 1.0.17 to 1.0.19), array.prototype.findlast (from 1.2.4 to 1.2.5), and string.prototype.matchall (from 4.0.10 to 4.0.11). These dependency updates likely address bug fixes and performance improvements in these underlying packages.
Furthermore, the devDependencies field shows updates to @babel/core (from 7.24.0 to 7.24.6), @babel/preset-react (from 7.23.3 to 7.24.6), @babel/eslint-parser (from 7.23.10 to 7.24.6), @babel/plugin-syntax-decorators (from 7.24.0 to 7.24.6), @babel/plugin-syntax-function-bind (from 7.23.3 to 7.24.6) and @babel/plugin-syntax-do-expressions (from 7.23.3 to 7.24.6). These Babel updates ensure compatibility with the latest JavaScript features and likely include bug fixes. The unpackedSize has also increased from 808592 to 820652, and the fileCount from 137 to 138, which can mean new rules and updates into the code. Developers should review the changelog for eslint-plugin-react version 7.34.2 for specifics on rule adjustments, bug fixes, and enhancements. Staying current guarantees optimal support for modern React patterns and maximizes code quality.
The are not vulnerabilities for the version 7.34.2 of the package eslint-plugin-react