Skip to content

Release: Prerelease 10.2.0-alpha.3#33261

Merged
valentinpalkovic merged 91 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.2
Dec 3, 2025
Merged

Release: Prerelease 10.2.0-alpha.3#33261
valentinpalkovic merged 91 commits into
next-releasefrom
version-non-patch-from-10.2.0-alpha.2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 2, 2025

This is an automated pull request that bumps the version from 10.2.0-alpha.2 to 10.2.0-alpha.3.
Once this pull request is merged, it will trigger a new release of version 10.2.0-alpha.3.
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: Core: Enhance getPrettier function to provide prettier interface #33260
  • 🐛 Bug: Core: Fix cwd handling for negated globs #33241
  • 🐛 Bug: Telemetry: Cache Storybook metadata by main config content hash #33247 (will also be patched)
  • 🐛 Bug: NextJS: Alias image to use fileURLToPath for better resolution #33256 (will also be patched)
  • 📦 Dependencies: Chore: Upgrade Chromatic CLI #33176
  • 🐛 Bug: CSF: Export type to prevent type cannot be named-errors #33216
  • 🐛 Bug: Nextj.js: Support top-level weight/style in next/font/local with string src #32998
  • 🐛 Bug: TypeScript: Fix summary undefined type issue #32585
  • 🐛 Bug: Addon Docs: Skip !autodocs stories when computing primary story #32712
  • 🐛 Bug: Angular: Honor --loglevel and --logfile in dev/build #33212 (will also be patched)
  • ⚠️ Direct commit: Revert "Vue: Fix URL args synchronization" e902a7aa55938673b7875d44e2723d787e2a3e44
  • ⚠️ Direct commit: Vue: Fix URL args synchronization 98a93e4693328c29186a2f9f426eabc8e9d239ef
  • 🏗️ Build: Build: Upgrade to Vitest 4 #33086
  • 📝 Documentation: Docs: Rework Get Started page CTA positioning and copy #33069
  • 🏗️ Build: Build: Fix build on windows #33224
  • 🏗️ Build: Build: Fix play fn notice message in local storybook #33191

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

  • Addon Docs: Skip !autodocs stories when computing primary story - #32712, thanks ia319!
  • Angular: Honor --loglevel and --logfile in dev/build - #33212, thanks valentinpalkovic!
  • CSF: Export type to prevent type cannot be named-errors - #33216, thanks unional!
  • Chore: Upgrade Chromatic CLI - #33176, thanks ghengeveld!
  • Core: Enhance getPrettier function to provide prettier interface - #33260, thanks valentinpalkovic!
  • Core: Fix cwd handling for negated globs - #33241, thanks ia319!
  • NextJS: Alias image to use fileURLToPath for better resolution - #33256, thanks ndelangen!
  • Nextj.js: Support top-level weight/style in next/font/local with string src - #32998, thanks Chiman2937!
  • Telemetry: Cache Storybook metadata by main config content hash - #33247, thanks valentinpalkovic!
  • TypeScript: Fix summary undefined type issue - #32585, thanks afsalshamsudeen!

afsalshamsudeen and others added 30 commits September 30, 2025 13:57
- add usePrimaryStory hook to centralize primary story selection
- refactor Primary, Controls to use the hook instead of stories[0]
- ensure !autodocs stories are correctly hidden in all doc blocks
- Add top-level weight and style to @font-face when src is a string
- Exclude variable font weight ranges from className (only static
  weights)
- Align with Next.js localFont behavior
… animations until settled down and only delay transition for outgoing items
restore cwd calculation logic and prepend "./" to negated patterns so they are treated as extended globs
This address the "type cannot be named" error for `defineMain()`.
Fix `meta.story()` type cannot be named error
ndelangen and others added 16 commits December 2, 2025 10:16
CSF: Export type to prevent `type cannot be named`-errors
…ncorrectly-hoisted-packages-problem

NextJS: Alias image to use fileURLToPath for better resolution
…adata-cachingn

Telemetry: Cache Storybook metadata by main config content hash
Core: Fix cwd handling for negated globs
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Dec 2, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.2 branch from e8d7270 to 3e3b021 Compare December 2, 2025 21:57
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-alpha.2 branch from 3e3b021 to cec944c Compare December 3, 2025 06:16
@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 3, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Dec 3, 2025

View your CI Pipeline Execution ↗ for commit cec944c

Command Status Duration Result
nx run-many -t compile -c production --parallel=3 ✅ Succeeded 2s View ↗
nx run-many -t check -c production --parallel=7 ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-03 07:37:28 UTC

@valentinpalkovic valentinpalkovic merged commit 980da3b into next-release Dec 3, 2025
122 of 125 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.2.0-alpha.2 branch December 3, 2025 07:58
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.