Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Prerelease 9.0.0-alpha.3 #30760

Merged
merged 142 commits into from
Mar 11, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 6, 2025

This is an automated pull request that bumps the version from 9.0.0-alpha.2 to 9.0.0-alpha.3.
Once this pull request is merged, it will trigger a new release of version 9.0.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: Angular: Add @angular-devkit/build-angular to default installed pacakages in angular #30790 (will also be patched)
  • 🐛 Bug: Svelte: Fix automatic argTypes inference coming up empty with [email protected] #30784 (will also be patched)
  • 🐛 Bug: CLI: Fix test install in RNW projects #30786 (will also be patched)
  • ✨ Feature Request: Addon Test: Improve unhandled error messages #30755
  • 🐛 Bug: Svelte: Pin svelte2tsx to solve argType regression #30783
  • 🔧 Maintenance: Core: Re-Export renderers from frameworks #30771
  • 🐛 Bug: Universal Store: Don't use crypto.randomUUID #30781 (will also be patched)
  • ✨ Feature Request: Automigrate: Disable missingStorybookDependencies for 9.0 #30769
  • ✨ Feature Request: Migration: Add auto-automigration for merged packages #30753
  • ❗ Breaking Change: Test: Move @storybook/test into storybook/test #30742
  • 🐛 Bug: Addon A11y: Promote @storybook/global to full dependency #30723 (will also be patched)
  • 🔧 Maintenance: Next.js: Upgrade image-size to 2.0 #30741
  • 🐛 Bug: Core: Replace 'min' instead of 'm' in printDuration #30668 (will also be patched)
  • 🐛 Bug: Svelte: Fix Vite crashing on virtual module imports #26838 (will also be patched)
  • 🐛 Bug: Next.js: Use latest version when init in empty directory #30659 (will also be patched)
  • 🏗️ Build: Build: Disable benchmark scripts #30775 (will also be patched)

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

9.0.0-alpha.3

valentinpalkovic and others added 30 commits February 25, 2025 13:16
It appears as an import in the compiled code, so must be declared as a
dependency
This commit introduces a new automigration fix to handle consolidated Storybook packages in package.json files. The implementation includes:

- A check to identify package.json files with consolidated packages
- Transformation logic to remove consolidated packages
- Adding the main Storybook package to devDependencies
- Comprehensive test coverage for the new feature
…s-from-frameworks

Core: Re-Export renderers from frameworks
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.2 branch from ed0f898 to 114c224 Compare March 10, 2025 10:40
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.2 branch from 114c224 to bba8fb8 Compare March 10, 2025 11:22
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Mar 10, 2025
Copy link

nx-cloud bot commented Mar 10, 2025

View your CI Pipeline Execution ↗ for commit fa13b91.

Command Status Duration Result
nx run-many -t build -c production --parallel=3 ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-11 15:23:01 UTC

@storybook-pr-benchmarking
Copy link

storybook-pr-benchmarking bot commented Mar 10, 2025

Package Benchmarks

Commit: fa13b91, ran on 11 March 2025 at 15:27:41 UTC

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

@storybook/addon-a11y

Before After Difference
Dependency count 51 3 🎉 -48 🎉
Self size 445 KB 445 KB 🎉 -44 B 🎉
Dependency size 12.05 MB 2.81 MB 🎉 -9.24 MB 🎉
Bundle Size Analyzer Link Link

@storybook/addon-interactions

Before After Difference
Dependency count 51 5 🎉 -46 🎉
Self size 129 KB 129 KB 🎉 -62 B 🎉
Dependency size 12.07 MB 3.11 MB 🎉 -8.96 MB 🎉
Bundle Size Analyzer Link Link

@storybook/addon-test

Before After Difference
Dependency count 55 9 🎉 -46 🎉
Self size 844 KB 845 KB 🚨 +690 B 🚨
Dependency size 13.53 MB 4.56 MB 🎉 -8.96 MB 🎉
Bundle Size Analyzer Link Link

storybook

Before After Difference
Dependency count 51 98 🚨 +47 🚨
Self size 19.64 MB 21.54 MB 🚨 +1.90 MB 🚨
Dependency size 14.26 MB 21.69 MB 🚨 +7.43 MB 🚨
Bundle Size Analyzer Link Link

