Skip to content

chore(deps-dev): bump the storybook group across 1 directory with 9 updates#761

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

chore(deps-dev): bump the storybook group across 1 directory with 9 updates#761
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook-f4b57bbefe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the storybook group with 9 updates in the / directory:

Package From To
@storybook/addon-actions 8.4.4 9.0.8
@storybook/addon-essentials 8.4.4 8.6.14
@storybook/addon-links 8.4.4 10.4.3
@storybook/addon-webpack5-compiler-babel 3.0.3 4.0.1
@storybook/react 8.4.4 10.4.3
@storybook/react-webpack5 8.4.4 10.4.3
@storybook/test 8.4.4 8.6.15
@storybook/theming 8.4.4 8.6.14
storybook 8.4.4 10.4.3

Updates @storybook/addon-actions from 8.4.4 to 9.0.8

Release notes

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

v8.6.18

8.6.18

  • Add request validation

v8.6.17

8.6.17

  • Harden websocket connection

v8.6.16

8.6.16

  • No-op release. No changes.
Changelog

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

9.0.8

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

9.0.6

9.0.5

9.0.4

9.0.3

9.0.2

  • CLI: Respect --skip-install in postinstall scripts - #31605, thanks @​yannbf!

9.0.1

9.0.0

... (truncated)

Commits
  • 95bdbee Bump version from "9.0.7" to "9.0.8" [skip ci]
  • a882f2f Artificially bump all versions on the main branch from 9.0.6 to 9.0.7, to s...
  • 228ee2b Bump version from "9.0.5" to "9.0.6" [skip ci]
  • 9ccce78 Bump version from "9.0.4" to "9.0.5" [skip ci]
  • 6f962f3 Bump version from "9.0.3" to "9.0.4" [skip ci]
  • 7cbe162 Bump version from "9.0.2" to "9.0.3" [skip ci]
  • 371930b Bump version from "9.0.1" to "9.0.2" [skip ci]
  • 9879693 Bump version from "9.0.0" to "9.0.1" [skip ci]
  • 5dd81ae Bump version from "9.0.0-rc.5" to "9.0.0" [skip ci]
  • fd3356c Bump version from "9.0.0-rc.4" to "9.0.0-rc.5" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for @​storybook/addon-actions since your current version.


Updates @storybook/addon-essentials from 8.4.4 to 8.6.14

Changelog

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

8.6.14

8.6.13

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

  • Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks @​kasperpeulen!

... (truncated)

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • d4960ea Bump version from "8.6.7" to "8.6.8" [skip ci]
  • 019cd1f Bump version from "8.6.6" to "8.6.7" [skip ci]
  • 9a7a795 Bump version from "8.6.5" to "8.6.6" [skip ci]
  • 4e23d75 Bump version from "8.6.4" to "8.6.5" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for @​storybook/addon-essentials since your current version.


Updates @storybook/addon-links from 8.4.4 to 10.4.3

Release notes

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

v10.4.3

10.4.3

v10.4.2

10.4.2

v10.4.1

10.4.1

v10.4.0

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Changelog

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

10.4.3

10.4.2

10.4.1

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Commits
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • 298dea2 Bump version from "10.4.1" to "10.4.2" [skip ci]
  • cc19ae1 Bump version from "10.4.0" to "10.4.1" [skip ci]
  • f8c16d1 Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]
  • e02da0b Bump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]
  • 429fb3e Bump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]
  • 488dd08 Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [skip ci]
  • f191df7 Bump version from "10.4.0-alpha.16" to "10.4.0-alpha.17" [skip ci]
  • a80ca8f Bump version from "10.4.0-alpha.15" to "10.4.0-alpha.16" [skip ci]
  • f1363a4 Bump version from "10.4.0-alpha.14" to "10.4.0-alpha.15" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/addon-links since your current version.


Updates @storybook/addon-webpack5-compiler-babel from 3.0.3 to 4.0.1

Release notes

Sourced from @​storybook/addon-webpack5-compiler-babel's releases.

v4.0.1

🐛 Bug Fix

Authors: 1

v4.0.0

💥 Breaking Change

Authors: 1

v3.0.6

🐛 Bug Fix

Authors: 2

v3.0.5

🐛 Bug Fix

Authors: 1

v3.0.4

🐛 Bug Fix

Authors: 2

Changelog

Sourced from @​storybook/addon-webpack5-compiler-babel's changelog.

v4.0.1 (Wed Mar 25 2026)

🐛 Bug Fix

Authors: 1


v4.0.0 (Tue Nov 11 2025)

💥 Breaking Change

Authors: 1


v3.0.6 (Tue Apr 01 2025)

🐛 Bug Fix

Authors: 2


v3.0.5 (Mon Dec 30 2024)

🐛 Bug Fix

Authors: 1


v3.0.4 (Mon Dec 30 2024)

... (truncated)

Commits
  • ae95d5f Bump version to: 4.0.1 [skip ci]
  • 1f880c0 Update CHANGELOG.md [skip ci]
  • 8fff2f8 Merge pull request #17 from storybookjs/trusted-publishing
  • fd2b24f Set up provenance and trusted publishing
  • 25e7c2b Bump version to: 4.0.0 [skip ci]
  • eb35b31 Update CHANGELOG.md [skip ci]
  • 61a0ad9 Merge pull request #16 from storybookjs/norbert/sb10-upgrade-esm-only
  • 55ade93 remove peerDep of storybook core
  • 72a67d7 fix dynamic require
  • 371bd5d Update package.json and pnpm-lock.yaml to include @​types/node@​22 and adjust p...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/addon-webpack5-compiler-babel since your current version.


