Skip to content

Build: Merge next-release into next [skip ci]#34772

Merged
ndelangen merged 4 commits into
nextfrom
norbert/update-next-with-nextrelease
May 12, 2026
Merged

Build: Merge next-release into next [skip ci]#34772
ndelangen merged 4 commits into
nextfrom
norbert/update-next-with-nextrelease

Conversation

@ndelangen
Copy link
Copy Markdown
Member

@ndelangen ndelangen commented May 12, 2026

What I did

Making next be up to date with next-release as something went wrong in the branch merge flow.

Summary by CodeRabbit

  • Chores
    • Version bumped from 10.4.0-alpha.17 to 10.4.0-alpha.18 across all packages, including core, addons, frameworks, renderers, builders, and presets.

Review Change Stack

Copilot AI review requested due to automatic review settings May 12, 2026 13:00
@ndelangen ndelangen self-assigned this May 12, 2026
@ndelangen ndelangen added the build Internal-facing build tooling & test updates label May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 12, 2026

Fails
🚫

PR is not labeled with one of: ["ci:normal","ci:merged","ci:daily","ci:docs"]

Generated by 🚫 dangerJS against 2a456ce

@ndelangen ndelangen changed the title merge next-release into next [skip ci] Build: Merge next-release into next [skip ci] May 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Syncs next with next-release after an issue in the branch merge flow by aligning all package/version metadata to the latest prerelease (10.4.0-alpha.18) and updating the prerelease changelog accordingly.

Changes:

  • Bump versions from 10.4.0-alpha.17 to 10.4.0-alpha.18 across Storybook packages/presets/frameworks.
  • Update internal version constants/maps used by the codebase (manager-api/version.ts, generated common/versions.ts).
  • Add the 10.4.0-alpha.18 section to CHANGELOG.prerelease.md.

Reviewed changes

Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.

Show a summary per file
File Description
code/renderers/web-components/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/vue3/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/svelte/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/server/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/react/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/preact/package.json Bump renderer package version to 10.4.0-alpha.18
code/renderers/html/package.json Bump renderer package version to 10.4.0-alpha.18
code/presets/server-webpack/package.json Bump preset package version to 10.4.0-alpha.18
code/presets/react-webpack/package.json Bump preset package version to 10.4.0-alpha.18
code/presets/create-react-app/package.json Bump preset package version to 10.4.0-alpha.18
code/package.json Bump monorepo root package version to 10.4.0-alpha.18
code/lib/react-dom-shim/package.json Bump lib package version to 10.4.0-alpha.18
code/lib/eslint-plugin/package.json Bump lib package version to 10.4.0-alpha.18
code/lib/csf-plugin/package.json Bump lib package version to 10.4.0-alpha.18
code/lib/create-storybook/package.json Bump installer package version to 10.4.0-alpha.18
code/lib/core-webpack/package.json Bump lib package version to 10.4.0-alpha.18
code/lib/codemod/package.json Bump tooling package version to 10.4.0-alpha.18
code/lib/cli-storybook/package.json Bump CLI package version to 10.4.0-alpha.18
code/lib/cli-sb/package.json Bump sb package version to 10.4.0-alpha.18
code/frameworks/web-components-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/vue3-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/tanstack-react/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/sveltekit/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/svelte-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/server-webpack5/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/react-webpack5/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/react-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/react-native-web-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/preact-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/nextjs/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/nextjs-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/html-vite/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/ember/package.json Bump framework package version to 10.4.0-alpha.18
code/frameworks/angular/package.json Bump framework package version to 10.4.0-alpha.18
code/core/src/manager-api/version.ts Update manager API version constant to 10.4.0-alpha.18
code/core/src/common/versions.ts Update generated package->version map to 10.4.0-alpha.18
code/core/package.json Bump storybook core package version to 10.4.0-alpha.18
code/builders/builder-webpack5/package.json Bump builder package version to 10.4.0-alpha.18
code/builders/builder-vite/package.json Bump builder package version to 10.4.0-alpha.18
code/addons/vitest/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/themes/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/pseudo-states/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/onboarding/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/links/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/docs/package.json Bump addon package version to 10.4.0-alpha.18
code/addons/a11y/package.json Bump addon package version to 10.4.0-alpha.18
CHANGELOG.prerelease.md Add changelog section for 10.4.0-alpha.18

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f5959405-f082-492a-941a-6597771ac931

