-
-
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: Prerelease 8.6.0-beta.5 #30575
Release: Prerelease 8.6.0-beta.5 #30575
Conversation
Core: Support `esbuild@^0.25`
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
…e create a workspace file
…e-error-on-first-load Builder-Vite: Fix runtime and iframe 404 on first load
d1cd33b
to
6c9215d
Compare
…sting-workspaces Test addon: Only update `vitest.config.ts` with workspaces, otherwise create `vitest.workspace.ts`
Addon-Test: Make sure that only one global portable story config is ever loaded
Co-authored-by: Gert Hengeveld <[email protected]>
…elemetry-data-transformation CLI: Make telemetry data an object
…t' and clean up CLI reference
CLI: Don't initially select Documentation and Testing features
69d049c
to
4b48392
Compare
View your CI Pipeline Execution ↗ for commit c333701.
☁️ Nx Cloud last updated this comment at |
Co-authored-by: jonniebigodes <[email protected]>
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
Before | After | Difference | |
---|---|---|---|
Dependency count | 52 | 52 | 0 |
Self size | 19.26 MB | 19.26 MB | 🚨 +531 B 🚨 |
Dependency size | 14.19 MB | 14.26 MB | 🚨 +62 KB 🚨 |
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.45 MB | 33.51 MB | 🚨 +62 KB 🚨 |
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.47 MB | 33.54 MB | 🚨 +62 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/cli
Before | After | Difference | |
---|---|---|---|
Dependency count | 359 | 359 | 0 |
Self size | 279 KB | 279 KB | 0 B |
Dependency size | 83.94 MB | 84.00 MB | 🚨 +62 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/codemod
Before | After | Difference | |
---|---|---|---|
Dependency count | 275 | 275 | 0 |
Self size | 612 KB | 612 KB | 🚨 +6 B 🚨 |
Dependency size | 65.52 MB | 65.58 MB | 🚨 +62 KB 🚨 |
Bundle Size Analyzer | Link | Link |
Docs: Document `create storybook` and `--features` flag + cleanup
Docs: CSF Factories fixes
Angular: Support v19.2 when @angular/animations is not installed
4b48392
to
c333701
Compare
This is an automated pull request that bumps the version from
8.6.0-beta.4
to8.6.0-beta.5
.Once this pull request is merged, it will trigger a new release of version
8.6.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:
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:vitest.config.ts
with workspaces, otherwise createvitest.workspace.ts
#30583esbuild@^0.25
#30574 (will also be patched)create storybook
and--features
flag + cleanup #30598If 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.0-beta.5
esbuild@^0.25
- #30574, thanks @JReinhold!vitest.config.ts
with workspaces, otherwise createvitest.workspace.ts
- #30583, thanks @ghengeveld!