ts-jest version 29.3.2 introduces subtle refinements and dependency updates compared to its predecessor, version 29.3.1, to enhance the testing experience for TypeScript projects using Jest. While both versions share the core functionality of providing a Jest transformer with source map support, key distinctions lie in the updated dependencies.
Specifically, version 29.3.2 upgrades several development dependencies, including @eslint/js from 9.23.0 to 9.24.0, eslint from 9.23.0 to 9.24.0, type-fest from 4.38.0 to 4.39.1, typescript-eslint from 8.28.0 to 8.29.1 and @typescript-eslint/eslint-plugin from 8.28.0 to 8.29.1. These updates potentially bring bug fixes, performance improvements, and new features from the respective packages, contributing to a more stable and feature-rich development environment.
For developers, this means an opportunity to leverage the latest tooling improvements for linting with ESLint and TypeScript-specific rules. While the core transformation process remains largely unchanged, these updated dependencies can influence the overall developer workflow. Developers should evaluate these changes, considering compatibility within their specific projects.
The release date for version 29.3.2 is showing as being in the future and this may need to be checked.
The are not vulnerabilities for the version 29.3.2 of the package ts-jest