This repository was archived by the owner on Aug 5, 2026. It is now read-only.
build(deps-dev): bump the storybook group across 1 directory with 5 updates - #4983
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump the storybook group across 1 directory with 5 updates#4983dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…pdates Bumps the storybook group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.4.6` | `10.5.3` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.4.6` | `10.5.3` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.4.6` | `10.5.3` | | [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `10.4.6` | `10.5.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.4.6` | `10.5.3` | Updates `@storybook/addon-a11y` from 10.4.6 to 10.5.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.3/code/addons/a11y) Updates `@storybook/addon-docs` from 10.4.6 to 10.5.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.3/code/addons/docs) Updates `@storybook/react` from 10.4.6 to 10.5.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.3/code/renderers/react) Updates `@storybook/react-webpack5` from 10.4.6 to 10.5.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.3/code/frameworks/react-webpack5) Updates `storybook` from 10.4.6 to 10.5.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.3/code/core) --- updated-dependencies: - dependency-name: "@storybook/addon-a11y" dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/addon-docs" dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/react" dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/react-webpack5" dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: storybook dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com>
|
By approving this PR, you are confirming that you have adequately and effectively reviewed this change. Searchable Hashes
The above information was added by dependabot-augmentor. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates Storybook-related dependencies to a newer patch version.
Changes:
- Bumps
storybookand selected@storybook/*packages from10.4.6to10.5.3
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+137
to
+141
| "@storybook/addon-a11y": "^10.5.3", | ||
| "@storybook/addon-docs": "^10.5.3", | ||
| "@storybook/addon-webpack5-compiler-babel": "^4.0.0", | ||
| "@storybook/react": "^10.4.6", | ||
| "@storybook/react-webpack5": "^10.4.6", | ||
| "@storybook/react": "^10.5.3", | ||
| "@storybook/react-webpack5": "^10.5.3", |
| "sass-migrator": "^2.5.6", | ||
| "sassdoc": "^2.7.0", | ||
| "storybook": "^10.4.6", | ||
| "storybook": "^10.5.3", |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps the storybook group with 5 updates in the / directory:
10.4.610.5.310.4.610.5.310.4.610.5.310.4.610.5.310.4.610.5.3Updates
@storybook/addon-a11yfrom 10.4.6 to 10.5.3Release notes
Sourced from @storybook/addon-a11y's releases.
... (truncated)
Changelog
Sourced from @storybook/addon-a11y's changelog.
... (truncated)
Commits
9ac2739Bump version from "10.5.2" to "10.5.3" [skip ci]b4b00f2Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6518f711Bump version from "10.5.1" to "10.5.2" [skip ci]c253a06Bump version from "10.5.0" to "10.5.1" [skip ci]9dafcd2Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]ad70914Addon A11y: Keep nested command output while closing stdinc557fc0CLI: Fix silent hang in deferred addon configuration during upgrade448db85Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]a4ce979Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]f0bf138Bump version from "10.5.0-alpha.11" to "10.5.0-beta.0" [skip ci]Updates
@storybook/addon-docsfrom 10.4.6 to 10.5.3Release notes
Sourced from @storybook/addon-docs's releases.
... (truncated)
Changelog
Sourced from @storybook/addon-docs's changelog.
... (truncated)
Commits
9ac2739Bump version from "10.5.2" to "10.5.3" [skip ci]b4b00f2Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6518f711Bump version from "10.5.1" to "10.5.2" [skip ci]c253a06Bump version from "10.5.0" to "10.5.1" [skip ci]9dafcd2Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]448db85Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]a4ce979Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]f0bf138Bump version from "10.5.0-alpha.11" to "10.5.0-beta.0" [skip ci]fac05a5Bump version from "10.5.0-alpha.10" to "10.5.0-alpha.11" [skip ci]4057c41Bump version from "10.5.0-alpha.9" to "10.5.0-alpha.10" [skip ci]Updates
@storybook/reactfrom 10.4.6 to 10.5.3Release notes
Sourced from @storybook/react's releases.
... (truncated)
Changelog
Sourced from @storybook/react's changelog.
... (truncated)
Commits
9ac2739Bump version from "10.5.2" to "10.5.3" [skip ci]b4b00f2Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6518f711Bump version from "10.5.1" to "10.5.2" [skip ci]c253a06Bump version from "10.5.0" to "10.5.1" [skip ci]9dafcd2Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]448db85Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]ccfbb0bMerge branch 'next' into norbert/fix-story-docs-portable-stories80490efCore: Update test for JSX rendering in portable stories5696accCore: Add test for skipping JSX rendering in portable storiesa4ce979Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]Updates
@storybook/react-webpack5from 10.4.6 to 10.5.3Release notes
Sourced from @storybook/react-webpack5's releases.
... (truncated)
Changelog
Sourced from @storybook/react-webpack5's changelog.
... (truncated)
Commits
9ac2739Bump version from "10.5.2" to "10.5.3" [skip ci]518f711Bump version from "10.5.1" to "10.5.2" [skip ci]c253a06Bump version from "10.5.0" to "10.5.1" [skip ci]9dafcd2Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]448db85Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]a4ce979Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]f0bf138Bump version from "10.5.0-alpha.11" to "10.5.0-beta.0" [skip ci]fac05a5Bump version from "10.5.0-alpha.10" to "10.5.0-alpha.11" [skip ci]4057c41Bump version from "10.5.0-alpha.9" to "10.5.0-alpha.10" [skip ci]da84210Bump version from "10.5.0-alpha.8" to "10.5.0-alpha.9" [skip ci]Updates
storybookfrom 10.4.6 to 10.5.3Release notes
Sourced from storybook's releases.