Eslint-config-prettier versions 6.10.1 and 6.10.0 both aim to prevent ESLint rules from conflicting with Prettier, ensuring code formatting consistency. While seemingly minor, the 6.10.1 update incorporates several key dependency adjustments beneficial for developers. Most notably, the prettier dev dependency jumps from version 1.19.1 to 2.0.1, potentially introducing new formatting behaviors that users should be aware of to maintain consistent style.
Furthermore, cross-spawn upgrades from 6.0.5 to 7.0.1, likely improving cross-platform compatibility and reliability for build processes. Updates to ESLint-related plugins and configurations are also evident. @typescript-eslint/parser and @typescript-eslint/eslint-plugin rise from versions 2.18.0 to 2.24.0, suggesting improved TypeScript linting support and alignment with recent TypeScript features. Similarly, eslint-plugin-react moves from 7.18.0 to 7.19.0, indicating possible enhancements for React code linting.
Additionally, eslint-plugin-unicorn updates from 15.0.1 to 17.2.0 which incorporate best practices for javascript linting. Besides the change to prettier, upgrading from 6.10.0 to 6.10.1 mainly bumps the typescript and react linting tools. Developers leveraging TypeScript and React should carefully evaluate these changes for compatibility and potential formatting adjustments within their projects. rimraf, a tool used for recursively deleting files, was updated from 3.0.1 to 3.0.2.
The are not vulnerabilities for the version 6.10.1 of the package eslint-config-prettier