Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@storybook/addon-docs (source) 9.1.16 -> 10.1.4 age confidence
@storybook/addon-links (source) 9.1.16 -> 10.1.4 age confidence
@storybook/builder-vite (source) 9.1.16 -> 10.1.4 age confidence
@storybook/vue3 (source) 9.1.16 -> 10.1.4 age confidence
@storybook/vue3-vite (source) 9.1.16 -> 10.1.4 age confidence
storybook (source) 9.1.16 -> 10.1.4 age confidence
storybook (source) 9.1.16 -> 10.1.4 age confidence

Release Notes

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

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

  • Checklist: Fix how state changes are reported and drop some completion restrictions - #​33217, thanks @​ghengeveld!

v10.1.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@netlify
Copy link

netlify bot commented Nov 2, 2025

Deploy Preview for nuxt-storybook ready!

Name Link
🔨 Latest commit 571802f
🔍 Latest deploy log https://app.netlify.com/projects/nuxt-storybook/deploys/6930685f0071da0008e436c2
😎 Deploy Preview https://deploy-preview-973--nuxt-storybook.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 branch 2 times, most recently from ca7bd43 to 41315b1 Compare November 2, 2025 18:25
@chakAs3 chakAs3 self-assigned this Nov 2, 2025
@renovate renovate bot force-pushed the renovate/major-storybook branch 5 times, most recently from 384d9b0 to 16d828c Compare November 6, 2025 14:50
@renovate renovate bot force-pushed the renovate/major-storybook branch 2 times, most recently from 103d281 to 12ae110 Compare November 11, 2025 22:02
@renovate renovate bot force-pushed the renovate/major-storybook branch from 12ae110 to 9f09d4c Compare November 17, 2025 13:55
@renovate renovate bot force-pushed the renovate/major-storybook branch 3 times, most recently from 4940a45 to 0ae0157 Compare November 28, 2025 19:17
@dnyall
Copy link

dnyall commented Nov 30, 2025

Why don't you merge this?

all 9.x.x released versions (include nightly) have :

  "peerDependencies": {
    "storybook": "~10.0.2"
  },

that cause :

npx storybook@latest upgrade :                                                                                                                      

┌  Storybook upgrade - v10.1.2
│
◇  1 project detected
│
●  Upgrading from 10.0.8 to 10.1.2
│
◆  Updated package versions in package.json files
│
◆  No automigrations detected
│
◇  Dependencies installed
│
◇  Checking the health of your project(s)..
│
▲  /.storybook: 1 issue found
│ ┌─Incompatible Packages──────────────────────────────────────────────────────────────────────────────┐
│ │  You are currently using Storybook 10.1.2 but you have packages which are incompatible with it:    │
│ │                                                                                                    │
│ │  - @nuxtjs/storybook@9.1.0-29374011.dab79ae which depends on ~10.0.2                               │
│ │   Repo: https://storybook.nuxtjs.org                                                               │
│ │                                                                                                    │
│ │  Please consider updating your packages or contacting the maintainers for compatibility details.   │
│ │                                                                                                    │
│ │  For more details on compatibility guidance, see:                                                  │
│ │  https://github.com/storybookjs/storybook/issues/32836                                             │
│ └────────────────────────────────────────────────────────────────────────────────────────────────────┘
│
◇  Storybook doctor is complete!
│
│  You can always recheck the health of your project(s) by running:
│  npx storybook doctor
│
◇  Your project(s) have been upgraded successfully, but some issues were found
│  which need your attention, please check Storybook doctor logs above.
│
│  For a full list of changes, please check our migration guide:
│  https://storybook.js.org/docs/releases/migration-guide?ref=upgrade

and not compatible with last version of storybook.

@renovate renovate bot force-pushed the renovate/major-storybook branch 6 times, most recently from a28d594 to f64f748 Compare December 3, 2025 11:12
@renovate renovate bot force-pushed the renovate/major-storybook branch from f64f748 to 571802f Compare December 3, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants