From 40afad73ec97f4fd189fb000dfb4a0c2193c4f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:59:17 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook from 0.12.0 to 9.0.7 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 0.12.0 to 9.0.7. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v1-5.md) - [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 9.0.7 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7b47b18906..351805bf0ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -147,7 +147,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.12.0", + "eslint-plugin-storybook": "^9.0.7", "eslint-plugin-vitest-globals": "^1.5.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^5.0.0", @@ -15680,11 +15680,10 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.12.0.tgz", - "integrity": "sha512-Lg5I0+npTgiYgZ4KSvGWGDFZi3eOCNJPaWX0c9rTEEXC5wvooOClsP9ZtbI4hhFKyKgYR877KiJxbRTSJq9gWA==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.0.7.tgz", + "integrity": "sha512-da9oIFo2ww+/PWAsTrpeEPUmhel6Ej1++SwBvdf+SV0H6+rOPbzJGOh367hdOvkwKCbGdKRmw+JmXFCQfHCpqw==", "dev": true, - "license": "MIT", "dependencies": { "@storybook/csf": "^0.1.11", "@typescript-eslint/utils": "^8.8.1", @@ -41520,9 +41519,9 @@ } }, "eslint-plugin-storybook": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.12.0.tgz", - "integrity": "sha512-Lg5I0+npTgiYgZ4KSvGWGDFZi3eOCNJPaWX0c9rTEEXC5wvooOClsP9ZtbI4hhFKyKgYR877KiJxbRTSJq9gWA==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.0.7.tgz", + "integrity": "sha512-da9oIFo2ww+/PWAsTrpeEPUmhel6Ej1++SwBvdf+SV0H6+rOPbzJGOh367hdOvkwKCbGdKRmw+JmXFCQfHCpqw==", "dev": true, "requires": { "@storybook/csf": "^0.1.11", diff --git a/package.json b/package.json index 44ccde61775..2aa70ed338b 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.12.0", + "eslint-plugin-storybook": "^9.0.7", "eslint-plugin-vitest-globals": "^1.5.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^5.0.0",