@storybook/addon-interactions version 8.4.5 represents a minor update over version 8.4.4, both designed to empower developers to automate, test, and debug user interactions within their Storybook stories. The core functionality remains consistent, ensuring a smooth transition for users already familiar with the addon. Both versions include key dependencies such as polished for styling utilities, ts-dedent for cleaner template literals, @storybook/test to facilitate interaction testing, @storybook/global providing access to global variables and utilities and @storybook/instrumenter for code instrumentation. The development dependencies, including React, Formik, React DOM, and various typing and utility packages, are also identical, suggesting no significant changes in the underlying build or testing processes. The peer dependency storybook is updated from "^8.4.4" to "^8.4.5", indicating compatibility and intended usage with the corresponding Storybook core version. The file count and unpacked size in the dist object are consistent.
The primary difference lies in the updated versions of @storybook/test and @storybook/instrumenter to 8.4.5. While the specific changes within those packages aren't detailed here, its safe to say that they include bug fixes, and performance improvements directly related to interaction testing. Developers should check the changelogs of @storybook/test and @storybook/instrumenter releases for detailed information on the specific enhancements included in this update. Another point to note is the release date, with version 8.4.5 deployed on November 20, 2024, subsequent to version 8.4.4 released on November 14, 2024.
The are not vulnerabilities for the version 8.4.5 of the package @storybook/addon-interactions