@storybook/addon-links version 6.0.0 marks a significant update from the previous stable version 5.3.21, bringing key improvements and changes relevant to Storybook developers. A primary difference lies in the updated dependencies. Version 6.0.0 introduces newer versions of core Storybook packages such as @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger, all bumped to 6.0.0, ensuring better compatibility and access to the latest features within the Storybook ecosystem. Furthermore, the inclusion of @types/qs and regenerator-runtime as dependencies, along with an upgrade to ts-dedent, suggests enhancements in type safety and asynchronous operation support - which improves developer experience.
The newer version also demonstrates a refined development environment, adding enzyme as a dev dependency for more robust testing capabilities. While both versions maintain peer dependency on React, v6.0.0 explicitly includes react-dom as a peer dependency, potentially resolving versioning conflicts and providing clearer guidance for users. The increased file count and unpacked size in version 6.0.0 hints at expanded functionality or more comprehensive code structure. Developers upgrading should be aware of these dependency updates and the potential need for adjustments in their testing setups to align with the newer enzyme integration. The bump of the whole Storybook infrastructure to version 6.0.0 is the biggest differentiator and benefit, allowing for a more stable and feature rich experience.
The are not vulnerabilities for the version 6.0.0 of the package @storybook/addon-links