Vitest version 0.3.1 is a minor patch release over 0.3.0, both iterations of a blazing-fast unit test framework powered by Vite. Developers using Vitest will find both versions share the same core dependencies like Chai, Vite, Tinyspy, and Tinypool, ensuring consistent assertion and mocking capabilities. The developer experience refinements between the two likely involve bug fixes and internal improvements, as indicated by the small difference in unpacked size and release date.
While the dependencies mostly remain consistent, the key difference lies in the vite-node and @vitest/ui devDependencies. Version 0.3.1 updates both to the same version number. This likely reflects improvements or bug fixes within vite-node, the tool facilitating Vite's dev server functionality during testing and affecting visual interface of the test. Developers leveraging the Vitest UI for test result visualization or depending on vite-node for specific Vite features within their tests will benefit from this synchronized update. Given the minor version bump, the changes are more likely under-the-hood optimizations and fixes rather than significant API breaks. Users are advised to update to 0.3.1 for the latest refinements and a smoother testing experience, especially if they've encountered any issues with vite-node or the UI in version 0.3.0.
The are not vulnerabilities for the version 0.3.1 of the package vitest