@storybook/addons is a crucial package for extending Storybook's functionality, allowing developers to create and integrate custom tools and features into their Storybook environment. Comparing versions 6.1.10 and 6.1.11 reveals a minor update, but understanding these nuances can be beneficial for a stable and well-functioning Storybook setup.
Both versions share the same core dependencies like global, core-js, @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, regenerator-runtime, @storybook/core-events, and @storybook/client-logger. They also maintain identical peer dependencies, requiring react and react-dom in versions ^16.8.0 or ^17.0.0. This ensures compatibility with common React setups. The file count and unpacked size inside the dist folder are also similar, suggesting no major changes in the bundled files.
The primary difference lies in the release date and consequently, the versions of internal @storybook dependencies. Version 6.1.11 was released on December 12, 2020, after 6.1.10 released on December 4, 2020 and includes synchronized updates to its internal @storybook/* dependencies, moving them from 6.1.10 to 6.1.11. While the specifics of these internal changes aren't detailed in the provided data, such updates often address bug fixes, performance improvements or minor feature enhancements within the Storybook ecosystem. For developers, upgrading from 6.1.10 to 6.1.11 ensures access to the latest improvements and bug fixes within the Storybook addon system, promoting a more robust development experience. It’s advisable to review the Storybook changelog for detailed information on these internal updates to fully understand the benefits of upgrading.
The are not vulnerabilities for the version 6.1.11 of the package @storybook/addons