Docs: Add 9 -> 10 migration guide#32387
Merged
Merged
Conversation
- "From older version" is now 8 -> 9
|
View your CI Pipeline Execution ↗ for commit d72eb3c
☁️ Nx Cloud last updated this comment at |
* next: Bump version from "10.0.0-beta.1" to "10.0.0-beta.2" [skip ci] Write changelog for 10.0.0-beta.2 [skip ci] Refactor: Use fileURLToPath for module resolution in Next.js Vite preset Update dependencies and ESLint configuration
shilman
approved these changes
Sep 3, 2025
Member
shilman
left a comment
There was a problem hiding this comment.
Looks good. Was going to comment on the Greptile suggestion, but you beat me to the punch! 🙌
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.
What I did
Checklist for Contributors
Testing
Manual testing
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal,ci:mergedorci:dailyGH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli-storybook/src/sandbox-templates.tsMake sure this PR contains one of the labels below:
Available labels
bug: Internal changes that fixes incorrect behavior.maintenance: User-facing maintenance tasks.dependencies: Upgrading (sometimes downgrading) dependencies.build: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup: Minor cleanup style change. Will not show up in release changelog.documentation: Documentation only changes. Will not show up in release changelog.feature request: Introducing a new feature.BREAKING CHANGE: Changes that break compatibility in some way with current major version.other: Changes that don't fit in the above categories.Greptile Summary
Updated On: 2025-09-03 16:25:58 UTC
This PR restructures Storybook's migration guide documentation to accommodate the upcoming Storybook 10 release. The changes involve shifting the migration guide hierarchy:
Updated primary migration guide (
migration-guide.mdx): Now covers Storybook 9 → 10 migration, focusing on the key breaking changes in v10 which are primarily ESM-only distribution, updated Node.js requirements (20.19+ or 22.12+), and new features like CSF Next. The extensive package consolidation section from the previous v8→v9 guide has been removed since it's no longer relevant for v10.Updated legacy migration guide (
migration-guide-from-older-version.mdx): Now covers Storybook 8 → 9 migration (previously covered 7→8). This includes comprehensive documentation of the major package consolidation where many separate packages were merged into the mainstorybookpackage, breaking changes like dropped Vite 4 support, and framework-based configuration updates.This restructuring follows Storybook's documentation pattern where the primary migration guide covers the latest version transition, while older migration paths are preserved as "from older version" guides. The changes ensure users have accurate migration information whether they're upgrading from v8 to v9 or v9 to v10, with appropriate level of detail for each transition's complexity.
Confidence score: 5/5