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: Patch 8.0.9 #26821

Merged
merged 26 commits into from
Apr 22, 2024
Merged

Release: Patch 8.0.9 #26821

merged 26 commits into from
Apr 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 12, 2024

This is an automated pull request that bumps the version from 8.0.8 to 8.0.9.
Once this pull request is merged, it will trigger a new release of version 8.0.9.
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: Move sharp into optional deps #26787
  • 🐛 Bug: CSF: Fix typings for control and other properties of argTypes #26824
  • 🐛 Bug: UI: Fix sidebar search hanging when selecting a story in touch mode #26807
  • 🐛 Bug: Addon-docs: Fix MDX compilation when using @vitejs/plugin-react-swc with plugins #26837
  • 🐛 Bug: Test: Remove chai as dependency of @storybook/test #26852
  • 🐛 Bug: Doc Tools: Signature Type Error Handling #26774
  • 🐛 Bug: Nextjs: Support next 14.2 useParams functionality #26874
  • 🐛 Bug: Controls: Fix crashing when docgen extraction partially fails #26862
  • 🏗️ Build: CI: Fix parallelism for check and compile command on CI #26678
  • 📝 Documentation: Docs: remove repetitive words #26686
  • 📝 Documentation: Docs: Improved withVuetifyDecorator example snippet #26883

🍒 Manual cherry picking needed!

The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by replacing the "patch:yes" label with "patch:no" on the PR and re-generate this PR.

  • #26678: git cherry-pick -m1 -x 663194c7c7330fad158016b0b55964a1baafdf2f
  • #26787: git cherry-pick -m1 -x 9fd8c0ab66259491eb3344dcd127658bd83633d9
  • #26824: git cherry-pick -m1 -x 09af3bf283aabe9cbdb5585b9850713d7cccb043
  • #26807: git cherry-pick -m1 -x e967840e62b14fa83ac3e2a4a1c6fb563301d976
  • #26852: git cherry-pick -m1 -x 1de3a41ed4287c4eac9e8a8b78ec1d5eddbb5b6e
  • #26774: git cherry-pick -m1 -x 38afbe690251b49516c65df1827124995d9cf97b
  • #26874: git cherry-pick -m1 -x 316779b4f4c74e3dbed82c6625410b2add010e69
  • #26862: git cherry-pick -m1 -x 67a21117d31991758175790f37fc4ea1cc5ea22f

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

  • Addon-docs: Fix MDX compilation when using @vitejs/plugin-react-swc with plugins - #26837, thanks @JReinhold!
  • CSF: Fix typings for control and other properties of argTypes - #26824, thanks @kasperpeulen!
  • Controls: Fix crashing when docgen extraction partially fails - #26862, thanks @yannbf!
  • Doc Tools: Signature Type Error Handling - #26774, thanks @ethriel3695!
  • Next.js: Move sharp into optional deps - #26787, thanks @shuta13!
  • Nextjs: Support next 14.2 useParams functionality - #26874, thanks @yannbf!
  • Test: Remove chai as dependency of @storybook/test - #26852, thanks @kasperpeulen!
  • UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks @JReinhold!

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Apr 12, 2024
@storybook-bot storybook-bot force-pushed the version-patch-from-8.0.8 branch 2 times, most recently from 509593b to 20a1956 Compare April 15, 2024 09:27
…nent-meta-limitation-workaround

Vue: Enhance Support for vue-component-meta with tsconfig References
@storybook-bot storybook-bot force-pushed the version-patch-from-8.0.8 branch 3 times, most recently from 6faaa22 to c4b613f Compare April 16, 2024 13:00
@kasperpeulen kasperpeulen added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label and removed ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Apr 16, 2024
@shilman shilman added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Apr 16, 2024
Copy link

nx-cloud bot commented Apr 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 4442fc0. 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 1 target

Sent with 💌 from NxCloud.

@yannbf yannbf removed the freeze Freeze the Release PR with this label label Apr 18, 2024
jonniebigodes and others added 3 commits April 19, 2024 07:25
Docs: remove repetitive words
(cherry picked from commit 199e635)
…ation-breaks-when-using-vitejsplugin-react-swc-and-extending-its-plugins

Addon-docs: Fix MDX compilation when using `@vitejs/plugin-react-swc` with plugins
(cherry picked from commit d1b4753)
…docs

Docs: Improved withVuetifyDecorator example snippet
(cherry picked from commit 979227d)
@yannbf yannbf added the freeze Freeze the Release PR with this label label Apr 19, 2024
valentinpalkovic and others added 10 commits April 19, 2024 09:46
CI: Fix parallelism for check and compile command on CI
(cherry picked from commit 663194c)
Next.js: Move sharp into optional deps

(cherry picked from commit 9fd8c0a)
CSF: Fix typings for control and other properties of argTypes
(cherry picked from commit 09af3bf)
UI: Fix sidebar search hanging when selecting a story in touch mode
(cherry picked from commit e967840)
Test: Remove chai as dependency of @storybook/test
(cherry picked from commit 1de3a41)
…error-handling

Doc Tools: Signature Type Error Handling

(cherry picked from commit 38afbe6)
…rams

Nextjs: Support next 14.2 useParams functionality
(cherry picked from commit 316779b)
Controls: Fix crashing when docgen extraction partially fails
(cherry picked from commit 67a2111)
E2E: Test `nextjs/default-ts` instead of `nextjs/default-js`
(cherry picked from commit 3c33b3c)
@JReinhold JReinhold merged commit 152aa1d into latest-release Apr 22, 2024
85 of 103 checks passed
@JReinhold JReinhold deleted the version-patch-from-8.0.8 branch April 22, 2024 12:46
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.

9 participants