From 0fab328f173c1c06ce927867868edfd46bd258c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:01:47 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 9.1.6 to 9.1.15 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 9.1.6 to 9.1.15. - [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/v9.1.15/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 9.1.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b516bbf..ba52792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@trivago/prettier-plugin-sort-imports": "5.2.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-lit-a11y": "5.1.1", - "eslint-plugin-storybook": "9.1.6", + "eslint-plugin-storybook": "10.0.7", "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.2.3", @@ -2844,20 +2844,17 @@ "license": "MIT" }, "node_modules/eslint-plugin-storybook": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.6.tgz", - "integrity": "sha512-4NLf8lOT7Nl+m9aipVHJczyt/Dp6BzHzyNq4nhaEUjoZFGKMhPa52vSbuLyQYX7IrcrYPlM37X8dFGo/EIE9JA==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.0.7.tgz", + "integrity": "sha512-qOQq9KdT1jsBgT3qsxUH2n67aj1WR8D1XCoER8Q6yuVlS5TimNwk1mZeWkXVf/o4RQQT6flT2y5cG2gPLZPvJA==", "dev": true, "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.8.1" }, - "engines": { - "node": ">=20.0.0" - }, "peerDependencies": { "eslint": ">=8", - "storybook": "^9.1.6" + "storybook": "^10.0.7" } }, "node_modules/eslint-rule-extender": { diff --git a/package.json b/package.json index 1393280..4c86b60 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "typescript": "5.9.2", "typescript-eslint": "8.44.0", "vite": "7.1.12", - "eslint-plugin-storybook": "9.1.6", + "eslint-plugin-storybook": "10.0.7", "@storybook/addon-docs": "9.1.6" }, "lint-staged": {