Jest Resolve version 29.4.0 introduces several notable updates compared to version 29.3.1. Developers will observe changes primarily in dependency versions, reflecting ongoing maintenance and improvements within the Jest ecosystem. Key dependencies like jest-util, jest-validate, and jest-haste-map have been bumped from version 29.3.1 to 29.4.0, ensuring compatibility and leveraging the latest bug fixes and performance enhancements in those respective packages. Crucially, resolve.exports sees a significant upgrade from version 1.1.0 to version 2.0.0, potentially impacting how module exports are resolved and offering enhanced features or bug fixes related to export resolution. The fileCount in the dist object has increased from 13 to 14, and the unpackedSize has increased significantly, suggesting the additions of new files or substantial code changes within existing files. Changes in devDependencies, such as the upgrade of @tsd/typescript to ^4.9.0 from ~4.8.2, indicate improvements in the tooling and type checking used during development, potentially leading to more robust and type-safe code. The later releaseDate also suggests the newer version incorporates more recent development efforts. By regularly updating, developers benefit from using a modern toolchain, potentially unlocking new features, improving performance, and addressing security vulnerabilities.
The are not vulnerabilities for the version 29.4.0 of the package jest-resolve