Skip to content

Release: Patch 9.0.15#31912

Closed
github-actions[bot] wants to merge 6 commits into
latest-releasefrom
version-patch-from-9.0.14
Closed

Release: Patch 9.0.15#31912
github-actions[bot] wants to merge 6 commits into
latest-releasefrom
version-patch-from-9.0.14

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

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

  • 📦 Dependencies: React: Bump joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 #31899
  • 🐛 Bug: CLI: Do not fail incompatible package check in doctor if only core packages used #31886
  • 🐛 Bug: Core: Various fixes #31870
  • 🐛 Bug: Docs: Prevent JSON tree control from swallowing keyboard events when not in focus #31841
  • 🐛 Bug: Ember: Allow ember v5 as peer deps #25893
  • 🐛 Bug: NextJs-Vite: Enable next/font loading when using next-vite #31906
  • 🐛 Bug: UI: Set color scheme to sync scrollbar color with user-selected theme #28666

🍒 Manual cherry picking needed!

The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by replacing the "patch:yes" label with "patch:no" on the PR and re-generate this PR.

  • #31841: git cherry-pick -m1 -x c9bfd0d99df207d84af7fc59b82ab0d88870e988
  • #25893: git cherry-pick -m1 -x 879e5b3fd162619c3d222e64998ad23fa8c8897d

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

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks mrginglymus!
  • Core: Various fixes - #31870, thanks ghengeveld!
  • Docs: Prevent JSON tree control from swallowing keyboard events when not in focus - #31841, thanks takashi-kasajima!
  • Ember: Allow ember v5 as peer deps - #25893, thanks gossi!
  • NextJs-Vite: Enable next/font loading when using next-vite - #31906, thanks k35o!
  • React: Bump joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks mrginglymus!
  • UI: Set color scheme to sync scrollbar color with user-selected theme - #28666, thanks elisezhg!

Greptile Summary

Patch release updating Storybook from 9.0.14 to 9.0.15 with multiple bug fixes and stability improvements across the codebase.

  • Fixed CLI doctor command to properly handle core package compatibility checks in code/lib/cli-storybook/src/doctor/getIncompatibleStorybookPackages.ts
  • Added color-scheme CSS property in core UI components to sync scrollbar colors with selected theme in code/core/src/manager/components/layout/Layout.tsx
  • Fixed keyboard event handling in JSON tree control to prevent event swallowing when not in focus in Docs addon
  • Enabled next/font loading support in NextJS-Vite framework via updated vite-plugin-storybook-nextjs
  • Updated dependencies including Ember v5 peer support and vite-plugin-react-docgen-typescript to 0.6.1

valentinpalkovic and others added 6 commits July 1, 2025 08:01
React: Bump @joshwooding/vite-plugin-react-docgen-typescript to 0.6.1
(cherry picked from commit f988c88)
CLI: Do not fail incompatible package check in doctor if only core packages used
(cherry picked from commit 33923f9)
Core: Various fixes
(cherry picked from commit 70fa4cd)
…k-nextjs

NextJs-Vite: Enable next/font loading when using next-vite
(cherry picked from commit 6214187)
UI: Set color scheme to sync scrollbar color with user-selected theme
(cherry picked from commit 6b69631)
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jul 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.

11 files reviewed, 1 comment
Edit PR Review Bot Settings | Greptile

Comment on lines +105 to 108
const storybookLikeDeps = Object.keys(allDeps).filter((dep) => dep.includes('storybook'));
if (storybookLikeDeps.length === 0 && !context.skipErrors) {
throw new Error('No Storybook dependencies found in the package.json');
}
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.

logic: Error condition checking length === 0 needs to account for core packages before throwing the error, since the following filter will remove them

@kasperpeulen kasperpeulen deleted the version-patch-from-9.0.14 branch April 4, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants