Skip to content

Bump storybook from 10.4.1 to 10.4.6#221

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/storybook-10.4.4
Open

Bump storybook from 10.4.1 to 10.4.6#221
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/storybook-10.4.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps storybook from 10.4.1 to 10.4.6.

Release notes

Sourced from storybook's releases.

v10.4.6

10.4.6

v10.4.5

10.4.5

v10.4.4

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

v10.4.2

10.4.2

Changelog

Sourced from storybook's changelog.

10.4.6

10.4.5

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

10.4.2

Commits
  • 5496a42 Bump version from "10.4.5" to "10.4.6" [skip ci]
  • a80a5af Merge pull request #34985 from TheSeydiCharyyev/fix/issue-34951-partial-globals
  • 5b929ca Merge pull request #35157 from Kakadus/update-esbuild
  • 48e7b20 Bump version from "10.4.4" to "10.4.5" [skip ci]
  • 730f744 Merge pull request #35094 from storybookjs/jeppe-cursor/a236965c
  • dc88f70 Merge pull request #35053 from storybookjs/sidnioulz/double-gate-ai-optin
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • ce1491d Merge pull request #35085 from badams/fix/telemetry-fetch-timeout
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • c898822 Merge pull request #34496 from NYCU-Chung/fix/docs-blocks-custom-mdx
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels Jun 17, 2026
@dependabot dependabot Bot requested a review from eviltester as a code owner June 17, 2026 03:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels Jun 17, 2026
@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

Dependabot version bump of the storybook core package from 10.4.1 to 10.4.6, picking up five patch releases with bug fixes in CSF parsing, Addon Docs, telemetry, and an esbuild upgrade. The pnpm-lock.yaml is updated accordingly, with esbuild transitively upgraded from 0.27.7 to 0.28.1.

  • storybook core moves to 10.4.6; the four @storybook/* addon packages (addon-a11y, addon-docs, addon-vitest, html-vite) remain at 10.4.1 in package.json, creating a minor version split within the same 10.4.x line.
  • esbuild is transitively upgraded from 0.27.7 to 0.28.1 through the updated storybook dependency.

Confidence Score: 5/5

Safe to merge — this is a patch-level bump of storybook core with no changes to application code.

Only package.json and pnpm-lock.yaml are touched. The storybook core moves from 10.4.1 to 10.4.6 across five patch releases, all of which are bug fixes with no breaking changes. The @storybook/* addon packages are left at 10.4.1, but the lock file resolves them correctly against the new core as peer dependencies. The transitive esbuild bump (0.27.7 → 0.28.1) is a build-tool-only change. No production application code is affected.

No files require special attention beyond confirming the Storybook build and test suite passes with the addon/core version split.

Important Files Changed

Filename Overview
package.json Bumps storybook from 10.4.1 to 10.4.6; other @storybook/* addon packages remain pinned at 10.4.1, creating a minor version split within the same minor release line.
pnpm-lock.yaml Lock file updated to reflect storybook@10.4.6 and a transitive esbuild upgrade from 0.27.7 to 0.28.1; addon entries retain their 10.4.1 specifier but now resolve against the new storybook core.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] -->|bumped to 10.4.6| B[storybook core]
    A -->|stays at 10.4.1| C[addon-a11y]
    A -->|stays at 10.4.1| D[addon-docs]
    A -->|stays at 10.4.1| E[addon-vitest]
    A -->|stays at 10.4.1| F[html-vite]
    B -->|peer dep resolved| C
    B -->|peer dep resolved| D
    B -->|peer dep resolved| E
    B -->|peer dep resolved| F
    B -->|transitive upgrade| G[esbuild 0.27.7 to 0.28.1]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json] -->|bumped to 10.4.6| B[storybook core]
    A -->|stays at 10.4.1| C[addon-a11y]
    A -->|stays at 10.4.1| D[addon-docs]
    A -->|stays at 10.4.1| E[addon-vitest]
    A -->|stays at 10.4.1| F[html-vite]
    B -->|peer dep resolved| C
    B -->|peer dep resolved| D
    B -->|peer dep resolved| E
    B -->|peer dep resolved| F
    B -->|transitive upgrade| G[esbuild 0.27.7 to 0.28.1]
Loading

Reviews (4): Last reviewed commit: "Bump storybook from 10.4.1 to 10.4.6" | Re-trigger Greptile

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-10.4.4 branch from 6973fb5 to 62245e8 Compare June 17, 2026 21:10
@dependabot dependabot Bot changed the title Bump storybook from 10.4.1 to 10.4.4 Bump storybook from 10.4.1 to 10.4.5 Jun 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-10.4.4 branch from 62245e8 to fc2c6c6 Compare June 18, 2026 11:22
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.4.1 to 10.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 10.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump storybook from 10.4.1 to 10.4.5 Bump storybook from 10.4.1 to 10.4.6 Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-10.4.4 branch from fc2c6c6 to b51ab61 Compare June 22, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants