Skip to content

chore: upgrade Storybook to 10.3.5#22116

Merged
tay1orjones merged 8 commits into
carbon-design-system:mainfrom
tay1orjones:task/storybook-v10.3.5
May 4, 2026
Merged

chore: upgrade Storybook to 10.3.5#22116
tay1orjones merged 8 commits into
carbon-design-system:mainfrom
tay1orjones:task/storybook-v10.3.5

Conversation

@tay1orjones

@tay1orjones tay1orjones commented Apr 24, 2026

Copy link
Copy Markdown
Member

Changelog

Changed

  • Updated Storybook packages to 10.3.5.
  • Converted the React Storybook config to main.ts
  • Updated the web-components Storybook config for Storybook 10 ESM loading.

Removed

  • Legacy CommonJS-style Storybook config in packages/react/.storybook/main.js.
  • A resolutions entry that is no longer necessary and was causing the build to fail
  • Invalid use of storybook actions within test files

Testing / Reviewing

  • Check both deploy previews to ensure all functions of storybook still work. Look through multiple stories, docs and canvas, check that addons work in the addons panel, header item dropdowns and buttons work.

PR Checklist

As the author of this PR, before marking ready for review, confirm you:

  • Reviewed every line of the diff
  • Updated documentation and storybook examples
    - [ ] Wrote passing tests that cover this change
    - [ ] Addressed any impact on accessibility (a11y)
    - [ ] Tested for cross-browser consistency
  • Validated that this code is ready for review and status checks should pass

More details can be found in the pull request guide

@netlify

netlify Bot commented Apr 24, 2026

Copy link
Copy Markdown

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit c4198cd
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-web-components/deploys/69eba5269fb1000008f42b6b
😎 Deploy Preview https://deploy-preview-22116--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Apr 24, 2026

Copy link
Copy Markdown

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit c4198cd
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-react/deploys/69eba52672ad2b0008d37645
😎 Deploy Preview https://deploy-preview-22116--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Apr 24, 2026

Copy link
Copy Markdown

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit ff270d5
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-web-components/deploys/69f8b7e5f1058a00083c9b96
😎 Deploy Preview https://deploy-preview-22116--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Apr 24, 2026

Copy link
Copy Markdown

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit ff270d5
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-react/deploys/69f8b7e53bc8fc000893414b
😎 Deploy Preview https://deploy-preview-22116--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Apr 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.10%. Comparing base (51dab56) to head (ff270d5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #22116   +/-   ##
=======================================
  Coverage   95.10%   95.10%           
=======================================
  Files         548      548           
  Lines       45599    45599           
  Branches     6520     6520           
=======================================
+ Hits        43366    43367    +1     
+ Misses       2103     2102    -1     
  Partials      130      130           
Flag Coverage Δ
main-packages 89.15% <ø> (ø)
web-components 97.89% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tay1orjones tay1orjones marked this pull request as ready for review April 24, 2026 18:42
@tay1orjones tay1orjones requested a review from a team as a code owner April 24, 2026 18:42
@tay1orjones tay1orjones self-assigned this Apr 24, 2026
@tay1orjones tay1orjones moved this to ⏱ Backlog in Design System Apr 24, 2026
@tay1orjones tay1orjones moved this from ⏱ Backlog to 🚦 In Review in Design System Apr 24, 2026

@maradwan26 maradwan26 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tay1orjones

Copy link
Copy Markdown
Member Author

I duplicated the brace expansion fix over in #22061 because it needed it as well. I think that could land first but will resolve the conflict however it happens

@tay1orjones tay1orjones enabled auto-merge May 4, 2026 15:14
@tay1orjones tay1orjones added this pull request to the merge queue May 4, 2026
Merged via the queue into carbon-design-system:main with commit 317f62d May 4, 2026
37 of 38 checks passed
@github-project-automation github-project-automation Bot moved this from 🚦 In Review to ✅ Done in Design System May 4, 2026
@tay1orjones tay1orjones deleted the task/storybook-v10.3.5 branch May 4, 2026 16:01
iamnexxed pushed a commit to iamnexxed/carbon that referenced this pull request May 5, 2026
* chore: upgrade Storybook to 10.3.5

* chore: yarn dedupe

* chore(deps): remove brace-expansion resolutions entry

* fix(tests): remove storybook actions call

* fix(tests): refactor storybook actions use in tests
@carbon-automation

Copy link
Copy Markdown
Contributor

Hey there! v11.107.0 was just released that references this issue/PR.

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

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants