@storybook/theming, a core component library for Storybook, saw a minor version update from 7.0.7 to 7.0.8. Both versions maintain identical development dependencies, including tools for file system operations (fs-extra), code styling (polished), string manipulation (ts-dedent), and styling with emotion. Typescript version also remains the same. Similarly, peer dependencies for React and React-DOM remain consistent, ensuring compatibility with React versions 16.8.0 through 18.0.0.
The key difference lies in the updated dependency on @storybook/client-logger, moving from version 7.0.7 to 7.0.8. While the exact changes within @storybook/client-logger aren't detailed here, developers should be aware of potential logging behavior adjustments or bug fixes included in the newer logger version.
Another subtle change is the repository directory, switched to code/lib/theming from lib/theming. The unpacked size is also slightly different, with version 7.0.8 being 723174 bytes, a little bit lighter than the 723673 bytes registered for version 7.0.7. Developers intending to use or upgrade to version 7.0.8 should review the changelog for @storybook/client-logger@7.0.8 to understand the implications of this updated dependency for their Storybook environment.
The are not vulnerabilities for the version 7.0.8 of the package @storybook/theming