@storybook/addon-links facilitates seamless navigation between stories within your Storybook environment, enabling developers to build interactive demos and prototypes using UI components. Version 7.0.24 is a minor update from version 7.0.23, primarily focusing on internal dependency synchronization within the Storybook ecosystem.
While the core functionality remains the same – allowing you to create links that navigate users between different stories – the key difference lies in the updated dependencies. Specifically, version 7.0.24 bumps versions of @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger to 7.0.24, aligning them with the latest Storybook core releases. Version 7.0.23 used 7.0.23 versions of those dependencies. These updated dependencies likely include bug fixes, performance improvements, and new features within those respective modules.
For developers, this means upgrading to version 7.0.24 ensures they are leveraging the most recent improvements and fixes across the Storybook platform, contributing to a more stable and efficient development workflow. The peerDependencies remain consistent across both versions, ensuring compatibility with React versions 16.8.0, 17.0.0, and 18.0.0. The unpacked size hasn't changed, so there is no extra cost for deploying the new version. Though seemingly minor, keeping dependencies aligned within Storybook contributes to the overall health and stability of your Storybook instance.
The are not vulnerabilities for the version 7.0.24 of the package @storybook/addon-links