Update dependency @storybook/addon-docs to v9.1.20 - #460
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying website-storybook with
|
| Latest commit: |
f1d8365
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dcf9b882.vue-3-components.pages.dev |
| Branch Preview URL: | https://renovate-storybook-addon-doc-fmrm.vue-3-components.pages.dev |
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
August 19, 2025 16:41
ab2ea06 to
2327a39
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
August 21, 2025 16:34
2327a39 to
6e4d76e
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
September 3, 2025 13:06
07260e2 to
7f7911f
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
September 6, 2025 05:00
7f7911f to
ced7c65
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
September 15, 2025 11:30
a7edc89 to
ced7c65
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
September 15, 2025 14:10
ced7c65 to
6486ac5
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
September 23, 2025 13:50
9173eca to
820e159
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
September 25, 2025 13:52
820e159 to
1c7c321
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
September 30, 2025 12:40
1c7c321 to
4d25fbd
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
October 1, 2025 11:03
4d25fbd to
e625e50
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
October 16, 2025 11:01
e625e50 to
3e50b29
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
October 18, 2025 04:07
a6d8fa3 to
b997983
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
October 24, 2025 18:51
b997983 to
8b1dd4d
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
October 28, 2025 17:40
8b1dd4d to
62c2319
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
November 10, 2025 14:02
62c2319 to
e82a620
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
November 18, 2025 09:45
e82a620 to
58c9a80
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
December 3, 2025 17:05
58c9a80 to
cb2c327
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
December 17, 2025 20:49
cb2c327 to
0352683
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
February 2, 2026 21:33
0352683 to
987e6eb
Compare
Comment on lines
2870
to
2878
| "dev": true, | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@mdx-js/react": "^3.0.0", | ||
| "@storybook/csf-plugin": "9.1.5", | ||
| "@storybook/csf-plugin": "9.1.17", | ||
| "@storybook/icons": "^1.4.0", | ||
| "@storybook/react-dom-shim": "9.1.5", | ||
| "@storybook/react-dom-shim": "9.1.17", | ||
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
There was a problem hiding this comment.
Bug: The updated @storybook/addon-docs package has a peer dependency on storybook@^9.1.17, which conflicts with the project's installed version of storybook@9.0.18, likely causing installation failure.
Severity: HIGH
Suggested Fix
To resolve the peer dependency conflict, update the storybook package and its related @storybook/* dependencies in package.json to a version compatible with ^9.1.17 (e.g., 9.1.17). After updating package.json, run npm install to regenerate the package-lock.json with consistent versions.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package-lock.json#L2870-L2878
Potential issue: The update to `@storybook/addon-docs` to version `9.1.17` in
`package-lock.json` introduces a new peer dependency requirement for the main
`storybook` package, specifically `^9.1.17`. However, the project's `package.json` and
the lock file still specify `storybook` version `9.0.18`. The installed version `9.0.18`
does not satisfy the required range `>= 9.1.17` and `< 10.0.0`. This mismatch will cause
`npm install` to fail or produce significant warnings, depending on the npm version,
which will likely break the development and CI/CD build processes.
Did we get this right? 👍 / 👎 to inform future reviews.
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
February 17, 2026 14:59
e718849 to
661564d
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
February 18, 2026 10:27
661564d to
4c53d45
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
March 5, 2026 23:00
cb22746 to
32d0009
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
March 13, 2026 15:15
32d0009 to
af5b766
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
April 1, 2026 18:49
af5b766 to
d3594b0
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
June 13, 2026 16:04
d3594b0 to
c39ccd4
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
June 22, 2026 13:48
c39ccd4 to
a23e5a5
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
2 times, most recently
from
July 16, 2026 19:46
34c49ee to
8625dca
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
July 20, 2026 22:51
8625dca to
57e350e
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-docs-9.x-lockfile
branch
from
July 24, 2026 22:09
57e350e to
f1d8365
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.1.5→9.1.20Release Notes
storybookjs/storybook (@storybook/addon-docs)
v9.1.20Compare Source
9.1.20
v9.1.19Compare Source
9.1.19
v9.1.18Compare Source
9.1.18
v9.1.17Compare Source
9.1.17
v9.1.16Compare Source
experimental_devServerpreset - #32862, thanks @yannbf!v9.1.15Compare Source
preview-first-loadtelemetry - #32770, thanks @shilman!vite-plugin-storybook-nextjs- #32821, thanks @ndelangen!v9.1.14Compare Source
play-fntag for methods - #32695, thanks @shilman!v9.1.13Compare Source
v9.1.12Compare Source
v9.1.11Compare Source
sb.mockusage in Storybook's deployed in subpaths - #32678, thanks @valentinpalkovic!v9.1.10Compare Source
v9.1.9Compare Source
HTMLAttributesdocgen when using utility types - #32173, thanks @steciuk!v9.1.8Compare Source
nodeentry point - #32534, thanks @ndelangen!v9.1.7Compare Source
vite-plugin-storybook-nextjsto 2.0.7 - #32331, thanks @k35o!@ts-expect-errorin preview - #32442, thanks @mrginglymus!v9.1.6Compare Source
create-storybook- #32344, thanks @shilman!Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.