Skip to content

Release: Prerelease 10.2.0-alpha.5#33317

Merged
valentinpalkovic merged 64 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.4
Dec 10, 2025
Merged

Release: Prerelease 10.2.0-alpha.5#33317
valentinpalkovic merged 64 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 9, 2025

This is an automated pull request that bumps the version from 10.2.0-alpha.4 to 10.2.0-alpha.5.
Once this pull request is merged, it will trigger a new release of version 10.2.0-alpha.5.
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: CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration #31941
  • 🐛 Bug: Controls: Allow resetting the Select control #33289
  • 🐛 Bug: Preview: Enforce inert body if manager is focus-trapped #33186 (will also be patched)
  • 🐛 Bug: UI: Fix keyboard navigation bug for "reset" option in Select #33268 (will also be patched)
  • 🐛 Bug: Vue3: Update renderer's setup function to allow passing generic HostElement type #32029
  • 🐛 Bug: Manager: Do not display non-existing shortcuts in the settings page #32711 (will also be patched)
  • 🐛 Bug: Docs: Ensure CodePanel hooks are called within component #33162
  • 🐛 Bug: Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. #33232
  • 🐛 Bug: Telemetry: Await pending operations in getLastEvents to prevent race conditions #33285 (will also be patched)
  • 🐛 Bug: Core: Ensure /project.json route is up before builders serve local FS #33303
  • 📝 Documentation: Docs: Fix Eslint outdated URLs #33304 (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.2.0-alpha.5

  • Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks snippy4!
  • CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks mrginglymus!
  • Controls: Allow resetting the Select control - #33289, thanks Sidnioulz!
  • Core: Ensure /project.json route is up before builders serve local FS - #33303, thanks Sidnioulz!
  • Docs: Ensure CodePanel hooks are called within component - #33162, thanks mrginglymus!
  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks Sidnioulz!
  • Vue3: Update renderer's setup function to allow passing generic HostElement type - #32029, thanks DamianGlowala!

mrginglymus and others added 30 commits July 3, 2025 09:19
Co-authored-by: Steve Dodier-Lazaro <Sidnioulz@users.noreply.github.com>
…s to prevent the fetch call from hanging during certain circumstances where the port is being used by a process that wont respond.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Dec 9, 2025
…e-condition

Telemetry: Await pending operations in getLastEvents to prevent race conditions
Addon-Vitest: Added timeout for fetching localhost 6006 during global setup.
Docs: Ensure CodePanel hooks are called within component
Manager: Do not display non-existing shortcuts in the settings page
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.4 branch from d0a20d1 to 085f8cb Compare December 9, 2025 18:17
…p-fn-generics

Vue3: Update renderer's setup function to allow passing generic HostElement type
…-option-kb-nav

UI: Fix keyboard navigation bug for "reset" option in `Select`
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.4 branch from 085f8cb to 3f24d62 Compare December 9, 2025 18:29
valentinpalkovic and others added 4 commits December 9, 2025 19:31
…s-trap

Preview: Enforce inert body if manager is focus-trapped
Controls: Allow resetting the Select control
CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.4 branch from 3f24d62 to e956dab Compare December 9, 2025 18:38
@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 Dec 9, 2025
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: e956dab, ran on 9 December 2025 at 19:19:12 UTC

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

@storybook/builder-webpack5

Before After Difference
Dependency count 191 191 0
Self size 75 KB 75 KB 0 B
Dependency size 32.21 MB 32.18 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

storybook

Before After Difference
Dependency count 39 39 0
Self size 20.52 MB 20.54 MB 🚨 +16 KB 🚨
Dependency size 16.41 MB 16.41 MB 0 B
Bundle Size Analyzer Link Link

@storybook/angular

Before After Difference
Dependency count 191 191 0
Self size 118 KB 118 KB 🚨 +48 B 🚨
Dependency size 30.33 MB 30.30 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/ember

Before After Difference
Dependency count 195 195 0
Self size 15 KB 15 KB 0 B
Dependency size 28.93 MB 28.91 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/nextjs

Before After Difference
Dependency count 537 537 0
Self size 645 KB 645 KB 0 B
Dependency size 59.14 MB 59.12 MB 🎉 -24 KB 🎉
Bundle Size Analyzer Link Link

@storybook/nextjs-vite

Before After Difference
Dependency count 128 128 0
Self size 1.12 MB 1.12 MB 🚨 +36 B 🚨
Dependency size 21.98 MB 21.96 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 160 160 0
Self size 30 KB 30 KB 🚨 +18 B 🚨
Dependency size 23.16 MB 23.14 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 118 118 0
Self size 35 KB 35 KB 🚨 +18 B 🚨
Dependency size 19.78 MB 19.75 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-webpack5

Before After Difference
Dependency count 277 277 0
Self size 24 KB 24 KB 🚨 +12 B 🚨
Dependency size 44.09 MB 44.07 MB 🎉 -24 KB 🎉
Bundle Size Analyzer Link Link

@storybook/server-webpack5

Before After Difference
Dependency count 203 203 0
Self size 16 KB 16 KB 0 B
Dependency size 33.46 MB 33.44 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 40 40 0
Self size 1000 KB 1000 KB 🎉 -31 B 🎉
Dependency size 36.93 MB 36.94 MB 🚨 +16 KB 🚨
Bundle Size Analyzer node node

@storybook/preset-react-webpack

Before After Difference
Dependency count 170 170 0
Self size 18 KB 18 KB 0 B
Dependency size 31.33 MB 31.31 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react

Before After Difference
Dependency count 57 57 0
Self size 716 KB 716 KB 🎉 -6 B 🎉
Dependency size 12.93 MB 12.90 MB 🎉 -23 KB 🎉
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic merged commit ec1a491 into next-release Dec 10, 2025
121 of 122 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.2.0-alpha.4 branch December 10, 2025 07:08
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.