eunchurn / windrose-chart

General wind-rose chart component requested by @drwilkins
https://eunchurn.github.io/windrose-chart
MIT License
9 stars 2 forks source link

chore(deps): update dependency eslint-plugin-storybook to v0.11.0 #1298

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-storybook 0.6.6 -> 0.11.0 age adoption passing confidence

Release Notes

storybookjs/eslint-plugin-storybook (eslint-plugin-storybook) ### [`v0.11.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0110-Mon-Nov-04-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.10.2...v0.11.0) ##### šŸš€ Enhancement - Generate Typescript types for flat configs [#​180](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/180) ([@​yannbf](https://redirect.github.com/yannbf)) ##### šŸ› Bug Fix - Update docs to be more clear about extended categories [#​179](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/179) ([@​yannbf](https://redirect.github.com/yannbf)) - chore: Update the link for eslintignore doc [#​163](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/163) ([@​tunawasabi](https://redirect.github.com/tunawasabi)) ##### Authors: 2 - wasabi ([@​tunawasabi](https://redirect.github.com/tunawasabi)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.10.2`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0102-Fri-Nov-01-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.10.1...v0.10.2) ##### šŸ› Bug Fix - Fix: Bring back non-categorized rules [#​176](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/176) ([@​yannbf](https://redirect.github.com/yannbf)) - Build: Refactor, fix issues reported by eslint and format md files [#​175](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/175) ([@​yannbf](https://redirect.github.com/yannbf)) ##### Authors: 1 - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.10.1`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0101-Mon-Oct-21-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.10.0...v0.10.1) ##### šŸ› Bug Fix - Bump CSF version to remove lodash transitive dep [#​171](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/171) ([@​kasperpeulen](https://redirect.github.com/kasperpeulen)) ##### Authors: 1 - Kasper Peulen ([@​kasperpeulen](https://redirect.github.com/kasperpeulen)) *** ### [`v0.10.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0100-Mon-Oct-21-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.9.0...v0.10.0) ##### šŸš€ Enhancement - feat: support flat config [#​156](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/156) ([@​kazupon](https://redirect.github.com/kazupon) [@​yannbf](https://redirect.github.com/yannbf) [@​kasperpeulen](https://redirect.github.com/kasperpeulen)) ##### Authors: 3 - Kasper Peulen ([@​kasperpeulen](https://redirect.github.com/kasperpeulen)) - kazuya kawaguchi ([@​kazupon](https://redirect.github.com/kazupon)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`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)) *** ### [`v0.8.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v080-Fri-Feb-16-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.7.0...v0.8.0) ##### šŸš€ Enhancement - upgrades and stuff [#​150](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/150) ([@​ndelangen](https://redirect.github.com/ndelangen)) ##### šŸ› Bug Fix - fix release [#​151](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/151) ([@​ndelangen](https://redirect.github.com/ndelangen)) ##### Authors: 1 - Norbert de Langen ([@​ndelangen](https://redirect.github.com/ndelangen)) *** ### [`v0.7.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v070-Fri-Feb-16-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.15...v0.7.0) ##### šŸš€ Enhancement - Disable rule of hooks in stories files [#​149](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/149) ([@​ndelangen](https://redirect.github.com/ndelangen)) ##### Authors: 1 - Norbert de Langen ([@​ndelangen](https://redirect.github.com/ndelangen)) *** ### [`v0.6.15`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0615-Sun-Oct-08-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.14...v0.6.15) ##### šŸ› Bug Fix - no-uninstalled-addons: support satisfies operator and default reexport [#​139](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/139) ([@​hjoelh](https://redirect.github.com/hjoelh)) ##### Authors: 1 - Joel ([@​hjoelh](https://redirect.github.com/hjoelh)) *** ### [`v0.6.14`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0614-Wed-Sep-20-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.13...v0.6.14) ##### šŸ› Bug Fix - use-storybook-expect: allow storybook/test imports [#​141](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/141) ([@​yannbf](https://redirect.github.com/yannbf)) ##### Authors: 1 - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.6.13`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0613-Thu-Jul-20-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.12...v0.6.13) ##### āš ļø Pushed to `main` - Create CODEOWNERS ([@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)) ##### Authors: 1 - Valentin Palkovic ([@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)) *** ### [`v0.6.12`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0612-Wed-May-03-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.11...v0.6.12) ##### šŸ› Bug Fix - feat: allow ignore option in no-uninstalled-addons [#​129](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/129) ([@​mandarini](https://redirect.github.com/mandarini) [@​yannbf](https://redirect.github.com/yannbf)) ##### šŸ“ Documentation - docs: add async [#​121](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/121) ([@​tyankatsu0105](https://redirect.github.com/tyankatsu0105)) ##### Authors: 3 - Katerina Skroumpelou ([@​mandarini](https://redirect.github.com/mandarini)) - tyankatsu ([@​tyankatsu0105](https://redirect.github.com/tyankatsu0105)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.6.11`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0611-Tue-Feb-21-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.10...v0.6.11) ##### šŸ› Bug Fix - Make context-in-play-function aware of context variable name [#​120](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/120) ([@​beaussan](https://redirect.github.com/beaussan)) - improve rule template [#​119](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/119) ([@​yannbf](https://redirect.github.com/yannbf)) ##### Authors: 2 - Nicolas Beaussart ([@​beaussan](https://redirect.github.com/beaussan)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.6.10`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0610-Tue-Jan-10-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.9...v0.6.10) ##### šŸ› Bug Fix - chore: fix ESLint and TypeScript issues [#​113](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/113) ([@​Dschungelabenteuer](https://redirect.github.com/Dschungelabenteuer) [@​yannbf](https://redirect.github.com/yannbf)) ##### Authors: 2 - n028 ([@​Dschungelabenteuer](https://redirect.github.com/Dschungelabenteuer)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.6.9`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v069-Tue-Jan-10-2023) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.8...v0.6.9) ##### šŸ› Bug Fix - fix(no-uninstalled-addons) Support Windows paths [#​112](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/112) ([@​Dschungelabenteuer](https://redirect.github.com/Dschungelabenteuer)) ##### Authors: 1 - n028 ([@​Dschungelabenteuer](https://redirect.github.com/Dschungelabenteuer)) *** ### [`v0.6.8`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v068-Mon-Dec-05-2022) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.7...v0.6.8) ##### šŸ› Bug Fix - Support typescript 4.9 [#​110](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/110) ([@​yannbf](https://redirect.github.com/yannbf) [@​kasperpeulen](https://redirect.github.com/kasperpeulen)) ##### Authors: 2 - Kasper Peulen ([@​kasperpeulen](https://redirect.github.com/kasperpeulen)) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) *** ### [`v0.6.7`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v067-Tue-Nov-01-2022) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.6...v0.6.7) ##### šŸ› Bug Fix - fix: add declaration checks to avoid destructuring undefined [#​99](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/99) ([@​stefanprobst](https://redirect.github.com/stefanprobst) [@​yannbf](https://redirect.github.com/yannbf)) ##### Authors: 2 - [@​stefanprobst](https://redirect.github.com/stefanprobst) - Yann Braga ([@​yannbf](https://redirect.github.com/yannbf)) ***

Configuration

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

šŸš¦ Automerge: Enabled.

ā™» 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.



This PR was generated by Mend Renovate. View the repository job log.