Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps the storybook group with 4 updates in the / directory: @storybook/addon-webpack5-compiler-babel, @storybook/react, @storybook/react-webpack5 and storybook.

Updates @storybook/addon-webpack5-compiler-babel from 3.0.6 to 4.0.0

Release notes

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

v4.0.0

💥 Breaking Change

Authors: 1

Changelog

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

v4.0.0 (Tue Nov 11 2025)

💥 Breaking Change

Authors: 1


Commits
  • 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...
  • 607cd73 upgrade to sb10 and esm-only
  • See full diff in compare view

Updates @storybook/react from 9.1.15 to 10.0.7

Release notes

Sourced from @​storybook/react's releases.

v10.0.7

10.0.7

v10.0.6

10.0.6

v10.0.5

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @​yannbf!

v10.0.4

10.0.4

v10.0.3

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

10.0.7

10.0.6

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support svgr use cases - #32957, thanks @​yannbf!

10.0.4

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update @storybook/experimental-nextjs-vite in no-renderer-packages rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • c1d388c Bump version from "10.0.6" to "10.0.7" [skip ci]
  • 8ca96a8 Bump version from "10.0.5" to "10.0.6" [skip ci]
  • 5b71574 Merge pull request #32915 from icopp/patch-2
  • f3bad0e Bump version from "10.0.4" to "10.0.5" [skip ci]
  • 8396932 Bump version from "10.0.3" to "10.0.4" [skip ci]
  • f04202c Bump version from "10.0.2" to "10.0.3" [skip ci]
  • 06d0c2f Bump version from "10.0.1" to "10.0.2" [skip ci]
  • ce1c3b9 Bump version from "10.0.0" to "10.0.1" [skip ci]
  • 88a02e6 Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]
  • 05d448b Bump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react-webpack5 from 9.1.15 to 10.0.7

Release notes

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

v10.0.7

10.0.7

v10.0.6

10.0.6

v10.0.5

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @​yannbf!

v10.0.4

10.0.4

v10.0.3

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

... (truncated)

Changelog

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

10.0.7

10.0.6

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support svgr use cases - #32957, thanks @​yannbf!

10.0.4

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update @storybook/experimental-nextjs-vite in no-renderer-packages rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • c1d388c Bump version from "10.0.6" to "10.0.7" [skip ci]
  • 8ca96a8 Bump version from "10.0.5" to "10.0.6" [skip ci]
  • f3bad0e Bump version from "10.0.4" to "10.0.5" [skip ci]
  • 8396932 Bump version from "10.0.3" to "10.0.4" [skip ci]
  • f04202c Bump version from "10.0.2" to "10.0.3" [skip ci]
  • 06d0c2f Bump version from "10.0.1" to "10.0.2" [skip ci]
  • ce1c3b9 Bump version from "10.0.0" to "10.0.1" [skip ci]
  • 88a02e6 Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]
  • 05d448b Bump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]
  • 7286625 Bump version from "10.0.0-rc.2" to "10.0.0-rc.3" [skip ci]
  • Additional commits viewable in compare view

Updates storybook from 9.1.15 to 10.0.7

Release notes

Sourced from storybook's releases.

v10.0.7

10.0.7

v10.0.6

10.0.6

v10.0.5

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @​yannbf!

v10.0.4

10.0.4

v10.0.3

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

... (truncated)

Changelog

Sourced from storybook's changelog.

10.0.7

10.0.6

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support svgr use cases - #32957, thanks @​yannbf!

10.0.4

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update @storybook/experimental-nextjs-vite in no-renderer-packages rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • c1d388c Bump version from "10.0.6" to "10.0.7" [skip ci]
  • 8ca96a8 Bump version from "10.0.5" to "10.0.6" [skip ci]
  • f3bad0e Bump version from "10.0.4" to "10.0.5" [skip ci]
  • 6225718 Merge pull request #32655 from ia319/bug/32603
  • 8396932 Bump version from "10.0.3" to "10.0.4" [skip ci]
  • f04202c Bump version from "10.0.2" to "10.0.3" [skip ci]
  • 07936af Merge pull request #32928 from storybookjs/yann/fix-pnp-issue
  • 15990bd Merge pull request #32891 from storybookjs/yann/config-file-type-syntax-support
  • 06d0c2f Bump version from "10.0.1" to "10.0.2" [skip ci]
  • fa26d4d Merge pull request #32893 from storybookjs/yann/fix-preset-path-joining-windows
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2025
@socket-security
Copy link

socket-security bot commented Nov 12, 2025

@relativeci
Copy link

relativeci bot commented Nov 12, 2025

#12903 Bundle Size — 382.77KiB (0%).

dc37f1a(current) vs 1d5f115 master#12898(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  no changes
                 Current
#12903
     Baseline
#12898
No change  Initial JS 335.03KiB 335.03KiB
No change  Initial CSS 47.74KiB 47.74KiB
No change  Cache Invalidation 0% 0%
No change  Chunks 3 3
No change  Assets 4 4
No change  Modules 701 701
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 39 39
No change  Duplicate Packages 1 1
Bundle size by type  no changes
                 Current
#12903
     Baseline
#12898
No change  JS 335.03KiB 335.03KiB
No change  CSS 47.74KiB 47.74KiB

Bundle analysis reportBranch dependabot/npm_and_yarn/master/s...Project dashboard


Generated by RelativeCIDocumentationReport issue

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch from 1d41131 to 691ac8c Compare November 14, 2025 02:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch 8 times, most recently from a2a53a5 to 214e86c Compare November 24, 2025 22:04
@socket-security
Copy link

socket-security bot commented Nov 24, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch 5 times, most recently from e9a8a93 to 429d197 Compare December 3, 2025 02:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch 3 times, most recently from 27270c0 to ac8e38c Compare December 9, 2025 02:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch 2 times, most recently from 7c3208f to a36e4ba Compare December 16, 2025 02:09
…pdates

Bumps the storybook group with 4 updates in the / directory: [@storybook/addon-webpack5-compiler-babel](https://github.com/storybookjs/addon-webpack5-compiler-babel), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react), [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).


Updates `@storybook/addon-webpack5-compiler-babel` from 3.0.6 to 4.0.0
- [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.6...v4.0.0)

Updates `@storybook/react` from 9.1.15 to 10.0.7
- [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.0.7/code/renderers/react)

Updates `@storybook/react-webpack5` from 9.1.15 to 10.0.7
- [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.0.7/code/frameworks/react-webpack5)

Updates `storybook` from 9.1.15 to 10.0.7
- [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.0.7/code/core)

---
updated-dependencies:
- dependency-name: "@storybook/addon-webpack5-compiler-babel"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/react"
  dependency-version: 10.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/react-webpack5"
  dependency-version: 10.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: storybook
  dependency-version: 10.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/storybook-ef1e9abb6a branch from a36e4ba to dc37f1a Compare December 17, 2025 02:08
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.

1 participant