-
Notifications
You must be signed in to change notification settings - Fork 625
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
Conversation
|
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.
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'
👋 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! |
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.
The deployed storybook looks good, 👍🏻 don't know about these other CI errors though
size-limit report 📦
|
Update storybook to v9.1.0 👀