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.0.0-beta.4 #26075

Merged
merged 133 commits into from
Feb 20, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 17, 2024

This is an automated pull request that bumps the version from 8.0.0-beta.3 to 8.0.0-beta.4.
Once this pull request is merged, it will trigger a new release of version 8.0.0-beta.4.
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: CLI: Remove the logging to file feature from autoblockers #26100
  • 🔧 Maintenance: CLI: Add legacyMdx1 & @storybook/mdx1-csf automigration #26102
  • 🐛 Bug: Core: Fix fail to load main.ts error message #26035 (will also be patched)
  • 🔧 Maintenance: Svelte: Remove deprecated SvelteComponentTyped in favor of SvelteComponent #26113
  • ✨ Feature Request: CLI: Add line ignoring storybook's .log files upon init #26099
  • 🐛 Bug: CLI: Add support for custom vite config to autoblocker #26087
  • ✨ Feature Request: CLI: Remove argTypesRegex automigration #26001
  • ✨ Feature Request: Addon-actions: Warn when argTypesRegex is used together with the visual test addon #26094
  • 🐛 Bug: Addon-docs: Fix Table of Contents heading leak #23677 (will also be patched)
  • 🐛 Bug: Vite: Fix issue getting preview stats with Vite builder #26093
  • 🔧 Maintenance: CLI: Add webpack5 compiler automigration #26000
  • 🔧 Maintenance: Core: Update ip version to fix CVE-2023-42282 #26086 (will also be patched)
  • 🔧 Maintenance: Core: Add addon removal telemetry #26077
  • 🐛 Bug: Vite: Fix bug that meant we always warned about TS plugin #26051
  • ✨ Feature Request: Next.js: Support getImageProps API #25745
  • 🐛 Bug: Vite: Fix config typing issue of the typescript property #26046
  • 🏗️ Build: Build: Make sure portable stories won't break in Node environments #26117
  • 📝 Documentation: Docs: Fix conditional rendering of sections #26101
  • 📝 Documentation: Docs: Remove references to the storiesOf API #25963
  • ⚠️ Direct commit: Revert "remove the logging to file feature from autoblockers" 16311805589b376f2efa6a28ea3049ccd9da6d41
  • ⚠️ Direct commit: remove the logging to file feature from autoblockers 8422756247169a123dc1222b5b05e3a345a7166f
  • 🏗️ Build: Build: Re-enable flaky tests #26072
  • ⚠️ Direct commit: rename incorrectly named type interfaces fd6a748190f09d9fee906357daaead829ca4243f
  • 🏗️ Build: Build: Upgrade eslint-plugin-storybook #26064

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.0.0-beta.4

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from fc63f75 to 60d2160 Compare February 20, 2024 09:01
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from 60d2160 to 736e6ab Compare February 20, 2024 14:40
…-test

Build: Make sure portable stories won't break in Node environments
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from 736e6ab to 0c88f4d Compare February 20, 2024 15:05
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from 0c88f4d to ea16c1d Compare February 20, 2024 15:49
CLI: Automigration remove `legacyMdx1` & uninstall `@storybook/mdx1-csf`
…ture-from-autoblockers

CLI: Remove the logging to file feature from autoblockers
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from ea16c1d to 2c5a98e Compare February 20, 2024 16:18
@shilman shilman added freeze Freeze the Release PR with this label and removed freeze Freeze the Release PR with this label labels Feb 20, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.3 branch from 2c5a98e to 5dc206d Compare February 20, 2024 17:28
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 20, 2024
@shilman shilman merged commit bf6f568 into next-release Feb 20, 2024
99 of 101 checks passed
@shilman shilman deleted the version-non-patch-from-8.0.0-beta.3 branch February 20, 2024 18:28
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.

None yet