Eslint-config-prettier version 6.13.0 introduces subtle but important updates compared to the previous stable release, version 6.12.0. Both versions aim to disable ESLint rules that might conflict with Prettier, ensuring a consistent code style across your projects. The core functionality remains the same, relying on the get-stdin dependency for handling input.
A key difference lies in the updated development dependencies. Version 6.13.0 bumps eslint from version 7.9.0 to 7.11.0, jest from 26.4.2 to 26.5.3, eslint-plugin-react from 7.21.2 to 7.21.4, typescript remains version 4.0.3 but @typescript-eslint/parser is updated from 4.2.0 to 4.4.1, along with a corresponding update to @typescript-eslint/eslint-plugin from 4.2.0 to 4.4.1. Notably eslint-plugin-vue gets updated from v6.2.2 to v7.0.1
These updates primarily focus on improved ESLint compatibility, bug fixes, and potentially incorporating new features from the respective packages. While the API remains consistent, developers should be aware of these dependency updates, especially if they rely on specific behaviors or features of the listed packages. This upgrade ensures better alignment with the evolving landscape of JavaScript and TypeScript tooling, offering a smoother and more reliable code formatting experience when combined with Prettier. Developers should review the changelogs of the updated packages for comprehensive details on specific changes and potential impact on their projects.
The are not vulnerabilities for the version 6.13.0 of the package eslint-config-prettier