-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
UI: Prebundle @storybook/components
#17304
Conversation
☁️ Nx Cloud ReportCI ran the following commands for commit 8dcd346. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
# Conflicts: # lib/components/package.json # lib/components/tsconfig.json # scripts/prebundle.ts
…ke every interface unique to dts-bundle-generator works correctly
# Conflicts: # lib/components/package.json
# Conflicts: # scripts/bundle-package.ts # scripts/dts-localize.ts
# Conflicts: # lib/components/package.json
# Conflicts: # lib/components/package.json
# Conflicts: # lib/components/package.json
# Conflicts: # lib/components/package.json
hmmm..
|
@shilman any idea on the above? |
@ndelangen looks like it's referenced here: https://github.com/storybookjs/storybook/blob/next/addons/docs/jest-transform-mdx.js#L15 And looks like it's defined in the package:
So I'm not sure why it's failing 🤷♂️ |
@ndelangen aha here's why it's failing: https://github.com/mdx-js/mdx/releases/tag/2.0.0 something is installing 2.0 which was released 2h ago, and we're compatible with 1.x only. |
but we specify we need 1.x: storybook/addons/docs/package.json Line 66 in 430672e
|
ahh maybe this is is? storybook/lib/cli/src/generators/baseGenerator.ts Lines 89 to 90 in ee1e8ec
I think |
getting the same problem here: |
@shilman This might be a pretty big deal!! |
# Conflicts: # lib/cli/src/versions.ts # lib/components/package.json
I had to add |
Hmm, so that didn't work?
|
If I added |
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.
Great job @ndelangen 🎖️
This uses #17000 to prebundle
lib/components