@storybook/addon-interactions facilitates automated testing and debugging of user interactions within Storybook stories. Comparing versions 8.2.10 and 8.2.9 reveals subtle but important updates for developers. Both versions share the core functionality, depending on packages like 'polished' for styling and 'ts-dedent' for template literal string formatting. Crucially, they rely on '@storybook/test' and '@storybook/instrumenter' - aligning their internal testing and instrumentation dependencies with the core Storybook framework.
The key differentiator lies in the dependency versions of these internal Storybook packages. Version 8.2.10 utilizes "@storybook/test":"8.2.10" and "@storybook/instrumenter":"8.2.10" while version 8.2.9 uses "@storybook/test":"8.2.9" and "@storybook/instrumenter":"8.2.9". This indicates that version 8.2.10 includes bug fixes, performance improvements, or new features incorporated into the core Storybook testing and instrumentation utilities since the release of 8.2.9. Updating brings you the new testing and instrumentation features from Storybook.
Developers should consider upgrading to 8.2.10 to leverage these latest refinements, ensuring their interaction tests benefit from the most up-to-date and robust testing environment within Storybook. The "releaseDate" reflects a recent update, implying active maintenance and potential benefits for long-term project stability. Ensure peerDependency requirements such as "storybook":"^8.2.10" are met during the upgrade.
The are not vulnerabilities for the version 8.2.10 of the package @storybook/addon-interactions