Storybook Addon Actions evolves between versions 7.5.3 and 7.6.0, showcasing notable changes in its dependency structure and overall size. Version 7.6.0 introduces crucial updates and refinements. While both versions maintain core dependencies like uuid, dequal, and polished, the newer version removes lodash, telejson, ts-dedent, prop-types, and react-inspector as direct dependencies, suggesting potential refactoring or alternative implementations for functionalities previously relying on these libraries. It now depends on @types/uuid, @storybook/global, and @storybook/core-events, too.
Developers upgrading to version 7.6.0 should note the removal of the specified dependencies and ensure their code is compatible with any underlying changes. The package's unpacked size significantly increases from 32,588 bytes in version 7.5.3 to 355,270 bytes in version 7.6.0, potentially indicating the inclusion of additional features or assets.
While version 7.5.3 specifies React and ReactDOM as peer dependencies, providing flexibility in version selection, version 7.6.0 directly includes them as development dependencies. This shift impacts how developers manage React and ReactDOM, potentially requiring adjustments to their project's dependency management strategy. The release dates also highlight the active development and maintenance of the addon. Upgrading ensures access to the latest features, bug fixes, and performance improvements, but developers should carefully review the changes to ensure compatibility with their existing Storybook setup.
The are not vulnerabilities for the version 7.6.0 of the package @storybook/addon-actions