meta: bump the storybook group with 3 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(12 days ago)
(12 days ago)
dependencies javascript auto-merge
Bumps the storybook group with 3 updates: @storybook/addon-themes, @storybook/react-webpack5 and storybook.
Updates @storybook/addon-themes from 10.3.6 to 10.4.1
Release notes
Sourced from @storybook/addon-themes's releases.
v10.4.1
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run `npx expo install --fix` after init for Expo projects - #34803, thanks
@ndelangen!- CLI: Support `peerDependencies` in framework detection for component libraries - #34516, thanks
@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to `deviceAddons` - #34659, thanks
@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using `@storybook/nextjs-vite` - #34249, thanks
@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!
... (truncated)
Changelog
Sourced from @storybook/addon-themes's changelog.
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run
npx expo install --fixafter init for Expo projects - #34803, thanks@ndelangen!- CLI: Support
peerDependenciesin framework detection for component libraries - #34516, thanks@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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-reactframework 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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to
deviceAddons- #34659, thanks@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using
@storybook/nextjs-vite- #34249, thanks@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!- CLI: Introduce Agentic Setup workflow - #34297, thanks
@yannbf!- CLI: Remove extensive prompt option - #34740, thanks
@yannbf!
... (truncated)
Commits
cc19ae1Bump version from "10.4.0" to "10.4.1" [skip ci]f8c16d1Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]e02da0bBump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]429fb3eBump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]488dd08Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [skip ci]b8bcdf8Merge branch 'next' into valentin/viral-sharing3ff136cMerge remote-tracking branch 'origin/next' into valentin/viral-sharingf191df7Bump version from "10.4.0-alpha.16" to "10.4.0-alpha.17" [skip ci]381d6adUpdate@storybook/iconsto 2.0.2 and use PopOutIcon for isolation modea80ca8fBump version from "10.4.0-alpha.15" to "10.4.0-alpha.16" [skip ci]- Additional commits viewable in compare view
Updates @storybook/react-webpack5 from 10.3.6 to 10.4.1
Release notes
Sourced from @storybook/react-webpack5's releases.
v10.4.1
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run `npx expo install --fix` after init for Expo projects - #34803, thanks
@ndelangen!- CLI: Support `peerDependencies` in framework detection for component libraries - #34516, thanks
@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to `deviceAddons` - #34659, thanks
@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using `@storybook/nextjs-vite` - #34249, thanks
@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!
... (truncated)
Changelog
Sourced from @storybook/react-webpack5's changelog.
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run
npx expo install --fixafter init for Expo projects - #34803, thanks@ndelangen!- CLI: Support
peerDependenciesin framework detection for component libraries - #34516, thanks@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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-reactframework 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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to
deviceAddons- #34659, thanks@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using
@storybook/nextjs-vite- #34249, thanks@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!- CLI: Introduce Agentic Setup workflow - #34297, thanks
@yannbf!- CLI: Remove extensive prompt option - #34740, thanks
@yannbf!
... (truncated)
Commits
cc19ae1Bump version from "10.4.0" to "10.4.1" [skip ci]f8c16d1Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]e02da0bBump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]429fb3eBump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]488dd08Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [skip ci]f191df7Bump version from "10.4.0-alpha.16" to "10.4.0-alpha.17" [skip ci]a80ca8fBump version from "10.4.0-alpha.15" to "10.4.0-alpha.16" [skip ci]f1363a4Bump version from "10.4.0-alpha.14" to "10.4.0-alpha.15" [skip ci]5491707Bump version from "10.4.0-alpha.13" to "10.4.0-alpha.14" [skip ci]3ab0566Bump version from "10.4.0-alpha.12" to "10.4.0-alpha.13" [skip ci]- Additional commits viewable in compare view
Updates storybook from 10.3.6 to 10.4.1
Release notes
Sourced from storybook's releases.
v10.4.1
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run `npx expo install --fix` after init for Expo projects - #34803, thanks
@ndelangen!- CLI: Support `peerDependencies` in framework detection for component libraries - #34516, thanks
@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to `deviceAddons` - #34659, thanks
@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using `@storybook/nextjs-vite` - #34249, thanks
@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!
... (truncated)
Changelog
Sourced from storybook's changelog.
10.4.1
- Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - #34833, thanks
@valentinpalkovic!- Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks
@tobiasdiez!- CLI: Run
npx expo install --fixafter init for Expo projects - #34803, thanks@ndelangen!- CLI: Support
peerDependenciesin framework detection for component libraries - #34516, thanks@zhyd1997!- Next.js: Add useLinkStatus mock to next/link export mock - #34593, thanks
@philwolstenholme!- Vue3: Specify a specific version for non-dev dependency - #34794, thanks
@ScopeyNZ!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-reactframework 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
- A11y: Add aria-live announcements via
@react-aria/live-announcer- #33970, thanks@copilot-swe-agent!- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks
@anchmelev!- Actions: Fix state mutation and keep newest actions when limit reached - #34286, thanks
@Sidnioulz!- Addon-Docs: Add Reset story button to re-render stories in docs - #34086, thanks
@6810779s!- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks
@anchmelev!- Addon-Vitest: Use Vitest's provide-API for injecting values - #34518, thanks
@JReinhold!- Agentic Setup: Add --extensive for an extra prompt - #34730, thanks
@Sidnioulz!- Agentic Setup: Allow failed stories to persist - #34717, thanks
@Sidnioulz!- Agentic Setup: Keep sample content if users want onboarding - #34704, thanks
@Sidnioulz!- Agentic Setup: Rework ai-init-opt-in logic - #34739, thanks
@Sidnioulz!- Angular: Use Story ID for renderer IDs (including standalone stories) - #33982, thanks
@ValentinFunk!- Automigration: Move RN on-device addons to
deviceAddons- #34659, thanks@ndelangen!- Builder-Vite: Add onModuleGraphChange method - #34323, thanks
@ghengeveld!- CLI: Add automigrate check for 'storybook' package name conflict - #34290, thanks
@whdjh!- CLI: Add react-vite to tanstack-react automigration - #34718, thanks
@huang-julien!- CLI: Change mock event detection - #34586, thanks
@yannbf!- CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks
@Sidnioulz!- CLI: Fix Next.js Vite automigration corrupting configs already using
@storybook/nextjs-vite- #34249, thanks@nathanjessen!- CLI: Fix agentic check - #34678, thanks
@yannbf!- CLI: Handle minimumReleaseAge conflicts across package managers - #34769, thanks
@JReinhold!- CLI: Improve package incompatibility detection and warning - #34559, thanks
@copilot-swe-agent!- CLI: Improve self-healing scoring observability - #34699, thanks
@yannbf!- CLI: Introduce Agentic Setup workflow - #34297, thanks
@yannbf!- CLI: Remove extensive prompt option - #34740, thanks
@yannbf!
... (truncated)
Commits
cc19ae1Bump version from "10.4.0" to "10.4.1" [skip ci]f8c16d1Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]e02da0bBump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]6fe5959Merge branch 'next' into next-releasef9810c7Merge pull request #34769 from storybookjs/jeppe/handle-minimum-release-agedb9d52bformatbdc688ffix documentation stringeed7d2asimplify error handling429fb3eBump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]79a8667format- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
@storybook/react-webpack5
npm
10.3.6 → 10.4.1
Minor
Technical Details
| ID: | 15984483 |
| UUID: | 4576086300 |
| Node ID: | PR_kwDOAj-F4s7iBsmZ |
| Host: | GitHub |
| Repository: | nodejs/nodejs.org |