Stylelint has a new release, version 16.18.0, building upon the solid foundation of version 16.17.0. Both versions serve as mighty CSS linters, helping developers maintain code quality by enforcing conventions and preventing errors. The core dependencies remain consistent, ensuring a stable experience regarding fundamental functionalities like CSS parsing, globbing, and configuration. You'll find familiar names such as postcss, css-tree, globby, and cosmiconfig present in both.
However, a closer look reveals some interesting updates in the newer version's development dependencies. For instance, rollup has been bumped to version 4.39.0 from 4.37.0 which potentially brings improvements to the build process. The eslint-config-stylelint has been updated to version 24.0.0 improving the consistency with the eslint configurations. One notable change is the bump of jest-preset-stylelint from version 7.2.0 to version 7.3.0 which might introduce new testing capabilities or fixes. Also, it is worthy to note that the fileCount and unpackedSize differs slightly between the versions, suggesting changes impacting the package size. Finally, the new version has a release date in April, while the previous in March. This makes the tool even more appealing to developers wanting the newest capabilities in their toolchains.
The are not vulnerabilities for the version 16.18.0 of the package stylelint