Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 8, 2025

This is an automated pull request that bumps the version from 10.0.0-beta.10 to 10.0.0-beta.11.
Once this pull request is merged, it will trigger a new release of version 10.0.0-beta.11.
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: Fix Nextjs version detection with prereleases #32724
  • 🐛 Bug: React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder #32718 (will also be patched)
  • 🐛 Bug: CSF: Enhance config-to-csf-factory to support type wrappers #32543
  • 🐛 Bug: Presets: Support extensionless imports in TS-based presets #32641
  • 🐛 Bug: NextJS-Vite: Automatically fix bad PostCSS configuration #32691 (will also be patched)
  • 🐛 Bug: Automigration: Improve the viewport/backgrounds automigration #32619 (will also be patched)
  • 🐛 Bug: Mocking: Fix sb.mock usage in Storybook's deployed in subpaths #32678 (will also be patched)
  • 🐛 Bug: Core: Ensure valid QR code URL #32661
  • 📝 Documentation: Docs: Add CSF Next snippets #32357
  • 🏗️ Build: GitHub: Update PR template to correct canary release workflow link #32675
  • 📝 Documentation: Docs: Add experimental test syntax to main config features page #32664

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.0.0-beta.11

  • Automigration: Improve the viewport/backgrounds automigration - #32619, thanks valentinpalkovic!
  • CSF: Enhance config-to-csf-factory to support type wrappers - #32543, thanks yannbf!
  • Core: Ensure valid QR code URL - #32661, thanks ghengeveld!
  • Mocking: Fix sb.mock usage in Storybook's deployed in subpaths - #32678, thanks valentinpalkovic!
  • NextJS-Vite: Automatically fix bad PostCSS configuration - #32691, thanks ndelangen!
  • Nextjs: Fix Nextjs version detection with prereleases - #32724, thanks yannbf!
  • Presets: Support extensionless imports in TS-based presets - #32641, thanks JReinhold!
  • React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - #32718, thanks dannyhw!

yannbf and others added 30 commits September 18, 2025 16:25
- `docs:codemod csf-factory-story --glob="*.md"`
- `docs:codemod csf-factory-config --glob="*.md"`
- Codemod unable to run on incomplete stories files ("...rest of story file")
- Some uncaught usages of Stories.Story.args -> Stories.Story.input.args
* next: (277 commits)
  Bump version from "10.0.0-beta.6" to "10.0.0-beta.7" [skip ci]
  Write changelog for 10.0.0-beta.7 [skip ci]
  Update yarn utility to handle errors when removing .yarnrc.yml file during installation
  Update yarn utility to remove existing .yarnrc.yml file during installation
  fix failing react sandboxes
  optimizeDeps app state mock to ensure vitest doesn't reload
  clear yarn.lock content
  update updated docs
  make url mock static in stories
  provide features via the vitest integration
  cleanup
  enable async stories
  Update Tool component to allow isRotated to be undefined, enhancing type flexibility
  update svelte related packages
  enable test syntax in storybook:ui
  fix lint
  Fix types
  Update Tool component type definitions for viewportName and isRotated to improve type safety
  Refactor viewport handling in Vitest plugin and Tool component to use consistent type definitions for options and viewports
  cleanup
  ...
* next:
  Re-apply missing changes: add type checking section and update sandbox API rate limit documentation
  Apply suggestions from code review
  Apply suggestions from code review
  Fix missing props
  Improve sidebar empty state
  remove re-throwing error
  cleanup debugging
  Remove unused Angular preset file to streamline framework imports
  debug more
  let's debug this
  Refactor preset imports in Angular framework to use fileURLToPath for better compatibility
  fix: pass an index in handleAddValueAdd
  Do not use path.join to create package.json module paths
  Update yarn pnp to correctly resolve addons
  Use exsolve's resolveModulePath for safeResolveModule
  Update copilot instructions based on feedback: add build command, fix sandbox documentation
  Create comprehensive GitHub Copilot instructions documentation
  Initial plan
…d renaming `disable` to `disabled` in viewport stories
…r expression references for `defaultViewport`
* next: (101 commits)
  Update assertion now that unhandled errors are shown correctly
  Fix interactions bar alignment
  Update E2E tests
  Prevent play status from leaving terminal state
  Expand selected story with tests on initialization
  Show tooltip on story status badge
  Avoid modern Set operators
  improve story index structure and types
  use full commit SHA for third party action
  Update docs/api/main-config/main-config-indexers.mdx
  simplify branching logic
  bail from workflow early if conditions aren't met
  Update action references and improve environment variable handling in workflows based on https://docs.github.com/en/actions/reference/security/secure-use
  simplify deps installation
  update docs
  cleanup
  Refactor Node.js setup and dependency installation across workflows
  extract node and dependency setup into reusable action
  merge canary workflow into publish workflow
  Telemetry: Add metadata for react routers
  ...
Co-authored-by: jonniebigodes <[email protected]>
…ybookjs/storybook into jeppe/support-extensionless-imports
* next:
  Update filter image
  Update docs/writing-stories/tags.mdx
  Update docs/api/main-config/main-config-tags.mdx
  Docs: Update tags, add filtering
  Fix: Incorrect URLS for the upgrade command
JReinhold and others added 8 commits October 10, 2025 09:20
- Added `lilconfig` dependency to manage PostCSS configurations.
- Introduced `find-postcss-config.ts` to locate and load PostCSS config files with a fallback mechanism.
- Updated `preset.ts` to utilize the new PostCSS loading functionality, improving error handling for incompatible configurations.
- Refactored PostCSS configuration loading by renaming `loadPostCssConfigWithFallback` to `normalizePostCssConfig` for clarity.
- Enhanced error handling in `normalizePostCssConfig` to manage incompatible configurations more effectively.
- Added `yaml` dependency version `2.8.1` to `package.json` and updated `yarn.lock` accordingly.
- Eliminated the YAML loader and related search places from the PostCSS configuration handling.
- Simplified the code structure in `find-postcss-config.ts` for better maintainability.
- Ensured compatibility with existing PostCSS configurations while enhancing error handling.
…ification

NextJS: Enhance PostCSS configuration handling
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.0.0-beta.10 branch 2 times, most recently from ccf0205 to f6c2665 Compare October 10, 2025 13:12
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label and removed ci:daily Run the CI jobs that normally run in the daily job. labels Oct 10, 2025
@nx-cloud
Copy link

nx-cloud bot commented Oct 10, 2025

View your CI Pipeline Execution ↗ for commit d10e24f

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-10-14 13:49:34 UTC

JReinhold and others added 4 commits October 13, 2025 15:31
…s-imports

Presets: Support extensionless imports in TS-based presets
…-more-ts-support

CSF: Enhance config-to-csf-factory to support type wrappers
…_builder

React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder
@shilman shilman removed the freeze Freeze the Release PR with this label label Oct 14, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.0.0-beta.10 branch from f6c2665 to f210cee Compare October 14, 2025 05:58
@shilman shilman added the freeze Freeze the Release PR with this label label Oct 14, 2025
@yannbf yannbf removed the freeze Freeze the Release PR with this label label Oct 14, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.0.0-beta.10 branch from f210cee to d10e24f Compare October 14, 2025 13:41
@yannbf yannbf added the freeze Freeze the Release PR with this label label Oct 14, 2025
@yannbf yannbf merged commit 6e83d0b into next-release Oct 14, 2025
92 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.0.0-beta.10 branch October 14, 2025 14:25
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.