-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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.6.5 #30762
base: latest-release
Are you sure you want to change the base?
Release: Patch 8.6.5 #30762
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
95a2b7b
to
f161383
Compare
View your CI Pipeline Execution ↗ for commit e0cf3ee.
☁️ Nx Cloud last updated this comment at |
Svelte: Fix Vite crashing on virtual module imports (cherry picked from commit 6003bb8)
Core: Replace 'min' instead of 'm' in printDuration (cherry picked from commit 82b2951)
…ation-for-nextjs Next.js: Use latest version when init in empty directory (cherry picked from commit 47be500)
Addon A11y: Promote @storybook/global to full dependency (cherry picked from commit 401902f)
Build: Disable benchmark scripts (cherry picked from commit db97f68)
Universal Store: Don't use `crypto.randomUUID` (cherry picked from commit be8df60)
CLI: Fix test install in RNW projects (cherry picked from commit 2b407ae)
Angular: Add @angular-devkit/build-angular to default installed pacakages in angular (cherry picked from commit dd24af9)
f161383
to
cd16f9e
Compare
Svelte: Fix automatic argTypes inference coming up empty with `[email protected]` (cherry picked from commit ba3e904)
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
Before | After | Difference | |
---|---|---|---|
Dependency count | 52 | 52 | 0 |
Self size | 19.33 MB | 27.25 MB | 🚨 +7.91 MB 🚨 |
Dependency size | 14.26 MB | 14.26 MB | 0 B |
Bundle Size Analyzer | Link | Link |
storybook
Before | After | Difference | |
---|---|---|---|
Dependency count | 53 | 53 | 0 |
Self size | 23 KB | 23 KB | 0 B |
Dependency size | 33.60 MB | 41.51 MB | 🚨 +7.91 MB 🚨 |
Bundle Size Analyzer | Link | Link |
sb
Before | After | Difference | |
---|---|---|---|
Dependency count | 54 | 54 | 0 |
Self size | 1 KB | 1 KB | 0 B |
Dependency size | 33.62 MB | 41.53 MB | 🚨 +7.91 MB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/cli
Before | After | Difference | |
---|---|---|---|
Dependency count | 358 | 358 | 0 |
Self size | 279 KB | 279 KB | 🚨 +84 B 🚨 |
Dependency size | 84.19 MB | 98.86 MB | 🚨 +14.67 MB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/codemod
Before | After | Difference | |
---|---|---|---|
Dependency count | 275 | 275 | 0 |
Self size | 612 KB | 612 KB | 0 B |
Dependency size | 65.83 MB | 73.74 MB | 🚨 +7.91 MB 🚨 |
Bundle Size Analyzer | Link | Link |
create-storybook
Before | After | Difference | |
---|---|---|---|
Dependency count | 7 | 7 | 0 |
Self size | 10.21 MB | 16.97 MB | 🚨 +6.76 MB 🚨 |
Dependency size | 2.24 MB | 2.24 MB | 0 B |
Bundle Size Analyzer | Link | Link |
This is an automated pull request that bumps the version from
8.6.4
to8.6.5
.Once this pull request is merged, it will trigger a new release of version
8.6.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:
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:crypto.randomUUID
#30781[email protected]
#30784🍒 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 ba3e904047f3b2d4603fdf42dfde733839e07cca
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.6.5
[email protected]
- #30784, thanks @JReinhold!crypto.randomUUID
- #30781, thanks @JReinhold!