Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2025

This is an automated pull request that bumps the version from 10.1.0-alpha.7 to 10.1.0-alpha.8.
Once this pull request is merged, it will trigger a new release of version 10.1.0-alpha.8.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🐛 Bug: Next.js: Update SWC loader to support new wasm detection #33003 (will also be patched)
  • 🐛 Bug: Middleware: Prepend file:// to middleware import for Windows support #32955
  • 🔧 Maintenance: React Native Web: Update vite-plugin-rnw for overall improvements #32991
  • 🐛 Bug: ESLint: Only apply csf-strict rules on stories files #31963 (will also be patched)
  • 🏗️ Build: Build: Fix internal docgen issue #33007
  • 🏗️ Build: Build: Enhance run-registry script to kill existing Verdaccio processes #33005
  • ❔ Missing Label: Preact: Remove use of JSX #32953
  • 🏗️ Build: Sandboxes: Typecheck check production storybook packages #32447
  • 🏗️ Build: Build: Update and change the yarn-pnp example to use Vue #32979
  • 📝 Documentation: Docs: Fix Svelte references #32985 (will also be patched)

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

10.1.0-alpha.8

  • ESLint: Only apply csf-strict rules on stories files - #31963, thanks cylewaitforit!
  • Middleware: Prepend file:// to middleware import for Windows support - #32955, thanks ndelangen!
  • Next.js: Update SWC loader to support new wasm detection - #33003, thanks yannbf!
  • React Native Web: Update vite-plugin-rnw for overall improvements - #32991, thanks dannyhw!

cylewaitforit and others added 27 commits July 6, 2025 14:32
We were pinning to a version that did not support a feature we were
setting
To get rid of the ts-expect-error, we can set the import source as
preact so it will resolve preact's `Component` rather than React's.
ESLint: Only apply csf-strict rules on stories files
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Nov 7, 2025
…-import-support

Middleware: Prepend `file://` to middleware `import` for Windows support
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.7 branch from 179b423 to 5b5e678 Compare November 10, 2025 09:46
Build: Update and change the yarn-pnp example to use Vue
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.7 branch from 5b5e678 to e0ac6ef Compare November 10, 2025 10:01
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.7 branch from e0ac6ef to c6f95bd Compare November 10, 2025 11:09
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 10, 2025
@nx-cloud
Copy link

nx-cloud bot commented Nov 10, 2025

View your CI Pipeline Execution ↗ for commit 53dc9a4

Command Status Duration Result
nx run-many -t check -c production --parallel=7 ✅ Succeeded 1s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-11 15:39:38 UTC

@storybook-app-bot
Copy link

storybook-app-bot bot commented Nov 10, 2025

Package Benchmarks

Commit: 53dc9a4, ran on 11 November 2025 at 15:45:31 UTC

The following packages have significant changes to their size or dependencies:

@storybook/react-native-web-vite

Before After Difference
Dependency count 157 156 🎉 -1 🎉
Self size 31 KB 31 KB 🎉 -126 B 🎉
Dependency size 23.11 MB 23.05 MB 🎉 -64 KB 🎉
Bundle Size Analyzer Link Link

@yannbf yannbf removed the freeze Freeze the Release PR with this label label Nov 11, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.7 branch from c6f95bd to 53dc9a4 Compare November 11, 2025 15:27
@yannbf yannbf added the freeze Freeze the Release PR with this label label Nov 11, 2025
@yannbf yannbf merged commit c3c641f into next-release Nov 11, 2025
102 of 103 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.1.0-alpha.7 branch November 11, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.