Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps @storybook/addon-onboarding from 9.1.15 to 10.0.0.

Release notes

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

v10.0.0

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Changelog

Sourced from @​storybook/addon-onboarding's changelog.

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • 88a02e6 Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]
  • 05d448b Bump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]
  • 7286625 Bump version from "10.0.0-rc.2" to "10.0.0-rc.3" [skip ci]
  • d075427 Bump version from "10.0.0-rc.1" to "10.0.0-rc.2" [skip ci]
  • a02c08b Bump version from "10.0.0-rc.0" to "10.0.0-rc.1" [skip ci]
  • f8b44e6 Bump version from "10.0.0-beta.13" to "10.0.0-rc.0" [skip ci]
  • 28ab482 Bump version from "10.0.0-beta.12" to "10.0.0-beta.13" [skip ci]
  • da26393 Bump version from "10.0.0-beta.11" to "10.0.0-beta.12" [skip ci]
  • 5324fe1 Bump version from "10.0.0-beta.10" to "10.0.0-beta.11" [skip ci]
  • 81b0429 Bump version from "10.0.0-beta.9" to "10.0.0-beta.10" [skip ci]
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 28, 2025
@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for fireproof-ai-builder canceled.

Name Link
🔨 Latest commit f943aa3
🔍 Latest deploy log https://app.netlify.com/projects/fireproof-ai-builder/deploys/6906061ef66d5300084fd457

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a 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".

Comment on lines 73 to 77
"@storybook/addon-a11y": "^9.1.13",
"@storybook/addon-docs": "^9.1.13",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/addon-onboarding": "^10.0.0",
"@storybook/react": "^9.1.13",
"@storybook/react-vite": "^9.1.6",

Choose a reason for hiding this comment

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

P1 Badge Upgrade onboarding addon without upgrading core Storybook

The dependency bump moves @storybook/addon-onboarding to 10.0.0 while every other Storybook package in the repo remains on 9.1.x. The new version declares a peer dependency on storybook: ^10.0.0 and is ESM‑only per the changelog, so installing the updated addon alongside Storybook 9 will trigger peer‑dependency failures or runtime breakage when Storybook’s CommonJS runtime tries to load the addon. Either upgrade the rest of Storybook to v10 or keep the addon on a 9.x release to retain compatibility.

Useful? React with 👍 / 👎.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

Bumps [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) 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/addons/onboarding)

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

Signed-off-by: dependabot[bot] <[email protected]>
@Vaeshkar Vaeshkar force-pushed the dependabot/npm_and_yarn/storybook/addon-onboarding-10.0.0 branch from b68791b to 1db87f6 Compare November 1, 2025 12:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

A newer version of @​storybook/addon-onboarding exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Vaeshkar
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Vaeshkar
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Vaeshkar Vaeshkar closed this Nov 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/storybook/addon-onboarding-10.0.0 branch November 13, 2025 06:16
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.

2 participants