-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/ATUyG6FGv1CyAikUEcZkGLvMD45b |
Nx Cloud ReportCI 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 Sent with 💌 from NxCloud. |
131d54c
to
a051564
Compare
a051564
to
c93e2d7
Compare
c93e2d7
to
6fa1262
Compare
6fa1262
to
5411999
Compare
5411999
to
bb3628d
Compare
Tested it out locally and looks good to me! |
packages/storybook/src/migrations/update-12-5-0/migrate-storybook-6-3.ts
Outdated
Show resolved
Hide resolved
packages/storybook/src/migrations/update-12-5-0/migrate-storybook-6-3.ts
Outdated
Show resolved
Hide resolved
bb3628d
to
d5314d0
Compare
'@storybook/angular', | ||
'@storybook/react', | ||
'@storybook/addon-knobs', | ||
'@storybook/addon-controls', |
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.
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', |
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.
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' |
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.
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', |
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.
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', |
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.
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', |
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.
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' |
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.
maybe we could change this to @storybook/addon-essentials
, to work with the knobs-to-controls?
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. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #5688