Skip to content
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

Align with Storybook 8.2 core package layout #512

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Nov 4, 2024

Closes #505

What I did

This PR introduces the new structure of core package consolidation from Storybook 8.2 so that the test-runner is better compatible with it.

Checklist for Contributors

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes in this repository
  • Request documentation updates in the test-runner docs website

Checklist for Maintainers

  • Make sure this PR contains one of the labels below:

    Available labels
    • skip-release: Skip any releases, e.g., documentation only changes, CI config etc.
    • patch: Upgrade patch version (e.g. 0.0.x)
    • minor: Upgrade patch version (e.g. 0.x.0)
    • major: Upgrade patch version (e.g. x.0.0)
📦 Published PR as canary version: 0.20.0--canary.512.96a0fc6.0

✨ Test out this PR locally via:

npm install @storybook/[email protected]
# or 
yarn add @storybook/[email protected]

@yannbf yannbf added the minor Increment the minor version when merged label Nov 4, 2024
@yannbf yannbf force-pushed the yann/update-test-runner-cpc branch from e8293e3 to 0a4be2f Compare November 4, 2024 14:03
@yannbf yannbf force-pushed the yann/update-test-runner-cpc branch from 0a4be2f to 2c7267e Compare November 4, 2024 14:34
@yannbf yannbf merged commit 69677a3 into next Nov 4, 2024
10 checks passed
Copy link

github-actions bot commented Nov 4, 2024

🚀 PR was released in v0.20.0-next.0 🚀

This was referenced Nov 4, 2024
@yannbf yannbf deleted the yann/update-test-runner-cpc branch November 4, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged prerelease
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot find module 'storybook/internal/common'
2 participants