@storybook/addon-interactions, a vital tool for automating, testing, and debugging user interactions in Storybook stories, has released version 8.2.4, a minor update from the previous stable version 8.2.3. Both versions share the same core functionality, providing developers with the ability to create automated tests that simulate user actions and verify their effect on component behavior. This addon heavily relies on dependencies like polished for styling utilities, ts-dedent for cleaner template strings, @storybook/test to facilitate writing tests, @storybook/global for global utility functions and @storybook/instrumenter to add instrumentation capabilities.
The key difference primarily lies in the synchronization with other Storybook packages. Version 8.2.4 upgrades the internal dependencies @storybook/test and @storybook/instrumenter to version 8.2.4, ensuring consistent functionality with the newer Storybook ecosystem. This small version bump typically indicates bug fixes, performance improvements, or internal adjustments rather than significant feature additions directly within the addon itself. Developers upgrading to Storybook 8.2.4 will benefit from a unified experience across all Storybook packages. Developers already using Storybook 8.2.3 could consider updating to 8.2.4 to take advantage of latest bugfixes. The addon makes uses of peer dependencies like storybook itself, with both versions depending on the correspondent version.
The are not vulnerabilities for the version 8.2.4 of the package @storybook/addon-interactions