Prettier 1.11.0 is a minor release focusing on enhanced stability and developer experience compared to version 1.10.2. Both versions maintain Prettier's core function as an opinionated code formatter, ensuring consistent code style across projects. A key difference lies in the updated devDependencies. Version 1.11.0 upgraded shelljs from 0.7.8 to 0.8.1 and notably updated its own prettier dependency from 1.10.1 to 1.10.2. The update in shelljs implies potential bug fixes and performance improvements in tasks involving shell scripting during the development process. Updating its own version in devDependencies likely represents internal testing and compatibility adjustments. Developers relying on shelljs within their Prettier workflow may benefit from the upgraded version, while others might not notice a direct impact. Analyzing the changelog of shelljs versions 0.7.8 to 0.8.1 is crucial to determine benefits. Finally, version 1.11.0 introduces fileCount and unpackedSize properties in dist, offering developers insight into package size considerations. The release date difference signals recent fixes and improvements, making 1.11.0 the preferable choice for new projects and users seeking the most up-to-date and well-tested codebase.
The are not vulnerabilities for the version 1.11.0 of the package prettier