Ts-jest version 26.4.3 is a minor patch update over 26.4.2, crucial for developers using TypeScript with Jest for testing. Both versions provide a preprocessor enabling seamless integration of TypeScript code in Jest testing environments, including support for source maps which greatly improves debugging experience. The core functionalities remain consistent between the two versions, offering a robust solution for projects requiring TypeScript and Jest.
Examining dependencies, both versions share the same direct dependencies, pinning packages such as json5, mkdirp, semver, bs-logger, jest-util, @types/jest, and @jest/create-cache-key-function. Similarly, their developer dependencies are aligned, ensuring a consistent build and development environment with tools like eslint, prettier, typescript, @types/node, @typescript-eslint/parser, and others. Peer dependencies are also identical, requiring Jest versions 26.x and TypeScript versions 3.8 up to, but not including, 5.0 ensuring that users are using compatible versions of these packages.
The key difference lies in the "dist" section, particularly the unpacked size, which increased slightly from 186503 bytes in version 26.4.2 to 188147 bytes in version 26.4.3, also date and time. This suggests that 26.4.3 includes small bug fixes, or minor modifications of existing code. While the change is small, for users it’s essential to upgrade to the newest version for improved stability and reliability. The small increment in size is unlikely to introduce breaking changes or require significant code modifications during upgrades. Users should always review release notes if available.
The are not vulnerabilities for the version 26.4.3 of the package ts-jest