@storybook/addon-interactions version 8.6.14 is a minor update to the popular Storybook addon used for automating, testing, and debugging user interactions within Storybook stories. Both versions, 8.6.13 and 8.6.14, include core functionalities like polished for styling enhancements and ts-dedent for cleaner template literals, essential for UI development. The key changes in 8.6.14 primarily involve updates to internal Storybook dependencies, specifically @storybook/instrumenter and @storybook/test, aligning them with version 8.6.14. This synchronization ensures better compatibility and potentially addresses bug fixes or performance improvements within the Storybook ecosystem.
For developers, this means a smoother integration with the latest Storybook features. The updated @storybook/instrumenter likely brings enhancements to the way interactions are tracked and recorded, crucial for building robust UI tests. Similarly, the updated @storybook/test ensures that stories are rigorously tested against user interaction scenarios. While the package's core API for defining and testing interactions remains consistent, upgrading to 8.6.14 is recommended for a more stable and efficient Storybook experience, leveraging the latest refinements in interaction testing and debugging. The peer dependency remains "storybook": "^8.6.14", so make sure the Storybook version is updated accordingly. Essentially updating to 8.6.14 keeps your Storybook project aligned with the latest enhancements in interaction testing and debugging.
The are not vulnerabilities for the version 8.6.14 of the package @storybook/addon-interactions