From ecee322d3e16cf5bbe4e50a277eab5f0ca82268d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:59:06 -0400 Subject: [PATCH] Update dependency eslint-plugin-storybook to ^0.9.0 (#2015) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/eslint-plugin-storybook) | [`^0.8.0` -> `^0.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.8.0/0.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
storybookjs/eslint-plugin-storybook (eslint-plugin-storybook) ### [`v0.9.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v090-Thu-Sep-26-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.8.0...v0.9.0) ##### 🚀 Enhancement - use-storybook-expect: remove auto fix suggestion [#​165](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/165) ([@​yannbf](https://redirect.github.com/yannbf)) ##### 🐛 Bug Fix - Tweak `generate-rule` [#​147](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/147) ([@​yinm](https://redirect.github.com/yinm)) - Update links in docs [#​130](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/130) ([@​hoonweiting](https://redirect.github.com/hoonweiting) [@​yannbf](https://redirect.github.com/yannbf)) - Remove uninformative 'Further Reading' sections from rule docs [#​131](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/131) ([@​hoonweiting](https://redirect.github.com/hoonweiting)) ##### Authors: 3 - Wei Ting ([@​hoonweiting](https://redirect.github.com/hoonweiting)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) - Yusuke Iinuma ([@​yinm](https://redirect.github.com/yinm)) ***
--- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/HHS/simpler-grants-gov). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 10 ++++++---- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bcaf16e22..338011914 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^8.7.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^5.0.1", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "eslint-plugin-testing-library": "^5.11.0", "i18next-browser-languagedetector": "^7.0.2", "i18next-http-backend": "^2.2.1", @@ -13992,10 +13992,11 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz", + "integrity": "sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA==", "dev": true, + "license": "MIT", "dependencies": { "@storybook/csf": "^0.0.1", "@typescript-eslint/utils": "^5.62.0", @@ -14014,6 +14015,7 @@ "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.1.tgz", "integrity": "sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.15" } diff --git a/frontend/package.json b/frontend/package.json index 25d8b204c..e772dd06f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -65,7 +65,7 @@ "eslint-config-prettier": "^8.7.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^5.0.1", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "eslint-plugin-testing-library": "^5.11.0", "i18next-browser-languagedetector": "^7.0.2", "i18next-http-backend": "^2.2.1",