lukasbach / react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
https://rct.lukasbach.com
MIT License
982 stars 82 forks source link

chore(deps-dev): bump eslint-plugin-storybook from 0.5.6 to 0.6.6 #154

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint-plugin-storybook from 0.5.6 to 0.6.6.

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.6.6

🐛 Bug Fix

Authors: 2

v0.6.5

Release Notes

story-exports: provide better feedback when using filters (#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:

export default {
  title: 'Button',
  includeStories: ['myStory'], // <-- notice the lowercase m, which won't match with the story name
};

export const MyStory = {};


🐛 Bug Fix

Authors: 1

v0.6.4

🐛 Bug Fix

Authors: 1

v0.6.3

🐛 Bug Fix

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.6.6 (Tue Oct 11 2022)

🐛 Bug Fix

Authors: 2


v0.6.5 (Mon Oct 10 2022)

Release Notes

story-exports: provide better feedback when using filters (#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:

export default {
  title: 'Button',
  includeStories: ['myStory'], // <-- notice the lowercase m, which won't match with the story name
};

export const MyStory = {};


🐛 Bug Fix

Authors: 1


v0.6.4 (Mon Aug 08 2022)

🐛 Bug Fix

Authors: 1

... (truncated)

Commits
  • c413839 Bump version to: 0.6.6 [skip ci]
  • b769a23 Update CHANGELOG.md [skip ci]
  • aa4a242 Merge pull request #100 from zhyd1997/fix/await-interactions-rule-scope
  • 51c986a add safe check in variable declarator
  • 9bf0cd2 Merge branch 'main' into fix/await-interactions-rule-scope
  • 9fc571b Bump version to: 0.6.5 [skip ci]
  • 36870c6 Update CHANGELOG.md [skip ci]
  • 20581d0 Merge pull request #107 from storybookjs/fix/improve-story-exports
  • f4382f5 story-exports: provide better feedback when using filters
  • 7632d90 Bump version to: 0.6.4 [skip ci]
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like eslint-plugin-storybook is up-to-date now, so this is no longer needed.