-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Storybook: Upgrade to the latest version (v8.4.7) #67863
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +103 B (+0.01%) Total Size: 1.83 MB
ℹ️ View Unchanged
|
Flaky tests detected in 5a95716. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12293569889
|
@@ -155,3 +155,5 @@ export const parameters = { | |||
}, | |||
sourceLinkPrefix: 'https://github.com/WordPress/gutenberg/blob/trunk/', | |||
}; | |||
|
|||
export const tags = [ 'autodocs' ]; |
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.
The migrations docs suggesting adding a default export, is there a reason why we're not following that suggestion and opting for a named export instead? Could this ever stop working in the future?
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.
The auto migrator didn't have a problem catching that and working with it. I think it shouldn't be an issue. If it does, we'll find out quickly enough.
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.
Thanks for taking a look and testing 🙇♂️
Yes! Might motivate us to further adopt tags in our stories.
Yup, those are pre-existing, and I'd love to clean them all soon. One step at a time! |
* Bump dependencies to v8.1.11 * 8.1: Move autodocs to preview tags * Bump dependencies to v8.2.10 * Bump dependencies to v8.3.7 * Bump dependencies to v8.4.7 Co-authored-by: tyxla <[email protected]> Co-authored-by: ciampo <[email protected]>
What?
Upgrading Storybook to the latest version (v8.4.7).
Why?
We've been stuck on Storybook 7.x for a while. In #67574 we upgraded to v8.0, and this PR brings Storybook to the latest version.
How?
It's mostly bumping the versions, which results in a major dependency cleanup (see #67840 that attempted to do parts of that).
The only non-dependency change is the deprecation of
autodocs
, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#mainjs-docsautodocs-is-deprecatedTesting Instructions
Testing Instructions for Keyboard
Same
Screenshots or screencast
None