From 2d0eff22940559033c63862d73d269745dafd62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:17:38 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-storybook from 10.0.3 to 10.0.4 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.0.4/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 10.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- storybooks/_storybook/package.json | 2 +- storybooks/react-storybook/package.json | 2 +- storybooks/vue-storybook/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 425fbf5708b..b6d4e354118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24862,9 +24862,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.0.3.tgz", - "integrity": "sha512-KseeLc7LBP23WR7s1K7FpCMofKDW12aP83PxAdoWvMJjP0ShWX6mgUFuN42+phI9QKSW74gQcG8QU0pbfR45mw==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.0.4.tgz", + "integrity": "sha512-etAC9C/x6SQZksQQkCZpSms7O9CLTzwPtion2e8hQSnzT3BIyhSP4JHGJyNwEQ2Mt71XROWuOwqnH776cZiXqw==", "dev": true, "license": "MIT", "dependencies": { @@ -24872,7 +24872,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^10.0.3" + "storybook": "^10.0.4" } }, "node_modules/eslint-plugin-unicorn": { @@ -56186,7 +56186,7 @@ "eslint": "9.39.1", "eslint-plugin-react-hooks": "7.0.0", "eslint-plugin-react-refresh": "0.4.24", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "globals": "16.4.0", "storybook": "9.1.13", "typescript": "~5.9.3", @@ -56243,7 +56243,7 @@ "eslint": "9.39.1", "eslint-plugin-react-hooks": "7.0.0", "eslint-plugin-react-refresh": "0.4.24", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "globals": "16.4.0", "storybook": "9.1.13", "typescript": "~5.9.3", @@ -56294,7 +56294,7 @@ "@vitest/browser": "3.2.4", "@vitest/coverage-v8": "3.2.4", "@vue/tsconfig": "0.8.1", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "storybook": "9.1.13", "typescript": "~5.9.3", "vite": "7.1.12", diff --git a/storybooks/_storybook/package.json b/storybooks/_storybook/package.json index 05805ff0e27..8edbcd5b7bc 100644 --- a/storybooks/_storybook/package.json +++ b/storybooks/_storybook/package.json @@ -21,7 +21,7 @@ "eslint": "9.39.1", "eslint-plugin-react-hooks": "7.0.0", "eslint-plugin-react-refresh": "0.4.24", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "globals": "16.4.0", "storybook": "9.1.13", "typescript": "~5.9.3", diff --git a/storybooks/react-storybook/package.json b/storybooks/react-storybook/package.json index 31e8517ca71..eb9528b2504 100644 --- a/storybooks/react-storybook/package.json +++ b/storybooks/react-storybook/package.json @@ -20,7 +20,7 @@ "eslint": "9.39.1", "eslint-plugin-react-hooks": "7.0.0", "eslint-plugin-react-refresh": "0.4.24", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "globals": "16.4.0", "storybook": "9.1.13", "typescript": "~5.9.3", diff --git a/storybooks/vue-storybook/package.json b/storybooks/vue-storybook/package.json index fe6e430cac1..3b8d834be75 100644 --- a/storybooks/vue-storybook/package.json +++ b/storybooks/vue-storybook/package.json @@ -18,7 +18,7 @@ "@storybook/vue3-vite": "9.1.13", "@vitejs/plugin-vue": "6.0.1", "@vue/tsconfig": "0.8.1", - "eslint-plugin-storybook": "10.0.3", + "eslint-plugin-storybook": "10.0.4", "storybook": "9.1.13", "typescript": "~5.9.3", "vite": "7.1.12",