Skip to content

Release: Patch 9.0.14#31869

Merged
ghengeveld merged 8 commits into
latest-releasefrom
version-patch-from-9.0.13
Jun 27, 2025
Merged

Release: Patch 9.0.14#31869
ghengeveld merged 8 commits into
latest-releasefrom
version-patch-from-9.0.13

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 25, 2025

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

  • 🔧 Maintenance: Core: Fix FIPS compliance #31806
  • 📦 Dependencies: Deps: Extend vite peerDependencies range to include 7.0.0 #31859
  • 🐛 Bug: Core: Fix addon scrollbars and align scrollbar colors with toolbars #31844
  • 🐛 Bug: UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled #23411
  • 🔧 Maintenance: CLI: Prebundle more in cli-storybook package #31746
  • 📦 Dependencies: Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue #31888

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

  • CLI: Prebundle more in cli-storybook package - #31746, thanks ndelangen!
  • Core: Fix FIPS compliance - #31806, thanks JReinhold!
  • Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks Sidnioulz!
  • Deps: Extend vite peerDependencies range to include 7.0.0 - #31859, thanks ghengeveld!
  • Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue - #31888, thanks ghengeveld!
  • UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks Spielboerg!

@github-actions github-actions Bot requested a review from kylegach as a code owner June 25, 2025 10:26
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jun 25, 2025
@github-actions github-actions Bot requested a review from jonniebigodes as a code owner June 25, 2025 10:26
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.

LGTM

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

@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.13 branch 5 times, most recently from 3ff5231 to 60a7e6c Compare June 26, 2025 10:53
@ghengeveld ghengeveld added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Jun 26, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Jun 26, 2025

View your CI Pipeline Execution ↗ for commit be4c77a.

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

☁️ Nx Cloud last updated this comment at 2025-06-27 16:46:42 UTC

@storybook-app-bot
Copy link
Copy Markdown

storybook-app-bot Bot commented Jun 26, 2025

Package Benchmarks

Commit: be4c77a, ran on 27 June 2025 at 16:50:43 UTC

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

storybook

Before After Difference
Dependency count 49 51 🚨 +2 🚨
Self size 31.78 MB 31.65 MB 🎉 -132 KB 🎉
Dependency size 17.41 MB 17.43 MB 🚨 +22 KB 🚨
Bundle Size Analyzer Link Link

@storybook/nextjs

Before After Difference
Dependency count 537 537 0
Self size 900 KB 900 KB 🚨 +550 B 🚨
Dependency size 59.06 MB 59.07 MB 🚨 +12 KB 🚨
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 50 52 🚨 +2 🚨
Self size 1 KB 1 KB 0 B
Dependency size 49.19 MB 49.08 MB 🎉 -110 KB 🎉
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 324 218 🎉 -106 🎉
Self size 235 KB 582 KB 🚨 +347 KB 🚨
Dependency size 98.97 MB 93.64 MB 🎉 -5.33 MB 🎉
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 267 187 🎉 -80 🎉
Self size 31 KB 31 KB 🎉 -361 B 🎉
Dependency size 82.98 MB 78.84 MB 🎉 -4.14 MB 🎉
Bundle Size Analyzer Link Link

@jvdl
Copy link
Copy Markdown

jvdl commented Jun 27, 2025

The build failed because of a peer dependency constraint in vite-plugin-babel that has since been published with updated peer deps. So 🤞🏻 rerunning is all that's required 😄

@ghengeveld ghengeveld removed the freeze Freeze the Release PR with this label label Jun 27, 2025
JReinhold and others added 7 commits June 27, 2025 10:41
Core: Fix FIPS compliance
(cherry picked from commit 01c3a8e)
Deps: Extend `vite` peerDependencies range to include `7.0.0`
(cherry picked from commit 48e565a)
Core: Fix addon scrollbars and align scrollbar colors with toolbars
(cherry picked from commit e5a213a)
…abled

UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled
(cherry picked from commit a3274ac)
CLI: Prebundle more in cli-storybook package
(cherry picked from commit ad8a398)
Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue
(cherry picked from commit aad297b)
@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.13 branch from 60a7e6c to 0ec9d76 Compare June 27, 2025 10:41
@ghengeveld ghengeveld added the freeze Freeze the Release PR with this label label Jun 27, 2025
@ghengeveld ghengeveld merged commit 1e09f6a into latest-release Jun 27, 2025
95 checks passed
@ghengeveld ghengeveld deleted the version-patch-from-9.0.13 branch June 27, 2025 18:52
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