@storybook/addon-interactions helps developers automate, test, and debug user interactions within their Storybook stories. Comparing versions 8.5.3 and 8.5.4, the core functionality remains the same, centering around streamlining interaction testing. Both versions include essential dependencies like polished for styling utilities and ts-dedent for cleaner template literals. Crucially, they rely on @storybook/test and @storybook/instrumenter to facilitate interaction recording and assertion. Development dependencies, instrumental for the addon's build and testing processes, remain consistent, showcasing tools such as react, formik, typescript, and dependencies related to Storybook's internal tooling and UI.
The peer dependency on storybook highlights that both versions are tightly coupled with the main Storybook library. The key change probably resides within the updated versions of @storybook/test and @storybook/instrumenter dependencies which went from 8.5.3 to 8.5.4. These dependencies are responsible for recording and aserting on interactions inside stories, so this update may include bugfixes and new features. The slight increase in versioning, going from 8.5.3 to 8.5.4, usually represents a patch release which likely indicates that there were bugfixes and incremental improvements. The most recent version has a later release date, implying it incorporates the latest refinements. Developers should consider upgrading to 8.5.4 for the most stable and reliable experience, especially if they've encountered issues with interaction testing in Storybook.
The are not vulnerabilities for the version 8.5.4 of the package @storybook/addon-interactions