Update dependency @storybook/addon-links to v9.1.20 - #461
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying website-storybook with
|
| Latest commit: |
3f0c4f1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d984a044.vue-3-components.pages.dev |
| Branch Preview URL: | https://renovate-storybook-addon-lin-96gt.vue-3-components.pages.dev |
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
August 19, 2025 16:41
1904441 to
4034123
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
August 21, 2025 16:34
4034123 to
2aea378
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
September 3, 2025 13:06
6c21393 to
03c1974
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
September 6, 2025 05:00
03c1974 to
3fa4ae0
Compare
renovate
Bot
deleted the
renovate/storybook-addon-links-9.x-lockfile
branch
September 10, 2025 14:05
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
September 15, 2025 11:30
59d5dc6 to
3fa4ae0
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
September 18, 2025 16:24
8347834 to
e00a831
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
September 23, 2025 13:50
e00a831 to
6eac9bd
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
September 25, 2025 13:52
6eac9bd to
618500c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
September 30, 2025 12:40
618500c to
d9f8f75
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
October 1, 2025 11:03
d9f8f75 to
f54bc82
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
October 16, 2025 11:01
f54bc82 to
02d040c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
October 18, 2025 04:07
4aafa12 to
655b7a0
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
October 24, 2025 18:51
655b7a0 to
761ae7c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
October 28, 2025 17:40
761ae7c to
a6cb8bf
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
November 10, 2025 14:02
a6cb8bf to
7bb1170
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
November 18, 2025 09:45
7bb1170 to
e269cad
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
December 3, 2025 17:05
e269cad to
98f21fe
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
December 17, 2025 20:49
98f21fe to
9f3b200
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
February 2, 2026 21:33
9f3b200 to
2f2403d
Compare
Comment on lines
2888
to
2896
| } | ||
| }, | ||
| "node_modules/@storybook/addon-links": { | ||
| "version": "9.1.5", | ||
| "resolved": "https://registry.npmjs.org/@storybook/addon-links/-/addon-links-9.1.5.tgz", | ||
| "integrity": "sha512-jJmUgORT9/CF7t8EgN6P8PhTpmKB9PzIKGpSAFm+pzLgvVvm956656BMRwK4MpfNz+AeduhPPdSGmZBOwiyMDA==", | ||
| "version": "9.1.17", | ||
| "resolved": "https://registry.npmjs.org/@storybook/addon-links/-/addon-links-9.1.17.tgz", | ||
| "integrity": "sha512-LqtrDXRJrdMfZJ0om38SjmY2lQUGmpL8Zt2xTZtQjUy1V+ZiQpuUx7+TJZIOWujzRp75fxhM4AB0HuLDsemlcA==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "dependencies": { |
There was a problem hiding this comment.
Bug: The update to @storybook/addon-links to 9.1.17 introduces a peer dependency conflict with other Storybook packages at 9.1.5, which will cause npm install to fail.
Severity: CRITICAL
Suggested Fix
Ensure all @storybook/* packages and related dependencies like eslint-plugin-storybook are updated to a consistent version in package.json and package-lock.json. Running npm install after updating package.json should resolve the lock file with compatible 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#L2888-L2896
Potential issue: The PR updates `@storybook/addon-links` to version `9.1.17`, which
requires `storybook` version `^9.1.17` as a peer dependency. However, several other
`@storybook/*` packages in the lock file remain at version `9.1.5` and depend on that
older version of the core `storybook` package. This version mismatch will cause package
installation commands like `npm install` or `npm ci` to fail with a peer dependency
conflict error, preventing the application from being built or deployed.
Did we get this right? 👍 / 👎 to inform future reviews.
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
February 12, 2026 10:48
2f2403d to
6f7b2c3
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
February 18, 2026 10:27
a1c7c41 to
3feaeb8
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
March 5, 2026 23:00
8f27f9a to
1beb700
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
March 13, 2026 15:15
1beb700 to
caa7774
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
April 1, 2026 18:49
caa7774 to
0f5da32
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
June 13, 2026 16:05
0f5da32 to
4aa534b
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
June 22, 2026 13:48
4aa534b to
e9ba44c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
2 times, most recently
from
July 16, 2026 19:46
32b1bc6 to
e6c732a
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
July 20, 2026 22:51
e6c732a to
10327de
Compare
renovate
Bot
force-pushed
the
renovate/storybook-addon-links-9.x-lockfile
branch
from
July 24, 2026 22:09
10327de to
3f0c4f1
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-links)
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.