@storybook/addon-interactions versions 7.6.9 and 7.6.8 are incremental updates to a crucial Storybook addon designed to automate, test, and debug user interactions within your stories. Both versions share the same fundamental purpose and core dependencies, including polished for styling, jest-mock for mocking, ts-dedent for template literals, and essential Storybook types and globals.
Looking at the differences, the key changes are reflected in their dependent Storybook packages, where 7.6.9 upgrades dependencies like @storybook/types, @storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, @storybook/instrumenter, and @storybook/client-logger all to version 7.6.9, while 7.6.8 depended on the 7.6.8 versions of the same packages. This signals a synchronization of Storybook's internal packages, likely addressing bug fixes, performance improvements, or new features within the Storybook ecosystem as a whole. The unpackedSize is also slightly different.
For developers, the addon-interactions package is invaluable for creating robust and reliable stories. It empowers you to write tests directly within your Storybook stories, simulating user actions and verifying expected outcomes. Both versions provide access to tools like play functions and expect matchers, allowing you to assert the state of your components after interactions. If you are using Storybook 7.6, upgrading to 7.6.9 ensures you're leveraging the latest enhancements and bug fixes across the Storybook platform, promoting a smoother and more efficient development experience. While the core functionality remains consistent, staying current allows you to take advantage of the broader Storybook ecosystem's advancements.
The are not vulnerabilities for the version 7.6.9 of the package @storybook/addon-interactions