Update usages to match Storybook 9.0.0-alpha.4#364
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #364 +/- ##
=====================================
Coverage 5.84% 5.84%
=====================================
Files 177 176 -1
Lines 14879 14877 -2
Branches 310 309 -1
=====================================
Hits 870 870
+ Misses 13920 13919 -1
+ Partials 89 88 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JReinhold
commented
Mar 14, 2025
package.json
Outdated
| "urql": "^4.0.3", | ||
| "uuid": "^9.0.0", | ||
| "vite": "^4.1.4", | ||
| "vite": "^6.2.1", |
Contributor
Author
There was a problem hiding this comment.
This was necessary as the build was failing otherwise.
ghengeveld
approved these changes
Mar 17, 2025
Member
ghengeveld
left a comment
There was a problem hiding this comment.
I think it would make sense to rebase off of @ndelangen's branch, so this one basically just does the action -> fn conversion.
9d442d5 to
e9a2346
Compare
JReinhold
commented
Mar 17, 2025
JReinhold
commented
Mar 17, 2025
JReinhold
commented
Mar 17, 2025
This was referenced May 21, 2025
Member
|
🚀 PR was released in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces #361
Updates to Storybook
9.0.0-alpha.4and updates imports and usages to match:storybook/internal/manager-api->storybook/manager-apistorybook/internal/theming->storybook/theming@storybook/addon-actions->fn()fromstorybook/test📦 Published PR as canary version:
3.2.7--canary.364.e9a2346.0✨ Test out this PR locally via:
npm install @chromatic-com/storybook@3.2.7--canary.364.e9a2346.0 # or yarn add @chromatic-com/storybook@3.2.7--canary.364.e9a2346.0