Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

storybookjs/eslint-plugin-storybook

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

v0.6.4

Compare Source

🐛 Bug Fix
Authors: 1

v0.6.3

Compare Source

🐛 Bug Fix
Authors: 1

v0.6.2

Compare Source

Release Notes
feat(no-uninstalled-addons): add option for a custom package.json location (#​102)
feat(no-uninstalled-addons): add option for a custom package.json location (#​102)

🐛 Bug Fix
Authors: 2

v0.6.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 3

v0.6.0

Compare Source

🚀 Enhancement
Authors: 2

v0.5.13

Compare Source

⚠️ Pushed to main
  • docs(CONTRIBUTING): add more test instructions [skip-ci] (@​yannbf)
Authors: 1

v0.5.12

Compare Source

🐛 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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants