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

feat(storybook): upgrade to Storybook v6.3 support #6104

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

juristr
Copy link
Member

@juristr juristr commented Jun 23, 2021

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #5688

@vercel
Copy link

vercel bot commented Jun 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nrwl/nx-dev/ATUyG6FGv1CyAikUEcZkGLvMD45b
✅ Preview: https://nx-dev-git-upgrade-storybook-v63-nrwl.vercel.app

@juristr juristr linked an issue Jun 23, 2021 that may be closed by this pull request
@nx-cloud
Copy link

nx-cloud bot commented Jun 23, 2021

Nx Cloud Report

CI ran the following commands for commit d5314d0. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx affected --target=build --parallel --max-parallel=3
#000000 nx affected --target=e2e
#000000 nx affected --target=lint --parallel --max-parallel=4
#000000 nx affected --target=test --parallel --max-parallel=2
#000000 nx build typedoc-theme

Sent with 💌 from NxCloud.

@mandarini
Copy link
Member

Tested it out locally and looks good to me!

'@storybook/angular',
'@storybook/react',
'@storybook/addon-knobs',
'@storybook/addon-controls',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

'@storybook/angular': '^6.0.0',
'@storybook/react': '^6.0.0',
'@storybook/addon-knobs': '^6.0.0',
'@storybook/addon-controls': '^6.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

).toBe('~6.3.0');
expect(
readJson(tree, 'package.json').devDependencies[
'@storybook/addon-controls'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

'@storybook/angular': '~6.0.0',
'@storybook/react': '^6.0.0',
'@storybook/addon-knobs': '^6.0.0',
'@storybook/addon-controls': '^6.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

'@storybook/angular': '^6.0.0',
'@storybook/react': '^6.0.0',
'@storybook/addon-knobs': '^6.0.0',
'@storybook/addon-controls': '^6.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

'@storybook/angular': '^5.3.1',
'@storybook/react': '^5.3.1',
'@storybook/addon-knobs': '^5.3.1',
'@storybook/addon-controls': '^5.3.1',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

).toBe('^5.3.1');
expect(
readJson(tree, 'package.json').devDependencies[
'@storybook/addon-controls'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we could change this to @storybook/addon-essentials, to work with the knobs-to-controls?

@vsavkin vsavkin merged commit ad9d201 into master Jun 24, 2021
mmuenker pushed a commit to mmuenker/nx that referenced this pull request Jun 28, 2021
@bcabanes bcabanes deleted the upgrade-storybook-v6_3 branch December 10, 2021 00:19
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: storybook Issues related to Storybook support in Nx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular 12 and Storybook with Webpack 5 issues
4 participants