BoBeenLee / bbl-nx

homepage
https://bbl-nx.vercel.app/
4 stars 0 forks source link

chore(deps): update dependency eslint-plugin-storybook to ^0.6.0 #112

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-storybook ^0.5.11 -> ^0.6.0 age adoption passing confidence

Release Notes

storybookjs/eslint-plugin-storybook ### [`v0.6.10`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0610-Tue-Jan-10-2023) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.9...v0.6.10) ##### πŸ› Bug Fix - chore: fix ESLint and TypeScript issues [#​113](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/113) ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - n028 ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.9`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v069-Tue-Jan-10-2023) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.8...v0.6.9) ##### πŸ› Bug Fix - fix(no-uninstalled-addons) Support Windows paths [#​112](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/112) ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer)) ##### Authors: 1 - n028 ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer)) *** ### [`v0.6.8`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v068-Mon-Dec-05-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.7...v0.6.8) ##### πŸ› Bug Fix - Support typescript 4.9 [#​110](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/110) ([@​yannbf](https://togithub.com/yannbf) [@​kasperpeulen](https://togithub.com/kasperpeulen)) ##### Authors: 2 - Kasper Peulen ([@​kasperpeulen](https://togithub.com/kasperpeulen)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.7`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v067-Tue-Nov-01-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.6...v0.6.7) ##### πŸ› Bug Fix - fix: add declaration checks to avoid destructuring undefined [#​99](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/99) ([@​stefanprobst](https://togithub.com/stefanprobst) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - [@​stefanprobst](https://togithub.com/stefanprobst) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.6`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v066-Tue-Oct-11-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.5...v0.6.6) ##### πŸ› Bug Fix - fix: await interactions rule scope. [#​100](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/100) ([@​zhyd1997](https://togithub.com/zhyd1997) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - Yadong Zhang ([@​zhyd1997](https://togithub.com/zhyd1997)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.5`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v065-Mon-Oct-10-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.4...v0.6.5) ##### Release Notes ##### story-exports: provide better feedback when using filters ([#​107](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/107)) The `story-exports` rule now detects whether you are using `includeStories/excludeStories` and provides a more helpful message in case there are not exported stories. A possible scenario is you have a typo in your `includeStories` which will result in Storybook not including it: ```js export default { title: 'Button', includeStories: ['myStory'], // <-- notice the lowercase m, which won't match with the story name }; export const MyStory = {}; ``` *** ##### πŸ› Bug Fix - story-exports: provide better feedback when using filters [#​107](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/107) ([@​yannbf](https://togithub.com/yannbf)) ##### Authors: 1 - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.4`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v064-Mon-Aug-08-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.3...v0.6.4) ##### πŸ› Bug Fix - no-uninstalled-addons: improve local addons filter [#​105](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/105) ([@​yannbf](https://togithub.com/yannbf)) ##### Authors: 1 - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.3`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v063-Wed-Aug-03-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.2...v0.6.3) ##### πŸ› Bug Fix - deps: move ts-dedent to dependencies [#​104](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/104) ([@​yannbf](https://togithub.com/yannbf)) ##### Authors: 1 - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.2`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v062-Tue-Aug-02-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.1...v0.6.2) ##### Release Notes ##### feat(no-uninstalled-addons): add option for a custom package.json location ([#​102](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/102)) ##### feat(no-uninstalled-addons): add option for a custom package.json location ([#​102](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/102)) *** ##### πŸ› Bug Fix - feat(no-uninstalled-addons): add option for a custom package.json location [#​102](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/102) ([@​andrelas1](https://togithub.com/andrelas1) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - Andre Luis Araujo Santos ([@​andrelas1](https://togithub.com/andrelas1)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.1`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0610-Tue-Jan-10-2023) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.0...v0.6.1) ##### πŸ› Bug Fix - chore: fix ESLint and TypeScript issues [#​113](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/113) ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - n028 ([@​Dschungelabenteuer](https://togithub.com/Dschungelabenteuer)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v0.6.0`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v060-Sun-Jul-10-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.5.13...v0.6.0) ##### πŸš€ Enhancement - feat(no-uninstalled-addons): add uninstalled plugin rule [#​96](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/96) ([@​andrelas1](https://togithub.com/andrelas1) [@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - Andre Luis Araujo Santos ([@​andrelas1](https://togithub.com/andrelas1)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) ***

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

1 Ignored Deployment | Name | Status | Preview | Comments | Updated | | :--- | :----- | :------ | :------- | :------ | | **bbl-nx** | ⬜️ Ignored ([Inspect](https://vercel.com/bobeenlee/bbl-nx/AgPHLXqoC8vwg5JnLGxovBQhtZvt)) | | | Jan 22, 2023 at 8:27PM (UTC) |