-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: upgrading storybook to 8.1.2 #690
Conversation
@@ -22,6 +22,8 @@ const preview: Preview = { | |||
], | |||
}, | |||
}, | |||
|
|||
tags: ['autodocs'] |
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.
Part of deprecating docs.auto docs in main.js https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#mainjs-docsautodocs-is-deprecated
.storybook/main.ts
Outdated
docs: { | ||
autodocs: true, | ||
}, | ||
|
||
docs: {}, |
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 docs.autodocs setting in .storybook/main.ts is deprecated. Learn more: https://github.com/storybookjs/storybook/blob/next/ MIGRATION.md#mainjs-docsautodocs-is-deprecated
0e92533
to
4f5604b
Compare
framework: { | ||
name: '@storybook/react-vite', | ||
options: {}, | ||
}, | ||
docs: { | ||
autodocs: true, |
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.
docs.autodocs is deprecated https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#mainjs-docsautodocs-is-deprecated
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Description
This PR upgrades Storybook from version
8.0.9
to8.1.2
The upgrade includes some minor updates the storybook configuration filesmain.ts
andpreview.ts
. The motivation for this upgrade is to utilize the latest enhancements and keep up to date with our developer tooling technologies.Migration docs: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-80x-to-81x
Related issues
Fixes: N/A
Manual testing steps
yarn && yarn storybook
Screenshots/Recordings
Before
before720.mov
After
after720.mov
Pre-merge author checklist
Pre-merge reviewer checklist