eslint-config-airbnb version 18.2.0 brings several key updates for developers seeking a robust and opinionated ESLint configuration aligned with Airbnb's JavaScript style guide. Compared to the previous stable version, 18.1.0, this release includes important dependency updates focusing on expanded compatibility. A notable change is the update to eslint-config-airbnb-base from version 14.1.0 to 14.2.0, potentially incorporating new base rules and enhancements.
Furthermore, the peer and dev dependencies have been bumped to support newer ecosystem tools. The core eslint peer dependency now explicitly includes version 7.2.0 within its acceptable range, ensuring compatibility with the latest ESLint features and fixes. Similarly, eslint-plugin-react is updated to version 7.20.0 and includes eslint-plugin-import version 2.21.2, eslint-plugin-jsx-a11y version 6.3.0 and eslint-plugin-react-hooks version ^4 || ^3 || ^2.3.0 || ^1.7.0. Developers benefit from these updates through enhanced React linting rules and accessibility best practices, and modern React Hooks support, leading to cleaner and more maintainable React code. The 18.2.0 release demonstrates a commitment to staying current with the evolving JavaScript and React landscape while providing a solid foundation for consistent code style. The update of object.entries from 1.1.1 to 1.1.2 could bring minor bug fixes or performance improvements.
The are not vulnerabilities for the version 18.2.0 of the package eslint-config-airbnb