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 beta 8.5.0-beta.0 #30063

Merged
merged 26 commits into from
Dec 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 13, 2024

This is an automated pull request that bumps the version from 8.5.0-alpha.22 to 8.5.0-beta.0.
Once this pull request is merged, it will trigger a new release of version 8.5.0-beta.0.
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: Next.js: Support v15.1.1 #30068
  • 🐛 Bug: Automigration: Improve setup file transformation and version range handling for a11y migration #30060
  • 🏗️ Build: Build: Fix nx.json to use boolean for legacy cache setting #30074
  • 🏗️ Build: Build: Fix broken Windows Unit Test CI run #30069
  • 🏗️ Build: Build: Refactor e2e test for composition to make it more stable #30067
  • 🏗️ Build: Build: Add text suggestions for incorrect task names #30056
  • 🏗️ Build: Build: Improve waiting detection on E2E to fix flake #30057
  • 📝 Documentation: Docs: Update addon-test coverage exclude details #30059

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.5.0-beta.0

@github-actions github-actions bot requested a review from kylegach as a code owner December 13, 2024 16:18
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Dec 13, 2024
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.

4 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

@@ -1 +1 @@
{"version":"8.5.0-alpha.22","info":{"plain":"- Addon Docs: Dynamically import rehype - [#29544](https://github.com/storybookjs/storybook/pull/29544), thanks @valentinpalkovic!\n- Addon Test: Fix duplicate `test.include` patterns - [#30029](https://github.com/storybookjs/storybook/pull/30029), thanks @JReinhold!\n- Addon Test: Fix environment variable for Vitest Storybook integration - [#30054](https://github.com/storybookjs/storybook/pull/30054), thanks @valentinpalkovic!\n- Addon Test: Use local storybook binary instead - [#30021](https://github.com/storybookjs/storybook/pull/30021), thanks @kasperpeulen!\n- Addon Test: Wait for 2 seconds before showing result mismatch warning - [#30002](https://github.com/storybookjs/storybook/pull/30002), thanks @ghengeveld!\n- Angular: Support statsJson in angular schemas - [#29233](https://github.com/storybookjs/storybook/pull/29233), thanks @yannbf!\n- Core: Fix `scrollIntoView` behavior and reimplement testing module time rendering - [#30044](https://github.com/storybookjs/storybook/pull/30044), thanks @ghengeveld!\n- Docs: Add code snippet to addons panel - [#29253](https://github.com/storybookjs/storybook/pull/29253), thanks @larsrickert!\n- Next.js: Fix webpack fsCache not working - [#29654](https://github.com/storybookjs/storybook/pull/29654), thanks @sentience!\n- Nextjs-Vite: Add TS docgen support - [#29824](https://github.com/storybookjs/storybook/pull/29824), thanks @yannbf!\n- Nextjs-Vite: Fix docgen types in main config - [#30042](https://github.com/storybookjs/storybook/pull/30042), thanks @yannbf!\n- React: Fix RSC compatibility with addon-themes and hooks - [#26243](https://github.com/storybookjs/storybook/pull/26243), thanks @shilman!\n- UI: Fix controls and parameters on tag-filtered stories - [#30038](https://github.com/storybookjs/storybook/pull/30038), thanks @shilman!"}}
{"version":"8.5.0-beta.0","info":{"plain":""}}
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: The info.plain field is empty which means the changelog for beta.0 is missing. This should include at least the documentation update mentioned in PR #30059.

yannbf and others added 4 commits December 13, 2024 19:43
…ojects

Build: Improve waiting detection on E2E to fix flake
…y-addon-test-automigration

Automigration: Improve setup file transformation and version range handling for a11y migration
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from 59f1e85 to 515de9a Compare December 15, 2024 09:21
@github-actions github-actions bot changed the title Release: Prerelease beta 8.5.0-beta.0 Release: Prerelease 8.5.0-alpha.23 Dec 15, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from 515de9a to 45b61f3 Compare December 15, 2024 09:52
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from 45b61f3 to 43a3064 Compare December 15, 2024 10:43
Due to the following issue nrwl/nx#28806, which we encounter in the GitHub Window Unit Test Job regularly, we have to opt-in to NX's legacy cache mechanism. That will use the file system instead of a file DB for caching.
…-test-ci-job

Build: Fix broken Windows Unit Test CI run
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from 43a3064 to 5c70364 Compare December 16, 2024 09:16
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from 5c70364 to b33d96f Compare December 16, 2024 09:22
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from b33d96f to fef758d Compare December 16, 2024 12:14
@vanessayuenn vanessayuenn added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Dec 16, 2024
Copy link

nx-cloud bot commented Dec 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 70bfeb2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@vanessayuenn vanessayuenn removed the freeze Freeze the Release PR with this label label Dec 16, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.22 branch from fef758d to 70bfeb2 Compare December 16, 2024 12:55
@github-actions github-actions bot changed the title Release: Prerelease 8.5.0-alpha.23 Release: Prerelease beta 8.5.0-beta.0 Dec 16, 2024
@vanessayuenn vanessayuenn added the freeze Freeze the Release PR with this label label Dec 16, 2024
@storybook-pr-benchmarking
Copy link

Package Benchmarks

Commit: 70bfeb2, ran on 16 December 2024 at 13:05:33 UTC

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

@storybook/vue3-vite

Before After Difference
Dependency count 111 107 🎉 -4 🎉
Self size 16 KB 16 KB 0 B
Dependency size 45.54 MB 45.46 MB 🎉 -78 KB 🎉
Bundle Size Analyzer Link Link

@storybook/preset-vue3-webpack

Before After Difference
Dependency count 378 374 🎉 -4 🎉
Self size 9 KB 9 KB 0 B
Dependency size 50.58 MB 50.51 MB 🎉 -78 KB 🎉
Bundle Size Analyzer Link Link

@vanessayuenn vanessayuenn merged commit 6cda454 into next-release Dec 16, 2024
107 checks passed
@vanessayuenn vanessayuenn deleted the version-non-patch-from-8.5.0-alpha.22 branch December 16, 2024 14:40
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.

5 participants