@storybook/addon-actions provides developers with real-time UI feedback when users interact with elements in their Storybook stories, making it easier to verify event handling and debug UI interactions. Comparing versions 8.4.0 and 8.3.7, we see largely consistent dependency structures, suggesting a focused refinement rather than a radical overhaul. Both versions rely on core packages like uuid, dequal, and polished for internal functionalities and support the same versions of React and related dev dependencies. A key difference lies in the peerDependencies, with version 8.4.0 requiring storybook":"^8.4.0" while 8.3.7 requires storybook":"^8.3.7", indicating users will need to align their Storybook core version to ensure compatibility. This points towards vital updates or bug fixes in the addon tailored for the respective Storybook core. Furthermore, @storybook/test dependency reflects the version it is on, meaning that version 8.4.0 uses @storybook/test@8.4.0 while 8.3.7 uses @storybook/test@8.3.7. Developers upgrading should pay close attention to this core Storybook peer dependency alignment to avoid potential issues, taking note that version 8.4.0 was released recently as of the timing of this writing. Unpacked size and file count are almost the same, so no major file changes. In summary, the update from 8.3.7 to 8.4.0 is a minor version bump and emphasizes close coordination with the core Storybook package for a consistently functioning development environment.
The are not vulnerabilities for the version 8.4.0 of the package @storybook/addon-actions