Skip to content

chore(deps-dev): bump @storybook/addon-designs from 10.0.2 to 11.1.4#211

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/addon-designs-11.1.4
Open

chore(deps-dev): bump @storybook/addon-designs from 10.0.2 to 11.1.4#211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/addon-designs-11.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @storybook/addon-designs from 10.0.2 to 11.1.4.

Release notes

Sourced from @​storybook/addon-designs's releases.

@​storybook/addon-designs@​11.1.4

Patch Changes

Commits
  • 29be6a9 Merge pull request #300 from storybookjs/changeset-release/master
  • 655e47e Version Packages
  • e98bfa4 Merge pull request #299 from storybookjs/fix/release-script
  • 13bb222 Realign package version with npm after auto->changesets migration
  • e68cc7b Fix release script so changeset publish actually runs
  • ca26ecd Merge pull request #298 from storybookjs/fix/ghpages-deprecated-actions
  • 7eb986d Fix GitHub Pages deploy using deprecated artifact actions
  • 96a80c3 Merge pull request #297 from storybookjs/changeset-release/master
  • c9493ef Version Packages
  • dafa82f Merge pull request #296 from storybookjs/changeset/fix-repository-metadata-url
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/addon-designs since your current version.


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)

Open in Devin Review

Bumps [@storybook/addon-designs](https://github.com/storybookjs/addon-designs) from 10.0.2 to 11.1.4.
- [Release notes](https://github.com/storybookjs/addon-designs/releases)
- [Changelog](https://github.com/storybookjs/addon-designs/blob/master/CHANGELOG.v1-6.md)
- [Commits](https://github.com/storybookjs/addon-designs/compare/v10.0.2...@storybook/addon-designs@11.1.4)

---
updated-dependencies:
- dependency-name: "@storybook/addon-designs"
  dependency-version: 11.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread package.json
"@storybook/addon-a11y": "^9.0.18",
"@storybook/addon-coverage": "^2.0.0",
"@storybook/addon-designs": "^10.0.2",
"@storybook/addon-designs": "^11.1.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Design-viewer add-on upgraded to a version that only works with a newer Storybook than the project uses

The design-viewer add-on is upgraded to a version (@storybook/addon-designs ^11.1.4 at package.json:48) that only supports the next major Storybook release, while every other Storybook package in the project stays on the previous major, so installing and building the component gallery breaks.
Impact: Developers can no longer reliably install dependencies or start/build the Storybook component gallery, since the tool demands a Storybook version the project does not have.

Peer dependency mismatch between addon-designs 11 and Storybook 9

package-lock.json:2956-2960 shows @storybook/addon-designs@11.1.4 declares peer dependencies of storybook: ^10.0.0 (and @storybook/addon-docs: ^10.0.0). However the project pins the whole Storybook toolchain to 9.x: storybook resolves to 9.0.18 (package-lock.json:15531-15533) and package.json:49-88 keeps @storybook/addon-docs, @storybook/react-vite, storybook, etc. at ^9.0.18. The add-on is actively loaded via .storybook/main.ts:7, so this is not an unused dependency. With npm 7+ (repo requires npm >=10, package.json:102) this produces an ERESOLVE install failure, and even when force-installed the add-on built for Storybook 10 can misbehave at runtime in a Storybook 9 host. The bump should be held until the rest of the Storybook packages are upgraded to v10.

Prompt for agents
The bump of @storybook/addon-designs to ^11.1.4 introduces a peer dependency conflict: addon-designs@11 requires storybook and @storybook/addon-docs at ^10.0.0, but this project is entirely on the Storybook 9 toolchain (storybook, @storybook/react-vite, @storybook/addon-docs, etc. all pinned to ^9.0.18 in package.json, and storybook resolves to 9.0.18 in package-lock.json). The addon is registered in .storybook/main.ts, so it is loaded at build/dev time. Either revert this bump to the 10.x line that supports Storybook 9, or upgrade the entire Storybook toolchain to v10 in the same change so the peer ranges are satisfied.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants