@storybook/addon-actions enables developers to easily visualize and inspect actions triggered by interactions within Storybook components. Version 8.6.1 introduces subtle but potentially impactful updates compared to version 8.6.0. While the core functionality remains consistent, developers should note the changes in peer dependencies and dev dependencies. Specifically, the peer dependency storybook is updated to version ^8.6.1 from ^8.6.0, requiring users to upgrade their Storybook installation for compatibility. Similarly, @storybook/test as a dev dependency moves from 8.6.0 to 8.6.1. While the other dependencies like uuid, dequal, polished, @types/uuid, and @storybook/global remain at the same versions, reflecting consistency in underlying utilities, these changes suggest internal improvements or bug fixes within the Storybook testing framework that might benefit developers focusing on component testing using Storybook. Given the unchanged unpackedSize and fileCount, and other dependencies this update is likely focused on internal improvements and alignment with the latest Storybook core and testing utilities, ensuring a smoother and more reliable experience for developers utilizing @storybook/addon-actions in their workflow. The upgrade ensures access to the latest features of Storybook and its testing capabilities.
The are not vulnerabilities for the version 8.6.1 of the package @storybook/addon-actions