Updates @storybook/react from 8.4.4 to 10.4.3

Release notes

Sourced from @​storybook/react's releases.

v10.4.3

10.4.3

v10.4.2

10.4.2

v10.4.1

10.4.1

v10.4.0

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

10.4.3

10.4.2

10.4.1

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Commits
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • 44d8c0b Remove test accidentally sneaked in by a merge commit
  • 6cd2367 Merge pull request #34967 from yatishgoel/fix/20486-subcomponent-display-names
  • 298dea2 Bump version from "10.4.1" to "10.4.2" [skip ci]
  • fad8dd2 Merge pull request #34791 from tobiasdiez/type-fest-upgrade
  • cc19ae1 Bump version from "10.4.0" to "10.4.1" [skip ci]
  • f8c16d1 Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]
  • e02da0b Bump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]
  • 429fb3e Bump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]
  • 488dd08 Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/react since your current version.


Updates @storybook/react-webpack5 from 8.4.4 to 10.4.3

Release notes

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

v10.4.3

10.4.3

v10.4.2

10.4.2

v10.4.1

10.4.1

v10.4.0

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Changelog

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

10.4.3

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 15, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the storybook group with 9 updates chore(deps-dev): bump the storybook group across 1 directory with 9 updates Apr 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 8485401 to eb05346 Compare April 21, 2026 05:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from eb05346 to 98c6515 Compare April 22, 2026 05:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 98c6515 to 68dd36b Compare April 23, 2026 05:25
github-actions[bot]
github-actions Bot previously approved these changes Apr 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 68dd36b to 1b9d9e3 Compare April 27, 2026 05:50
github-actions[bot]
github-actions Bot previously approved these changes Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 1b9d9e3 to ff36e65 Compare April 28, 2026 23:22
github-actions[bot]
github-actions Bot previously approved these changes Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from ff36e65 to 311f6ef Compare April 30, 2026 05:29
github-actions[bot]
github-actions Bot previously approved these changes Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 311f6ef to a5d4669 Compare May 6, 2026 05:28
github-actions[bot]
github-actions Bot previously approved these changes May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from a5d4669 to 327e09a Compare May 7, 2026 05:29
github-actions[bot]
github-actions Bot previously approved these changes May 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 327e09a to 25af497 Compare May 11, 2026 06:15
github-actions[bot]
github-actions Bot previously approved these changes May 11, 2026
github-actions[bot]
github-actions Bot previously approved these changes May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 90148f3 to 6f06fe4 Compare May 19, 2026 18:07
github-actions[bot]
github-actions Bot previously approved these changes May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 6f06fe4 to 5505ac1 Compare May 22, 2026 05:33
github-actions[bot]
github-actions Bot previously approved these changes May 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 5505ac1 to d66ab19 Compare May 25, 2026 07:10
github-actions[bot]
github-actions Bot previously approved these changes May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from d66ab19 to 6459297 Compare May 27, 2026 07:13
github-actions[bot]
github-actions Bot previously approved these changes May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 6459297 to 817d1b8 Compare June 3, 2026 22:30
github-actions[bot]
github-actions Bot previously approved these changes Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 817d1b8 to 99f4904 Compare June 5, 2026 05:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 99f4904 to 0e12a51 Compare June 8, 2026 05:26
github-actions[bot]
github-actions Bot previously approved these changes Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from 0e12a51 to c366a24 Compare June 9, 2026 05:26
github-actions[bot]
github-actions Bot previously approved these changes Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from c366a24 to a041640 Compare June 10, 2026 05:26
…pdates

Bumps the storybook group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.4.4` | `9.0.8` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.4` | `8.6.14` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.4` | `10.4.3` |
| [@storybook/addon-webpack5-compiler-babel](https://github.com/storybookjs/addon-webpack5-compiler-babel) | `3.0.3` | `4.0.1` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.4` | `10.4.3` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.4.4` | `10.4.3` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.4.4` | `8.6.15` |
| [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.4.4` | `8.6.14` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `8.4.4` | `10.4.3` |



Updates `@storybook/addon-actions` from 8.4.4 to 9.0.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v9.0.8/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.0.8/code/addons/actions)

Updates `@storybook/addon-essentials` from 8.4.4 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/essentials)

Updates `@storybook/addon-links` from 8.4.4 to 10.4.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.4.3/code/addons/links)

Updates `@storybook/addon-webpack5-compiler-babel` from 3.0.3 to 4.0.1
- [Release notes](https://github.com/storybookjs/addon-webpack5-compiler-babel/releases)
- [Changelog](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/CHANGELOG.md)
- [Commits](storybookjs/addon-webpack5-compiler-babel@v3.0.3...v4.0.1)

Updates `@storybook/react` from 8.4.4 to 10.4.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.4.3/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.4.4 to 10.4.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.4.3/code/frameworks/react-webpack5)

Updates `@storybook/test` from 8.4.4 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/lib/test)

Updates `@storybook/theming` from 8.4.4 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/theming)

Updates `storybook` from 8.4.4 to 10.4.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.4.3/code/core)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-version: 9.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/addon-essentials"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/addon-webpack5-compiler-babel"
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/react"
  dependency-version: 10.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/react-webpack5"
  dependency-version: 10.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/test"
  dependency-version: 8.6.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/theming"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: storybook
  dependency-version: 10.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-f4b57bbefe branch from a041640 to 9225149 Compare June 11, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants