The @storybook/addon-actions package, a vital tool for Storybook users seeking immediate feedback on interactive elements, has recently been updated from version 8.1.11 to 8.2.0. Both versions aim to provide UI feedback when an action is triggered, enhancing the development and testing workflow within Storybook. A key difference lies in the dependencies and devDependencies. Version 8.1.11 relies on several internal Storybook packages within its devDependencies such as "@storybook/types", "@storybook/theming", "@storybook/components", "@storybook/manager-api", "@storybook/preview-api", and "@storybook/client-logger", which are absent in version 8.2.0. Instead, version 8.2.0 uses "@storybook/test":"8.2.0" as a devDependency, which was absent in version 8.1.11. This potentially signals a shift in the testing approach or internal modularization within the Storybook ecosystem. While both versions share core dependencies like "uuid", "dequal", "polished", "@types/uuid", and "@storybook/global", the change in devDependencies could indicate internal refactoring or updated testing utilities in 8.2.0. The slightly reduced unpacked size of version 8.2.0 (59385 bytes) compared to 8.1.11 (59494 bytes) could reflect optimized code or the removal of unused dependencies, making the newer version marginally lighter. Developers should evaluate the impact of these changes, focusing on testing integrations and compatibility, especially regarding internal Storybook utilities if migrating from older versions.
The are not vulnerabilities for the version 8.2.0 of the package @storybook/addon-actions