@storybook/addon-links facilitates navigation between stories within a Storybook environment, enhancing the creation of interactive demos and prototypes using UI components. Comparing versions 8.5.1 and 8.5.2, subtle but crucial differences exist for developers relying on Storybook for UI development and testing.
Both versions share core dependencies like ts-dedent, @storybook/csf, and @storybook/global, alongside development dependencies like TypeScript. They also maintain identical peer dependencies on React versions (16.8.0 up to 19.0.0-beta) and differ in their requirement for Storybook itself: version 8.5.1 requires Storybook version 8.5.1 and version 8.5.2 requires Storybook version 8.5.2 . This peer dependency update signifies adjustments or fixes specifically addressing compatibility or features introduced within Storybook's core, ensuring seamless integration.
Developers upgrading from 8.5.1 to 8.5.2 should primarily note the peer dependency change and test their Storybook implementation to confirm continued functionality, especially focusing on link behavior and component interactions. The shared dependencies and core functionality suggest a minor update, likely addressing bugs, improving compatibility, or enhancing performance within the Storybook ecosystem. The releaseDate difference further confirms that 8.5.2 is a more recent version.
The are not vulnerabilities for the version 8.5.2 of the package @storybook/addon-links