Eslint-plugin-storybook has released version 9.1.5, building upon the previous stable version 9.1.4, offering developers enhanced linting for Storybook projects. Both versions maintain the same core dependencies, including @typescript-eslint/utils, and development dependencies spanning eslint, typescript, prettier, and related tooling, ensuring code quality and consistency. They both provide similar functionalities focused on best practices and maintainability of Storybook stories, leveraging the same architecture and development ecosystem, with identical file counts and unpacked size.
The key difference lies in the peer dependency storybook, where version 9.1.5 now requires storybook version '^9.1.5', while 9.1.4 requires storybook version '^9.1.4'.
Essentially, the newer 9.1.5 ties itself more explicitly to the 9.1.5 version of Storybook itself enforcing compatibility. Developers upgrading to Storybook v9.1.5 will want to use eslint-plugin-storybook v9.1.5 for a more confident and fully supported experience. Therefore, developers using Storybook should align their eslint-plugin-storybook version with their Storybook version.
The are not vulnerabilities for the version 9.1.5 of the package eslint-plugin-storybook