Skip to content

Bump @storybook/html-vite from 10.4.1 to 10.4.4#220

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

Bump @storybook/html-vite from 10.4.1 to 10.4.4#220
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/storybook/html-vite-10.4.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @storybook/html-vite from 10.4.1 to 10.4.4.

Release notes

Sourced from @​storybook/html-vite's releases.

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/html-vite's changelog.

10.4.4

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

10.4.3

10.4.2

Commits
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • 298dea2 Bump version from "10.4.1" to "10.4.2" [skip ci]
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@storybook/html-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/html-vite) from 10.4.1 to 10.4.4.
- [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.4/code/frameworks/html-vite)

---
updated-dependencies:
- dependency-name: "@storybook/html-vite"
  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 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:57
@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

This Dependabot PR bumps @storybook/html-vite from 10.4.1 to 10.4.4, pulling in three patch releases with bug fixes for telemetry, Docs blocks, MDX sidebar tags, and Windows package manager resolution.

  • The bump is a patch-level update that includes fixes for build hangs (telemetry timeout), broken Primary/Controls blocks in custom MDX pages, and Windows command resolution for non-Node package managers.
  • The updated packages (@storybook/html-vite, @storybook/builder-vite, @storybook/html, @storybook/csf-plugin) now declare storybook: ^10.4.4 as a peer dependency, but the core storybook package and the other Storybook addons (@storybook/addon-a11y, @storybook/addon-docs, @storybook/addon-vitest) remain pinned at 10.4.1, creating an unsatisfied peer dependency constraint.

Confidence Score: 3/5

The upgrade is incomplete: the bumped framework packages now require a newer core storybook than the one installed, leaving the dependency tree with an unmet peer constraint.

Only @storybook/html-vite and its transitive framework packages were bumped to 10.4.4, while the core storybook package and all other Storybook addons remain at 10.4.1. The new packages declare storybook: ^10.4.4 as a peer, which 10.4.1 cannot satisfy. This means the project will have peer dependency warnings, and there is a real (though patch-level) risk of incompatibility between the framework and core packages at runtime.

package.json — the other Storybook packages (storybook, @storybook/addon-a11y, @storybook/addon-docs, @storybook/addon-vitest) should be co-upgraded to 10.4.4 to satisfy the new peer dependency requirements.

Important Files Changed

Filename Overview
package.json Bumps @storybook/html-vite from 10.4.1 to 10.4.4, but the core storybook package and other Storybook addons remain at 10.4.1, causing a peer dependency version mismatch.
pnpm-lock.yaml Lock file correctly reflects the bumped transitive dependencies (@storybook/builder-vite, @storybook/html, @storybook/csf-plugin all at 10.4.4), but all new package entries show storybook: ^10.4.4 peer requirements while storybook@10.4.1 is the installed core.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@storybook/html-vite@10.4.4"] --> B["@storybook/builder-vite@10.4.4"]
    A --> C["@storybook/html@10.4.4"]
    B --> D["@storybook/csf-plugin@10.4.4"]
    A -->|"peer: storybook ^10.4.4"| E["storybook@10.4.1 ⚠️"]
    B -->|"peer: storybook ^10.4.4"| E
    C -->|"peer: storybook ^10.4.4"| E
    D -->|"peer: storybook ^10.4.4"| E
    F["@storybook/addon-a11y@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    G["@storybook/addon-docs@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    H["@storybook/addon-vitest@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    style E fill:#f99,stroke:#c00
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["@storybook/html-vite@10.4.4"] --> B["@storybook/builder-vite@10.4.4"]
    A --> C["@storybook/html@10.4.4"]
    B --> D["@storybook/csf-plugin@10.4.4"]
    A -->|"peer: storybook ^10.4.4"| E["storybook@10.4.1 ⚠️"]
    B -->|"peer: storybook ^10.4.4"| E
    C -->|"peer: storybook ^10.4.4"| E
    D -->|"peer: storybook ^10.4.4"| E
    F["@storybook/addon-a11y@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    G["@storybook/addon-docs@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    H["@storybook/addon-vitest@10.4.1"] -->|"peer: storybook ^10.4.1"| E
    style E fill:#f99,stroke:#c00
Loading

Reviews (1): Last reviewed commit: "Bump @storybook/html-vite from 10.4.1 to..." | Re-trigger Greptile

Comment thread package.json
Comment on lines 119 to 121
"@storybook/addon-a11y": "10.4.1",
"@storybook/addon-docs": "10.4.1",
"@storybook/addon-vitest": "10.4.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Peer dependency version mismatch with core storybook package

The bumped packages (@storybook/html-vite@10.4.4, @storybook/builder-vite@10.4.4, @storybook/html@10.4.4, @storybook/csf-plugin@10.4.4) all declare storybook: ^10.4.4 as a peer dependency, but the installed storybook core package remains at 10.4.1. Since ^10.4.4 requires >= 10.4.4 < 11, version 10.4.1 does not satisfy this constraint. pnpm will report unmet peer dependency warnings, and there is a risk of subtle runtime incompatibilities between the framework and the core package.

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