@storybook/addon-links enables navigation between stories within your Storybook, simplifying the creation of demos and prototypes using UI components. Version 6.5.0 introduces some key updates compared to the previous stable version, 6.4.22.
One notable difference is the dependency update for several core Storybook packages. Version 6.5.0 uses "@storybook/addons," "@storybook/router," "@storybook/core-events," and "@storybook/client-logger" all at version 6.5.0, while 6.4.22 utilizes version 6.4.22 for these. This ensures greater compatibility and access to the latest features and bug fixes within the Storybook ecosystem. Additionally, @storybook/csf experiences an update from "0.0.2--canary.87bc651.0" to "0.0.2--canary.4566f4d.1".
A more subtle but important change lies in peer dependencies. While both versions support React and React DOM versions 16.8.0 and 17.0.0, version 6.5.0 extends compatibility to include React and React DOM version 18.0.0. This is significant for developers using the newest React version. While the core functionalities remain the same, these updates demonstrate a commitment to maintain up-to-date with the rapidly evolving frontend landscape and offer feature parity with the @storybook ecosystem. Developers using the addon should evaluate the updates to ensure it fits the exact needs of their project.
The are not vulnerabilities for the version 6.5.0 of the package @storybook/addon-links