hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component
https://codesandbox.io/s/react-multi-select-example-uqtgs
MIT License
387 stars 89 forks source link

chore(deps-dev): bump eslint-plugin-storybook from 0.6.4 to 0.6.8 #687

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-plugin-storybook from 0.6.4 to 0.6.8.

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.6.8

🐛 Bug Fix

Authors: 2

v0.6.7

🐛 Bug Fix

Authors: 2

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

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.6.8 (Mon Dec 05 2022)

🐛 Bug Fix

Authors: 2


v0.6.7 (Tue Nov 01 2022)

🐛 Bug Fix

Authors: 2


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',
</tr></table> 

... (truncated)

Commits
  • 8b7f603 Bump version to: 0.6.8 [skip ci]
  • db10661 Update CHANGELOG.md [skip ci]
  • 3513226 Merge pull request #110 from storybookjs/feat/support-ts-4.9
  • e3c5bdd Fix not title property rule for TS 4.9
  • a84ab3b Move to TS 4.9 internally
  • 45ebfc5 Move from @​typescript-eslint/experimental-utils to @​typescript-eslint/utils
  • ad31b3e update typescript eslint to 5.45
  • b74c5f8 add valid test for 4.9
  • c275b81 Bump version to: 0.6.7 [skip ci]
  • 40f8aa8 Update CHANGELOG.md [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)
cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f047559
Status: ✅  Deploy successful!
Preview URL: https://3498e181.react-multi-select-component.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-esli-8w6p.react-multi-select-component.pages.dev

View logs

dependabot[bot] commented 1 year ago

Superseded by #693.