@storybook/addon-links version 6.0.5 is a minor update to the Story Links addon for Storybook, building upon the functionality offered in version 6.0.4. While both versions share identical descriptions and dependency structures, developers upgrading should note the core difference lies in the synchronized versions of internal Storybook packages. Specifically, version 6.0.5 aligns with @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger all at version 6.0.5, while the previous version, 6.0.4, uses version 6.0.4 of each one of those packages. This indicates potential bug fixes, performance improvements, or feature enhancements within the Storybook ecosystem that are incorporated into the addon.
For developers, @storybook/addon-links facilitates seamless navigation between stories within a Storybook instance. It relies on essential packages like qs for query string parsing, ts-dedent for template literal manipulation, and prop-types for component validation. The addon maintains peer dependencies on react and react-dom, ensuring compatibility with existing React-based Storybook setups. The devDependencies are focused in the testing side of the library with testing tools. When upgrading from 6.0.4 to 6.0.5, developers should test the addon's functionality in conjunction with their Storybook setup to ensure compatibility with the updated core Storybook packages. The update ensures a more cohesive and stable experience within the Storybook environment.
The are not vulnerabilities for the version 6.0.5 of the package @storybook/addon-links