@commitlint/cli has been updated from version 18.0.0 to 18.1.0, introducing subtle but important changes for developers relying on commit message linting. The core functionality of linting commit messages remains consistent, ensuring adherence to project-specific conventions.
Key updates lie within the dependency versions. Specifically, dependencies prefixed with @commitlint have been bumped from version 18.0.0 to 18.1.0. This includes @commitlint/lint, @commitlint/load, @commitlint/read, @commitlint/types, and @commitlint/format. These updates likely contain bug fixes, performance improvements, and potentially new features within those specific modules. Notably, @commitlint/utils also sees an update from 18.0.0 to 18.1.0 as a dev dependency, useful to the library for testing and development.
While seemingly minor, these incremental version boosts for the underlying packages contribute to enhanced stability and a refined developer experience. Developers upgrading to version 18.1.0 benefit from the collective improvements made across the @commitlint ecosystem. The releaseDate difference between both releases are also important, with the new version being published 5 days after the previous one, which signals that there were indeed problems in the previous version fixed with the last release.
The are not vulnerabilities for the version 18.1.0 of the package @commitlint/cli