eunchurn / windrose-chart

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

chore(deps): update dependency eslint-plugin-storybook to v0.6.5 #1270

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.6.4 -> 0.6.5 age adoption passing confidence

Release Notes

storybookjs/eslint-plugin-storybook ### [`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)) ***

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1270 (5970394) into main (e863e15) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1270   +/-   ##
=======================================
  Coverage   66.92%   66.92%           
=======================================
  Files           6        6           
  Lines         127      127           
  Branches       15       15           
=======================================
  Hits           85       85           
  Misses         41       41           
  Partials        1        1           
Flag Coverage Δ
unittests 66.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e863e15...5970394. Read the comment docs.