@storybook/addon-interactions has a new release, version 8.2.1, following closely on the heels of version 8.2.0. Both versions serve the critical function of automating, testing, and debugging user interactions within Storybook, empowering developers to build more robust and reliable UI components. The core functionality remains consistent: utilizing dependencies like polished for styling, ts-dedent for cleaner template literals, @storybook/global for global utilities, and @storybook/instrumenter for interaction recording.
The key difference lies in the @storybook/instrumenter dependency, upgraded from version 8.2.0 to 8.2.1 in the newer release. While the change might seem minor, patch updates often include bug fixes, performance improvements, or critical security updates within the instrumentation process. This potentially leads to more accurate and stable interaction recordings, ultimately enhancing the debugging and testing experience. Both versions also rely on peer dependencies like Storybook itself, react and react-dom, typescript, and other dev dependencies like formik. For developers already using Storybook 8.2.0 with the interactions addon, upgrading to 8.2.1 is advisable to benefit from potential fixes and improvements in the underlying instrumentation. The releaseDate also gives a glimpse of the frequent updates of the storybook ecosystem with less than 3 hours between the releases.
The are not vulnerabilities for the version 8.2.1 of the package @storybook/addon-interactions