@storybook/addon-links is a valuable tool for Storybook users, enabling the creation of interactive demos and prototypes by linking stories together. Comparing versions 6.5.2 and 6.5.0, while seemingly minor, reveals key differences for developers to consider. The most notable change lies in the updated dependencies of version 6.5.2, where several core Storybook packages like @storybook/addons, @storybook/router, and @storybook/core-events, and @storybook/client-logger are bumped from version 6.5.0 to 6.5.2. This indicates bug fixes and feature improvements within the core Storybook ecosystem are now integrated into the addon. Developers upgrading should review the changelogs for these core packages to fully understand potential enhancements or breaking changes.
Both versions depend on essential packages such as qs for query string parsing, ts-dedent for cleaner template literals, and prop-types for runtime type checking. The consistent peer dependency requirement for React and ReactDOM versions (>=16.8.0, >=17.0.0, or >=18.0.0) ensures compatibility with a wide range of React projects. The dist metadata shows both versions have the same file count and unpacked size, suggesting the code changes are relatively small. Version 6.5.2 was also released a day later than 6.5.0 implying that the changes included were important enough to release a patch version. For developers already using Storybook 6.5, upgrading to 6.5.2 is recommended to benefit from these improvements.
The are not vulnerabilities for the version 6.5.2 of the package @storybook/addon-links