Release: Prerelease 9.2.0-alpha.3#32215
Merged
Merged
Conversation
Co-authored-by: Takuya Uehara <indigo.lain@gmail.com>
Co-authored-by: Takuya Uehara <indigo.lain@gmail.com>
Addon detection is done by sniffing the value returned by getAddonNames, which pulls values from storybook config. However, the wrap-require automation wraps addon references in an absolute path resolver. On windows this means that addons are now reported as e.g. @storybook\\addon-a11y, which defeats detection
…m browserTarget Fixes #32105 - Angular + Webpack not picking up styles, assets and stylePreprocessorOptions from browserTarget - Replaced shallow spread merge with deep merge in getBuilderOptions() - Added deepMerge function that preserves nested properties from browserTarget - Ensures stylePreprocessorOptions.includePaths, assets, and styles are inherited when not explicitly set in storybook target - Maintains backward compatibility and override behavior when storybook options are provided - Fixes regression introduced in v9 where nested configuration was being lost
- Export deepMerge function from main file for testing - Remove duplicate deepMerge implementation in test file - Import actual deepMerge function in tests to prevent implementation drift - Add proper typing to fix TypeScript errors Addresses Greptile bot feedback about maintenance risk of code duplication
- Remove unused vi import to fix linting error - Keep vitest imports that are actually used (expect, describe, it)
- Modified useRouter export to return navigationAPI mock - Prevents the Link components from using the real Next.js router - Addresses Next.js 15 Link navigation issue in Storybook - Fixes #30390
Angular: Inherit options from browserTarget
9a1bd20 to
9e4e7f4
Compare
Documentation: fix migration guide link in changelog
9e4e7f4 to
8c36d21
Compare
|
View your CI Pipeline Execution ↗ for commit 3d08384
☁️ 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 | 51 | 51 | 0 |
| Self size | 41.75 MB | 41.74 MB | 🎉 -14 KB 🎉 |
| Dependency size | 18.13 MB | 18.13 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
sb
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 52 | 52 | 0 |
| Self size | 1 KB | 1 KB | 🎉 -14 B 🎉 |
| Dependency size | 59.89 MB | 59.87 MB | 🎉 -14 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 220 | 220 | 0 |
| Self size | 585 KB | 585 KB | 🎉 -24 B 🎉 |
| Dependency size | 104.39 MB | 104.37 MB | 🎉 -14 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 189 | 189 | 0 |
| Self size | 31 KB | 31 KB | 0 B |
| Dependency size | 88.46 MB | 88.45 MB | 🎉 -14 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
Telemetry: Improve dev cancellation handling
When cliConfig.entry.polyfills is undefined
Angular: Fix `entry.polyfills` undefined error
Core: Improve addon detection in automigrations on windows
…mepage Docs: Update paths from `/cli` to `/cli-storybook` in cli-storybook package.json
8c36d21 to
d83c22a
Compare
Next.js: Return mocked router instead of actual router in useRouter
d83c22a to
e3fa9b4
Compare
Solid: Update links and docs for framework/renderer package
Build: Fix react native expo e2e tests
e3fa9b4 to
3d08384
Compare
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.2.0-alpha.2to9.2.0-alpha.3.Once this pull request is merged, it will trigger a new release of version
9.2.0-alpha.3.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:entry.polyfillsundefined error #32230 (will also be patched)/clito/cli-storybookin cli-storybook package.json #31799If 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.2.0-alpha.3
entry.polyfillsundefined error - #32230, thanks sk-pub!