Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

bump Storybook to v10, bump Storybook Rsbuild to v3.


This PR contains the following updates:

Package Change Age Confidence
@storybook/addon-docs (source) ^9.1.16 -> ^10.1.0 age confidence
@storybook/addon-onboarding (source) ^9.1.16 -> ^10.1.0 age confidence
@storybook/react (source) ^9.1.16 -> ^10.1.0 age confidence
@storybook/vue3 (source) ^9.1.16 -> ^10.1.0 age confidence
storybook (source) ^9.1.16 -> ^10.1.0 age confidence

Release Notes

storybookjs/storybook (@​storybook/addon-docs)

v10.1.0

Compare Source

Easier to setup, more accessible to use

Storybook 10.1 focuses on two key improvements: installation and accessibility:

  • ♿ UI overhaul to fix hundreds of a11y issues
  • 🧑‍💻 CLI overhaul for faster, more reliable install
  • ✅ Checklist-based onboarding guide for new users

The release also contains compatibility fixes for:

  • 🅰️ Angular 21 support
  • 🦀 RSbuild install support in CLI
  • ⚡️ Preact support for Vitest addon

Finally, it contains two highly-requested experimental features:

  • 📋 Component manifest for Storybook MCP
  • ⚛️ Improved JSX code snippets for React
List of all updates

v10.0.8

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging.
It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!
List of all updates
storybookjs/storybook (@​storybook/addon-onboarding)

v10.1.0

Compare Source

10.1.0

Easier to setup, more accessible to use

Storybook 10.1 focuses on two key improvements: installation and accessibility:

  • ♿ UI overhaul to fix hundreds of a11y issues
  • 🧑‍💻 CLI overhaul for faster, more reliable install
  • ✅ Checklist-based onboarding guide for new users

The release also contains compatibility fixes for:

  • 🅰️ Angular 21 support
  • 🦀 RSbuild install support in CLI
  • ⚡️ Preact support for Vitest addon

Finally, it contains two highly-requested experimental features:

  • 📋 Component manifest for Storybook MCP
  • ⚛️ Improved JSX code snippets for React
List of all updates

v10.0.8

Compare Source

10.0.8

v10.0.7

Compare Source

10.0.7

[v10.0.6](https://redirect.g


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 0d96a81 to aa5ccf4 Compare November 3, 2025 03:27
@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit df71e86
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/692813cd2d884a00085d70fc
😎 Deploy Preview https://deploy-preview-1309--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 7 times, most recently from 06ad27d to c91b577 Compare November 10, 2025 04:35
@Timeless0911 Timeless0911 marked this pull request as draft November 10, 2025 06:54
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 402cd65 to 468d58c Compare November 17, 2025 03:29
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 6428abe to 5890e79 Compare November 24, 2025 06:37
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 5890e79 to 5c8e409 Compare November 25, 2025 11:39
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 5c8e409 to 53054c0 Compare November 26, 2025 20:07
@fi3ework fi3ework changed the title chore(deps): update storybook monorepo to v10 (major) feat(create-rslib): bump Storybook to v10 Nov 27, 2025
@fi3ework fi3ework force-pushed the renovate/major-storybook-monorepo branch from ea24686 to 21ea6e2 Compare November 27, 2025 07:30
@renovate
Copy link
Contributor Author

renovate bot commented Nov 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@fi3ework fi3ework marked this pull request as ready for review November 27, 2025 07:32
Copilot finished reviewing on behalf of fi3ework November 27, 2025 07:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades Storybook from v9 to v10 across all create-rslib templates and examples, aligning with Storybook's latest major version release. The upgrade includes updating all Storybook-related packages and refactoring configuration files to use ESM-native module resolution.

Key Changes:

  • Storybook packages updated from ^9.1.16 to ^10.1.0 across all templates
  • Storybook Rsbuild packages updated from ^2.1.6 to ^3.0.0 in templates (aligned with Storybook v10 compatibility)
  • Refactored getAbsolutePath function in .storybook/main files to use import.meta.resolve() instead of CommonJS require.resolve()
  • Added version compatibility table in documentation to guide users on migration from earlier Storybook versions

Reviewed changes

Copilot reviewed 36 out of 37 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
website/docs/en/guide/advanced/storybook.mdx Added Storybook Rsbuild version mapping table and moved tip about create-rslib
website/docs/zh/guide/advanced/storybook.mdx Chinese version of documentation changes with version mapping table
packages/create-rslib/template-*/package.json Updated Storybook packages to v10 and Rsbuild addons to v3 across all templates
packages/create-rslib/template-/.storybook/main. Refactored getAbsolutePath to use import.meta.resolve() for ESM compatibility
packages/create-rslib/fragments/tools/storybook-*/package.json Updated Storybook packages in fragments for both React and Vue
packages/create-rslib/fragments/tools/storybook-/.storybook/main. Refactored getAbsolutePath in fragment configurations
examples/vue-component-bundleless/package.json Updated Storybook core packages to v10 (incomplete - addons not updated)
examples/module-federation/mf-react-component/package.json Updated Storybook core package to v10 (incomplete - addons not updated)
pnpm-lock.yaml Reflected updated dependency versions and resolution changes
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fi3ework fi3ework enabled auto-merge (squash) November 27, 2025 07:46
@fi3ework fi3ework disabled auto-merge November 27, 2025 07:47
@fi3ework fi3ework force-pushed the renovate/major-storybook-monorepo branch from 21ea6e2 to df41604 Compare November 27, 2025 07:59
@fi3ework fi3ework force-pushed the renovate/major-storybook-monorepo branch from df41604 to f880479 Compare November 27, 2025 08:20
@fi3ework fi3ework enabled auto-merge (squash) November 27, 2025 08:38
@fi3ework fi3ework merged commit a6d71dd into main Nov 27, 2025
16 checks passed
@fi3ework fi3ework deleted the renovate/major-storybook-monorepo branch November 27, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants