-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Release: Patch 8.0.9 #26821
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94650ac
to
9dbca7e
Compare
509593b
to
20a1956
Compare
…nent-meta-limitation-workaround Vue: Enhance Support for vue-component-meta with tsconfig References
6faaa22
to
c4b613f
Compare
☁️ Nx Cloud ReportCI 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 targetSent with 💌 from NxCloud. |
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)
d90b85d
to
9eaf01a
Compare
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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request that bumps the version from
8.0.8
to8.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:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:@vitejs/plugin-react-swc
with plugins #26837🍒 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.
git cherry-pick -m1 -x 663194c7c7330fad158016b0b55964a1baafdf2f
git cherry-pick -m1 -x 9fd8c0ab66259491eb3344dcd127658bd83633d9
git cherry-pick -m1 -x 09af3bf283aabe9cbdb5585b9850713d7cccb043
git cherry-pick -m1 -x e967840e62b14fa83ac3e2a4a1c6fb563301d976
git cherry-pick -m1 -x 1de3a41ed4287c4eac9e8a8b78ec1d5eddbb5b6e
git cherry-pick -m1 -x 38afbe690251b49516c65df1827124995d9cf97b
git cherry-pick -m1 -x 316779b4f4c74e3dbed82c6625410b2add010e69
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
@vitejs/plugin-react-swc
with plugins - #26837, thanks @JReinhold!