Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2025

This is an automated pull request that bumps the version from 10.0.0-beta.0 to 10.0.0-beta.1.
Once this pull request is merged, it will trigger a new release of version 10.0.0-beta.1.
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:

  • ✨ Feature Request: Core: Update tags filter UI #32343
  • 🐛 Bug: Angular: Properly merge builder options and browserTarget options #32272 (will also be patched)
  • 🐛 Bug: Core: Optimize bundlesize, by reusing internal/babel in mocking-utils #32350 (will also be patched)
  • 🔧 Maintenance: Svelte & Vue: Add framework-specific docgen option to disable docgen processing #32319 (will also be patched)
  • 📦 Dependencies: Svelte: Support sveltejs/vite-plugin-svelte v6 #32320 (will also be patched)
  • 🐛 Bug: Next.js: Avoid multiple webpack versions at runtime #32313 (will also be patched)
  • 🐛 Bug: AddonA11Y: Fix postinstall #32309
  • 🐛 Bug: Next.js: Fix version mismatch error in Webpack #32306 (will also be patched)
  • 📦 Dependencies: Update: Satellite repos after major version bump #32303
  • 🏗️ Build: Build: Add Kiro steering docs #32340
  • 🏗️ Build: Sandboxes: Fix generation #32334
  • 📝 Documentation: Docs: Updates for Svelte CSF #32217 (will also be patched)

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

  • AddonA11Y: Fix postinstall - #32309, thanks ndelangen!
  • Angular: Properly merge builder options and browserTarget options - #32272, thanks kroeder!
  • Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks ndelangen!
  • Core: Update tags filter UI - #32343, thanks ghengeveld!
  • Next.js: Avoid multiple webpack versions at runtime - #32313, thanks valentinpalkovic!
  • Next.js: Fix version mismatch error in Webpack - #32306, thanks valentinpalkovic!
  • Svelte & Vue: Add framework-specific docgen option to disable docgen processing - #32319, thanks copilot-swe-agent!
  • Svelte: Support sveltejs/vite-plugin-svelte v6 - #32320, thanks JReinhold!
  • Update: Satellite repos after major version bump - #32303, thanks ndelangen!

kylegach and others added 14 commits August 7, 2025 14:01
- Detail alternative story definitions
- Detail full decorator API
- Improve CSF API reference
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
- Completely restructure changes
- Add "Custom rendering" sub-section
* next: (546 commits)
  Update skipPaths in copyAllStaticFiles to use outputDir for correct file handling
  Fix skipPaths in copyAllStaticFilesRelativeToMain to reference outputDir instead of targetPath
  auto trigger canary release based on branch name
  bust cache
  Refactor imports across multiple files to use named import for 'ts-dedent' for consistency and clarity
  reduce size of
  remove flaky story capture
  Refactor mocking utilities to enhance path resolution
  fix unit test
  Refactor imports in various files to include isCI and optionalEnvToBoolean for improved configuration handling
  Add new error classes for global settings and CommonJS config support
  Refactor CircleCI configuration to streamline job definitions and improve readability
  Update CHANGELOG.md for v9.1.2 [skip ci]
  Bump version from "9.2.0-alpha.2" to "9.2.0-alpha.3" [skip ci]
  Write changelog for 9.2.0-alpha.3 [skip ci]
  make RN sandboxes use src/stories directory
  Docs: Move button in ArgsTable heading to fix screenreader announcements
  Docs: Fix preview examples imports
  Docs: Fix incorrect CSF constructs
  Fix "Cannot read properties of undefined (reading 'push')"
  ...
- Additional `exportName` use case
Update: Satellite repos after major version bump
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Aug 20, 2025
Copy link
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.

5 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

…k-error

Next.js: Fix version mismatch error in Webpack
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.0.0-beta.0 branch from 5b2762b to 156faef Compare August 20, 2025 13:58
@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 Aug 20, 2025
@nx-cloud
Copy link

nx-cloud bot commented Aug 20, 2025

View your CI Pipeline Execution ↗ for commit 6c3505d

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-09-02 03:20:05 UTC

@storybook-app-bot
Copy link

storybook-app-bot bot commented Aug 20, 2025

Package Benchmarks

Commit: 6c3505d, ran on 2 September 2025 at 03:26:11 UTC

No significant changes detected, all good. 👏

kylegach and others added 6 commits August 20, 2025 17:17
* next:
  Next.js: Fix version mismatch error in Webpack
  Update extraDevDeps in sandbox-parts.ts to use @storybook/[email protected]
  Update @chromatic-com/storybook dependency to version 4.1.1 in package.json and yarn.lock
…a11y-addon-test

AddonA11Y: Fix postinstall
ndelangen and others added 24 commits August 27, 2025 15:38
- Modified the mock for the 'node:process' module in Yarn1Proxy.test.ts to explicitly set the CI environment variable to 'false' for improved test reliability.
- Updated the mock for the 'node:process' module in Yarn1Proxy.test.ts to set the CI environment variable to a boolean value instead of a string, enhancing consistency in test behavior.
- Updated the generate.ts script to check for the --local-registry option and execute the appropriate action based on its value, improving flexibility in the sandbox generation process.
Svelte & Vue: Add framework-specific `docgen` option to disable docgen processing
- Replaced the import of Babel's parse function with the internal parser from 'storybook/internal/babel' for improved consistency and maintainability in the mocking utilities.
Core: Optimize bundlesize, by reusing internal/babel in mocking-utils
…ge-bug

Angular: Properly merge builder options and browserTarget options
@shilman shilman removed the freeze Freeze the Release PR with this label label Sep 2, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.0.0-beta.0 branch from 156faef to 6c3505d Compare September 2, 2025 03:07
@shilman shilman added the freeze Freeze the Release PR with this label label Sep 2, 2025
@shilman shilman merged commit fff79ea into next-release Sep 2, 2025
91 checks passed
@shilman shilman deleted the version-non-patch-from-10.0.0-beta.0 branch September 2, 2025 04:38
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.