Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency eslint-plugin-storybook to ^0.8.0 #175

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

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

Release Notes

storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

v0.7.0

Compare Source

🚀 Enhancement
Authors: 1

v0.6.15

Compare Source

🐛 Bug Fix
  • no-uninstalled-addons: support satisfies operator and default reexport #​139 (@​hjoelh)
Authors: 1

v0.6.14

Compare Source

🐛 Bug Fix
Authors: 1

v0.6.13

Compare Source

⚠️ Pushed to main
Authors: 1

v0.6.12

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 3

v0.6.11

Compare Source

🐛 Bug Fix
Authors: 2

v0.6.10

Compare Source

🐛 Bug Fix
Authors: 2

v0.6.9

Compare Source

🐛 Bug Fix
Authors: 1

v0.6.8

Compare Source

🐛 Bug Fix
Authors: 2

v0.6.7

Compare Source

🐛 Bug Fix
Authors: 2

v0.6.6

Compare Source

🐛 Bug Fix
Authors: 2

v0.6.5

Compare Source

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


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-storybook-0.x branch 2 times, most recently from fa4a21d to ed5aac1 Compare September 23, 2024 20:18
@renovate renovate bot force-pushed the renovate/eslint-plugin-storybook-0.x branch from ed5aac1 to 65a5498 Compare September 23, 2024 21:05
@renovate renovate bot merged commit 97ef409 into main Sep 24, 2024
4 checks passed
@renovate renovate bot deleted the renovate/eslint-plugin-storybook-0.x branch September 24, 2024 00:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants