⬆ Sync @storybook/react-vite and storybook to 10.5.5 - #1768
Merged
Conversation
Combines dependabot #1752 (@storybook/react-vite) and #1755 (storybook) — both conflicted with #1763's @storybook/react bump, which already landed. Storybook's own packages are released in lockstep and must stay on the same minor/patch version across the monorepo; leaving react-vite/storybook behind at 10.4.6/10.5.0 while react moved to 10.5.5 would reintroduce the same conflict on the next dependency-bump pass. Verified: tsc --noEmit clean, eslint clean, full test suite (3016 tests) passing, pnpm run build succeeds, and pnpm run build-storybook succeeds.
This was referenced Jul 28, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
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.



Combines dependabot #1752 (@storybook/react-vite) and #1755 (storybook) — both conflicted with #1763's @storybook/react bump, which already landed on main. Storybook's own packages are released in lockstep and must stay on the same minor/patch version; leaving react-vite/storybook behind at 10.4.6/10.5.0 while react moved to 10.5.5 would reintroduce the same conflict on the next bump.
Verified locally:
tsc --noEmitclean,eslintclean, full test suite (3016 tests) passing,pnpm run buildsucceeds,pnpm run build-storybooksucceeds.Closes the need for #1752 and #1755.