-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Release: Prerelease 10.0.0-beta.7 #32522
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
Merged
Merged
Conversation
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
Docs: Fix incorrect Vitest config snippet (cherry picked from commit fd90530)
…k-error Next.js: Fix version mismatch error in Webpack (cherry picked from commit 6ee3f61)
…into kasper/refactor-test-prototype
(cherry picked from commit 95d6922)
Release: Patch 9.1.3
…type Test: Refactor .test prototype
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Test: Refactor to see stories as tests
…nt-support Svelte: Improve support for async components
73c7f81 to
c34d915
Compare
…app-state SvelteKit: Add support for mocking `$app/state`
c34d915 to
7366365
Compare
|
View your CI Pipeline Execution ↗ for commit 8967a51
☁️ 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 | 43 | 43 | 0 |
| Self size | 30.13 MB | 30.16 MB | 🚨 +23 KB 🚨 |
| Dependency size | 17.30 MB | 17.30 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
@storybook/sveltekit
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 20 | 20 | 0 |
| Self size | 49 KB | 58 KB | 🚨 +10 KB 🚨 |
| Dependency size | 26.84 MB | 26.84 MB | 🚨 +536 B 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 187 | 187 | 0 |
| Self size | 886 KB | 890 KB | 🚨 +4 KB 🚨 |
| Dependency size | 79.73 MB | 79.75 MB | 🚨 +23 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 169 | 169 | 0 |
| Self size | 35 KB | 35 KB | 0 B |
| Dependency size | 76.16 MB | 76.18 MB | 🚨 +23 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 44 | 44 | 0 |
| Self size | 1.55 MB | 1.55 MB | 🎉 -30 B 🎉 |
| Dependency size | 47.43 MB | 47.46 MB | 🚨 +23 KB 🚨 |
| Bundle Size Analyzer | node | node |
…uring installation
…b.com/storybookjs/storybook into norbert/improve-sandboxes-yarn-script
…yarn-script Sandboxes: Fix yarn utility
7366365 to
03243a1
Compare
…AddonPanel UI: Allow showing or hiding the addon panel
03243a1 to
e1ba56a
Compare
Build: Fix failing react sandboxes
e1ba56a to
8967a51
Compare
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
10.0.0-beta.6to10.0.0-beta.7.Once this pull request is merged, it will trigger a new release of version
10.0.0-beta.7.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:/state#31369BAILstate from showing in interactions panel when switching stories #32172set_context_after_initerror when experimental async is enabled #32513.tsxfiles emit.d.tstype files #32461Arc can\'t get every window#32508eslint-depend-plugin#32521If 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
10.0.0-beta.7
BAILstate from showing in interactions panel when switching stories - #32172, thanks ghengeveld!Arc can\'t get every window- #32508, thanks ndelangen!.tsxfiles emit.d.tstype files - #32461, thanks mrginglymus!/state- #31369, thanks xeho91!set_context_after_initerror when experimental async is enabled - #32513, thanks Jakeii!