Skip to content

Release: Prerelease 9.0.0-alpha.6#30824

Merged
kasperpeulen merged 113 commits intonext-releasefrom
version-non-patch-from-9.0.0-alpha.5
Mar 17, 2025
Merged

Release: Prerelease 9.0.0-alpha.6#30824
kasperpeulen merged 113 commits intonext-releasefrom
version-non-patch-from-9.0.0-alpha.5

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 16, 2025

This is an automated pull request that bumps the version from 9.0.0-alpha.5 to 9.0.0-alpha.6.
Once this pull request is merged, it will trigger a new release of version 9.0.0-alpha.6.
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:

  • ✨ Feature Request: Core: Testing Module UI improvements #30773
  • 🔧 Maintenance: Core: New Status Store #30764
  • 📦 Dependencies: Core: Remove util, browser-assert, process deps #30805
  • 🐛 Bug: React-Native: Fix __STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__ access #30820
  • 🐛 Bug: React-Native-Web: Fix errors in CLI template stories #30821 (will also be patched)
  • ❗ Breaking Change: React-Native: Update config directory to .rnstorybook #30819
  • ❔ Missing Label: Revert "CSF: Fix CSF subcomponent type" #30829

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.0.0-alpha.6

  • Core: New Status Store - #30764, thanks @JReinhold!
  • Core: Remove util, browser-assert, process deps - #30805, thanks @ndelangen!
  • Core: Testing Module UI improvements - #30773, thanks @ghengeveld!
  • React-Native-Web: Fix errors in CLI template stories - #30821, thanks @dannyhw!
  • React-Native: Fix __STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__ access - #30820, thanks @dannyhw!
  • React-Native: Update config directory to .rnstorybook - #30819, thanks @dannyhw!

JReinhold and others added 30 commits March 4, 2025 22:41
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Mar 16, 2025
Copy link
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.

LGTM

9 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

…ow-error

React-Native: Fix `__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__` access
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.5 branch from 94b484e to 4c41ab2 Compare March 17, 2025 07:00
Core: Remove `util`, `browser-assert`, `process` deps
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.5 branch from 4c41ab2 to 156457d Compare March 17, 2025 08:07
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.5 branch from 156457d to 30a6c6c Compare March 17, 2025 13:24
@JReinhold JReinhold added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Mar 17, 2025
@JReinhold JReinhold self-assigned this Mar 17, 2025
@nx-cloud
Copy link

nx-cloud bot commented Mar 17, 2025

View your CI Pipeline Execution ↗ for commit 0a1c2a9.

Command Status Duration Result
nx affected -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-03-17 14:09:06 UTC

@JReinhold JReinhold removed the freeze Freeze the Release PR with this label label Mar 17, 2025
@storybook-app-bot
Copy link

storybook-app-bot bot commented Mar 17, 2025

Package Benchmarks

Commit: 0a1c2a9, ran on 17 March 2025 at 14:15:39 UTC

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

storybook

Before After Difference
Dependency count 102 70 🎉 -32 🎉
Self size 24.32 MB 24.32 MB 🚨 +6 KB 🚨
Dependency size 24.63 MB 23.96 MB 🎉 -664 KB 🎉
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 103 71 🎉 -32 🎉
Self size 1 KB 1 KB 0 B
Dependency size 48.95 MB 48.29 MB 🎉 -658 KB 🎉
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 392 363 🎉 -29 🎉
Self size 289 KB 289 KB 0 B
Dependency size 98.92 MB 98.30 MB 🎉 -622 KB 🎉
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 313 284 🎉 -29 🎉
Self size 31 KB 31 KB 0 B
Dependency size 80.71 MB 80.09 MB 🎉 -613 KB 🎉
Bundle Size Analyzer Link Link

@JReinhold JReinhold added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels Mar 17, 2025
Core: Testing Module UI improvements
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.5 branch from 30a6c6c to f8e8e3d Compare March 17, 2025 13:55
@JReinhold JReinhold added the freeze Freeze the Release PR with this label label Mar 17, 2025
@kasperpeulen kasperpeulen removed the freeze Freeze the Release PR with this label label Mar 17, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.5 branch from f8e8e3d to 0a1c2a9 Compare March 17, 2025 14:05
@kasperpeulen kasperpeulen added the freeze Freeze the Release PR with this label label Mar 17, 2025
@kasperpeulen kasperpeulen merged commit 957270d into next-release Mar 17, 2025
97 of 101 checks passed
@kasperpeulen kasperpeulen deleted the version-non-patch-from-9.0.0-alpha.5 branch March 17, 2025 14:47
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.

7 participants