Vitest 0.2.6 builds upon the foundation of 0.2.5, offering subtle enhancements and dependency upgrades that contribute to a smoother and potentially more robust testing experience. Developers will appreciate the upgraded Vite dependency (">=2.7.13" in both), ensuring compatibility with the latest features of the Vite ecosystem, a core strength of Vitest. Key differences lie in the updated development dependencies. Rollup sees an upgrade from 2.66.1 to 2.67.0 and happy-dom advances from 2.30.1 to 2.31.1 These updates often bring bug fixes, performance improvements, and new capabilities within those individual tools, trickling down to improve the overall Vitest environment.
Furthermore, vite-node and @vitest/ui were updated respectively from "0.2.5" to "0.2.6", which indicates improvements and fixes specifically targeted towards those vital components responsible for test execution and user experience. Noteworthy is the update of @sinonjs/fake-timers from version 8.1.0 to 9.0.0 and @types/node from 17.0.12 to 17.0.14, suggesting enhanced time mocking functionalities and improved Node.js typings. The dist attribute reveals that version 0.2.6 contains 32 files compared to the 31 files of version 0.2.5 and a slightly increased unpacked size (5629003 vs 5507392), that suggest minor additions that refine the functionality. Using "vitest": ">=0.2.6" ensures that you're using the latest stable version and can be particularly useful when using peer dependencies.
The are not vulnerabilities for the version 0.2.6 of the package vitest