Cssnano, a modular CSS minifier built upon the PostCSS ecosystem, has recently released version 7.0.5, succeeding version 7.0.4. While both versions share the same core description and overall structure, several dependency updates are noteworthy for developers. The cssnano-preset-default dependency has been bumped from version 7.0.4 to 7.0.5, suggesting potential improvements or bug fixes in the default minification preset.
In the devDependencies, postcss sees an upgrade from version 8.4.39 to 8.4.40 and autoprefixer is updated from 10.4.19 to 10.4.20, likely incorporating new CSS features and addressing compatibility issues with the latest browser versions. Notably, cssnano-preset-lite moves from version 4.0.1 to 4.0.2 and cssnano-preset-advanced from 7.0.4 to 7.0.5, indicating changes in the lighter and advanced minification configurations. Developers using these presets should review the release notes for those specific packages for detailed information on the changes. The peerDependencies remains consistent, requiring postcss version '^8.4.31'.
While the file count and unpacked size remain the same, the releaseDate reflects the recent update, with version 7.0.5 being released on 2024-08-09, compared to 2024-07-05 for version 7.0.4. This recent update provides a more up-to-date and potentially more performant or stable minification experience for developers seeking to optimize their CSS codebases. Always consult the changelog for comprehensive details regarding all modifications.
The are not vulnerabilities for the version 7.0.5 of the package cssnano