Skip to content
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

Upgrade to Storybook 8 #2309

Merged

Conversation

yangwooseong
Copy link
Collaborator

@yangwooseong yangwooseong commented Jun 27, 2024

Self Checklist

  • I wrote a PR title in English and added an appropriate label to the PR.
  • I wrote the commit message in English and to follow the Conventional Commits specification.
  • I added the changeset about the changes that needed to be released. (or didn't have to)
  • I wrote or updated documentation related to the changes. (or didn't have to)
  • I wrote or updated tests related to the changes. (or didn't have to)
  • I tested the changes in various browsers. (or didn't have to)
    • Windows: Chrome, Edge, (Optional) Firefox
    • macOS: Chrome, Edge, Safari, (Optional) Firefox

Related Issue

Summary

  • Storybook 버전을 8로 올리고 breaking change에 대응합니다.

Details

Breaking change? (Yes/No)

  • No

References

@yangwooseong yangwooseong added chore:system Issue or PR regarding source environment (e.g. lints, tests), not the actual source code dependencies Pull requests that update a dependency file (Dependabot) labels Jun 27, 2024
@yangwooseong yangwooseong self-assigned this Jun 27, 2024
Copy link

channeltalk bot commented Jun 27, 2024

Copy link

changeset-bot bot commented Jun 27, 2024

⚠️ No Changeset found

Latest commit: a6bae0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Jun 27, 2024

Chromatic Report

🚀 Congratulations! Your build was successful!

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.86%. Comparing base (b523b08) to head (a6bae0a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2309   +/-   ##
=======================================
  Coverage   83.86%   83.86%           
=======================================
  Files         140      140           
  Lines        2919     2919           
  Branches      892      879   -13     
=======================================
  Hits         2448     2448           
  Misses        466      466           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -110,6 +110,7 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"sass-loader": "^14.2.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addon-styling 에 sass-loader 의존성이 포함되어 있어서 addon-styling를 지우고 addon-styling-webpack만 설치하면 scss 를 읽지 못하는 에러가 뜹니다.

@yangwooseong yangwooseong marked this pull request as ready for review June 27, 2024 07:33
Copy link
Contributor

@sungik-choi sungik-choi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 docgen 에러 고쳐진 거 좋네요

@yangwooseong yangwooseong merged commit c161dca into channel-io:main Jul 2, 2024
9 checks passed
@yangwooseong yangwooseong deleted the WEB-2268/storybook-version branch July 2, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore:system Issue or PR regarding source environment (e.g. lints, tests), not the actual source code dependencies Pull requests that update a dependency file (Dependabot)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Explore Storybook 8
2 participants