Ts-jest has released a new version, 29.3.3, building upon the existing 29.3.2. Both versions serve as valuable tools for developers using Jest to test TypeScript projects by providing source map support, facilitating debugging and offering a streamlined testing experience.
The update from 29.3.2 to 29.3.3 brings several upgrades and dependency modifications. Notably, type-fest advances from version 4.39.1 to 4.41.0, potentially introducing new utility types or improvements to existing ones. Among the development dependencies, we observe that eslint jumps from 9.24.0 to 9.26.0 and @eslint/js goes from 9.24.0 to 9.26.0, suggesting improvements or fixes within the ESLint ecosystem. Furthermore, @types/node sees an increment from 20.17.30 and 20.17.47, encompassing the newest Node.js type definitions.
@eslint/compat get an update from version 1.2.8 to 1.2.9. @commitlint/cli increments version from 19.8.0 to 19.8.1. Dependency @typescript-eslint/parser and @typescript-eslint/eslint-plugin moved from version 8.29.1 to 8.32.1. globals get an update from 16.0.0 to 16.1.0. The semverdependency moved from 7.7.1 to 7.7.2.
While these changes might appear minor, they often include bug fixes, performance enhancements, and security patches that collectively contribute to a more stable and reliable testing environment. It's advisable for developers to review the changelog for each updated dependency to understand the specific changes.
The are not vulnerabilities for the version 29.3.3 of the package ts-jest