-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump storybook to 6.4.19, migrating config, and linting storybook config #19245
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19245 +/- ##
=======================================
Coverage 66.76% 66.76%
=======================================
Files 1670 1670
Lines 64397 64410 +13
Branches 6499 6503 +4
=======================================
+ Hits 42992 43003 +11
Misses 19722 19722
- Partials 1683 1685 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ook config (apache#19245) * chore: bump storybook to 6.4.19 and reconfigure accordingly * now linting the storybook directory, since it gets validated by CI * linting ✨
SUMMARY
Bumps storybook to the latest, which deprecated the
-s
option, so this moves that configuration to a new home.Tweaking the Storybook config revealed that these files are checked for proper linting by CI, but the linter doesn't fix them, so I nabbed that too as bycatch.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
n/a, no difference.
TESTING INSTRUCTIONS
Run the storybook, see how it runs :D
ADDITIONAL INFORMATION