-
Notifications
You must be signed in to change notification settings - Fork 625
Upgrade Storybook to 9.1.3 #6647
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
base: main
Are you sure you want to change the base?
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 upgrades Storybook dependencies from version 9.1.2 to 9.1.3 across the monorepo. This appears to be a routine dependency update to keep Storybook tooling current with the latest patch release.
- Updates Storybook core and addon packages to version 9.1.3
- Updates eslint-plugin-storybook to align with the new Storybook version
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/react/package.json | Updates Storybook core package and addons (a11y, docs, links, react-vite) from 9.1.2 to 9.1.3 |
package.json | Updates eslint-plugin-storybook from 9.1.0 to 9.1.3 to match Storybook version |
👋 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! |
size-limit report 📦
|
867ffe0
to
918124f
Compare
Changelog
This pull request updates several Storybook-related dependencies in both the
packages/react
package to their latest patch versions.Changed
Storybook dependency updates:
Dependency updates:
@storybook/addon-a11y
,@storybook/addon-docs
,@storybook/addon-links
, and@storybook/react-vite
from version9.1.2
to9.1.3
to include the latest fixes and improvements.storybook
dependency from9.1.2
to9.1.3
for consistency and access to the latest patch updates.Rollout strategy
Testing & Reviewing
Merge checklist