Skip to content

update storybook deps to 10.5.4 - #913

Merged
ndelangen merged 3 commits into
nextfrom
chore/bump-storybook-10.5.4
Jul 24, 2026
Merged

update storybook deps to 10.5.4#913
ndelangen merged 3 commits into
nextfrom
chore/bump-storybook-10.5.4

Conversation

@ndelangen

Copy link
Copy Markdown
Member

Summary

  • Bump storybook, @storybook/react, and @storybook/react-native-web-vite to 10.5.4 across packages and examples
  • Picks up core telemetry inference for .rnstorybook configs that omit framework (storybookjs/storybook#35560), so metadata.framework.name resolves to @storybook/react-native

Test plan

  • pnpm install resolves 10.5.4 (may need --config.minimum-release-age=0 until the release ages past minimumReleaseAge)
  • STORYBOOK_TELEMETRY_DEBUG=1 telemetry('dev', …, { configDir: '.rnstorybook' }) without main.framework reports framework.name: "@storybook/react-native"
  • CI green
  • Spot-check expo example still starts against 10.5.4

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@ndelangen
ndelangen requested a review from dannyhw as a code owner July 24, 2026 11:47
Copilot AI review requested due to automatic review settings July 24, 2026 11:47
@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e3e3e18

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@storybook/react-native-ui-common Patch
@storybook/addon-ondevice-backgrounds Patch
@storybook/react-native-ui-lite Patch
@storybook/addon-ondevice-controls Patch
@storybook/addon-ondevice-actions Patch
@storybook/react-native-ui Patch
@storybook/addon-ondevice-notes Patch
@storybook/react-native Patch
@storybook/react-native-theming Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Allows CI to install freshly published Storybook releases before the
~22h supply-chain age gate elapses.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ndelangen ndelangen self-assigned this Jul 24, 2026
@ndelangen ndelangen moved this to In Progress in Core Team Projects Jul 24, 2026
Ensures upgrading RN packages pulls users onto the core release that
infers framework metadata for .rnstorybook configs.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ndelangen
ndelangen merged commit 38ce5e6 into next Jul 24, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Core Team Projects Jul 24, 2026
@ndelangen
ndelangen deleted the chore/bump-storybook-10.5.4 branch July 24, 2026 12:10
@dannyhw

dannyhw commented Jul 24, 2026

Copy link
Copy Markdown
Member

This change makes the requirement 10.5.4 instead of ^10.5.2 which doesn't seem necessary and also locks in a specific patch version

@ndelangen

Copy link
Copy Markdown
Member Author

Yes, that was the point, unfortunately required for telemetry to work correctly.

@ndelangen

Copy link
Copy Markdown
Member Author

Oh, wait it should have a caret version, I'll fix that today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants