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 8.6.0-beta.5 #30575

Merged
merged 43 commits into from
Feb 21, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 19, 2025

This is an automated pull request that bumps the version from 8.6.0-beta.4 to 8.6.0-beta.5.
Once this pull request is merged, it will trigger a new release of version 8.6.0-beta.5.
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: Support v19.2 when @angular/animations is not installed #30611 (will also be patched)
  • 🐛 Bug: CLI: Don't initially select Documentation and Testing features #30599
  • ✨ Feature Request: CLI: Make telemetry data an object #30581
  • 🐛 Bug: Addon-Test: Make sure that only one global portable story config is ever loaded #30582
  • 🐛 Bug: Test addon: Only update vitest.config.ts with workspaces, otherwise create vitest.workspace.ts #30583
  • 🐛 Bug: Builder-Vite: Fix runtime and iframe 404 on first load #30567
  • 📦 Dependencies: Core: Support esbuild@^0.25 #30574 (will also be patched)
  • 📝 Documentation: Docs: CSF Factories fixes #30589
  • 📝 Documentation: Docs: Document create storybook and --features flag + cleanup #30598

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

8.6.0-beta.5

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Feb 19, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

LGTM

5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-beta.4 branch from d1cd33b to 6c9215d Compare February 19, 2025 14:38
ghengeveld and others added 4 commits February 19, 2025 16:01
…sting-workspaces

Test addon: Only update `vitest.config.ts` with workspaces, otherwise create `vitest.workspace.ts`
Addon-Test: Make sure that only one global portable story config is ever loaded
…elemetry-data-transformation

CLI: Make telemetry data an object
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-beta.4 branch from 69d049c to 4b48392 Compare February 20, 2025 14:09
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels Feb 20, 2025
Copy link

nx-cloud bot commented Feb 20, 2025

View your CI Pipeline Execution ↗ for commit c333701.

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

☁️ Nx Cloud last updated this comment at 2025-02-21 10:16:27 UTC

@storybook-pr-benchmarking
Copy link

storybook-pr-benchmarking bot commented Feb 20, 2025

Package Benchmarks

Commit: c333701, ran on 21 February 2025 at 10:24:17 UTC

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

@storybook/core

Before After Difference
Dependency count 52 52 0
Self size 19.26 MB 19.26 MB 🚨 +531 B 🚨
Dependency size 14.19 MB 14.26 MB 🚨 +62 KB 🚨
Bundle Size Analyzer Link Link

storybook

Before After Difference
Dependency count 53 53 0
Self size 23 KB 23 KB 0 B
Dependency size 33.45 MB 33.51 MB 🚨 +62 KB 🚨
Bundle Size Analyzer Link Link

sb

Before After Difference
Dependency count 54 54 0
Self size 1 KB 1 KB 0 B
Dependency size 33.47 MB 33.54 MB 🚨 +62 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 359 359 0
Self size 279 KB 279 KB 0 B
Dependency size 83.94 MB 84.00 MB 🚨 +62 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 275 275 0
Self size 612 KB 612 KB 🚨 +6 B 🚨
Dependency size 65.52 MB 65.58 MB 🚨 +62 KB 🚨
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic removed freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Feb 21, 2025
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-beta.4 branch from 4b48392 to c333701 Compare February 21, 2025 10:13
@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 Feb 21, 2025
@valentinpalkovic valentinpalkovic merged commit 04d69d6 into next-release Feb 21, 2025
109 of 110 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-8.6.0-beta.4 branch February 21, 2025 10:35
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