Skip to content

Release: Patch 9.0.15#31904

Merged
valentinpalkovic merged 3 commits into
latest-releasefrom
version-patch-from-9.0.14
Jul 1, 2025
Merged

Release: Patch 9.0.15#31904
valentinpalkovic merged 3 commits into
latest-releasefrom
version-patch-from-9.0.14

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 30, 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

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!
  • React: Bump joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks mrginglymus!

Greptile Summary

Patch release v9.0.15 containing bug fixes for the CLI doctor command and React-Vite framework compatibility.

  • Fixed CLI doctor command to properly detect core Storybook packages in code/lib/cli-storybook/src/doctor/getIncompatibleStorybookPackages.ts
  • Updated @joshwooding/vite-plugin-react-docgen-typescript to v0.6.1 in React-Vite framework for Vite 7 compatibility
  • Updated version identifiers in package.json and latest.json for release tracking
  • Added appropriate changelog entries documenting the fixes

valentinpalkovic and others added 3 commits June 30, 2025 08:00
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)
@github-actions github-actions Bot requested a review from kylegach as a code owner June 30, 2025 08:00
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jun 30, 2025
@github-actions github-actions Bot requested a review from jonniebigodes as a code owner June 30, 2025 08:00
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jun 30, 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.

6 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: This check will incorrectly fail when only core packages are present, since it runs before filtering out core packages. Consider moving the error check after line 111's filter.

@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Jun 30, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Jun 30, 2025

View your CI Pipeline Execution ↗ for commit c170970.

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

☁️ Nx Cloud last updated this comment at 2025-06-30 13:17:44 UTC

@valentinpalkovic valentinpalkovic merged commit fb8822d into latest-release Jul 1, 2025
93 of 94 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-9.0.14 branch July 1, 2025 07:59
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.

3 participants