-
Notifications
You must be signed in to change notification settings - Fork 16
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.
👍 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