chore(deps): upgrade storybook from 8.6 to 10.3#2003
Open
kkedziak-splunk wants to merge 4 commits intodevelopfrom
Open
chore(deps): upgrade storybook from 8.6 to 10.3#2003kkedziak-splunk wants to merge 4 commits intodevelopfrom
kkedziak-splunk wants to merge 4 commits intodevelopfrom
Conversation
- Upgrade storybook and @storybook/* packages to v10.3.3 - Upgrade @storybook/test-runner to v0.24.3 - Upgrade eslint-plugin-storybook to v10.3.3 - Remove consolidated packages (addon-essentials, addon-interactions, blocks) - Replace @storybook/test imports with storybook/test - Replace @storybook/react imports with @storybook/react-vite - Fix ESM compatibility in .storybook/main.ts (require.resolve, __dirname) - Update tsconfig moduleResolution from node to bundler Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolve yarn.lock conflict from merging develop (uuid ^13.0.0, @rollup/plugin-commonjs ^29.0.2) with storybook 10 upgrade. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…k/addonfactory-ucc-generator into chore/upgrade-storybook-10
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.
Issue number:
PR Type
What kind of change does this PR introduce?
Summary
Changes
Upgrade Storybook and related packages from 8.6.x to 10.3.3.
storybook,@storybook/react-vite,@storybook/react,@storybook/builder-vite,@storybook/addon-a11y,@storybook/addon-linksto^10.3.3@storybook/test-runnerfrom0.23.0to0.24.3eslint-plugin-storybookfrom0.12.0to10.3.3@storybook/addon-essentials,@storybook/addon-interactions,@storybook/blocks@storybook/testimports withstorybook/test(package consolidated intostorybook)@storybook/reactimports with@storybook/react-vite(new eslint rulestorybook/no-renderer-packages).storybook/main.ts:require.resolve()→createRequire(import.meta.url).resolve(),__dirname→import.meta.dirnametsconfig.app.jsonmoduleResolutionfrom"node"to"bundler"(required for Storybook 10 package exports; the old SUI incompatibility no longer applies)Notes:
@kickstartds/storybook-addon-jsonschema@4.0.0depends on@storybook/*@^8packages (components, manager-api, preview-api). These install as its own deps with peer warnings but work at runtime. A future update of that addon would clean this up.msw-storybook-addon@2.0.6is confirmed compatible with Storybook 10 (mswjs/msw-storybook-addon#179)User experience
No user-facing changes. Storybook dev server and built output remain functionally identical.
Checklist
Review
Tests
See the testing doc.
Demo/meeting:
Reviewers are encouraged to request meetings or demos if any part of the change is unclear