Skip to content

Conversation

@DaleSeo
Copy link
Member

@DaleSeo DaleSeo commented Oct 19, 2025

Summary

Upgrades Storybook from 8.6.12 to 9.0.0 as requested in issue #239.

Changes

  • Updated all @storybook/* packages to 9.0.0
  • Updated @chromatic-com/storybook to 3.2.2
  • Updated @storybook/test-runner to 0.21.0
  • No configuration changes required - existing configs are compatible

  • @storybook/addon-queryparams is no longer updated, so I changed it to decorators.
  • Added to tsconfig.node.json because ts verification changed strictly in the storybook.
  • Even if the apollo of each story caches and changes the story, there is a problem of using the same api result, so we added the apollo cache clear.
  • Change commit SHA in branch name due to chromatic url length limit issue

Closes #239


Generated with Claude Code

- Updated all @storybook/* packages to 9.0.0
- Updated @chromatic-com/storybook to 3.2.2
- Updated @storybook/test-runner to 0.21.0
- No configuration changes required - existing configs are compatible

Co-authored-by: Dale Seo <DaleSeo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

스토리북 업그레이드

3 participants