-
Notifications
You must be signed in to change notification settings - Fork 5
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 #106
Merged
Merged
Commits on Jan 11, 2024
-
To make sure that the plugin works with the most recent Storybook version, I'm upgrading dev dependencies. As part of this I'm attempting to fix #104, applying the changes (different imports in addons.js and decorator.js) suggested there.
Configuration menu - View commit details
-
Copy full SHA for b80f4be - Browse repository at this point
Copy the full SHA b80f4beView commit details -
I ran into an issue when building the Storybook and they suggested using the latest yarn: storybookjs/storybook#22431 (comment)
Configuration menu - View commit details
-
Copy full SHA for e3282b9 - Browse repository at this point
Copy the full SHA e3282b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c368534 - Browse repository at this point
Copy the full SHA c368534View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2fc9a - Browse repository at this point
Copy the full SHA dd2fc9aView commit details -
Version 6 was released almost four years ago. It's starting to be hard to test this old version, and to stay leaner when moving forward I've decided to drop support for Storybook v5 at this point. We can still maintain a v5 branch if the need for it arises. But starting with the next release, users can't expect to be able to use happo-plugin-storybook with Storybook <v6.
Configuration menu - View commit details
-
Copy full SHA for 192a1a3 - Browse repository at this point
Copy the full SHA 192a1a3View commit details -
Remove
yarn list
from github actions scriptThis command is no longer supported in v4 of yarn. We use it for debugging purposes but it isn't strictly needed.
Configuration menu - View commit details
-
Copy full SHA for 37e2e60 - Browse repository at this point
Copy the full SHA 37e2e60View commit details -
Attempt to fix Storybook v6 build
The difference between v7 and v6 is starting to be quite large at this point.
Configuration menu - View commit details
-
Copy full SHA for 5e2284d - Browse repository at this point
Copy the full SHA 5e2284dView commit details -
Improve the check for Storybook version
I ran into an issue with yarn not supporting `yarn list` anymore. To fix this, I'm adding yet another way of detection -- this time reading the package.json file to look for the version among the installed packages.
Configuration menu - View commit details
-
Copy full SHA for ec3af39 - Browse repository at this point
Copy the full SHA ec3af39View commit details -
Attempt to fix Storybook 6 build again
Continuing the work to make the v6 build work.
Configuration menu - View commit details
-
Copy full SHA for 999320e - Browse repository at this point
Copy the full SHA 999320eView commit details
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.