The @storybook/addon-interactions package saw a recent update from version 8.1.10 to 8.1.11, offering improvements for automating, testing, and debugging user interactions within Storybook stories. Both versions share a common foundation, relying on dependencies like polished and ts-dedent for styling and string manipulation, as well as core Storybook packages such as @storybook/test, @storybook/types, @storybook/global, and @storybook/instrumenter to provide the fundamental testing and instrumentation capabilities. The development dependencies remain largely consistent, featuring React, React-DOM, Formik, TypeScript, and various Storybook utilities for theming, components, core functionality, and logging.
The key difference between the two versions lies in the synchronized versions of its internal dependencies within the Storybook ecosystem. Version 8.1.11 aligns its dependencies, such as @storybook/test, @storybook/types,@storybook/instrumenter, @storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger, to the 8.1.11 release. While the dist properties show both versions have the same fileCount and unpackedSize, this update likely delivers bug fixes, performance enhancements, and improved compatibility across the Storybook environment, ensuring a smoother and more reliable experience when crafting and testing interactive stories. The update, released on June 27, 2024, comes just under 10 days after the previous release. Developers using @storybook/addon-interactions should upgrade to version 8.1.11 to benefit from these improvements and maintain consistency within their Storybook setup.
The are not vulnerabilities for the version 8.1.11 of the package @storybook/addon-interactions