Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 30, 2025

This is an automated pull request that bumps the version from 9.0.1 to 9.0.2.
Once this pull request is merged, it will trigger a new release of version 9.0.2.
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: Respect --skip-install in postinstall scripts #31605
  • 📝 Documentation: Docs: Testing section improvements #31594
  • 📝 Documentation: Docs: Add project requirements #31552
  • 📝 Documentation: Docs: Adjust assets for Storybook 9 #31572
  • 📝 Documentation: Docs: Optimize images [Imgbot] #31623

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

  • CLI: Respect --skip-install in postinstall scripts - #31605, thanks @yannbf!

@github-actions github-actions bot requested a review from kylegach as a code owner May 30, 2025 14:33
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label May 30, 2025
@github-actions github-actions bot requested a review from jonniebigodes as a code owner May 30, 2025 14:33
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

7 files reviewed, no comments
Edit PR Review Bot Settings | Greptile

@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.1 branch 4 times, most recently from dc0d79a to 571152c Compare May 30, 2025 19:53
ghengeveld and others added 6 commits May 30, 2025 21:40
CLI: Respect --skip-install in postinstall scripts
(cherry picked from commit ea7e262)
Docs: Testing section improvements
(cherry picked from commit 9d8c255)
Docs: Add project requirements
(cherry picked from commit 896f7ef)
Docs: Adjust assets for Storybook 9
(cherry picked from commit 50c5b26)
Docs: Optimize images [Imgbot]
(cherry picked from commit ce5f5e9)
@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.1 branch from 571152c to 02ad67a Compare May 30, 2025 21:40
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels May 31, 2025
@nx-cloud
Copy link

nx-cloud bot commented May 31, 2025

View your CI Pipeline Execution ↗ for commit 02ad67a.

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

☁️ Nx Cloud last updated this comment at 2025-05-31 02:26:24 UTC

@storybook-app-bot
Copy link

Package Benchmarks

Commit: 02ad67a, ran on 31 May 2025 at 02:32:18 UTC

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

@storybook/angular

Before After Difference
Dependency count 208 208 0
Self size 606 KB 606 KB 0 B
Dependency size 29.59 MB 29.72 MB 🚨 +129 KB 🚨
Bundle Size Analyzer Link Link

@storybook/nextjs

Before After Difference
Dependency count 534 534 0
Self size 216 KB 216 KB 0 B
Dependency size 58.74 MB 58.79 MB 🚨 +46 KB 🚨
Bundle Size Analyzer Link Link

@storybook/nextjs-vite

Before After Difference
Dependency count 127 127 0
Self size 2.39 MB 2.39 MB 0 B
Dependency size 22.06 MB 22.08 MB 🚨 +25 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 161 161 0
Self size 35 KB 35 KB 🚨 +140 B 🚨
Dependency size 23.22 MB 23.24 MB 🚨 +25 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 120 120 0
Self size 32 KB 32 KB 0 B
Dependency size 20.16 MB 20.19 MB 🚨 +25 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-webpack5

Before After Difference
Dependency count 284 284 0
Self size 25 KB 25 KB 0 B
Dependency size 43.53 MB 43.56 MB 🚨 +28 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 324 324 0
Self size 243 KB 243 KB 🚨 +72 B 🚨
Dependency size 97.39 MB 97.43 MB 🚨 +45 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 267 267 0
Self size 31 KB 31 KB 0 B
Dependency size 81.80 MB 81.84 MB 🚨 +45 KB 🚨
Bundle Size Analyzer Link Link

@storybook/preset-react-webpack

Before After Difference
Dependency count 175 175 0
Self size 24 KB 24 KB 0 B
Dependency size 30.37 MB 30.40 MB 🚨 +28 KB 🚨
Bundle Size Analyzer Link Link

@shilman shilman merged commit 304f931 into latest-release May 31, 2025
95 of 97 checks passed
@shilman shilman deleted the version-patch-from-9.0.1 branch May 31, 2025 09:48
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.

5 participants