@storybook/addon-links version 8.0.2 is a minor release following 8.0.1, designed to connect Storybook stories, facilitating the creation of interactive demos and prototypes. Both versions include essential dependencies like ts-dedent for cleaner template literals, @storybook/csf for Component Story Format support, and @storybook/global providing global utilities. This makes navigation between components within Storybook smooth and efficient.
The key difference lies in the updated versions of Storybook's internal packages within the devDependencies. Version 8.0.2 upgrades @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger to 8.0.2, aligning with the core Storybook release. In contrast, version 8.0.1 used the 8.0.1 versions of these packages.
For developers, this ensures greater stability and compatibility with the broader Storybook ecosystem. Upgrading to 8.0.2 ensures you are leveraging the latest fixes and improvements incorporated into Storybook’s core functionalities. The core functionality, enabling linking between stories for streamlined user flow representation, remains consistent between releases, powered by the peer dependency on React (versions 16.8.0, 17.0.0, or 18.0.0). Ultimately, the move to 8.0.2 is a worthwhile upgrade to benefit from the latest enhancements and ensure a smooth Storybook development experience.
The are not vulnerabilities for the version 8.0.2 of the package @storybook/addon-links