-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore: migrate to storybook 9 #35459
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
Open
dmytrokirpa
wants to merge
17
commits into
microsoft:master
Choose a base branch
from
dmytrokirpa:chore/storybook9
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,868
−2,762
Conversation
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
f18963a to
41faf51
Compare
8c965bd to
27e6e5d
Compare
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
76a6f8c to
4c1202c
Compare
Contributor
|
@dmytrokirpa these link in the PR point to invalid URLs, this is what I see when clicking on one of those |
Hotell
reviewed
Jan 6, 2026
Contributor
Hotell
left a comment
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.
in general we can proceed but left some comments to be addressed/investigated. ty
apps/public-docsite-v9/src/Concepts/Accessibility/ComponentLabelling.mdx
Outdated
Show resolved
Hide resolved
03adf66 to
6efefec
Compare
Hotell
approved these changes
Jan 7, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Build System
NX: core
Package: react-storybook-addon
PR: API Modified
Storybook
Type: RFC
Request for Feedback
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.

Summary
This PR migrates Storybook and its dependencies from version 8.6.14 to 9.1.16, following the official Storybook 9 migration guide.
Previous Behavior
@storybook/blocks,@storybook/addon-docs)@storybook/html-webpack5for HTML storiesNew Behavior
@storybook/addon-docs→@storybook/addon-docs/blocks@storybook/blocks→@storybook/addon-docs/blocks@storybook/manager-api→storybook/manager-api@storybook/core-events→storybook/internal/core-events@storybook/html-webpack5→@storybook/html-vite(packages/web-components/package.json)storybook-addon-performance)Key Changes
Package Updates
Core packages:
storybook: 8.6.14 → 9.1.16@storybook/react: 8.6.14 → 9.1.16@storybook/react-webpack5: 8.6.14 → 9.1.16@storybook/html-webpack5: 8.6.14 → removed (deprecated in v9)@storybook/html-vite: 9.1.16 (new)Import Path Updates
storybook/manager-apiandstorybook/internal/core-eventsBreaking Changes Addressed
GFM Support Removed:
@storybook/addon-mdx-gfmplugin used in v8 is deprecated and doesn't work with v9remark-gfmplugin as recommended by SB team.HTML Framework Migration:
@storybook/html-webpack5doesn't exist in Storybook v9@storybook/html-vitefor HTML storiesModule Path Restructuring: Updated all imports to use the new modular package structure
TypeScript Configuration: Updated
.storybook/tsconfig.jsonto include new module pathsConfiguration Updates
Testing
Migration Reference
Official migration guide: https://storybook.js.org/docs/9/releases/migration-guide
Related Issue(s)
Checklist
masterbranchyarn change)