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.5 #26143

Merged
merged 252 commits into from
Feb 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 8.0.0-beta.4 to 8.0.0-beta.5.
Once this pull request is merged, it will trigger a new release of version 8.0.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:

  • 🔧 Maintenance: Vue: Replace vue-docgen-api with Volar vue-component-meta #22285
  • 🐛 Bug: Vue3: Fix SourceDecorator Exception #25773
  • 🐛 Bug: Core: Fix addon bundling script #26145 (will also be patched)
  • 🐛 Bug: CLI: Fix logic to add ^ packages in upgrade #26049
  • 🐛 Bug: Addon-interactions: Only mutate arg keys when writable #26118
  • 🐛 Bug: Addon-controls: Dont show "setup controls" if control is disabled or a function #26120
  • 📝 Documentation: Docs: add message that storybook creates node_modules in pnp #25988
  • 🏗️ Build: Build: Add implicit actions #26150
  • ⚠️ Direct commit: Revert "Add a new flag --stats-json and soft replace --webpack-stats-json" b868150e56c2432810d22a96119ab81a7fd55535
  • ⚠️ Direct commit: Revert "Add an error if you run --stats-json in Vite dev mode" 1f993e29fccacd04c309e407e27410facb2f84dc
  • ⚠️ Direct commit: Add an error if you run --stats-json in Vite dev mode 2097d70ca450cfaf2fb32e6496012979142ff7fc
  • ⚠️ Direct commit: Add a new flag --stats-json and soft replace --webpack-stats-json 66e08d93cc37a18f7a6cd670bb726400c62aa9ff
  • 📝 Documentation: Docs: Types are written with _ instead of - #26107
  • 📝 Documentation: Docs: Add "React peer dependency is no longer required" section to addon migration guide #25826

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.5

Addon-interactions: Only mutate arg keys when writable
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from 6272edf to 9ab6333 Compare February 22, 2024 11:20
ndelangen and others added 3 commits February 22, 2024 13:05
…s even for CJS output, make CJS output neutral platform
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
CLI: Fix logic to add `^` packages in upgrade
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from 9ab6333 to 598d97c Compare February 22, 2024 13:11
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from 598d97c to ff7bf4d Compare February 22, 2024 16:36
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from ff7bf4d to fedbc38 Compare February 22, 2024 17:36
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from fedbc38 to fa2786b Compare February 23, 2024 08:14
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from fa2786b to 551a4e9 Compare February 23, 2024 08:44
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.4 branch from 551a4e9 to f235f90 Compare February 23, 2024 16:21
@kasperpeulen kasperpeulen added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 23, 2024
@kasperpeulen kasperpeulen merged commit a4dccea into next-release Feb 23, 2024
99 of 101 checks passed
@kasperpeulen kasperpeulen deleted the version-non-patch-from-8.0.0-beta.4 branch February 23, 2024 19:10
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