Eslint-config-prettier version 6.6.0 introduces several key updates compared to version 6.5.0, primarily affecting the development dependencies. For developers leveraging this configuration to ensure code style consistency with Prettier, these changes represent improvements in compatibility and tooling.
Notably, the Prettier version has been updated from 1.18.2 to 1.19.1. While seemingly minor, this Prettier upgrade can bring new formatting rules and bug fixes, prompting developers to review their codebases for potential formatting adjustments. The Typescript version jumps from 3.6.4 to 3.7.2, incorporating the latest Typescript features and improvements into the development environment, potentially affecting Typescript-based projects using this ESLint configuration. Several ESlint plugins also saw updates: eslint-plugin-vue moved from 5.2.3 to 6.0.1, eslint-plugin-unicorn from 12.1.0 to 13.0.0, eslint-plugin-flowtype from 4.3.0 to 4.4.1, @typescript-eslint/parser from 2.5.0 to 2.7.0, and @typescript-eslint/eslint-plugin which went to 2.7.0 from 2.5.0. These reflect improvements in linting rules, particularly for Vue, Typescript and Flow projects. Developers should check plugin specific release notes for a detailed understanding of the rule modifications, potentially impacting linting results. The core ESLint dependency remains at version 6.6.0 in both releases, and peer dependency remains at >=3.14.1.
The are not vulnerabilities for the version 6.6.0 of the package eslint-config-prettier