@storybook/addon-links version 6.1.19 offers a subtle yet important upgrade over its predecessor, 6.1.18, primarily focusing on internal dependency alignment within the Storybook ecosystem. Both versions serve the crucial function of enabling developers to link Storybook stories, facilitating the creation of interactive demos and prototypes using UI components. This functionality allows for a more connected and navigable Storybook experience, greatly enhancing the presentation and exploration of component libraries.
The key distinction between the two versions lies in the synchronized dependency versions of core Storybook packages. Specifically, 6.1.19 updates dependencies like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to version 6.1.19, ensuring consistency across the Storybook framework. The previous stable version, 6.1.18, naturally utilized version 6.1.18 of these corresponding packages. While the core functionality of linking stories remains identical, this synchronization improves the overall stability and compatibility of the addon within a Storybook environment. Developers upgrading from 6.1.18 will benefit from a more cohesive experience, potentially resolving minor version conflicts or inconsistencies that might arise from misaligned dependencies. Other dependencies, such as qs, global, core-js, ts-dedent, and prop-types remain unchanged, signifying that the fundamental API and usage of the addon are consistent between the two versions. The updated version was released on February 23, 2021, approximately nine days after version 6.1.18, which was released on February 14, 2021.
The are not vulnerabilities for the version 6.1.19 of the package @storybook/addon-links