@storybook/theming, a core component library for Storybook, saw a release of version 7.6.0 on November 28, 2023, following version 7.5.3 released on November 6, 2023. Both versions maintain identical development dependencies, including tools for file system manipulation (fs-extra), code styling (polished), string templating (ts-dedent), TypeScript support, and Emotion-related libraries for CSS-in-JS. Similarly, the peer dependencies, requiring specific versions of React and React DOM, and the core dependencies like memoizerific, @storybook/global, and @emotion/use-insertion-effect-with-fallbacks are unchanged between releases, ensuring compatibility with existing React projects.
The key difference lies in the updated @storybook/client-logger dependency, moving from version 7.5.3 to 7.6.0. While specific details of the logger changes aren't explicitly provided, developers utilizing Storybook theming should be aware that any logging mechanisms might exhibit altered behavior or provide additional information in the newer version. Furthermore, the unpacked size of the package has slightly increased. This increase, while minor from 723745 to 726535, it might indicate the addition of new features, assets, or code optimizations within the theming library.
For developers adopting @storybook/theming, the update to 7.6.0 suggests a focus on internal improvements related to logging and potentially some behind-the-scenes enhancements reflected in the increased package size, ensuring a smoother and more informative development experience when building and styling Storybook components. Be sure to check the changelog of @storybook/client-logger for the specific changes.
The are not vulnerabilities for the version 7.6.0 of the package @storybook/theming