Storybook's @storybook/addon-interactions helps developers automate, test, and debug user interactions within their Storybook stories. Examining versions 8.0.5 and 8.0.4 reveals subtle but potentially impactful changes. Both versions share core dependencies like polished for styling, ts-dedent for template literal handling, and Storybook's testing and type utilities. The underlying development dependencies, including React, React DOM, TypeScript, and associated Storybook libraries for icons, theming, components, core functionalities, manager API, preview API, and client logging remain consistent between the two versions.
The key differences lie in the versioning of @storybook/* dependencies and the slight change of unpacked size. While both use the same versions of development dependencies the core @storybook/* dependencies are updated from 8.0.4 to 8.0.5 in the newer version. Additionally, the unpackedSize increases marginally from 4260083 to 4260461, perhaps indicating minor code adjustments or asset inclusions. Developers should upgrade to 8.0.5 to ensure they have the latest bug fixes and improvements within Storybook's interaction testing framework. The update ensures users have access to the most recent features and refinements, potentially leading to a smoother and more reliable testing workflow. The small unpacked size change and updated core dependency versions suggest that the update is likely focused on internal improvements and bug fixes rather than new functionality. Regular updates ensure compatibility and access to the most stable and refined testing environment.
The are not vulnerabilities for the version 8.0.5 of the package @storybook/addon-interactions