Ts-jest has released version 29.2.2, a minor update following closely on the heels of 29.2.1. Both versions serve as Jest transformers, enabling TypeScript projects to be tested seamlessly with Jest, complete with source map support for easier debugging.
Examining the package data, the core functionality and dependencies remain largely consistent between the two releases. The dependencies, crucial for the package to function, are unchanged, suggesting a focus on internal improvements or bug fixes rather than new feature implementations. Similarly, the peerDependencies and devDependencies sections, outlining testing frameworks, build tools and development utilities, are identical.
Developers upgrading from 29.2.1 to 29.2.2 likely won't encounter breaking changes. The key difference lies in the dist section, specifically 'unpackedSize': 326840 for the new version, vs 326529 of the previous version. Furthermore, the releaseDate differs: 2024-07-10T18:04:40.896Z for 29.2.2 vs 2024-07-10T08:45:37.505Z for 29.2.1.
Given the relatively short time between releases, developers can anticipate that version 29.2.2 addresses minor bugs, or internal optimizations, or very small improvement of the code. Users are encouraged to look in to the changelog of the package for a complete list of changes. Upgrading is recommended to benefit from the latest stability enhancements to ensure that their testing environment remains robust and reliable.
The are not vulnerabilities for the version 29.2.2 of the package ts-jest