From 1218def6cdd0df760f59790769bac8c43c5a2dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:20:58 +0100 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook from 0.11.6 to 9.0.7 (#10991) Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 0.11.6 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e4c6d5370..ab736b54ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^9.0.7", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", "husky": "^9.1.7", @@ -19033,11 +19033,10 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.11.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.6.tgz", - "integrity": "sha512-3WodYD6Bs9ACqnB+TP2TuLh774c/nacAjxSKOP9bHJ2c8rf+nrhocxjjeAWNmO9IPkFIzTKlcl0vNXI2yYpVOw==", + "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", diff --git a/package.json b/package.json index 0e62a003be..60766f1c45 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^9.0.7", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", "husky": "^9.1.7",