Bump @storybook/html-vite from 10.4.1 to 10.4.4#220
Conversation
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>
Greptile SummaryThis Dependabot PR bumps
Confidence Score: 3/5The 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
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
%%{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
Reviews (1): Last reviewed commit: "Bump @storybook/html-vite from 10.4.1 to..." | Re-trigger Greptile |
| "@storybook/addon-a11y": "10.4.1", | ||
| "@storybook/addon-docs": "10.4.1", | ||
| "@storybook/addon-vitest": "10.4.1", |
There was a problem hiding this comment.
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.
Bumps @storybook/html-vite from 10.4.1 to 10.4.4.
Release notes
Sourced from @storybook/html-vite's releases.
Changelog
Sourced from @storybook/html-vite's changelog.
Commits
5adebe7Bump version from "10.4.3" to "10.4.4" [skip ci]624e618Bump version from "10.4.2" to "10.4.3" [skip ci]298dea2Bump version from "10.4.1" to "10.4.2" [skip ci]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)