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 alpha 8.5.0-alpha.21 #30017

Merged
merged 41 commits into from
Dec 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 8.5.0-alpha.20 to 8.5.0-alpha.21.
Once this pull request is merged, it will trigger a new release of version 8.5.0-alpha.21.
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: Addon Test: Wrap sub-paths exported with require.resolve #30026
  • ✨ Feature Request: Addon Test: Show sub test provider toggle state in main testing module #30019
  • 🐛 Bug: Addon Onboarding: Prebundle react-confetti #29996
  • ✨ Feature Request: Addon A11y: Run the a11y automigration on postInstall #30004
  • 🐛 Bug: Addon A11y: Update accessibility status handling in TestProviderRender #30027
  • 🐛 Bug: Addon A11y: Refactor environment variable handling for Vitest integration #30022
  • 🐛 Bug: Core: Fix bundling of React #30003
  • 🐛 Bug: Addon A11y: Add typesVersions support for TypeScript definitions in a11y package #30005
  • 🐛 Bug: Addon Test: Correctly stop Storybook when Vitest closes #30012
  • 🏗️ Build: Build: Update error logging colors for task details #30024
  • 🏗️ Build: Build: Improve task command and error message #30018
  • 📝 Documentation: Docs: Update SECURITY.md #30020

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-alpha.21

  • Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks @valentinpalkovic!
  • Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks @valentinpalkovic!
  • Addon A11y: Run the a11y automigration on postInstall - #30004, thanks @kasperpeulen!
  • Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks @valentinpalkovic!
  • Addon Onboarding: Prebundle react-confetti - #29996, thanks @yannbf!
  • Addon Test: Correctly stop Storybook when Vitest closes - #30012, thanks @JReinhold!
  • Addon Test: Show sub test provider toggle state in main testing module - #30019, thanks @ghengeveld!
  • Addon Test: Wrap sub-paths exported with require.resolve - #30026, thanks @ndelangen!
  • Core: Fix bundling of React - #30003, thanks @yannbf!

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

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

logger.verbose('Stopping Storybook process');
await new Promise<void>((resolve, reject) => {
// Storybook starts multiple child processes, so we need to kill the whole tree
treeKill(storybookProcess.pid, 'SIGTERM', (error) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

style: Consider adding a timeout to the treeKill operation in case it hangs

// Storybook starts multiple child processes, so we need to kill the whole tree
treeKill(storybookProcess.pid, 'SIGTERM', (error) => {
if (error) {
logger.error('Failed to stop Storybook process:');
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 error message is incomplete - it should include the actual error details from the callback

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from aefe495 to d119317 Compare December 11, 2024 10:17
…r-older-typescript-configurations

Addon A11y: Add typesVersions support for TypeScript definitions in a11y package
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from d119317 to 0503851 Compare December 11, 2024 10:27
Build: Improve task command and error message
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from 0503851 to dfedc08 Compare December 11, 2024 10:56
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from e153d04 to dfd5c3c Compare December 11, 2024 13:20
…-while-running

Addon A11y: Update accessibility status handling in TestProviderRender
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from dfd5c3c to 4922d36 Compare December 11, 2024 13:34
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from 4922d36 to 09d9ce1 Compare December 11, 2024 14:28
ndelangen and others added 2 commits December 11, 2024 15:59
…er-toggle-state-in-main-testing-module

Addon Test: Show sub test provider toggle state in main testing module
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from 09d9ce1 to 5f57172 Compare December 11, 2024 19:12
TestAddon: Wrap sub-paths exported with `require.resolve`
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from 5f57172 to 829111a Compare December 12, 2024 07:21
@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 Dec 12, 2024
Copy link

nx-cloud bot commented Dec 12, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 2de3b7a. 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.

@valentinpalkovic valentinpalkovic removed the freeze Freeze the Release PR with this label label Dec 12, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-alpha.20 branch from 829111a to 2de3b7a Compare December 12, 2024 08:29
@github-actions github-actions bot changed the title Release: Prerelease 8.5.0-alpha.21 Release: Prerelease alpha 8.5.0-alpha.21 Dec 12, 2024
@valentinpalkovic valentinpalkovic added the freeze Freeze the Release PR with this label label Dec 12, 2024
@storybook-pr-benchmarking
Copy link

Package Benchmarks

Commit: 2de3b7a, ran on 12 December 2024 at 08:39:21 UTC

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

@storybook/addon-a11y

Before After Difference
Dependency count 59 59 0
Self size 45 KB 411 KB 🚨 +366 KB 🚨
Dependency size 13.46 MB 13.46 MB 0 B
Bundle Size Analyzer Link Link

@storybook/addon-onboarding

Before After Difference
Dependency count 2 0 🎉 -2 🎉
Self size 216 KB 235 KB 🚨 +19 KB 🚨
Dependency size 235 KB 670 B 🎉 -235 KB 🎉
Bundle Size Analyzer Link Link

@storybook/vue3-vite

Before After Difference
Dependency count 110 111 🚨 +1 🚨
Self size 16 KB 16 KB 0 B
Dependency size 42.58 MB 42.59 MB 🚨 +12 KB 🚨
Bundle Size Analyzer Link Link

@storybook/preset-vue3-webpack

Before After Difference
Dependency count 368 369 🚨 +1 🚨
Self size 9 KB 9 KB 0 B
Dependency size 45.14 MB 45.16 MB 🚨 +16 KB 🚨
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic merged commit f0d6f29 into next-release Dec 12, 2024
105 of 107 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-8.5.0-alpha.20 branch December 12, 2024 11:17
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