Release: Patch 9.0.9#31738
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
LGTM
4 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
ab73506 to
4db76eb
Compare
10b8ca0 to
f43339d
Compare
Docs: Update eslint plugin configuration guide (cherry picked from commit d20fe8a)
…tions-state Core: Disable interactions debugger on composed stories to avoid cross-origin error (cherry picked from commit 909f244)
Core: Restore original clipboard after invoking `userEvent.setup()` (cherry picked from commit 4d2a896)
…ed-jsx Next.js: Enhance Vite configuration with styled-jsx aliasing (cherry picked from commit b3ed76c)
…no-repo-support Next.js: Add webpack alias to resolve Next.js package conflicts (cherry picked from commit d4c4e50)
…ents CSF: Story ComponentAnnotations['subcomponents'] to correctly use its own type for subcomponents rather than attempt to inherit from the component (cherry picked from commit 7429e3c)
…ases Release Tooling: Dont at-mention users in release PR descriptions (cherry picked from commit 69f8429)
…ns-for-angular-css Angular: Update MiniCssExtractPlugin configuration for cache busting (cherry picked from commit fbf4523)
f43339d to
5df7187
Compare
|
View your CI Pipeline Execution ↗ for commit 6805528.
☁️ Nx Cloud last updated this comment at |
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 49 | 49 | 0 |
| Self size | 31.38 MB | 31.10 MB | 🎉 -276 KB 🎉 |
| Dependency size | 17.41 MB | 17.41 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
sb
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 50 | 50 | 0 |
| Self size | 1 KB | 1 KB | 0 B |
| Dependency size | 48.78 MB | 48.51 MB | 🎉 -276 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 324 | 324 | 0 |
| Self size | 244 KB | 244 KB | 0 B |
| Dependency size | 97.87 MB | 97.59 MB | 🎉 -276 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 267 | 267 | 0 |
| Self size | 31 KB | 31 KB | 0 B |
| Dependency size | 82.27 MB | 81.99 MB | 🎉 -276 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
(cherry picked from commit 43cf12a)
This file contains hidden or 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
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
9.0.8to9.0.9.Once this pull request is merged, it will trigger a new release of version
9.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:userEvent.setup()#31730🍒 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 8f2c0db993389f62d179302fa5cd3f49171e16f4git cherry-pick -m1 -x 16a316c6566618b68fdbabec7d9a0cf972c2d6d8If 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
9.0.9
userEvent.setup()- #31730, thanks ghengeveld!