Vitest 3.2.2 is a minor release over version 3.2.1, part of the popular next-generation testing framework powered by Vite. Both versions share the same core dependencies like Chai for assertions, Vite for build tooling, and a suite of internal Vitest packages for mocking, running tests, snapshotting and more. Key developer dependencies like jsdom, happy-dom, and @edge-runtime/vm are also used in both versions for creating realistic test environments.
However, subtle updates exist between the two versions, primarily concentrating on internal Vitest packages. For instance, vite-node, @vitest/spy, @vitest/utils, @vitest/expect, @vitest/mocker, @vitest/runner, @vitest/snapshot, and @vitest/pretty-format all see version increments from 3.2.1 to 3.2.2. These updates likely include bug fixes, performance improvements, or minor feature enhancements within the Vitest ecosystem.
Additionally, @vitest/ui and @vitest/browser are listed as peer dependencies for both versions but are updated to version 3.2.2 in the newer release, ensuring compatibility with Vitest's core functionalities. The unpacked size of the package has increased slightly, probably due to internal modifications. While the core dependencies are identical, developers upgrading from 3.2.1 to 3.2.2 should expect incremental improvements and bug fixes within Vitest's internal testing tools, striving for a more reliable and efficient testing experience.
The are not vulnerabilities for the version 3.2.2 of the package vitest