@storybook/addon-links, a crucial tool for navigating and connecting stories within Storybook, saw a minor version update from 6.1.9 to 6.1.10. While seemingly small, the update introduces key improvements that enhance the developer experience. The core functionality remains the same: facilitating seamless navigation between stories, enabling developers to create interactive documentation and showcase relationships between different UI components.
A primary difference lies in the updated dependencies. Version 6.1.10 depends on newer versions of core Storybook packages such as "@storybook/addons", "@storybook/router", "@storybook/core-events", and "@storybook/client-logger", all updated to 6.1.10 from 6.1.9. These internal updates likely include bug fixes, performance improvements, or enhanced compatibility across the Storybook ecosystem. Developers leveraging the addon should benefit from a more stable and streamlined Storybook environment. Another difference is on the unpackedSize, 36964 vs 36959, so there must be some code changes that implied this difference.
For developers already using @storybook/addon-links, upgrading to 6.1.10 is recommended to take advantage of these improvements. The peer dependencies, remaining the same (React 16.8+ and React DOM 16.8+ or React 17+), indicate no breaking changes related to React versions. The update ensures continued compatibility with existing projects while solidifying the addon's functionality.
The are not vulnerabilities for the version 6.1.10 of the package @storybook/addon-links