@storybook/addon-links version 6.0.15 introduces minor updates and refinements compared to the previous stable release, 6.0.14. While the core functionality of providing story links within your Storybook remains consistent, developers will find subtle dependency updates that contribute to a more robust and reliable experience. Specifically, several internal Storybook packages like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger have been bumped from version 6.0.14 to 6.0.15. These updates likely contain bug fixes, performance improvements, and minor feature enhancements within the Storybook ecosystem that indirectly benefit the addon.
For developers already using @storybook/addon-links, upgrading from 6.0.14 to 6.0.15 should be a straightforward process requiring only a simple version bump in the package.json file. The peer dependencies on react and react-dom remain unchanged, ensuring compatibility with existing React projects. As with any dependency update, it is recommended to run thorough tests after upgrading to confirm that the addon functions as expected within your specific Storybook configuration. The core dependencies like qs, global, core-js, ts-dedent and prop-types remain consistent, which reduces risks of introducing breaking changes.
The are not vulnerabilities for the version 6.0.15 of the package @storybook/addon-links