[scanner] fix: align Storybook stack to 10.4.6 and remove legacy test imports#19163
[scanner] fix: align Storybook stack to 10.4.6 and remove legacy test imports#19163Copilot wants to merge 2 commits into
Conversation
❌ Deploy Preview for kubestellarconsole failed. Why did it fail? →
|
|
👋 Hey @Copilot — thanks for opening this PR!
This is an automated message. |
Signed-off-by: GitHub <noreply@github.com>
|
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Auto Test GeneratorThe following new files have no corresponding test file:
Please add tests or apply the |
✅ Test Coverage CheckAll new source files in this PR have corresponding test files. Checked |
📌 Fixes
📝 Summary of Changes
Storybook had a major-version drift (
8.6.18vs available10.4.6) flagged by Auto-QA. This update moves the Storybook toolchain to10.4.6and applies the required package-import migration to stay compatible with 9.x/10.x package consolidation.storybookto^10.4.6@storybook/react,@storybook/react-vite, and@storybook/addon-a11yto^10.4.6@storybook/testimports withstorybook/testin story files.storybookconfig is already ESM-compatibleChanges Made
web/package.jsonto^10.4.6@storybook/testtostorybook/teststorybookcore and@storybook/*packagesChecklist
Please ensure the following before submitting your PR:
git commit -s)Screenshots or Logs (if applicable)
N/A (dependency and Storybook import-path update only).
👀 Reviewer Notes
Original prompt