@storybook/addon-essentials version 6.1.0 introduces notable updates compared to the previous stable version 6.0.28, primarily focusing on compatibility and dependency enhancements. A key upgrade lies in the peer dependencies, where React and React DOM now explicitly support versions 16.8.0 and 17.0.0, offering wider compatibility for projects utilizing newer React versions. The inclusion of "@babel/core":"^7.9.6" and "@storybook/vue":"6.1.0" in peer dependencies indicates stronger integration and potentially improved support for Babel configurations and Vue-based Storybook setups.
Furthermore, several dependencies have been updated. The dependency ts-dedent moves from version 1.1.1 to 2.0.0 and regenerator-runtime moves from version 0.13.3 to 0.13.7. All @storybook dependencies, such as @storybook/api, @storybook/addons, @storybook/addon-docs, @storybook/node-logger, @storybook/addon-actions, @storybook/addon-controls, @storybook/addon-toolbars, @storybook/addon-viewport, and @storybook/addon-backgrounds, are bumped to version 6.1.0, ensuring feature parity and bug fixes across the Storybook ecosystem. The core-js dependency has been upgraded to version "^3.0.1", potentially incorporating new ECMAScript features and polyfills.
Moreover, the "@storybook/vue" library has been added to the devDependencies. The file count and unpacked size of the package have slightly increased, suggesting minor additions or modifications to the codebase. These changes collectively point to a release focused on maintaining compatibility with the broader Storybook environment and taking advantage of the most current dependencies.
The are not vulnerabilities for the version 6.1.0 of the package @storybook/addon-essentials