chore(Storybook): Upgrade Storybook from 8.3.4 to 10.4.6 - #4061
Merged
Conversation
m7kvqbe1
requested review from
markhigham,
ollie-sutton and
thyhjwb6
as code owners
June 29, 2026 09:49
m7kvqbe1
force-pushed
the
feat/storybook-10
branch
from
June 29, 2026 10:47
64a9db9 to
d35c1be
Compare
m7kvqbe1
force-pushed
the
feat/storybook-10
branch
from
June 29, 2026 10:59
d35c1be to
4a1bdee
Compare
thyhjwb6
approved these changes
Jun 29, 2026
m7kvqbe1
force-pushed
the
feat/storybook-10
branch
from
June 29, 2026 11:40
4a1bdee to
eeb1c44
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
N/A
Overview
Upgrades Storybook from
8.3.4to the latest10.4.6(two majors). Performed with the officialstorybook upgrade+automigratecodemods, then manual cleanup. Addons consolidated into core, deprecated standalone packages removed, and all story/mdx imports migrated. The static Storybook build passes locally on Node 24.Reason
Storybook 8 is two majors behind; moving to 10 keeps us on a supported line and unblocks current addon/tooling versions.
Work carried out
@storybook/*+storybook+eslint-plugin-storybookto^10.4.6;@storybook/test-runnerto^0.24.4;addon-webpack5-compiler-babelto^4addon-actions,addon-essentials,addon-interactions,blocks,manager-api,theming,test; added@storybook/addon-docs@storybook/react→@storybook/react-webpack5,@storybook/blocks→@storybook/addon-docs/blocks,@storybook/addon-actions→storybook/actions,@storybook/test→storybook/test.storybookconfig: addon list trimmed,manager.jsimports →storybook/manager-api+storybook/theming,docs.autodocs→tags: ['autodocs']inpreview.jsstorybook:staticbuild succeeds locallyDeveloper notes
.storybook/*.jswith "File ignored by default" (eslint ignores dot-dirs); this is a pre-existing quirk and CI lint (eslint src e2e) is unaffected.