Conversation
|
Size Change: 0 B Total Size: 6.89 MB ℹ️ View Unchanged
|
|
Flaky tests detected in e5e567c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22966448927
|
6e610b4 to
e5e567c
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. |
There was a problem hiding this comment.
Tested locally and confirmed that the "Reset" option is removed 👍
Being SemVer, I'm expecting this should be a reasonably safe upgrade with backwards-compatible changes, but I did a cursory review of the changelog to see if I could spot anything troubling.
One feature that might be nice is that v10.2.0 added support for an extra manifests file for .mdx file content that could be useful for MCP servers or other external documentation. It'll be available at http://wordpress.github.io/gutenberg/manifests/docs.json
What?
Upgrades all Storybook packages from
^10.1.11to^10.2.8.Why?
10.2 includes storybookjs/storybook#33276, which fixes the "Reset selection" crash in global toolbar dropdowns. The fix makes the reset option only appear when a
resetItemis explicitly configured, and usesundefinedinstead of the_resetsentinel string. This should make #76205 unnecessary.How?
Bumped version specifiers for all
@storybook/*,storybook, andeslint-plugin-storybookpackages across:package.json(eslint-plugin-storybook:10.1.11→10.2.17)storybook/package.jsonpackages/components/package.jsonpackages/dataviews/package.jsonpackages/theme/package.jsonpackages/ui/package.jsonTesting Instructions
npm run storybook:dev.The changelog looks safe, but in any case there should be no disruptive changes to the Storybook.