-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade addon to be compatible with Storybook v10 #33
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
Conversation
|
Hey @Sidnioulz! Would you mind reviewing it? |
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.
Thanks for the contribution @MaxLikesCode!
There are changes missing from the addon migration guide, in particular in tsup and tsconfig, and in the src/index. There are also changes to how addons are locally loaded which may need to be taken into account.
Could you please go through the guide step by step and ensure these are updated?
…olors dependency in devDependencies
… consistent engine specifications across dependencies
Sidnioulz
left a comment
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.
See suggestions
Co-authored-by: Steve Dodier-Lazaro <[email protected]>
|
Seems like auto-release failed :( |
Summary
This PR upgrades the addon to be compatible with Storybook v10, migrating from Storybook v9. The changes include dependency updates and a migration to pure ESM format.
Changes
^9.0.0to^10.0.0in bothdevDependenciesandpeerDependenciesrequirefields from package.json exports"type": "module"to package.jsonformat: ["esm"]).jsextensions (required for ESM)Breaking Changes
require)Related