Upgrade Storybook 8 to 10 - #24
Merged
Merged
Conversation
Run via the official upgrade CLI one major at a time with automigrations. Drop unused addons: essentials and interactions are core in Storybook 9+; links, docs and Chromatic were unused (no linkTo, MDX, autodocs, or Chromatic CI). This leaves storybook, @storybook/react-vite and eslint-plugin-storybook as the only Storybook dev dependencies. Exclude stories from the CJS build: Storybook 10 types don't resolve under node10 module resolution. The ESM build still typechecks them. Ignore generated docs/build in eslint: a new eslint-plugin-storybook rule flagged stale typedoc output there. Disable the onboarding checklist and what's new notifications. The lockfile is regenerated as npm could not resolve the major bumps in place.
Deploying makecode-embed with
|
| Latest commit: |
de50b52
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://76414bbc.makecode-embed.pages.dev |
| Branch Preview URL: | https://storybook-10.makecode-embed.pages.dev |
Contributor
Author
|
Motivated by npm/renovate tying itself in knots (and wasting 15 mins of timeout) on this upgrade. |
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.
Run via the official upgrade CLI one major at a time with automigrations.
Drop unused addons: essentials and interactions are core in Storybook 9+; links, docs and Chromatic were unused (no linkTo, MDX, autodocs, or Chromatic CI). This leaves storybook, @storybook/react-vite and eslint-plugin-storybook as the only Storybook dev dependencies.
Exclude stories from the CJS build: Storybook 10 types don't resolve under node10 module resolution. The ESM build still typechecks them.
Ignore generated docs/build in eslint: a new eslint-plugin-storybook rule flagged stale typedoc output there.
Disable the onboarding checklist and what's new notifications.
The lockfile is regenerated as npm could not resolve the major bumps in place.