Skip to content

Release: Prerelease 9.2.0-alpha.1#32174

Merged
yannbf merged 18 commits into
next-releasefrom
version-non-patch-from-9.2.0-alpha.0
Aug 1, 2025
Merged

Release: Prerelease 9.2.0-alpha.1#32174
yannbf merged 18 commits into
next-releasefrom
version-non-patch-from-9.2.0-alpha.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Aug 1, 2025

This is an automated pull request that bumps the version from 9.2.0-alpha.0 to 9.2.0-alpha.1.
Once this pull request is merged, it will trigger a new release of version 9.2.0-alpha.1.
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: Fix throwing in readonly environments #31785 (will also be patched)
  • ✨ Feature Request: Addon Docs: Add __STORYBOOK_UNSAFE_TOCBOT__ global #32176
  • 🔧 Maintenance: Telemetry: Send index stats on dev exit #32168 (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

9.2.0-alpha.1

  • Addon Docs: Add __STORYBOOK_UNSAFE_TOCBOT__ global - #32176, thanks yannbf!
  • CLI: Fix throwing in readonly environments - #31785, thanks JReinhold!
  • Telemetry: Send index stats on dev exit - #32168, thanks shilman!

JReinhold and others added 13 commits June 16, 2025 10:32
- Changed instances of `isCI` to `isCI()` in various files to ensure consistent function usage.
- Updated related logic in `postinstall-logger.ts`, `postinstall.ts`, `withTelemetry.ts`, and others to reflect this change.
- Enhanced test coverage for `isCI` behavior in `storybook-metadata.test.ts`.
- Replaced direct imports of `isCI` and `logger` from internal paths with imports from centralized utility modules.
- This change enhances maintainability and consistency across the codebase.
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Aug 1, 2025
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

4 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.2.0-alpha.0 branch from 2d9edb2 to d659ea2 Compare August 1, 2025 15:07
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.2.0-alpha.0 branch from d659ea2 to 4988688 Compare August 1, 2025 15:27
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Aug 1, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Aug 1, 2025

View your CI Pipeline Execution ↗ for commit 4988688

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 3s View ↗

☁️ Nx Cloud last updated this comment at 2025-08-01 15:41:40 UTC

@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 4988688, ran on 1 August 2025 at 15:47:17 UTC

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

@storybook/addon-docs

Before After Difference
Dependency count 12 12 0
Self size 2.42 MB 2.47 MB 🚨 +53 KB 🚨
Dependency size 8.93 MB 8.93 MB 0 B
Bundle Size Analyzer Link Link

storybook

Before After Difference
Dependency count 51 51 0
Self size 41.36 MB 41.75 MB 🚨 +395 KB 🚨
Dependency size 18.13 MB 18.13 MB 0 B
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 52 52 0
Self size 1 KB 1 KB 0 B
Dependency size 59.49 MB 59.89 MB 🚨 +395 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 220 220 0
Self size 585 KB 585 KB 🚨 +150 B 🚨
Dependency size 103.95 MB 104.35 MB 🚨 +401 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 189 189 0
Self size 31 KB 31 KB 0 B
Dependency size 88.04 MB 88.44 MB 🚨 +395 KB 🚨
Bundle Size Analyzer Link Link

@yannbf yannbf merged commit 83311e3 into next-release Aug 1, 2025
91 of 94 checks passed
@yannbf yannbf deleted the version-non-patch-from-9.2.0-alpha.0 branch August 1, 2025 16:25
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.

4 participants