📥 Commits

Reviewing files that changed from the base of the PR and between cc871df and 2a456ce.

📒 Files selected for processing (47)
  • CHANGELOG.prerelease.md
  • code/addons/a11y/package.json
  • code/addons/docs/package.json
  • code/addons/links/package.json
  • code/addons/onboarding/package.json
  • code/addons/pseudo-states/package.json
  • code/addons/themes/package.json
  • code/addons/vitest/package.json
  • code/builders/builder-vite/package.json
  • code/builders/builder-webpack5/package.json
  • code/core/package.json
  • code/core/src/common/versions.ts
  • code/core/src/manager-api/version.ts
  • code/frameworks/angular/package.json
  • code/frameworks/ember/package.json
  • code/frameworks/html-vite/package.json
  • code/frameworks/nextjs-vite/package.json
  • code/frameworks/nextjs/package.json
  • code/frameworks/preact-vite/package.json
  • code/frameworks/react-native-web-vite/package.json
  • code/frameworks/react-vite/package.json
  • code/frameworks/react-webpack5/package.json
  • code/frameworks/server-webpack5/package.json
  • code/frameworks/svelte-vite/package.json
  • code/frameworks/sveltekit/package.json
  • code/frameworks/tanstack-react/package.json
  • code/frameworks/vue3-vite/package.json
  • code/frameworks/web-components-vite/package.json
  • code/lib/cli-sb/package.json
  • code/lib/cli-storybook/package.json
  • code/lib/codemod/package.json
  • code/lib/core-webpack/package.json
  • code/lib/create-storybook/package.json
  • code/lib/csf-plugin/package.json
  • code/lib/eslint-plugin/package.json
  • code/lib/react-dom-shim/package.json
  • code/package.json
  • code/presets/create-react-app/package.json
  • code/presets/react-webpack/package.json
  • code/presets/server-webpack/package.json
  • code/renderers/html/package.json
  • code/renderers/preact/package.json
  • code/renderers/react/package.json
  • code/renderers/server/package.json
  • code/renderers/svelte/package.json
  • code/renderers/vue3/package.json
  • code/renderers/web-components/package.json

📝 Walkthrough

Walkthrough

This PR bumps the Storybook monorepo version from 10.4.0-alpha.17 to 10.4.0-alpha.18. The changelog documents new features and fixes, followed by systematic version increments across all 44 package manifests and core version declarations.

Changes

Version 10.4.0-alpha.18 Release

Layer / File(s) Summary
Release changelog entry
CHANGELOG.prerelease.md
New 10.4.0-alpha.18 section added at the top with categorized changes for Agentic Setup, CLI, Change-Detection, Core, Fixes, Sidebar, Tanstack, Telemetry, and UI.
Package version bumps across monorepo
code/addons/*/package.json, code/builders/*/package.json, code/core/package.json, code/frameworks/*/package.json, code/lib/*/package.json, code/package.json, code/presets/*/package.json, code/renderers/*/package.json
Version field incremented from 10.4.0-alpha.17 to 10.4.0-alpha.18 across 44 package manifests spanning all addon, builder, framework, library, preset, and renderer packages.
Core version declarations
code/core/src/common/versions.ts, code/core/src/manager-api/version.ts
Auto-generated versions map and exported version constant updated to 10.4.0-alpha.18 for all Storybook packages, storybook-addon-pseudo-states, create-storybook, and eslint-plugin-storybook.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • storybookjs/storybook#32771: Also modifies the version map in code/core/src/common/versions.ts, removing the @storybook/addon-jest entry while this PR updates all version values.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@ndelangen ndelangen merged commit 065291f into next May 12, 2026
19 of 22 checks passed
@ndelangen ndelangen deleted the norbert/update-next-with-nextrelease branch May 12, 2026 13:22
@coderabbitai coderabbitai Bot mentioned this pull request May 13, 2026
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Internal-facing build tooling & test updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants