@storybook/addon-actions provides UI feedback when interactive elements trigger actions within your Storybook stories, proving invaluable for visually confirming event handling and debugging interactions. Comparing versions 8.6.4 and 8.6.3 reveals subtle yet important changes. Both versions share the same core dependencies, including 'uuid' for generating unique IDs, 'dequal' for deep equality checks, 'polished' for CSS-in-JS utilities, '@types/uuid' for TypeScript definitions of UUIDs, and '@storybook/global' for Storybook's global utilities. Similarly, their development dependencies remain consistent, using 'react', 'telejson', 'react-dom', 'typescript', '@storybook/test', and 'react-inspector' for testing, data serialization, component rendering, type checking and component inspection respectively.
The 'peerDependencies' key shows a crucial difference: version 8.6.4 requires Storybook version '^8.6.4', while 8.6.3 depends on '^8.6.3'. As this is a peer dependency, it is very important to have the correct version installed or it will break. Their 'devDependencies' also specifies a difference dependency to the @storybook/test package. This indicates a tight integration and potential compatibility fixes or new features introduced within Storybook itself that necessitate updating the addon. The release dates of March 5th, 2025, and March 1st, 2025, respectively, highlight that 8.6.4 is a newer release. Developers should prioritise upgrading to 8.6.4 to benefit from the latest enhancements, improved compatibility, and potential bug fixes within the Storybook ecosystem.
The are not vulnerabilities for the version 8.6.4 of the package @storybook/addon-actions