The @storybook/addon-actions package, designed to provide UI feedback when interactive elements are triggered in Storybook, has been updated from version 8.6.1 to 8.6.2. While the core functionality and dependencies on packages like uuid, dequal, polished, @types/uuid, and @storybook/global remain consistent, the update subtly impacts peer dependencies and testing infrastructure. Developers upgrading will notice that the peer dependency on storybook is now ^8.6.2 suggesting compatibility testing and potential enhancements tailored for the latest Storybook core. Similarly, the @storybook/test dev dependency has been bumped to version 8.6.2, aligning the testing suite with the newest addon release.
This implies that upgrade may bring bug fixes or features related to the core Storybook framework and testing utilities. Both versions maintain identical development dependencies including React, ReactDOM, Typescript, telejson and react-inspector which signals that the change does not involve substantial modifications to the underlying UI or data handling mechanisms used in the addon, offering a smooth transition for developers already using @storybook/addon-actions. Check the Storybook's official release notes to learn about the details of the version 8.6.2
The are not vulnerabilities for the version 8.6.2 of the package @storybook/addon-actions