@storybook/experimental-nextjs-vite

Before After Difference
Dependency count 177 141 🎉 -36 🎉
Self size 215 KB 215 KB 🚨 +534 B 🚨
Dependency size 48.71 MB 39.38 MB 🎉 -9.33 MB 🎉
Bundle Size Analyzer Link Link

@storybook/nextjs

Before After Difference
Dependency count 581 540 🎉 -41 🎉
Self size 454 KB 219 KB 🎉 -235 KB 🎉
Dependency size 82.96 MB 58.82 MB 🎉 -24.14 MB 🎉
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 172 172 0
Self size 35 KB 35 KB 🚨 +340 B 🚨
Dependency size 24.30 MB 24.32 MB 🚨 +16 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 124 122 🎉 -2 🎉
Self size 15 KB 31 KB 🚨 +16 KB 🚨
Dependency size 20.48 MB 20.47 MB 🎉 -12 KB 🎉
Bundle Size Analyzer Link Link

@storybook/svelte-vite

Before After Difference
Dependency count 131 131 0
Self size 23 KB 62 KB 🚨 +38 KB 🚨
Dependency size 36.55 MB 36.55 MB 🎉 -14 B 🎉
Bundle Size Analyzer Link Link

@storybook/svelte-webpack5

Before After Difference
Dependency count 311 311 0
Self size 7 KB 9 KB 🚨 +2 KB 🚨
Dependency size 40.61 MB 40.61 MB 🎉 -10 B 🎉
Bundle Size Analyzer Link Link

@storybook/sveltekit

Before After Difference
Dependency count 139 139 0
Self size 48 KB 100 KB 🚨 +52 KB 🚨
Dependency size 39.86 MB 39.90 MB 🚨 +38 KB 🚨
Bundle Size Analyzer Link Link

@storybook/vue3-vite

Before After Difference
Dependency count 104 104 0
Self size 17 KB 34 KB 🚨 +17 KB 🚨
Dependency size 42.74 MB 42.74 MB 🎉 -3 B 🎉
Bundle Size Analyzer Link Link

@storybook/vue3-webpack5

Before After Difference
Dependency count 495 495 0
Self size 7 KB 24 KB 🚨 +17 KB 🚨
Dependency size 57.01 MB 57.01 MB 🚨 +1 B 🚨
Bundle Size Analyzer Link Link

@storybook/web-components-vite

Before After Difference
Dependency count 12 12 0
Self size 6 KB 20 KB 🚨 +14 KB 🚨
Dependency size 1.94 MB 1.94 MB 🎉 -4 B 🎉
Bundle Size Analyzer Link Link

@storybook/web-components-webpack5

Before After Difference
Dependency count 245 245 0
Self size 7 KB 20 KB 🚨 +14 KB 🚨
Dependency size 32.62 MB 32.62 MB 0 B
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 52 99 🚨 +47 🚨
Self size 1 KB 1 KB 0 B
Dependency size 33.90 MB 43.24 MB 🚨 +9.33 MB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 356 388 🚨 +32 🚨
Self size 284 KB 284 KB 🚨 +186 B 🚨
Dependency size 84.55 MB 93.38 MB 🚨 +8.83 MB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 274 309 🚨 +35 🚨
Self size 617 KB 614 KB 🎉 -3 KB 🎉
Dependency size 66.14 MB 74.99 MB 🚨 +8.85 MB 🚨
Bundle Size Analyzer Link Link

@kasperpeulen kasperpeulen removed the freeze Freeze the Release PR with this label label Mar 11, 2025
kasperpeulen and others added 2 commits March 11, 2025 16:03
Angular: Add @angular-devkit/build-angular to default installed pacakages in angular
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.0.0-alpha.2 branch from bba8fb8 to fa13b91 Compare March 11, 2025 15:06
@kasperpeulen kasperpeulen added the freeze Freeze the Release PR with this label label Mar 11, 2025
@kasperpeulen kasperpeulen merged commit ffe719f into next-release Mar 11, 2025
75 of 101 checks passed
@kasperpeulen kasperpeulen deleted the version-non-patch-from-9.0.0-alpha.2 branch March 11, 2025 15:38
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.