Skip to content

Upgrade Storybook from v9 to v10 for packages/components#19331

Open
shenglol wants to merge 1 commit intomainfrom
shenglol/storybook10
Open

Upgrade Storybook from v9 to v10 for packages/components#19331
shenglol wants to merge 1 commit intomainfrom
shenglol/storybook10

Conversation

@shenglol
Copy link
Copy Markdown
Contributor

@shenglol shenglol commented Apr 4, 2026

Summary

Upgrades Storybook configuration, dependencies, and usage from v9 to v10 for \packages/components.

Changes

  • Update \storybook, @storybook/react-vite, @storybook/addon-docs, @storybook/addon-links, @storybook/addon-themes\ to ^10.3.4
  • Remove deprecated \�ctions.argTypesRegex\ from .storybook/preview.ts\
  • Remove deprecated \hideNoControlsWarning\ parameter from story files
  • Add \storybook-static\ to .gitignore\

Validation

  • Storybook build: passes
  • Storybook dev server: starts successfully (v10.3.4)
  • Unit tests: 17/17 pass
  • ESLint: passes with 0 warnings
Microsoft Reviewers: Open in CodeFlow

- Update storybook, @storybook/react-vite, @storybook/addon-docs, @storybook/addon-links, @storybook/addon-themes to ^10.3.4
- Remove deprecated actions.argTypesRegex from preview config
- Remove deprecated hideNoControlsWarning from story parameters
- Add storybook-static to .gitignore
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 4, 2026

Test this change out locally with the following install scripts (Action run 23971433993)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 23971433993
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 23971433993"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 23971433993
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 23971433993"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants