Skip to content

Comments

Release: Patch 10.2.6#33764

Merged
valentinpalkovic merged 9 commits intolatest-releasefrom
version-patch-from-10.2.5
Feb 4, 2026
Merged

Release: Patch 10.2.6#33764
valentinpalkovic merged 9 commits intolatest-releasefrom
version-patch-from-10.2.5

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2026

This is an automated pull request that bumps the version from 10.2.5 to 10.2.6.
Once this pull request is merged, it will trigger a new release of version 10.2.6.
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: Manager: Update logic to use base path instead of full pathname #33686
  • 🐛 Bug: Addon-Vitest: Support vite/vitest config with deferred export #33755
  • 🐛 Bug: CLI: Support addon-vitest setup when --skip-install is passed #33718
  • 🐛 Bug: Addon-Vitest: Skip postinstall setup when configured #33712

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

  • #33718: git cherry-pick -m1 -x 6d0104a9e075db372b889d5e836b6ef28f3c15eb

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

10.2.6

  • Addon-Vitest: Skip postinstall setup when configured - #33712, thanks valentinpalkovic!
  • Addon-Vitest: Support vite/vitest config with deferred export - #33755, thanks valentinpalkovic!
  • CLI: Support addon-vitest setup when --skip-install is passed - #33718, thanks valentinpalkovic!
  • Manager: Update logic to use base path instead of full pathname - #33686, thanks JSMike!

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Feb 4, 2026
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Feb 4, 2026
@storybook-bot storybook-bot force-pushed the version-patch-from-10.2.5 branch 2 times, most recently from 046d284 to 728d3a4 Compare February 4, 2026 11:07
@valentinpalkovic valentinpalkovic self-assigned this Feb 4, 2026
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label and removed freeze Freeze the Release PR with this label labels Feb 4, 2026
@storybook-bot storybook-bot force-pushed the version-patch-from-10.2.5 branch from 728d3a4 to 7244dea Compare February 4, 2026 11:42
valentinpalkovic and others added 4 commits February 4, 2026 12:39
Manager: Update logic to use base path instead of full pathname
(cherry picked from commit 7ab7f41)
…nfig-with-deferred-export

Addon-Vitest: Support vite/vitest config with deferred export
(cherry picked from commit 23494ee)
…-existing-configs

Addon-Vitest: Skip postinstall setup when configured
(cherry picked from commit 0da33fb)
@storybook-bot storybook-bot force-pushed the version-patch-from-10.2.5 branch from 7244dea to 69d8d3b Compare February 4, 2026 12:39
…st-postinstall-into-storybook

CLI: Support addon-vitest setup when --skip-install is passed
(cherry picked from commit 6d0104a)
@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 Feb 4, 2026
@nx-cloud
Copy link

nx-cloud bot commented Feb 4, 2026

View your CI Pipeline Execution ↗ for commit 40ef0ea

Command Status Duration Result
nx run-many -t compile,check,knip,test,pretty-d... ⛔ Cancelled 18m 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-04 16:45:31 UTC

@nx-cloud
Copy link

nx-cloud bot commented Feb 4, 2026

View your CI Pipeline Execution ↗ for commit 9b895ec


☁️ Nx Cloud last updated this comment at 2026-02-04 13:18:02 UTC

@storybook-app-bot
Copy link

storybook-app-bot bot commented Feb 4, 2026

Package Benchmarks

Commit: 40ef0ea, ran on 4 February 2026 at 13:51:00 UTC

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

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 777 KB 777 KB 🚨 +87 B 🚨
Dependency size 67.54 MB 67.58 MB 🚨 +43 KB 🚨
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 50 50 0
Self size 1000 KB 1.04 MB 🚨 +43 KB 🚨
Dependency size 36.90 MB 36.90 MB 🎉 -570 B 🎉
Bundle Size Analyzer node node

@valentinpalkovic valentinpalkovic merged commit d09e7f8 into latest-release Feb 4, 2026
293 of 295 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-10.2.5 branch February 4, 2026 14:01
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.

2 participants