Eslint-plugin-storybook has released version 9.0.14, an incremental update over the previous stable version 9.0.13, designed to enhance best practices within Storybook projects. While both versions share a core foundation, including dependencies like @typescript-eslint/utils, and development dependencies for linting, formatting, and testing, a crucial distinction lies in their peer dependencies, particularly concerning Storybook itself. Version 9.0.14 officially declares compatibility with Storybook version "^9.0.14", encouraging users to upgrade their Storybook installations for optimal integration and feature parity. Version 9.0.13 declares compatibility with Storybook version "^9.0.13".
Beyond the peer dependency changes, another notable difference is the update in @vitest/coverage-v8 from version 3.0.9 to 3.2.4. This indicates potential improvements or bug fixes within the code coverage tooling, which are important for maintaining a high level of confidence in your component library's tests.
Importantly, developers upgrading to 9.0.14 should ensure that they are also using Storybook version "^9.0.14". This ensures compatibility and avoids potential conflicts or unexpected behavior. Developers can expect minimal disruption from this upgrade, likely focusing on internal improvements. The library helps ensure the quality and maintainability of Storybook implementations adding value for developers looking to enforce consistent coding standards and best practices in their Storybook projects.
The are not vulnerabilities for the version 9.0.14 of the package eslint-plugin-storybook