storybookjs / frontpage

🌐 The website for storybook.js.org
https://storybook.js.org
MIT License
212 stars 116 forks source link

Update Storybook to version 8 #687

Open ethriel3695 opened 3 months ago

ethriel3695 commented 3 months ago

This is a draft PR to update Storybook from version 6 to 8.

What I've changed

netlify[bot] commented 3 months ago

Deploy Preview for storybook-frontpage failed. Why did it fail? →

Name Link
Latest commit 67ec9bbb9e9b5ac9f0de9b3cbb50fcfb99d51e0a
Latest deploy log https://app.netlify.com/sites/storybook-frontpage/deploys/66018dba85af5a00095a3df4
ethriel3695 commented 3 months ago

@winkerVSbecks @kylegach A couple of updates.

Most are due to mdx is not a functionerrors.

Test Suites: 9 failed, 79 passed, 88 total
Tests:       25 failed, 174 passed, 199 total
 Message:
     mdx is not a function

    --------------------------------------------------

    Browser logs:

    error: The above error occurred in the <MDXContent> component:

The errors all look to be coming from Screens and the Integrations Catalog Screens.

jonniebigodes commented 3 months ago

@ethriel3695 until we can sort the errors out, you can disable them for the time being. The test runner includes the mechanism for that, see here for more information.