[scanner] 🌱 chore: update dev dependencies to latest versions#19255
Conversation
Signed-off-by: Scanner Agent <scanner@kubestellar.io>
|
[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 |
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
🐝 Hi @clubanderson! I'm Trusted users — org members and contributors with write access — can mention Automation may take a moment to start, and follow-up happens through workflow activity rather than chat replies. |
✅ Deploy Preview for kubestellarconsole canceled.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the web UI’s Storybook tooling to address the Auto-QA dependency update request (issue #19161), primarily affecting developer/test tooling rather than production runtime code.
Changes:
- Bump
storybookfrom8.6.18to10.4.6. - Bump
@storybook/addon-a11y,@storybook/react, and@storybook/react-viteto10.4.6. - Refresh
web/package-lock.jsonto match the new dependency graph.
Note: build/lint validation is expected to be handled by CI on the PR (per repo policy).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
web/package.json |
Updates Storybook-related devDependencies to the requested latest versions. |
web/package-lock.json |
Updates the lockfile to reflect Storybook v10 and new transitive dependencies (including updated engine constraints). |
Files not reviewed (1)
- web/package-lock.json: Generated file
| "postcss": "^8.5.14", | ||
| "rimraf": "^6.1.3", | ||
| "storybook": "^8.6.18", | ||
| "storybook": "^10.4.6", |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
✅ Post-Merge Verification: passedCommit: |
|
Post-merge build verification passed ✅ Both Go and frontend builds compiled successfully against merge commit |
Fixes #19161
This PR updates the following devDependencies to their latest versions:
These are safe devDependency updates (build/testing tools). No production code changes required.