chore: upgrades Storybook to v10 and modernize story format#95
Merged
chinrichs-godaddy merged 2 commits intogodaddy:mainfrom Feb 12, 2026
Merged
chore: upgrades Storybook to v10 and modernize story format#95chinrichs-godaddy merged 2 commits intogodaddy:mainfrom
chinrichs-godaddy merged 2 commits intogodaddy:mainfrom
Conversation
- Upgrade all Storybook packages from 8.5.3 to 10.2.8 - Convert stories from CSF2 to CSF3 format for better Controls integration - Remove @storybook/test (now built into core storybook package) - Remove unused babel-plugin-inline-react-svg dependency - Modernize story imports and preview configuration This brings the project up to the latest Storybook version with improved developer experience, better TypeScript support, and continued security updates.
chinrichs-godaddy
approved these changes
Feb 12, 2026
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.
Summary
Upgrades Storybook from v8.5 to v10.2 and modernizes the story configuration format. This brings the project up to date with the latest Storybook release, improving developer experience and ensuring continued security updates.
Changes
Storybook Upgrades
8.5.3to10.2.8@storybook/testpackage (now built into corestorybookpackage).storybook/preview.jsto use default export formatStory Format Modernization
argsfor better Controls panel integrationrequire()toimportfor CSS importsDependency Cleanup
babel-plugin-inline-react-svg(unmaintained, 3 years old)@svgr/webpackin Storybook configpackage.jsonand.babelrcBenefits
Testing
Breaking Changes
None. This is a development-only upgrade that does not affect the published package or its consumers.
Screenshots