@storybook/addons version 6.4.14 represents a subtle but important update to the Storybook addons ecosystem, building upon the foundation laid by version 6.4.13. Both versions serve as the central hub for managing and interacting with Storybook addons, essential tools that extend Storybook's functionality for tasks such as theming, routing, API interaction, and communication between different parts of the Storybook environment. Developers using React will appreciate the peer dependency requirement for React and React DOM versions ^16.8.0 or ^17.0.0, ensuring compatibility with modern React projects.
The core dependencies remain consistent between the two versions, including vital packages like @storybook/api, @storybook/csf, @storybook/router, and @storybook/theming, all crucial for addon development. The maintenance of dependencies like core-js and regenerator-runtime ensure support for various JavaScript environments with compliance to ES5/ES6 standards. The most significant change lies in the updated dependency versions of Storybook's internal packages such as @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, @storybook/core-events, and @storybook/client-logger, which have been bumped from 6.4.13 to 6.4.14. This indicates internal bug fixes, improvements, or new features within Storybook's core architecture that addon developers might indirectly benefit from. While the unpacked size and file count are identical, the release date indicates a focused effort to address specific issues or introduce incremental enhancements, ensuring a more stable and refined addon experience. Consider upgrading to leverage potential improvements and bug fixes within the Storybook ecosystem.
The are not vulnerabilities for the version 6.4.14 of the package @storybook/addons