Skip to content

Release: Prerelease 10.3.0-alpha.17#34096

Merged
yannbf merged 40 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.16
Mar 13, 2026
Merged

Release: Prerelease 10.3.0-alpha.17#34096
yannbf merged 40 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.16

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

This is an automated pull request that bumps the version from 10.3.0-alpha.16 to 10.3.0-alpha.17.
Once this pull request is merged, it will trigger a new release of version 10.3.0-alpha.17.
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: Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" #34099
  • 🐛 Bug: Core: Correctly fallback to first detected vitest config file #33865 (will also be patched)
  • 🐛 Bug: ESLint: bail out config setup if eslint-plugin-storybook is already imported #34089
  • 🐛 Bug: ESLint-plugin: Disallow extra properties in eslint plugin rule options #32056
  • 📝 Documentation: Docs: Add AI section #33992
  • 🏗️ Build: Build: Fix Nx cloud in sandbox generation #34095
  • 🏗️ Build: Build: Update tests to expect any numeric value and fix flake #33547
  • 🏗️ Build: Build: Restore portable story jobs for Svelte and Next.js #34090

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

  • Core: Correctly fallback to first detected vitest config file - #33865, thanks yannbf!
  • ESLint-plugin: Disallow extra properties in eslint plugin rule options - #32056, thanks andreww2012!
  • ESLint: bail out config setup if eslint-plugin-storybook is already imported - #34089, thanks copilot-swe-agent!
  • Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - #34099, thanks valentinpalkovic!

andreww2012 and others added 30 commits July 16, 2025 17:05
- Properly demarcate React-only features
- Add more best practices
- Remove `--name` from `mcp-add` call
- Improve agent instructions
- Remove individual tool API references
- Add additional example workflows
- Clarify what tools are published
- Add default `manifest` tag
- Fix various inaccuracies
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
- Add docs for feature flags
- Remove PII from manifest example
- Prose tweaks
* next: (80 commits)
  Add Serena MCP server configuration for AI-assisted development
  Update duplicate code detector workflow to analyze TypeScript files and refine issue creation criteria
  Add agentic workflow duplicate-code-detector
  Update lock file
  Refactor code simplifier workflow to enhance clarity and consistency in documentation
  Add agentic workflow code-simplifier
  docs: fix custom render function typo
  Docs: Follow-up to #34025
  Update CHANGELOG.md for v10.2.16 [skip ci]
  Remove duplicate env var
  Next.js: Add support for v16.2
  Apply suggestion from @valentinpalkovic
  Update default allowed hosts in host validation middleware
  Fix glob special character escaping in optimizeDeps.entries to prevent cold-cache failures
  Initial plan
  Add docs
  Change warning to info
  Adjust wording
  Convert class component to functional component with hooks
  Build: Add NX Cloud access token to publish jobs in workflow
  ...
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
- Clarify unstable nature of manifest schemas
- Fix inaccuracy in example workflow
- Clarify behavior of `componentsManifest` feature flag
…eady imported

Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
…ies-in-rule-options

ESLint-plugin: Disallow extra properties in eslint plugin rule options
…able-ci

Build: Restore portable story jobs for Svelte and Next.js
…nd dynamic)

Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
Build: Update tests to expect any numeric value and fix flake
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 10, 2026
yannbf added 2 commits March 10, 2026 16:30
This reverts commit 824d5d7.
…n-script

Build: Fix Nx cloud in sandbox generation
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.16 branch from ce72cea to 0e04b53 Compare March 10, 2026 16:23
* next: (65 commits)
  Revert "REVERT THIS COMMIT"
  Bump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]
  REVERT THIS COMMIT
  Fix Nx cloud in sandbox generation
  Write changelog for 10.3.0-alpha.16 [skip ci]
  Restore portable story CI jobs for svelte and nextjs
  Angular: Set moduleResolution to bundler
  Angular: Add noCheck: true to tsconfig.json
  Update CHANGELOG.md for v10.2.17 [skip ci]
  Bump version from "10.3.0-alpha.14" to "10.3.0-alpha.15" [skip ci]
  Update docs/releases/index.mdx
  Build: Bump node in .nvmrc file
  undo nextjs workarounds
  Revert "undo workarounds that supposedly are not needed anymore"
  undo workarounds that supposedly are not needed anymore
  Write changelog for 10.3.0-alpha.15 [skip ci]
  update vite resolution
  Fix Layout story unduly failing
  Show multiple favicons warning as debug message:
  revert: drop unrelated layout story change
  ...
- Single-line `mcp-add` snippet
- Don't hide renderer selector on any pages
- Consolidate callouts and include for all renderers
- Improve get started/installation section
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.16 branch from 0e04b53 to e8ba9a7 Compare March 10, 2026 21:42
…setup

ESLint: bail out config setup if eslint-plugin-storybook is already imported
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.16 branch from e8ba9a7 to 96079c5 Compare March 11, 2026 05:50
…ction

Core: Correctly fallback to first detected vitest config file
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.16 branch from 96079c5 to 1905772 Compare March 11, 2026 09:17
valentinpalkovic and others added 2 commits March 11, 2026 10:35
…ivider-21429

Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown"
@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 Mar 11, 2026
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.16 branch from 1905772 to 1c63f41 Compare March 11, 2026 09:38
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 11, 2026

View your CI Pipeline Execution ↗ for commit 1c63f41

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

☁️ Nx Cloud last updated this comment at 2026-03-11 09:50:58 UTC

@yannbf yannbf merged commit c2eb1b4 into next-release Mar 13, 2026
288 of 291 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.3.0-alpha.16 branch March 13, 2026 10:51
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.

8 participants