Skip to content

Release: Prerelease 10.3.0-alpha.15#34010

Merged
valentinpalkovic merged 51 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.14
Mar 6, 2026
Merged

Release: Prerelease 10.3.0-alpha.15#34010
valentinpalkovic merged 51 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.14

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 4, 2026

This is an automated pull request that bumps the version from 10.3.0-alpha.14 to 10.3.0-alpha.15.
Once this pull request is merged, it will trigger a new release of version 10.3.0-alpha.15.
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: Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file #34025
  • 🐛 Bug: Core: Resolve builder preset path correctly in pnpm strict mode #34032 (will also be patched)
  • 🐛 Bug: Core: Add vike metadata frameworks #33965 (will also be patched)
  • 🔧 Maintenance: CI:: declare explicit permissions for stale and weekly cron workflows #33902
  • 🐛 Bug: Actions: Fix HandlerFunction type to support async callback props #33864
  • 🐛 Bug: UI: Fix modal text selection #33967
  • 📝 Documentation: Docs: Add allowedHosts core config option #33987 (will also be patched)
  • 🏗️ Build: Docs: Add small viewport stories for Preview and Source blocks #33978
  • 📝 Documentation: Docs: Use storybook build command in main config build docs #33986
  • 🏗️ Build: Build: Add NX Cloud access token to publish jobs in workflow #34038
  • 🏗️ Build: Danger: Fail/warn when PR targets wrong base branch #34007
  • 🏗️ Build: Build: Upgrade husky from v4 to v9 #34027

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.3.0-alpha.15

  • Actions: Fix HandlerFunction type to support async callback props - #33864, thanks mixelburg!
  • Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - #34025, thanks valentinpalkovic!
  • CI:: declare explicit permissions for stale and weekly cron workflows - #33902, thanks Rohan5commit!
  • Core: Add vike metadata frameworks - #33965, thanks yannbf!
  • Core: Resolve builder preset path correctly in pnpm strict mode - #34032, thanks braedenfoster!
  • UI: Fix modal text selection - #33967, thanks Sidnioulz!

mixelburg and others added 20 commits February 18, 2026 08:54
Change return type from void to any so action handlers can be
assigned to async callback props without type errors.
- Add CSF Next examples to snippet
- Prose improvements
Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
…etBranch

Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 4, 2026
…urn-type

Actions: Fix HandlerFunction type to support async callback props
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 41f641f to cb9e0c4 Compare March 4, 2026 15:41
Sidnioulz and others added 4 commits March 4, 2026 17:55
…e and streamline project annotations handling
…tale-and-cron-weekly

CI:: declare explicit permissions for stale and weekly cron workflows
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from cb9e0c4 to 4f5618e Compare March 5, 2026 13:18
Braeden Foster and others added 4 commits March 6, 2026 08:29
- Add support for file URLs and absolute paths in builder name resolution
- Check if builder name is already resolved before calling resolvePackageDir
- Use dirname for resolved paths, resolvePackageDir for bare package names
- Import dirname and isAbsolute from pathe for path detection
…vironments

- Use `parent` parameter in `createRequire()` to maintain correct module resolution context
- Rename `require` to `req` to avoid shadowing the global require function
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from d5cbec7 to 0a2419f Compare March 6, 2026 08:12
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 0a2419f to 5682ae5 Compare March 6, 2026 09:20
Core: Resolve builder preset path correctly in pnpm strict mode
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 5682ae5 to 621442f Compare March 6, 2026 09:29
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 621442f to bb0ff38 Compare March 6, 2026 11:02
…preview-source

Docs: Add small viewport stories for Preview and Source blocks
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from bb0ff38 to 629da5b Compare March 6, 2026 11:33
Docs: Add `allowedHosts` core config option
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 629da5b to 976129b Compare March 6, 2026 11:47
valentinpalkovic and others added 2 commits March 6, 2026 13:12
…etup-file

Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.14 branch from 976129b to 19896d9 Compare March 6, 2026 12:15
@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 Mar 6, 2026
@valentinpalkovic valentinpalkovic self-assigned this Mar 6, 2026
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 6, 2026

View your CI Pipeline Execution ↗ for commit 19896d9

Command Status Duration Result
nx run-many -t compile -c production --parallel=1 ✅ Succeeded 6m 17s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-06 12:34:03 UTC

@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 19896d9, ran on 6 March 2026 at 12:32:17 UTC

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

@storybook/builder-webpack5

Before After Difference
Dependency count 185 185 0
Self size 76 KB 76 KB 0 B
Dependency size 32.19 MB 32.17 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/angular

Before After Difference
Dependency count 185 185 0
Self size 139 KB 139 KB 🚨 +48 B 🚨
Dependency size 30.40 MB 30.38 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/ember

Before After Difference
Dependency count 189 189 0
Self size 15 KB 15 KB 0 B
Dependency size 28.90 MB 28.88 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/nextjs

Before After Difference
Dependency count 534 534 0
Self size 648 KB 648 KB 🚨 +207 B 🚨
Dependency size 59.86 MB 59.84 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/nextjs-vite

Before After Difference
Dependency count 92 92 0
Self size 1.12 MB 1.12 MB 🚨 +226 B 🚨
Dependency size 22.47 MB 22.45 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 124 124 0
Self size 30 KB 30 KB 🎉 -18 B 🎉
Dependency size 23.76 MB 23.74 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 82 82 0
Self size 35 KB 35 KB 0 B
Dependency size 20.25 MB 20.24 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-webpack5

Before After Difference
Dependency count 271 271 0
Self size 24 KB 24 KB 🚨 +12 B 🚨
Dependency size 44.53 MB 44.51 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/server-webpack5

Before After Difference
Dependency count 197 197 0
Self size 16 KB 16 KB 0 B
Dependency size 33.44 MB 33.42 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 779 KB 779 KB 🚨 +13 B 🚨
Dependency size 67.35 MB 67.33 MB 🎉 -20 KB 🎉
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 176 176 0
Self size 32 KB 32 KB 0 B
Dependency size 65.88 MB 65.86 MB 🎉 -18 KB 🎉
Bundle Size Analyzer Link Link

@storybook/preset-react-webpack

Before After Difference
Dependency count 167 167 0
Self size 18 KB 18 KB 🎉 -24 B 🎉
Dependency size 31.40 MB 31.38 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react

Before After Difference
Dependency count 58 58 0
Self size 1.19 MB 1.19 MB 🚨 +209 B 🚨
Dependency size 13.21 MB 13.19 MB 🎉 -19 KB 🎉
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic merged commit 0923df5 into next-release Mar 6, 2026
288 of 295 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.3.0-alpha.14 branch March 6, 2026 13:54
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.