Jest CLI version 29.3.0 introduces targeted updates relevant to JavaScript testing workflows. Compared to version 29.2.2, the key changes reside primarily within its internal dependencies. Notably, @jest/core advances from version 29.2.2 to 29.3.0, while jest-config also sees a similar bump from 29.2.2 to 29.3.0. These updates likely contain bug fixes, performance improvements, and potentially new features within Jest's core functionalities and configuration handling. Developers should consult the respective changelogs for @jest/core and jest-config to understand the specific modifications.
Other dependencies like @jest/types, @jest/test-result, jest-util, and jest-validate remain unchanged at versions 29.2.1, indicating a focus on stability in type definitions, test result formatting, utility functions, and validation processes. The other dependencies as exit, chalk, yargs, prompts, graceful-fs and import-local are kept at the same version. These minor version bumps generally suggest incremental improvements and bug fixes rather than radical overhauls of the Jest testing environment. Users are encouraged to upgrade to version 29.3.0 for the enhanced stability and potential performance gains afforded by the dependency updates, particularly within core functionalities and configuration. Finally, keep in mind that this new version was released on "2022-11-07" while the previous one was released on "2022-10-24".
The are not vulnerabilities for the version 29.3.0 of the package jest-cli