Ts-jest version 27.0.7 brings subtle yet noteworthy enhancements over its predecessor, version 27.0.6, beneficial for TypeScript developers leveraging Jest for testing. While the core dependencies and peer dependencies remain consistent, ensuring compatibility with existing setups involving Jest, Babel, and specific TypeScript versions, a key difference lies in the updated @types/node dependency. Version 27.0.7 now specifies @types/node as 16.11.0, a minor increment from 16.10.9 in version 27.0.6. This update primarily provides developers with access to the latest TypeScript definitions for Node.js APIs, potentially resolving type-related issues and offering improved code completion and type checking accuracy within their IDEs and build processes.
Furthermore, the releaseDate indicates that version 27.0.7 was released on October 16, 2021, two days after the v27.0.6. While the core functionalities related to transforming TypeScript code for Jest remain the same, this newer version likely includes minor bug fixes and internal refinements not explicitly listed in the package information. Developers prioritizing stability and access to the most up-to-date type definitions should consider upgrading to ts-jest 27.0.7. Both versions maintain the same core dependencies, like json5, semver, and lodash.memoize, which supports consistent functionality.
The are not vulnerabilities for the version 27.0.7 of the package ts-jest