Build: Merge next-release into next [skip ci]#34772
Conversation
…4.0-alpha.17 Release: Prerelease 10.4.0-alpha.18
next-release into next [skip ci]next-release into next [skip ci]
There was a problem hiding this comment.
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.17to10.4.0-alpha.18across Storybook packages/presets/frameworks. - Update internal version constants/maps used by the codebase (
manager-api/version.ts, generatedcommon/versions.ts). - Add the
10.4.0-alpha.18section toCHANGELOG.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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (47)
📝 WalkthroughWalkthroughThis 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. ChangesVersion 10.4.0-alpha.18 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
What I did
Making
nextbe up to date withnext-releaseas something went wrong in the branch merge flow.Summary by CodeRabbit