Skip to content

Release: Prerelease 10.2.0-alpha.10#33405

Merged
ndelangen merged 134 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.9
Dec 29, 2025
Merged

Release: Prerelease 10.2.0-alpha.10#33405
ndelangen merged 134 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.9

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

This is an automated pull request that bumps the version from 10.2.0-alpha.9 to 10.2.0-alpha.10.
Once this pull request is merged, it will trigger a new release of version 10.2.0-alpha.10.
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: NextJS: Import next/dist with .js-extension for ESM compat #33380
  • ✨ Feature Request: Interactions: Add disable parameter for interactions panel #33368
  • 🐛 Bug: Preview: Treat canceled animations as finished #32401
  • 🐛 Bug: Vitest: Fallback detecting vitest version in postinstall #33415
  • 📦 Dependencies: Dependencies: Bump various packages #33412
  • 🐛 Bug: UI: Prevent primary story from duplicating anchor ID #33384
  • 🐛 Bug: Upgrade: Preserve package.json indentation when upgrading #32280
  • 🔧 Maintenance: Manifests: Support !manifest tag in preview files #33406
  • 🐛 Bug: Interactions: Fix state reset bug when switching stories with date mocks #33388
  • 🐛 Bug: UI: Fix React error 300 on some addons #33381 (will also be patched)
  • 🔧 Maintenance: UI: Ensure consistent right padding in TreeNode #33322
  • 🔧 Maintenance: Manifests: Refactor from componentManifestGenerator to extensible manifests preset property #33392
  • ❔ Missing Label: Cleanup: Consistently use disableSnapshot for Chromatic config #33417
  • 📝 Documentation: Docs: CSF Next - Adjust custom args example for better type safety #33378 (will also be patched)
  • 📝 Documentation: Docs: Fix annotation imports in the A11y testing documentation #33370
  • 🏗️ Build: Core: Simplify emotion/react module augmentation #33250
  • 🏗️ Build: ESLint: Migrate to use 'import-x' plugin #33105
  • 🏗️ Build: Copilot: Improve instructions, setup steps #33231
  • 🏗️ Build: CI: Make missing manual testing section a CI failure #33345
  • 🏗️ Build: Build: Remove cleanup of Yarn berry directory in sandboxes #33266

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.10

  • Dependencies: Bump various packages - #33412, thanks ndelangen!
  • Interactions: Add disable parameter for interactions panel - #33368, thanks jeevikar14!
  • Interactions: Fix state reset bug when switching stories with date mocks - #33388, thanks Sidnioulz!
  • Manifests: Refactor from componentManifestGenerator to extensible manifests preset property - #33392, thanks JReinhold!
  • Manifests: Support !manifest tag in preview files - #33406, thanks JReinhold!
  • NextJS: Import next/dist with .js-extension for ESM compat - #33380, thanks yue4u!
  • Preview: Treat canceled animations as finished - #32401, thanks bawjensen!
  • UI: Ensure consistent right padding in TreeNode - #33322, thanks Sidnioulz!
  • UI: Fix React error 300 on some addons - #33381, thanks Sidnioulz!
  • UI: Prevent primary story from duplicating anchor ID - #33384, thanks Sidnioulz!
  • Upgrade: Preserve package.json indentation when upgrading - #32280, thanks y-hsgw!
  • Vitest: Fallback detecting vitest version in postinstall - #33415, thanks ndelangen!

y-hsgw and others added 30 commits August 16, 2025 17:06
The previous approach would overwrite the inlined declaration of the
Theme interface from @emotion/react.

This alternative approach contains a self-augmenting declaration that
enhances the Theme interface re-export.
### Description
Fix the import order so that `previewAnnotations` is imported after the a11y configuration in documentation.

Previously, the document state that previewAnnotations was imported first, which caused it to overwrite the accessibility settings defined in `parameters.a11y.`
UI: Prevent primary story from duplicating anchor ID
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from 4959094 to 8adf604 Compare December 24, 2025 13:49
…2025

Dependencies: Bump various packages
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from 8adf604 to 3af7512 Compare December 24, 2025 14:13
…ection-fallback

Vitest: Fallback detecting vitest version in postinstall
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from 3af7512 to e4a6ba9 Compare December 24, 2025 17:59
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from e4a6ba9 to fb78323 Compare December 24, 2025 19:00
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from fb78323 to 37c9d0d Compare December 26, 2025 21:16
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from 37c9d0d to 554b1fa Compare December 29, 2025 09:27
NextJS: Import `next/dist` with `.js`-extension for ESM compat
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from 554b1fa to f7bdfb5 Compare December 29, 2025 10:34
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.9 branch from f7bdfb5 to 5e10b78 Compare December 29, 2025 12:07
@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 29, 2025
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 5e10b78, ran on 29 December 2025 at 14:16:45 UTC

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

@storybook/addon-docs

Before After Difference
Dependency count 18 18 0
Self size 1.79 MB 1.64 MB 🎉 -153 KB 🎉
Dependency size 9.25 MB 9.25 MB 🚨 +18 B 🚨
Bundle Size Analyzer Link Link

storybook

Before After Difference
Dependency count 49 49 0
Self size 20.52 MB 20.19 MB 🎉 -333 KB 🎉
Dependency size 16.52 MB 16.52 MB 0 B
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 775 KB 775 KB 🚨 +152 B 🚨
Dependency size 67.58 MB 67.24 MB 🎉 -333 KB 🎉
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 176 176 0
Self size 30 KB 30 KB 0 B
Dependency size 66.15 MB 65.82 MB 🎉 -333 KB 🎉
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 50 50 0
Self size 999 KB 999 KB 🚨 +42 B 🚨
Dependency size 37.04 MB 36.71 MB 🎉 -333 KB 🎉
Bundle Size Analyzer node node

@ndelangen ndelangen merged commit 0f0e7f9 into next-release Dec 29, 2025
117 of 122 checks passed
@ndelangen ndelangen deleted the version-non-patch-from-10.2.0-alpha.9 branch December 29, 2025 15:37
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.