-
Notifications
You must be signed in to change notification settings - Fork 15
chore: upgrading storybook to 8.1.2 #690
Conversation
| }, | ||
| }, | ||
|
|
||
| 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
| 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.9to8.1.2The upgrade includes some minor updates the storybook configuration filesmain.tsandpreview.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 storybookScreenshots/Recordings
Before
before720.mov
After
after720.mov
Pre-merge author checklist
Pre-merge reviewer checklist