Version 8.1.0 of @storybook/addon-links introduces several updates and refinements compared to its predecessor, version 8.0.10, enhancing the developer experience for linking stories within Storybook. Key changes lie within the dependencies and devDependencies. A notable update is the @storybook/csf dependency, moving from version 0.1.4 to 0.1.7. Furthermore, developer dependencies have been bumped to the 8.1.0 versions of @storybook/types, @storybook/router, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger, aligning with the latest Storybook ecosystem.
Importantly, the peer dependencies have also been updated to include React 19 beta support: "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta". This signals forward compatibility for developers testing React's newest iteration.
Beyond version updates, the package size has slightly increased, indicated by the unpackedSize growing from 18080 to 19329 and fileCount from 15 to 17, potentially reflecting added features, refinements, or internal changes to accommodate new functionalities or improved performance. Developers should carefully consider these updates when integrating @storybook/addon-links into their projects, ensuring compatibility with their existing Storybook setup and React version. The core functionality of linking stories remains the same, allowing developers to build interactive prototypes and demos with their UI components efficiently.
The are not vulnerabilities for the version 8.1.0 of the package @storybook/addon-links