chore(deps): update Storybook to v10.4.1#1087
Closed
dgee2 wants to merge 1 commit into
Closed
Conversation
Update all Storybook packages from 10.3.3 to 10.4.1: - @storybook/addon-a11y - @storybook/addon-docs - @storybook/addon-links - @storybook/addon-vitest - @storybook/vue3-vite - eslint-plugin-storybook - storybook Also removes obsolete patch for @storybook/addon-vitest@10.3.3 which is no longer needed in 10.4.1. Validation: ESLint passed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the UI workspace’s Storybook toolchain from 10.3.3 to 10.4.1, aligning Storybook core + addons/plugins and removing an upstream-fixed local patch.
Changes:
- Bumped all Storybook-related dependencies to
10.4.1inui/menu-website/package.json. - Removed the pnpm patch/workaround for
@storybook/addon-vitest@10.3.3and the corresponding patch file. - Refreshed
ui/menu-website/pnpm-lock.yamlto reflect the new dependency graph.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ui/menu-website/package.json | Updates Storybook packages (and eslint-plugin-storybook) to ^10.4.1. |
| ui/menu-website/pnpm-lock.yaml | Lockfile update for Storybook 10.4.1 and related transitive deps. |
| ui/menu-website/pnpm-workspace.yaml | Removes the patched dependency entry (but currently leaves an empty patchedDependencies: key). |
| ui/menu-website/patches/@storybook__addon-vitest@10.3.3.patch | Deletes the obsolete patch file. |
Files not reviewed (1)
- ui/menu-website/pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
ui/menu-website/pnpm-workspace.yaml:8
patchedDependencies:is now present with no mapping values. In YAML this becomesnull, and pnpm expectspatchedDependenciesto be an object/map; leaving it empty like this can cause config parsing/runtime errors. Remove the key entirely or set it to an empty map ({}) if you want to keep the section.
patchedDependencies:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3678
to
+3681
| oxc-parser@0.127.0: | ||
| resolution: {integrity: sha512-bkgD4qHlN7WxLdX8bLXdaU54TtQtAIg/ZBAfm0aje/mo3MRDo3P0hZSgr4U7O3xfX+fQmR5AP04JS/TGcZLcFA==} | ||
| engines: {node: ^20.19.0 || >=22.12.0} | ||
|
|
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
Update Storybook from v10.3.3 to v10.4.1, including all related addons and plugins.
Dependency Updates
@storybook/addon-a11y@storybook/addon-docs@storybook/addon-links@storybook/addon-vitest@storybook/vue3-viteChanges
@storybook/addon-vitest@10.3.3(issue fixed in 10.4.1)pnpm-workspace.yamlto reflect removed patchValidation
Risk Assessment
Medium-Low Risk: Minor version update to Storybook ecosystem. Storybook is used for component development and documentation, not in production runtime. The removal of the patch indicates the underlying issue has been resolved upstream.
Notes
This PR was created by the automated dependency update workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
cdn.playwright.devSee Network Configuration for more information.