@storybook/addon-links offers a simple way to create links between your Storybook stories, enhancing navigation and demonstrating workflows within your component library. Versions 8.0.6 and 8.0.5 share the same core functionality, allowing users to build interactive component demos and prototypes. Key dependencies like ts-dedent, @storybook/csf, and @storybook/global remain consistent, ensuring continued compatibility and feature stability. Both versions also maintain identical peer dependencies on React versions 16.8.0 and above, including versions 17 and 18, offering broad compatibility with established and recent React projects.
The primary difference lies subtly within the development dependencies, where version 8.0.6 upgraded its internal @storybook/* packages. Specifically, @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger were bumped from 8.0.5 to 8.0.6. These changes usually indicate under-the-hood improvements, bug fixes, or refinements within the Storybook ecosystem. For developers consuming @storybook/addon-links, this often translates to a smoother, more reliable experience integrating with the latest Storybook features. The file count and unpacked size of the package remains unchanged, implying that the core deliverable of the package has not changed from a code volume point of view. Version 8.0.6 was released on April 5, 2024, providing the most up-to-date enhancements. If you're already using Storybook 8.0, upgrading to 8.0.6 to ensure you're benefiting from the latest internal updates is advisable.
The are not vulnerabilities for the version 8.0.6 of the package @storybook/addon-links