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 latest Storybook #663

Merged
merged 16 commits into from Mar 19, 2024
Merged

Upgrade to latest Storybook #663

merged 16 commits into from Mar 19, 2024

Conversation

sergei-maertens
Copy link
Member

@sergei-maertens sergei-maertens commented Mar 18, 2024

Closes #662

  • Upgrade to SB 7.6 first
  • Upgraded to SB 8

Locally running storybook in dev mode and then running tests with npm run test:storybook is flaky, see storybookjs/test-runner#442, but this doesn't appear to be an issue with a production build.

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.82%. Comparing base (c771da7) to head (40a3b88).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #663      +/-   ##
==========================================
- Coverage   69.64%   63.82%   -5.82%     
==========================================
  Files         207       93     -114     
  Lines        4335     1642    -2693     
  Branches     1155      427     -728     
==========================================
- Hits         3019     1048    -1971     
+ Misses       1316      594     -722     

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

Automigrator detects if it's set, not just its value.
* TODO: check dependencies for issues
* TODO: check implicit spies migration
* Handle the v1 -> v2 breaking change update
* Handle the project/package rename to be SB8 compatible
* Mocks/spies must now be specified explicitly
* Fixed some minor console warnings/errors
Couldn't figure out why it was used.
The testing-library/user-event library upgrade broke the file
uploads.
@sergei-maertens sergei-maertens marked this pull request as ready for review March 19, 2024 10:30
@sergei-maertens sergei-maertens force-pushed the chore/662-sb-upgrade branch 2 times, most recently from a554be6 to ec7dfdb Compare March 19, 2024 11:52
@sergei-maertens sergei-maertens merged commit 92176ca into main Mar 19, 2024
14 of 15 checks passed
@sergei-maertens sergei-maertens deleted the chore/662-sb-upgrade branch March 19, 2024 16:28
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.

Upgrade storybook (v8)
1 participant