@storybook/theming version 6.2.0 brings several updates and changes compared to the previous stable version 6.1.21. The core functionality of providing components and utilities for theming Storybook remains consistent. However, developers will notice dependency upgrades that contribute to improvements and potentially address bug fixes in underlying libraries. Specifically, 'global' is updated from ^4.3.2 to ^4.4.0, 'core-js' sees a significant jump from ^3.0.1 to ^3.8.2, and 'polished' moves from ^3.4.4 to ^4.0.5. Emotion-related dependencies also receive updates, with '@emotion/styled' going from ^10.0.23 to ^10.0.27 and 'emotion-theming' rising from ^10.0.19 to ^10.0.27. The Storybook client logger dependency, '@storybook/client-logger', aligns with the current version, moving from 6.1.21 to 6.2.0.
These updates likely introduce performance enhancements, new features from the dependency libraries, and resolutions for known issues. Developers should consult the changelogs of the updated dependencies for detailed information regarding specific changes. The 'dist' metadata highlights an increase in both the file count (42 to 55) and unpacked size (63523 to 92670), pointing to a potentially larger codebase due to added features or updated dependencies. The peer dependencies, 'react' and 'react-dom', remain unchanged, ensuring compatibility with React versions 16.8.0 and 17.0.0.
The are not vulnerabilities for the version 6.2.0 of the package @storybook/theming