ts-jest 29.0.4 is a minor upgrade over the previous stable version 29.0.3, delivering refinements and dependency adjustments for TypeScript and Jest-based testing. Both versions continue to provide seamless integration between Jest and TypeScript projects, offering source map support for easier debugging. One notable difference lies in the updated dependencies. Version 29.0.4 upgrades json5 to ^2.2.3, enhancing JSON5 parsing capabilities, while 29.0.3 used version ^2.2.1. In the devDependencies section some packages have been upgraded like eslint (8.31.0 vs 8.24.0), esbuild (~0.16.16 vs ~0.15.9), fs-extra (11.x vs 10.x), prettier (^2.8.2 vs ^2.7.1), typescript (~4.8.4 vs ~4.8.3), @jest/types (^29.1.2 vs ^29.0.3), @types/node (18.11.18 vs 17.0.35), @commitlint/config-angular (^17.4.0 vs ^17.1.0), @typescript-eslint/eslint-plugin and @typescript-eslint/parser (^5.48.1 vs ^5.38.1). These updates bring improvements in code linting, building speed, file system operations, code formatting and type checking, contributing to a more robust development environment. Developers should consider upgrading to ts-jest 29.0.4 for the latest features, bug fixes, and performance enhancements within its dependencies, ensuring compatibility with the evolving landscape of TypeScript and Jest.
The are not vulnerabilities for the version 29.0.4 of the package ts-jest