Upgrade addon to be compatible with Storybook v10#33
Upgrade addon to be compatible with Storybook v10#33ndelangen merged 6 commits intostorybookjs:mainfrom
Conversation
|
Hey @Sidnioulz! Would you mind reviewing it? |
There was a problem hiding this comment.
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
Co-authored-by: Steve Dodier-Lazaro <Sidnioulz@users.noreply.github.com>
|
Seems like auto-release failed :( |
|
@ndelangen @Sidnioulz can you please check the release for this PR as |
I can see the release was performed on November 13. Could you please open a new issue with the errors you're finding and more information on your environment (framework, Node version, OS, features used, reproduction repository)? Thanks |
Thanks for reply @Sidnioulz, I added the issue #37 |
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