@storybook/addon-links version 7.0.2 is a minor release following closely on the heels of version 7.0.1, both designed to facilitate linking Storybook stories together for creating interactive demos and prototypes using UI components. The core functionality of the addon remains consistent, allowing developers to seamlessly navigate between related stories within their Storybook environment. Key dependencies like ts-dedent, prop-types, @storybook/csf, @storybook/global, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger are present in both versions, ensuring continued compatibility and feature support.
The primary difference lies in the version alignment of several internal Storybook packages. While version 7.0.1 depends on versions @storybook/types": "7.0.1", "@storybook/router": "7.0.1", "@storybook/core-events": "7.0.1", "@storybook/manager-api": "7.0.1", "@storybook/preview-api": "7.0.1", "@storybook/client-logger": "7.0.1"; version 7.0.2 bumps these to "@storybook/types":"7.0.2","@storybook/router":"7.0.2","@storybook/core-events":"7.0.2","@storybook/manager-api":"7.0.2","@storybook/preview-api":"7.0.2","@storybook/client-logger":"7.0.2". This likely indicates bug fixes, performance improvements, or feature enhancements within those specific Storybook modules that directly impact the @storybook/addon-links behavior. For developers, upgrading from 7.0.1 to 7.0.2 ensures they're running the most up-to-date and potentially more robust version of the addon and its associated dependencies, leading to a smoother and more reliable Storybook development experience. Both versions maintain the same peer dependency requirements for React and React DOM (versions 16.8.0, 17.0.0, and 18.0.0) and the same set of devDependencies.
The are not vulnerabilities for the version 7.0.2 of the package @storybook/addon-links