Storybook: Upgrade to 10.5 - #80692
Conversation
|
Size Change: 0 B Total Size: 7.77 MB |
089a98b to
cc1f0e8
Compare
|
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. |
I've opened a draft pull request to demonstrate what the issues we'll encounter looks like: #80697 |
|
Flaky tests detected in 7ed2af3. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/32482007545 shows pattern summary fields in the post editor in
|
mirka
left a comment
There was a problem hiding this comment.
Tests well, and the e2e Storybook is also good.
Looks like 10.5.4 is already out, but not a blocker 😄
00963e6 to
fc2dc65
Compare
fc2dc65 to
1498ba9
Compare
15c64a5 to
7ed2af3
Compare
We're at 10.5.10 now, probably a good small targeted follow-up PR after this one merged |
|
Yeah I expect 10.6 is imminent as well. They've got a pretty frequent release cadence these days. Might just end up waiting for that one unless there's something compelling from the patch versions. |
|
Actually it looks like with resolving merge conflicts and using |
What?
Upgrades Storybook from 10.4.3 to 10.5.3.
Relevant changelogs:
Temporarily merges to #80655, in order to demonstrate regression coverage success, and an expectation that #80655 will be merged first and then this rebased against
trunk.Why?
Popover.Slotinstorybook/components-manifest.yml)experimentalDocgenServeragain changes the format of the manifest in ways that will break our design system MCP client and will need separate reconciliation (see Storybook: Use experimental docgen server #80697). This work will at least serve as an incremental step in that direction.Testing Instructions
Verify that Storybook builds and loads with expected documentation, and verify that components manifest and its related tests continue as expected. To verify this, follow testing instructions from #80655.
Use of AI Tools
Used Cursor IDE + Auto (like Composer) model to navigate the upgrade and effect on components manifests, reviewed and iterated manually.