Release: Prerelease 10.4.0-alpha.6#34360
Merged
valentinpalkovic merged 91 commits intoMar 31, 2026
Merged
Conversation
- Add 13 test cases for groupBy and invariant functions - Cover edge cases, type narrowing, and lazy evaluation - Achieve 100% coverage for utils.ts utility functions Tests include: - groupBy: various key types, empty arrays, index handling - invariant: lazy messages, type assertions, edge cases
Add FAQ entry explaining why inherited props (e.g. MUI ButtonProps) are missing when importing components from workspace packages, and how to fix it by adding workspace source files to the `include` option.
When renderLabel returns a React node instead of a string, the mobile navigation bottom bar displays [object Object] due to template literal string coercion. This checks the return type and falls back to .name when the result is not a string, matching the behavior the user expects. Closes #34261
When a project's package.json name is 'storybook', it shadows the real storybook package in node_modules within npm/pnpm/yarn workspaces, causing 'Cannot find module storybook/internal/...' errors. This adds a notification-type automigrate fix that warns users and suggests renaming their package. Related to #28725 Made-with: Cursor
Update .eslintrc and no-stories-of rule documentation to use double quotes consistently across all code snippets. Made-with: Cursor
…anel The bug where assertions outside of a Step appeared nested inside the Step (#19401) has been resolved by the core restructuring. Add regression tests to guard against the issue recurring: - Instrumenter test: verify calls after an interceptable async step have correct ancestors (not nested under the step) - Panel test: verify collapsing a step does not hide subsequent waitFor and its children Signed-off-by: majiayu000 <1835304752@qq.com>
- Added `buildModuleGraph` function to create a module graph from Vite's module nodes. - Introduced `onModuleGraphChange` to allow listeners to react to changes in the module graph. - Created comprehensive tests for module graph behavior in `index.test.ts`. - Updated type definitions to include `ModuleGraph` and `ModuleNode` for better type safety.
12819a3 to
b345274
Compare
Builder-Vite: Add onModuleGraphChange method
b345274 to
2fd0577
Compare
…ork-builder-options Maintenance: Extract getBuilderOptions helper across framewo…
2fd0577 to
c75f5eb
Compare
…warning-24585 React-Docgen: Add tsconfig fallback chain and warning for monorepos
Test: Add comprehensive test coverage for utils.ts
c75f5eb to
1f2f505
Compare
…lization Maintenance: Use errorToErrorLike in boot-test-runner for consistent stack deduplication
1f2f505 to
29f3272
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
10.4.0-alpha.5to10.4.0-alpha.6.Once this pull request is merged, it will trigger a new release of version
10.4.0-alpha.6.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: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
10.4.0-alpha.6