Skip to content

chore(deps): update storybook to v9.1.0 #6441

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

Merged
merged 11 commits into from
Aug 4, 2025
Merged

Conversation

joshblack
Copy link
Member

Update storybook to v9.1.0 👀

@Copilot Copilot AI review requested due to automatic review settings August 1, 2025 20:32
@joshblack joshblack added the skip changeset This change does not need a changelog label Aug 1, 2025
@joshblack joshblack requested a review from a team as a code owner August 1, 2025 20:32
@joshblack joshblack requested a review from jonrohan August 1, 2025 20:32
Copy link

changeset-bot bot commented Aug 1, 2025

⚠️ No Changeset found

Latest commit: 9565cc5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates Storybook dependencies from version 9.0.x to 9.1.0 across the codebase. The update includes both the core Storybook packages and related tooling.

  • Updates all Storybook-related packages to version 9.1.0
  • Updates import path for InputType to use the new internal module structure
  • Removes the deprecated @storybook/source-loader dependency

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
packages/react/src/Stack/Stack.stories.tsx Updates import path for InputType to use new Storybook internal module
packages/react/package.json Updates Storybook core packages and addons to v9.1.0, removes deprecated source-loader
package.json Updates eslint-plugin-storybook to v9.1.0
Comments suppressed due to low confidence (1)

packages/react/src/Stack/Stack.stories.tsx:4

  • Using internal Storybook modules like 'storybook/internal/csf' may lead to breaking changes in future updates since internal APIs are not guaranteed to be stable. Consider using the public API from '@storybook/types' or check if InputType is available from the main '@storybook/react' export.
import type {InputType} from 'storybook/internal/csf'

@joshblack joshblack enabled auto-merge August 1, 2025 20:33
@github-actions github-actions bot added the staff Author is a staff member label Aug 1, 2025
Copy link
Contributor

github-actions bot commented Aug 1, 2025

👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks!

@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Aug 1, 2025
@github-actions github-actions bot temporarily deployed to storybook-preview-6441 August 1, 2025 20:42 Inactive
Copy link
Member

@jonrohan jonrohan left a comment

Choose a reason for hiding this comment

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

The deployed storybook looks good, 👍🏻 don't know about these other CI errors though

Copy link
Contributor

github-actions bot commented Aug 4, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 90.03 KB (0%)
packages/react/dist/browser.umd.js 90.13 KB (0%)

@github-actions github-actions bot temporarily deployed to storybook-preview-6441 August 4, 2025 19:10 Inactive
@joshblack joshblack added this pull request to the merge queue Aug 4, 2025
Merged via the queue into main with commit c2bda30 Aug 4, 2025
43 checks passed
@joshblack joshblack deleted the chore/update-storybook-9.1 branch August 4, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm skip changeset This change does not need a changelog staff Author is a staff member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants