Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 10, 2025

This is an automated pull request that bumps the version from 10.1.6 to 10.1.7.
Once this pull request is merged, it will trigger a new release of version 10.1.7.
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: Nextjs-Vite: Install vite during migration if not installed yet #33316
  • 🐛 Bug: CLI: Remove REACT_PROJECT projectType #33334
  • 🐛 Bug: Automigrate: Fix missing await #33333
  • 🐛 Bug: Core: Exclude open from pre-bundling to make local xdg-open reachable #33325
  • 🐛 Bug: Telemetry: Fix race condition in telemetry cache causing malformed JSON #33323
  • 📝 Documentation: Docs: Remove external action from Github pages documentation #32974

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

  • Automigrate: Fix missing await - #33333, thanks valentinpalkovic!
  • CLI: Remove REACT_PROJECT projectType - #33334, thanks valentinpalkovic!
  • Core: Exclude open from pre-bundling to make local xdg-open reachable - #33325, thanks Sidnioulz!
  • Nextjs-Vite: Install vite during migration if not installed yet - #33316, thanks ghengeveld!
  • Telemetry: Fix race condition in telemetry cache causing malformed JSON - #33323, thanks valentinpalkovic!

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Dec 10, 2025
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Dec 10, 2025
@storybook-bot storybook-bot force-pushed the version-patch-from-10.1.6 branch 2 times, most recently from 6c848ea to 362e5d7 Compare December 10, 2025 20:05
@github-actions github-actions bot changed the title Release: Merge patches to main (without version bump) Release: Patch 10.1.7 Dec 10, 2025
@storybook-bot storybook-bot force-pushed the version-patch-from-10.1.6 branch 4 times, most recently from fc522e9 to afc69fd Compare December 11, 2025 07:36
@storybook-bot storybook-bot force-pushed the version-patch-from-10.1.6 branch from afc69fd to cb95ca8 Compare December 11, 2025 07:42
@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 Dec 11, 2025
@storybook-app-bot
Copy link

storybook-app-bot bot commented Dec 11, 2025

Package Benchmarks

Commit: 06531d5, ran on 11 December 2025 at 11:36:30 UTC

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

storybook

Before After Difference
Dependency count 39 49 🚨 +10 🚨
Self size 19.66 MB 19.64 MB 🎉 -16 KB 🎉
Dependency size 16.41 MB 16.50 MB 🚨 +98 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 173 183 🚨 +10 🚨
Self size 773 KB 773 KB 🚨 +261 B 🚨
Dependency size 66.57 MB 66.66 MB 🚨 +82 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 166 176 🚨 +10 🚨
Self size 30 KB 30 KB 0 B
Dependency size 65.15 MB 65.23 MB 🚨 +82 KB 🚨
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 40 50 🚨 +10 🚨
Self size 1000 KB 999 KB 🎉 -217 B 🎉
Dependency size 36.06 MB 36.14 MB 🚨 +82 KB 🚨
Bundle Size Analyzer node node

@valentinpalkovic valentinpalkovic removed freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Dec 11, 2025
jonniebigodes and others added 7 commits December 11, 2025 11:17
Docs: Remove external action from Github pages documentation
(cherry picked from commit aaae5ca)
…add-vite

Nextjs-Vite: Install `vite` during migration if not installed yet
(cherry picked from commit cfe4488)
…ect-project-type

CLI: Remove REACT_PROJECT projectType
(cherry picked from commit 23b7191)
…-for-dependency-install

Automigrate: Fix missing await
(cherry picked from commit b3c3b40)
Core: Exclude open from pre-bundling to make local xdg-open reachable
(cherry picked from commit 6d70bfe)
…t-event

Telemetry: Fix race condition in telemetry cache causing malformed JSON
(cherry picked from commit 5e26703)
@storybook-bot storybook-bot force-pushed the version-patch-from-10.1.6 branch from cb95ca8 to 06531d5 Compare December 11, 2025 11:17
@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 Dec 11, 2025
@valentinpalkovic valentinpalkovic merged commit 1a1ede9 into latest-release Dec 11, 2025
124 of 125 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-10.1.6 branch December 11, 2025 14:27
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