Ts-jest version 26.5.5 is a minor release following 26.5.4, both acting as preprocessors for utilizing TypeScript with Jest, enabling developers to seamlessly integrate TypeScript code into their testing workflows with source map support. Key dependencies such as json5, lodash, mkdirp, semver, bs-logger, jest-util, make-error, buffer-from, yargs-parser, and fast-json-stable-stringify remain consistent across both versions. This suggests the core functionality and processing capabilities are largely unchanged.
The primary distinction lies in the dist section. Version 26.5.5 has a slightly larger unpacked size (201109 bytes) compared to 26.5.4 (200277 bytes), indicating potential minor updates, bug fixes, or small feature additions that contribute to the increased size. Version 26.5.5 was released on April 15, 2021, succeeding the March 17, 2021 release of version 26.5.4.
For developers, this suggests a stable upgrade path. The peer dependencies, requiring jest versions >=26 <27 and typescript versions >=3.8 <5.0, remain the same emphasizing compatibility. If you're already using 26.5.4, upgrading to 26.5.5 should be straightforward. The consistent dependency and devDependency list further supports this point. While the precise nature of the changes is not explicitly detailed, the increased unpacked size hints at potential improvements, making it worthwhile to update for the latest optimizations and fixes in your TypeScript Jest testing setup.
The are not vulnerabilities for the version 26.5.5 of the package ts-jest