Skip to content

Release: Patch 9.1.5#32390

Merged
shilman merged 7 commits into
latest-releasefrom
version-patch-from-9.1.4
Sep 6, 2025
Merged

Release: Patch 9.1.5#32390
shilman merged 7 commits into
latest-releasefrom
version-patch-from-9.1.4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Sep 3, 2025

This is an automated pull request that bumps the version from 9.1.4 to 9.1.5.
Once this pull request is merged, it will trigger a new release of version 9.1.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: Vitest addon: Handle Playwright installation errors gracefully #32329
  • 🔧 Maintenance: CSF: Support satisfies x as y syntax #32169
  • 📝 Documentation: Docs: Update CSF Next API reference #32341

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

  • CSF: Support satisfies x as y syntax - #32169, thanks diagramatics!
  • Vitest addon: Handle Playwright installation errors gracefully - #32329, thanks ndelangen!

@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Sep 3, 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.

8 files reviewed, 1 comment

Edit Code Review Bot Settings | Greptile

if (config.resolve) {
config.resolve.alias = {
...config.resolve?.alias,
'@$': path.resolve(__dirname, './'),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: The Webpack alias uses @$ while Vite uses @. This inconsistency could confuse developers - consider using the same alias pattern for both builders.

@storybook-bot storybook-bot force-pushed the version-patch-from-9.1.4 branch 4 times, most recently from 0081613 to c72eee7 Compare September 4, 2025 11:04
ndelangen and others added 4 commits September 5, 2025 01:07
…ghtinstall-fails

AddonVitest: Handle Playwright installation errors gracefully
(cherry picked from commit bc6faab)
Docs: Update CSF Next API reference
(cherry picked from commit e0a8d9b)
CSF: Support `satisfies x as y` syntax
(cherry picked from commit 9eca72f)
@storybook-bot storybook-bot force-pushed the version-patch-from-9.1.4 branch from c72eee7 to 7a47f95 Compare September 5, 2025 01:07
@shilman shilman added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Sep 5, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Sep 5, 2025

View your CI Pipeline Execution ↗ for commit 7a47f95

Command Status Duration Result
nx run-many -t check -c production --parallel=7 ✅ Succeeded 1m 4s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 4m 20s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-05 01:49:23 UTC

@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 7a47f95, ran on 5 September 2025 at 01:54:31 UTC

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

storybook

Before After Difference
Dependency count 50 50 0
Self size 35.90 MB 35.92 MB 🚨 +17 KB 🚨
Dependency size 16.59 MB 16.59 MB 0 B
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 51 51 0
Self size 1 KB 1 KB 0 B
Dependency size 52.49 MB 52.51 MB 🚨 +17 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 219 219 0
Self size 585 KB 585 KB 0 B
Dependency size 97.02 MB 97.04 MB 🚨 +18 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 188 188 0
Self size 31 KB 31 KB 0 B
Dependency size 81.09 MB 81.11 MB 🚨 +17 KB 🚨
Bundle Size Analyzer Link Link

@shilman shilman merged commit 3b12d84 into latest-release Sep 6, 2025
93 of 94 checks passed
@shilman shilman deleted the version-patch-from-9.1.4 branch September 6, 2025 04:00
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