Skip to content

Release: Prerelease 10.1.0-alpha.12#33071

Merged
yannbf merged 80 commits into
next-releasefrom
version-non-patch-from-10.1.0-alpha.11
Nov 19, 2025
Merged

Release: Prerelease 10.1.0-alpha.12#33071
yannbf merged 80 commits into
next-releasefrom
version-non-patch-from-10.1.0-alpha.11

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Nov 18, 2025

This is an automated pull request that bumps the version from 10.1.0-alpha.11 to 10.1.0-alpha.12.
Once this pull request is merged, it will trigger a new release of version 10.1.0-alpha.12.
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: Build: Update dependencies in yarn.lock and clean up comments #33089
  • 🐛 Bug: React: Improve import rewriting when tsconfig paths are used #33072
  • 🐛 Bug: CLI: In csf-factories codemod only remove types which are unused #33020
  • 📝 Documentation: Docs: Fix SolidJs reactivity link #33083 (will also be patched)
  • 📝 Documentation: Docs: Fixing --exact-port CLI Options Documentation #33013 (will also be patched)
  • 🏗️ Build: Build: Update nx to 22 and invalidate cache when scripts change #33059
  • 🏗️ Build: Danger: Fix the config file #33073
  • ⚠️ Direct commit: remove unused 973483329199b508655ecfbbb55375d756009452
  • 🏗️ Build: Build: Remove local Danger Docker build and use ghcr.io runtime #33051
  • 📝 Documentation: Docs: Fix broken links in Jest portable stories #33066 (will also be patched)
  • ❔ Missing Label: Vue: Cleanup comments in Vue templates #33054
  • 📝 Documentation: Docs: Improve error statement on empty stories configuration #32945
  • 📝 Documentation: Docs: Fix grammar in the monorepo readme #33008
  • 🏗️ Build: Build: Add automatic parallelism fixing in CircleCI workflows #32685
  • 🏗️ Build: Build: Improve snapshots for some stories #33033

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.0-alpha.12

  • Build: Update dependencies in yarn.lock and clean up comments - #33089, thanks ndelangen!
  • CLI: In csf-factories codemod only remove types which are unused - #33020, thanks yannbf!
  • React: Improve import rewriting when tsconfig paths are used - #33072, thanks kasperpeulen!

yannbf and others added 30 commits October 9, 2025 16:30
- Introduced a `--fix` option to the script for automatically correcting parallelism counts in workflow files.
- Implemented logic to read and update parallelism values in the corresponding YAML files while preserving formatting and comments.
- Enhanced error messages to guide users on regenerating the main config file after fixes.
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
updating documentation for `--exact-port` CLI option
…com:storybookjs/storybook into yann/do-not-remove-used-types-csf-factories
- Replace Dockerfile-based Danger build with ghcr.io/danger/danger-js:13.0.5
- Dangerfile cleaned up (ESM, no execSync/lodash)
This reverts commit 709bbf1.
This reverts commit e36c039.
Build: Improve snapshots for some stories
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.11 branch from 7293244 to 1b221d9 Compare November 18, 2025 11:34
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 18, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Nov 18, 2025

View your CI Pipeline Execution ↗ for commit 824ad81

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-11-19 11:29:46 UTC

@storybook-app-bot
Copy link
Copy Markdown

storybook-app-bot Bot commented Nov 18, 2025

Package Benchmarks

Commit: 824ad81, ran on 19 November 2025 at 11:35:05 UTC

No significant changes detected, all good. 👏

@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels Nov 18, 2025
@yannbf yannbf removed the freeze Freeze the Release PR with this label label Nov 19, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.11 branch from 1b221d9 to 58d098a Compare November 19, 2025 09:00
@yannbf yannbf added the freeze Freeze the Release PR with this label label Nov 19, 2025
- Updated various package versions in yarn.lock, including @chromatic-com/storybook, @emnapi/core, and rollup.
- Cleaned up comments in dangerfile.js, npm-auth.ts, codemod.ts, sandbox-parts.ts, main-js.ts, and tools.ts to improve readability and maintainability.
@yannbf yannbf removed the freeze Freeze the Release PR with this label label Nov 19, 2025
yannbf and others added 2 commits November 19, 2025 12:21
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-alpha.11 branch from 58d098a to 824ad81 Compare November 19, 2025 11:24
@yannbf yannbf added the freeze Freeze the Release PR with this label label Nov 19, 2025
@yannbf yannbf merged commit a3dcf57 into next-release Nov 19, 2025
107 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.1.0-alpha.11 branch November 19, 2025 12:00
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.