Eslint-config-prettier version 6.14.0 brings several updates compared to its predecessor, version 6.13.0, particularly within its development dependencies. Developers integrating Prettier with ESLint will find these changes relevant for maintaining code quality and consistency.
Specifically, version 6.14.0 upgrades a number of key packages. Jest, a popular JavaScript testing framework, sees an increment from version 26.5.3 to 26.6.0. Several ESLint plugins receive updates, including eslint-plugin-vue jumping from 7.0.1 to 7.1.0; eslint-plugin-react moving from 7.21.4 to 7.21.5; eslint-plugin-unicorn advancing from 22.0.0 to 23.0.0. The crucial @typescript-eslint/parser and @typescript-eslint/eslint-plugin are also bumped from 4.4.1 to 4.5.0. While these might initially appear as minor version bumps, they can often include bug fixes, performance improvements, and new features within their respective ecosystems.
These updates typically translate to better compatibility, enhanced linting rules, and more accurate code formatting, all contributing to a smoother development workflow when combined with ESLint and Prettier. The increase in "unpackedSize" (61996 vs 61545) might hint at added features or rule definitions within the configuration. Developers should review the changelogs for each of these updated packages to understand the exact nature of the changes and ensure a seamless upgrade process.
The are not vulnerabilities for the version 6.14.0 of the package eslint-config-prettier