Merged
Conversation
- Upgrade storybook ecosystem from 8.6.18 to 9.1.20 - Remove packages now built into SB9 core: addon-essentials, addon-controls, addon-actions, addon-viewport, manager-api, theming, @storybook/react - Update imports across 43 story files to new SB9 paths (@storybook/addon-actions -> storybook/actions, @storybook/react -> storybook/react) - Replace storybook-source-link (incompatible with SB9) with inline addon using SB9 manager APIs - Update a11y addon config: element -> context - Bump @chromatic-com/storybook to ^4.1.3 (SB9-compatible) - Bump typescript ^4.6.3 -> ^4.9.5 (SB9 minimum) - Bump .tool-versions nodejs to 24.13.1
- Revert .tsx story imports to @storybook/react (TS moduleResolution "Node" can't resolve storybook/react subpath exports) - Add @storybook/react back to devDependencies for eslint import/no-extraneous-dependencies - Fix TS 4.9 type errors exposed by the typescript bump: - CheckboxListInput/FormRow: type-assert cloneElement arg - Combobox: replace reference equality check with length check
Contributor
|
Released prerelease version |
aaronmars
commented
Apr 23, 2026
|
|
||
| const ADDON_ID = 'storybook/source-link'; | ||
|
|
||
| const SourceLinkTool = () => { |
Contributor
Author
There was a problem hiding this comment.
This recreates the source link renderer addon that is no longer supported by SB 9.
JeremyRH
approved these changes
Apr 23, 2026
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.
Summary
addon-essentials,addon-controls,addon-actions,addon-viewport,manager-api,theming,@storybook/react)storybook-source-link(incompatible with SB9) with an inline addon using SB9 manager APIs@chromatic-com/storybookto v4 (SB9-compatible), TypeScript to ≥4.9 (SB9 minimum)No production risk — all changes are dev-only (storybook config, story files, devDependencies). The published
lib/andesm/output is unaffected.Test plan
storybook buildcompletes successfullystorybook devstarts and serves on port 6006