@commitlint/cli has a new version, 19.1.0, released on March 12, 2024, building upon the previous stable version 19.0.3 released on February 28, 2024. Both versions serve the same core purpose: linting commit messages to ensure consistency and adherence to project standards. The primary difference lies in the updated dependencies within the 19.1.0 release. Specifically, @commitlint/lint, @commitlint/load, and @commitlint/format have been bumped to version 19.1.0 from 19.0.3. While @commitlint/read and @commitlint/types experienced a minor update from 19.0.3 to 19.0.3.
For developers, these updates likely include bug fixes, performance improvements, or new features within the core linting, loading, and formatting functionalities. A detailed changelog, available in the project's repository, would provide specific information about these changes. Developers should consider upgrading to 19.1.0 to benefit from the latest enhancements and potentially resolve any known issues present in the previous version. The other dependencies and devDependencies remain consistent across both versions, minimizing the risk of compatibility issues stemming from other package updates. Both packages install the same ammount of files, 17 and they have the same unpacked size of 30566. Always refer to the official release notes for a comprehensive understanding of the changes and potential impact on your project.
The are not vulnerabilities for the version 19.1.0 of the package @commitlint/cli