eslint-config-airbnb evolved from version 12.0.0 to 13.0.0 with notable updates primarily focused on dependency management and feature enhancements for linting JavaScript and React code. The core dependency, eslint-config-airbnb-base, saw an upgrade, moving from version ^8.0.0 to ^10.0.0, indicating potential updates to base JavaScript linting rules.
Developers using React will notice updates in peer dependencies. eslint, eslint-plugin-react, eslint-plugin-import, and eslint-plugin-jsx-a11y got bumped up to versions ^3.9.1, ^6.6.0, ^2.1.0, and ^2.2.3 respectively, from ^3.6.0, ^6.3.0, ^1.16.0, and ^2.2.2. These peer dependency updates can bring improvements in React and JSX linting, including more accurate error detection and better support for new language features.
The version 13.0.0 is a step to keep packages aligned with the latest standards, improve code quality, and catch potential issues early for React developers. It is recommended to upgrade to the latest version while considering and testing the impact of these changes on existing codebases.
The are not vulnerabilities for the version 13.0.0 of the package eslint-config-airbnb