Update dependency @storybook/addon-docs to v9.1.17#460
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @storybook/addon-docs to v9.1.17#460renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying website-storybook with
|
| Latest commit: |
987e6eb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b6ab04a4.vue-3-components.pages.dev |
| Branch Preview URL: | https://renovate-storybook-addon-doc-fmrm.vue-3-components.pages.dev |
ab2ea06 to
2327a39
Compare
2327a39 to
6e4d76e
Compare
07260e2 to
7f7911f
Compare
7f7911f to
ced7c65
Compare
a7edc89 to
ced7c65
Compare
ced7c65 to
6486ac5
Compare
9173eca to
820e159
Compare
820e159 to
1c7c321
Compare
1c7c321 to
4d25fbd
Compare
4d25fbd to
e625e50
Compare
e625e50 to
3e50b29
Compare
3e50b29 to
a6d8fa3
Compare
a6d8fa3 to
b997983
Compare
b997983 to
8b1dd4d
Compare
8b1dd4d to
62c2319
Compare
62c2319 to
e82a620
Compare
e82a620 to
58c9a80
Compare
58c9a80 to
cb2c327
Compare
cb2c327 to
0352683
Compare
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.
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.17Release Notes
storybookjs/storybook (@storybook/addon-docs)
v9.1.17Compare Source
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
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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.