Prettier 1.6.0 introduces several notable updates compared to version 1.5.3, making it a worthwhile upgrade for developers seeking enhanced code formatting capabilities. One key difference lies in the updated development dependencies. Specifically, the prettier dependency within the project's development environment has been bumped from version 1.4.2 to 1.5.2. Additionally, eslint sees an upgrade from version 3.19.0 to 4.1.1 and eslint-plugin-prettier moves from 2.1.1 to 2.1.2. Also, new development dependencies are added: codecov, shelljs, cross-env, eslint-plugin-react and eslint-plugin-import.
These upgrades suggest refinements in the tooling used to maintain and develop Prettier itself, potentially leading to more robust and consistent formatting behavior. This update not only ensures compatibility with newer linting rules but also introduces support for react and import hints.
This version was released on August 28, 2017, while 1.5.3 came out much earlier, on July 15, 2017. This indicates a period of focused development and refinement, addressing user feedback and incorporating improvements to the core formatting engine. Developers should consider updating to 1.6.0 to benefit from these advancements, ensuring their code is formatted using the latest and most refined ruleset. The addition of new dependencies for testing, shell scripting, and cross-environment support points towards a more comprehensive and mature development workflow behind Prettier.
The are not vulnerabilities for the version 1.6.0 of the package prettier