Release: Patch 10.4.1#34821
Merged
Merged
Conversation
5c1ab5f to
b0c1dc2
Compare
…create-on-latest Docs: Update install prompt to use `npm create`
d4092cc to
56ae86f
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 534 | 534 | 0 |
| Self size | 651 KB | 662 KB | 🚨 +12 KB 🚨 |
| Dependency size | 61.47 MB | 61.47 MB | 🚨 +262 B 🚨 |
| Bundle Size Analyzer | Link | Link |
56ae86f to
81ec78d
Compare
This was referenced May 21, 2026
2ed5840 to
38071f4
Compare
…fter-init CLI: Run `npx expo install --fix` after init for Expo projects (cherry picked from commit 9f98853)
Docs: Add CSF Next `.type` FAQ (cherry picked from commit aba75f8)
…ippets Docs: Fix `tanstack-react` snippets (cherry picked from commit 986b553)
…atus-hook-ctuWL Next.js: Add useLinkStatus mock to next/link export mock (cherry picked from commit a754286)
…6283 CLI: Support `peerDependencies` in framework detection for component libraries (cherry picked from commit 46a0910)
Docs: Update AI docs to include `get-changed-stories` tool (cherry picked from commit 8b6ec84)
…nal-outputs Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) (cherry picked from commit de29a47)
…op-types Sandboxes: RN add missing `prop-types` (cherry picked from commit 94ab7b4)
…imal-age-gate-disable Build: Disable yarn npmMinimalAgeGate inside sandboxes (cherry picked from commit 630f521)
Vue3: Specify a specific version for non-dev dependency (cherry picked from commit 5d01984)
38071f4 to
2ab2b03
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.0to10.4.1.Once this pull request is merged, it will trigger a new release of version
10.4.1.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:npx expo install --fixafter init for Expo projects #34803peerDependenciesin framework detection for component libraries #34516.typeFAQ #34813tanstack-reactsnippets #34814get-changed-storiestool #34643prop-types#34854🍒 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 5544e370a3500614bfecea063abcf4eded6644e4If 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.1
npx expo install --fixafter init for Expo projects - #34803, thanks ndelangen!peerDependenciesin framework detection for component libraries - #34516, thanks zhyd1997!