@storybook/addon-links version 6.2.2 represents a minor update over its predecessor, 6.2.1, primarily focusing on synchronizing internal dependencies within the Storybook ecosystem. Developers utilizing this addon to create interactive prototypes and demos by linking stories together using UI components will find the changes subtle but important for consistency.
A key difference lies in the alignment of dependent packages: @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger are bumped from version 6.2.1 to 6.2.2. This ensures compatibility and avoids potential conflicts when using other Storybook addons or core features. The core functionality of linking stories remains unchanged; the addon still leverages dependencies such as qs for query string parsing, ts-dedent for cleaner template literals, and peer dependencies on react and react-dom allowing support from version 16.8.0 and 17.0.0. These peer dependencies ensure adaptability to wide variety of react projects.
The fileCount and unpackedSize in the distribution remain identical at 41 and 48855, respectively, indicating minimal changes to the overall codebase size. For developers already using @storybook/addon-links, upgrading to 6.2.2 is encouraged to maintain parity with the Storybook ecosystem. For new adopters, this version provides a stable and consistent means of creating linked story experiences, improving the development and documentation of UI components.
The are not vulnerabilities for the version 6.2.2 of the package @storybook/addon-links