eslint-config-prettier version 2.2.0 offers several notable improvements over its predecessor, 2.1.1, primarily focusing on updated dependencies and potentially enhanced compatibility. The update introduces a newer version of ESLint, moving from version 3.19.0 to version 4.0.0. This is a significant jump and could introduce breaking changes but also give access to the new rules from ESlint that weren't available on the previous version.
Furthermore, the 2.2.0 release incorporates Prettier version 1.4.4, upgraded from 1.3.1. This refresh provides access to the new formatting rules and fixes from Prettier that weren't availabe before. The eslint-plugin-react dependency is also updated, going from version 7.0.1 to 7.1.0 - not as important but still worth noticing. Lastly, eslint-config-google has been updated from 0.7.1 to 0.8.0 and eslint-plugin-flowtype went from 2.33.0 to 2.34.0.
Developers considering upgrading should evaluate the impact of these dependency updates, particularly the major version bump in ESLint. They should review ESLint's changelog to anticipate any necessary adjustments in their configuration. This upgrade cycle ensures developers benefit from the latest features and bug fixes within the Prettier ecosystem, promoting code consistency and reducing stylistic conflicts. For projects heavily reliant on specific ESLint rules, a thorough testing phase after updating is crucial to ensure seamless integration.
The are not vulnerabilities for the version 2.2.0 of the package eslint-config-prettier