-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Updating Storybook to v7.6.12 (latest) #58565
Conversation
Size Change: +238 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
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.
I saw no obvious regressions when testing 👍
We're now getting some nice little warning output, which is good I guess, and all of them seem to be existing issues that ought to be addressed regardless of this Storybook update.
WARN export 'default' (imported as 'editorStyles') was not found in '../editor-styles' (possible exports: editorStyles)
WARN export 'default' (imported as 'editorStyles') was not found in '../editor-styles' (possible exports: editorStyles)
WARN Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
WARN Warning
WARN
WARN (1841:3) autoprefixer: start value has mixed support, consider using flex-start instead
WARN Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
WARN Warning
WARN
WARN (1840:3) autoprefixer: start value has mixed support, consider using flex-start instead
WARN export 'LAYOUT_TABLE' (imported as 'LAYOUT_TABLE') was not found in '../index' (possible exports: DataViews, VIEW_LAYOUTS, getPaginationResults, sortByTextFields)
WARN export 'LAYOUT_GRID' (imported as 'LAYOUT_GRID') was not found in '../index' (possible exports: DataViews, VIEW_LAYOUTS, getPaginationResults, sortByTextFields)
WARN export 'LAYOUT_TABLE' (imported as 'LAYOUT_TABLE') was not found in '../index' (possible exports: DataViews, VIEW_LAYOUTS, getPaginationResults, sortByTextFields)
WARN export 'LAYOUT_GRID' (imported as 'LAYOUT_GRID') was not found in '../index' (possible exports: DataViews, VIEW_LAYOUTS, getPaginationResults, sortByTextFields)
Dropping in favour of #59074 (bumping to |
What?
Updates Storybook to the latest stable version (
7.6.12
).Why?
The packaged version of Storybook is currently
7.2.2
, which is six months old, and missing various API improvements.How?
Running
npx [email protected] upgrade --config-dir ./storybook
updated relevant package versions inpackage.json
, and informed me of a potential automigration regarding Github-flavoured markdown in MDX. We do not use MDX, so I opted to not run the migration, but if this changes we will have to include an add-on.Testing Instructions
Start Storybook. There shouldn't be any user-facing changes.