Skip to content

chore: bump the storybook group with 6 updates#531

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook-ab0df8806a
Open

chore: bump the storybook group with 6 updates#531
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook-ab0df8806a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the storybook group with 6 updates:

Package From To
@storybook/addon-a11y 10.4.1 10.4.2
@storybook/addon-docs 10.4.1 10.4.2
@storybook/addon-vitest 10.4.1 10.4.2
@storybook/react-vite 10.4.1 10.4.2
eslint-plugin-storybook 10.4.1 10.4.2
storybook 10.4.1 10.4.2

Updates @storybook/addon-a11y from 10.4.1 to 10.4.2

Release notes

Sourced from @​storybook/addon-a11y's releases.

v10.4.2

10.4.2

Changelog

Sourced from @​storybook/addon-a11y's changelog.

10.4.2

Commits

Updates @storybook/addon-docs from 10.4.1 to 10.4.2

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.4.2

10.4.2

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.4.2

Commits

Updates @storybook/addon-vitest from 10.4.1 to 10.4.2

Release notes

Sourced from @​storybook/addon-vitest's releases.

v10.4.2

10.4.2

Changelog

Sourced from @​storybook/addon-vitest's changelog.

10.4.2

Commits

Updates @storybook/react-vite from 10.4.1 to 10.4.2

Release notes

Sourced from @​storybook/react-vite's releases.

v10.4.2

10.4.2

Changelog

Sourced from @​storybook/react-vite's changelog.

10.4.2

Commits

Updates eslint-plugin-storybook from 10.4.1 to 10.4.2

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.4.2

10.4.2

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.4.2

Commits

Updates storybook from 10.4.1 to 10.4.2

Release notes

Sourced from storybook's releases.

v10.4.2

10.4.2

Changelog

Sourced from storybook's changelog.

10.4.2

Commits
  • 298dea2 Bump version from "10.4.1" to "10.4.2" [skip ci]
  • 40c81c8 Merge pull request #33534 from storybookjs/copilot/fix-pnpm-command-resolutio...
  • bfb942b Merge pull request #34901 from storybookjs/shilman/fix-csf-export-as-string-l...
  • fad8dd2 Merge pull request #34791 from tobiasdiez/type-fest-upgrade
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the storybook group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.4.1` | `10.4.2` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.4.1` | `10.4.2` |
| [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.4.1` | `10.4.2` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.4.1` | `10.4.2` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.4.1` | `10.4.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.4.1` | `10.4.2` |


Updates `@storybook/addon-a11y` from 10.4.1 to 10.4.2
- [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.4.2/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.4.1 to 10.4.2
- [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.4.2/code/addons/docs)

Updates `@storybook/addon-vitest` from 10.4.1 to 10.4.2
- [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.4.2/code/addons/vitest)

Updates `@storybook/react-vite` from 10.4.1 to 10.4.2
- [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.4.2/code/frameworks/react-vite)

Updates `eslint-plugin-storybook` from 10.4.1 to 10.4.2
- [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.4.2/code/lib/eslint-plugin)

Updates `storybook` from 10.4.1 to 10.4.2
- [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.4.2/code/core)

---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-vitest"
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-version: 10.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jun 8, 2026
@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for drivenets-design-system ready!

Name Link
🔨 Latest commit 32479a3
🔍 Latest deploy log https://app.netlify.com/projects/drivenets-design-system/deploys/6a267e86dd6c7000088c19be
😎 Deploy Preview https://deploy-preview-531--drivenets-design-system.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.

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

Labels

dependencies design-system javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants