-
Notifications
You must be signed in to change notification settings - Fork 35
chore(deps-dev): bump @storybook/react from 9.1.15 to 10.0.0 #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for fireproof-ai-builder ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
use-vibes/base/package.json
Outdated
| "@fireproof/core-cli": "^0.23.15", | ||
| "@storybook/addon-a11y": "^9.1.13", | ||
| "@storybook/addon-docs": "^9.1.13", | ||
| "@storybook/react": "^9.1.13", | ||
| "@storybook/react": "^10.0.0", | ||
| "@storybook/react-vite": "^9.1.6", | ||
| "@types/react": "~19.2.2", | ||
| "@types/react-dom": "~19.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrade Storybook core packages along with renderer
Only @storybook/react was bumped to ^10.0.0 while the accompanying Storybook core packages (storybook, @storybook/react-vite, and addons) remain on 9.1.x. @storybook/react@10 declares a peer dependency on storybook: ^10.0.0, so the current mix produces an unsatisfied peer and the Storybook CLI will either refuse to install or crash at runtime because the renderer expects the v10 API. The upgrade needs to be applied consistently across Storybook packages or reverted.
Useful? React with 👍 / 👎.
| "@storybook/addon-a11y": "^9.1.13", | ||
| "@storybook/addon-docs": "^9.1.13", | ||
| "@storybook/addon-onboarding": "^9.1.6", | ||
| "@storybook/react": "^9.1.13", | ||
| "@storybook/react": "^10.0.0", | ||
| "@storybook/react-vite": "^9.1.6", | ||
| "@tailwindcss/vite": "^4.1.2", | ||
| "@types/react": "~19.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep Storybook packages in sync after major upgrade
@storybook/react was updated to 10.0.0 but the local Storybook installation in this package still depends on 9.1.x (storybook, @storybook/react-vite, addons). Because the renderer now peers on storybook: ^10, running pnpm install or pnpm storybook will fail with peer dependency conflicts or incompatible runtime modules. The rest of the Storybook packages should be upgraded to the same major version before landing this change.
Useful? React with 👍 / 👎.
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
1 similar comment
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 9.1.15 to 10.0.0. - [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.0.0/code/renderers/react) --- updated-dependencies: - dependency-name: "@storybook/react" dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1fe6126 to
a7f49cc
Compare
|
Superseded by #564. |

Bumps @storybook/react from 9.1.15 to 10.0.0.
Release notes
Sourced from
@storybook/react's releases.... (truncated)
Changelog
Sourced from
@storybook/react's changelog.... (truncated)
Commits
88a02e6Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]05d448bBump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]7286625Bump version from "10.0.0-rc.2" to "10.0.0-rc.3" [skip ci]aba3791Merge pull request #32645 from storybookjs/norbert/mark-pnp-deprecatedd075427Bump version from "10.0.0-rc.1" to "10.0.0-rc.2" [skip ci]800be77Merge branch 'next' into pr/mrginglymus/328372fe97e5Merge pull request #32802 from mrginglymus/no-semver-reacte055907Merge branch 'next' into norbert/mark-pnp-deprecateda057075fix linting575ad04Merge branch 'next' into no-semver-reactDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)