Skip to content

Release: Patch 10.4.1#34821

Merged
valentinpalkovic merged 13 commits into
latest-releasefrom
version-patch-from-10.4.0
May 22, 2026
Merged

Release: Patch 10.4.1#34821
valentinpalkovic merged 13 commits into
latest-releasefrom
version-patch-from-10.4.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 18, 2026

This is an automated pull request that bumps the version from 10.4.0 to 10.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:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🐛 Bug: CLI: Run npx expo install --fix after init for Expo projects #34803
  • 🐛 Bug: Next.js: Add useLinkStatus mock to next/link export mock #34593
  • 🐛 Bug: CLI: Support peerDependencies in framework detection for component libraries #34516
  • 🐛 Bug: Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) #34833
  • 📦 Dependencies: Build: Upgrade type-fest to latest version 5.6.0 #34791
  • 📦 Dependencies: Vue3: Specify a specific version for non-dev dependency #34794
  • 📝 Documentation: Docs: Add CSF Next .type FAQ #34813
  • 📝 Documentation: Docs: Fix tanstack-react snippets #34814
  • 📝 Documentation: Docs: Update AI docs to include get-changed-stories tool #34643
  • 🏗️ Build: Sandboxes: RN add missing prop-types #34854
  • 🏗️ Build: Build: Disable yarn npmMinimalAgeGate inside sandboxes #34846

🍒 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.

  • #34791: git cherry-pick -m1 -x 5544e370a3500614bfecea063abcf4eded6644e4

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.1

  • Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks valentinpalkovic!
  • Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks tobiasdiez!
  • CLI: Run npx expo install --fix after init for Expo projects - #34803, thanks ndelangen!
  • CLI: Support peerDependencies in framework detection for component libraries - #34516, thanks zhyd1997!
  • Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks philwolstenholme!
  • Vue3: Specify a specific version for non-dev dependency - #34794, thanks ScopeyNZ!

@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label May 18, 2026
@storybook-bot storybook-bot force-pushed the version-patch-from-10.4.0 branch from 5c1ab5f to b0c1dc2 Compare May 18, 2026 15:31
kylegach and others added 2 commits May 18, 2026 10:06
@storybook-bot storybook-bot force-pushed the version-patch-from-10.4.0 branch 20 times, most recently from d4092cc to 56ae86f Compare May 21, 2026 11:46
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels May 21, 2026
@valentinpalkovic valentinpalkovic self-assigned this May 21, 2026
@valentinpalkovic valentinpalkovic moved this to In Progress in Core Team Projects May 21, 2026
@storybook-app-bot
Copy link
Copy Markdown

storybook-app-bot Bot commented May 21, 2026

Package Benchmarks

Commit: 2ab2b03, ran on 22 May 2026 at 08:45:17 UTC

The following packages have significant changes to their size or dependencies:

@storybook/nextjs

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

@valentinpalkovic valentinpalkovic removed the freeze Freeze the Release PR with this label label May 21, 2026
@storybook-bot storybook-bot force-pushed the version-patch-from-10.4.0 branch from 56ae86f to 81ec78d Compare May 21, 2026 14:11
@storybook-bot storybook-bot force-pushed the version-patch-from-10.4.0 branch 4 times, most recently from 2ed5840 to 38071f4 Compare May 22, 2026 08:20
ndelangen and others added 11 commits May 22, 2026 08:32
…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)
@storybook-bot storybook-bot force-pushed the version-patch-from-10.4.0 branch from 38071f4 to 2ab2b03 Compare May 22, 2026 08:32
@valentinpalkovic valentinpalkovic merged commit db9c5dc into latest-release May 22, 2026
221 of 225 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-10.4.0 branch May 22, 2026 09:32
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Core Team Projects May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. release For PRs that trigger new releases. Automated

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants