Semantic-release 24.2.4 brings subtle but potentially impactful refinements compared to version 24.2.3, particularly for developers focused on stability and tooling. One notable change lies within the dependencies where marked jumps from version 12.0.0 to version 15.0.0. This upgrade could affect how markdown content is processed, particularly for those relying on specific behaviors of the older marked version. Therefore, thorough testing of release note generation is recommended after upgrading.
Regarding development dependencies, significant updates appear that could improve the developer experience which includes upgrading ava and got, which could lead to faster and more reliable tests with increased coverage of code. prettier jumps to version 3.5.3 from 3.5.1 along with a bump in @types/node which can mean better formatting capabilities and type definitions when developing semantic-release plugins or customizations. Another relevant update upgrades the version of npm-run-all2 that could offer better performance and new features for managing multiple npm scripts during development. Another change on nock could offer better performance when mocking external requests. These development dependency updates generally enhance the development workflow and testing environment when working with semantic-release. In summary, version 24.2.4 introduces key updates in markdown processing (through marked) and development tools, potentially influencing both the end-user experience and the development process of semantic-release configurations. Developers should assess the impact of the marked upgrade and leverage the enhanced development utilities for a smoother experience.
The are not vulnerabilities for the version 24.2.4 of the package semantic-release