eslint-config-airbnb-base, a popular ESLint configuration for enforcing Airbnb's JavaScript style guide, saw a release of version 14.2.0 after version 14.1.0, bringing several updates relevant to developers. One crucial change is the broadened support for ESLint versions. While both versions support ESLint 5.16.0 and 6.8.0, version 14.2.0 extends compatibility to include ESLint 7.2.0, giving developers more flexibility in choosing their ESLint version and allowing them to upgrade without breaking changes related to the config.
Furthermore, the new version upgrades the eslint-plugin-import dependency from version 2.20.1 to 2.21.2. This update likely incorporates bug fixes and new features within the import plugin, potentially enhancing the accuracy and thoroughness of import-related linting rules. Also, object.entries dependency was bumped from 1.1.1 to 1.1.2.
Developers should note this dependency upgrade for potential compatibility considerations. In the development dependencies, eslint-find-rules was updated from version 3.4.0 to 3.5.0, and babel-preset-airbnb was updated from version 4.4.0 to 4.5.0 which incorporates improvements in identifying and managing ESLint rules. These enhancements can improve developer experience around linting and code quality.
The are not vulnerabilities for the version 14.2.0 of the package eslint-config-airbnb-base