Skip to content

chore(deps): update storybook monorepo to v10#25

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-storybook-monorepo
Open

chore(deps): update storybook monorepo to v10#25
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-storybook-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@storybook/html (source) ^9.1.13^10.0.0 age confidence
@storybook/html-vite (source) ^9.1.13^10.0.0 age confidence
@storybook/preact (source) ^9.1.16^10.0.0 age confidence
@storybook/preact-vite (source) ^9.1.16^10.0.0 age confidence
@storybook/react (source) ^9.1.13^10.0.0 age confidence
@storybook/react-vite (source) ^9.1.13^10.0.0 age confidence
@storybook/svelte (source) 9.1.1310.4.5 age confidence
@storybook/svelte-vite (source) 9.1.1310.4.5 age confidence
storybook (source) ^9.1.13^10.0.0 age confidence
storybook (source) 9.1.1310.4.5 age confidence
storybook (source) ^9.1.16^10.0.0 age confidence

Release Notes

storybookjs/storybook (@​storybook/html)

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Telemetry: Add timeout to event-log POST to prevent build hang - #​35085, thanks @​badams!

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

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
List of all updates

v10.3.6

Compare Source

v10.3.5

Compare Source

[!NOTE]
Version >=0.5.0 of @storybook/addon-mcp enables component manifests again. If you're upgrading Storybook from version >= 10.3.0 to >= 10.3.5 and are using the MCP addon, you should also upgrade @storybook/addon-mcp to keep the docs toolset in the MCP server.

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI
List of all updates - A11y: Add ScrollArea prop focusable for when it has static children - [#​33876](https://redirect.github.com/storybookjs/storybook/pull/33876), thanks @​Sidnioulz! - A11y: Ensure popover dialogs have an ARIA label - [#​33500](https://redirect.github.com/storybookjs/storybook/pull/33500), thanks @​gayanMatch! - A11y: Make resize handles for addon panel and sidebar accessible [#​33980](https://redirect.github.com/storybookjs/storybook/pull/33980) - A11y: Underline MDX links for WCAG SC 1.4.1 compliance - [#​33139](https://redirect.github.com/storybookjs/storybook/pull/33139), thanks @​NikhilChowdhury27! - Actions: Add expandLevel parameter to configure tree depth - [#​33977](https://redirect.github.com/storybookjs/storybook/pull/33977), thanks @​mixelburg! - Actions: Fix HandlerFunction type to support async callback props - [#​33864](https://redirect.github.com/storybookjs/storybook/pull/33864), thanks @​mixelburg! - Addon-Docs: Add React as optimizeDeps entry - [#​34176](https://redirect.github.com/storybookjs/storybook/pull/34176), thanks @​valentinpalkovic! - Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - [#​33627](https://redirect.github.com/storybookjs/storybook/pull/33627), thanks @​quisido! - Addon-docs: Restore `docs.components` overrides for doc blocks [#​34111](https://redirect.github.com/storybookjs/storybook/pull/34111) - Addon-Vitest: Add channel API to programmatically trigger test runs - [#​33206](https://redirect.github.com/storybookjs/storybook/pull/33206), thanks @​JReinhold! - Addon-Vitest: Handle additional vitest config export patterns in postinstall - [#​34106](https://redirect.github.com/storybookjs/storybook/pull/34106), thanks @​copilot-swe-agent! - Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux [#​34121](https://redirect.github.com/storybookjs/storybook/pull/34121) - Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - [#​34025](https://redirect.github.com/storybookjs/storybook/pull/34025), thanks @​valentinpalkovic! - Addon-Vitest: Support Vitest canaries - [#​33833](https://redirect.github.com/storybookjs/storybook/pull/33833), thanks @​valentinpalkovic! - Angular: Add moduleResolution: bundler to tsconfig - [#​34085](https://redirect.github.com/storybookjs/storybook/pull/34085), thanks @​valentinpalkovic! - Angular: only load webpack dependencies on demand - [#​34043](https://redirect.github.com/storybookjs/storybook/pull/34043), thanks @​sod! - Angular: Storybook fails with unknown option silent - [#​33736](https://redirect.github.com/storybookjs/storybook/pull/33736), thanks @​tanujbhaud! - Build: Update @​types/node - [#​34037](https://redirect.github.com/storybookjs/storybook/pull/34037), thanks @​valentinpalkovic! - Builder-Vite: Centralize Vite plugins for builder-vite and addon-vitest - [#​33819](https://redirect.github.com/storybookjs/storybook/pull/33819), thanks @​valentinpalkovic! - Builder-Vite: Fix cold-cache vitest failures for story paths containing glob special characters - [#​34044](https://redirect.github.com/storybookjs/storybook/pull/34044), thanks @​copilot-swe-agent! - Builder-Vite: Use preview annotations as entry points for optimizeDeps - [#​33875](https://redirect.github.com/storybookjs/storybook/pull/33875), thanks @​copilot-swe-agent! - CI: declare explicit permissions for stale and weekly cron workflows - [#​33902](https://redirect.github.com/storybookjs/storybook/pull/33902), thanks @​Rohan5commit! - CLI: Add vike CLI metadata - [#​34189](https://redirect.github.com/storybookjs/storybook/pull/34189), thanks @​yannbf! - CLI: Avoid hanging of postinstall during init - [#​34175](https://redirect.github.com/storybookjs/storybook/pull/34175), thanks @​valentinpalkovic! - CLI: Fix onboarding not opening - [#​33609](https://redirect.github.com/storybookjs/storybook/pull/33609), thanks @​ndelangen! - CLI: Show multiple favicons warning as debug message - [#​34069](https://redirect.github.com/storybookjs/storybook/pull/34069), thanks @​remino! - Cli: Use npm for registry URL in PNPMProxy to avoid workspace errors - [#​33571](https://redirect.github.com/storybookjs/storybook/pull/33571), thanks @​ia319! - Controls: Allow story argTypes to override control: false from meta - [#​33729](https://redirect.github.com/storybookjs/storybook/pull/33729), thanks @​jonathan-fulton! - Controls: Fix Object contrast issue and tidy up code - [#​33923](https://redirect.github.com/storybookjs/storybook/pull/33923), thanks @​Sidnioulz! - Core: Ensure telemetry is never triggered on initial load of checklist data - [#​33918](https://redirect.github.com/storybookjs/storybook/pull/33918), thanks @​ghengeveld! - Core: Fix event source URL based on refId when multiple iframes share the same origin [#​34105](https://redirect.github.com/storybookjs/storybook/pull/34105) - Core: Fix false-positive CJS warning when 'exports' appears in strings or comments - [#​33572](https://redirect.github.com/storybookjs/storybook/pull/33572), thanks @​reeseo3o! - Core: Fix handling complex viewport sizes [#​33615](https://redirect.github.com/storybookjs/storybook/pull/33615) - Core: Fix iframe reference for composed Storybook on a subpath [#​34100](https://redirect.github.com/storybookjs/storybook/pull/34100) - Core: Fix typos: occured -> occurred, recieves -> receives - [#​33727](https://redirect.github.com/storybookjs/storybook/pull/33727), thanks @​jonathan-fulton! - Core: Handle BROWSER=none correctly and improve error messages - [#​33730](https://redirect.github.com/storybookjs/storybook/pull/33730), thanks @​jonathan-fulton! - Core: Ignore empty files when indexing - [#​33782](https://redirect.github.com/storybookjs/storybook/pull/33782), thanks @​JReinhold! - Core: Register CORS middleware before index.json route - [#​33728](https://redirect.github.com/storybookjs/storybook/pull/33728), thanks @​jonathan-fulton! - Core: Revert Pull Request #​33420 from Maelryn/fix/copy-button-overlap - [#​33877](https://redirect.github.com/storybookjs/storybook/pull/33877), thanks @​Sidnioulz! - Core: Zoom tool refinements - Hide reset button when value is initial - [#​33635](https://redirect.github.com/storybookjs/storybook/pull/33635), thanks @​superLipbalm! - Docs: Edit JSON button is now accessible at 320x256 viewport (WCAG 2.1 Reflow test) - [#​33707](https://redirect.github.com/storybookjs/storybook/pull/33707), thanks @​TheSeydiCharyyev! - Docs: Make CSS ordering in DocsContainer more predictable [#​34015](https://redirect.github.com/storybookjs/storybook/pull/34015) - ESLint-plugin: Disallow extra properties in eslint plugin rule options - [#​32056](https://redirect.github.com/storybookjs/storybook/pull/32056), thanks @​andreww2012! - ESLint: bail out config setup if eslint-plugin-storybook is already imported - [#​34089](https://redirect.github.com/storybookjs/storybook/pull/34089), thanks @​copilot-swe-agent! - HMR: Fix race conditions causing stale play functions to fire on re-rendered stories - [#​33930](https://redirect.github.com/storybookjs/storybook/pull/33930), thanks @​copilot-swe-agent! - Maintenance: Revert pull request #​33930 HMR events - [#​34190](https://redirect.github.com/storybookjs/storybook/pull/34190), thanks @​yannbf! - Maintenance: Use std-env for AI agent detection in telemetry [#​34114](https://redirect.github.com/storybookjs/storybook/pull/34114) - Manifest: Add docs entries to debugger - [#​33607](https://redirect.github.com/storybookjs/storybook/pull/33607), thanks @​JReinhold! - Manifest: Rename `experimentalComponentsManifest` → `componentsManifest`, default to `true` [#​33974](https://redirect.github.com/storybookjs/storybook/pull/33974) - Manifests: Fix Attached MDX causing wrong component entries [#​34101](https://redirect.github.com/storybookjs/storybook/pull/34101) - Next.js-Vite: Fix failing postcss mutation - [#​33879](https://redirect.github.com/storybookjs/storybook/pull/33879), thanks @​valentinpalkovic! - Next.js: Move image configuration from FrameworkOptions to parameters [#​32639](https://redirect.github.com/storybookjs/storybook/pull/32639), thanks @​y-hsgw! - Preact: Support inferring props from component types - [#​33828](https://redirect.github.com/storybookjs/storybook/pull/33828), thanks @​JoviDeCroock! - React Native Web: Fix inconsistent example stories - [#​33891](https://redirect.github.com/storybookjs/storybook/pull/33891), thanks @​danielalanbates! - React: Add react-docgen-typescript to component manifest - [#​33818](https://redirect.github.com/storybookjs/storybook/pull/33818), thanks @​kasperpeulen! - Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - [#​34099](https://redirect.github.com/storybookjs/storybook/pull/34099), thanks @​valentinpalkovic! - Test: Fix clearing mocks in Vitest [#​34078](https://redirect.github.com/storybookjs/storybook/pull/34078) - Test: Update @​testing-library/jest-dom - [#​33928](https://redirect.github.com/storybookjs/storybook/pull/33928), thanks @​valentinpalkovic! - Theming: Export interface declaration for `ThemesGlobals` - [#​33343](https://redirect.github.com/storybookjs/storybook/pull/33343), thanks @​icopp! - Toolbar: Remove extra toolbar divider when zoom controls not shown - [#​33731](https://redirect.github.com/storybookjs/storybook/pull/33731), thanks @​jonathan-fulton! - UI: Allow direct kb/mouse actions on zoom tool button - [#​33496](https://redirect.github.com/storybookjs/storybook/pull/33496), thanks @​Sidnioulz! - UI: Avoid large animation for reduced motion users - [#​33530](https://redirect.github.com/storybookjs/storybook/pull/33530), thanks @​Sidnioulz! - UI: Ensure Link without href is keyboard-reachable - [#​34163](https://redirect.github.com/storybookjs/storybook/pull/34163), thanks @​Sidnioulz! - UI: Fix `z-index` problem with `popover`s and `modal`s nesting - [#​33757](https://redirect.github.com/storybookjs/storybook/pull/33757), thanks @​ndelangen! - UI: Fix code/copy buttons overlap with content - [#​33889](https://redirect.github.com/storybookjs/storybook/pull/33889), thanks @​Sidnioulz! - UI: Fix Copy button overlapping code in portrait mode - [#​33420](https://redirect.github.com/storybookjs/storybook/pull/33420), thanks @​Maelryn! - UI: Fix modal text selection - [#​33967](https://redirect.github.com/storybookjs/storybook/pull/33967), thanks @​Sidnioulz! - UI: Fix tab navigation after closing addon panel - [#​33971](https://redirect.github.com/storybookjs/storybook/pull/33971), thanks @​copilot-swe-agent! - UI: Handle kb nav edge cases when preview and panel are hidden - [#​33588](https://redirect.github.com/storybookjs/storybook/pull/33588), thanks @​Sidnioulz! - UI: Hide addon panel Drag on pages without a panel - [#​34162](https://redirect.github.com/storybookjs/storybook/pull/34162), thanks @​Sidnioulz! - UI: Hide manifest tag for now - [#​34165](https://redirect.github.com/storybookjs/storybook/pull/34165), thanks @​Sidnioulz! - UI: Make disabled Buttons keyboard-focusable - [#​34166](https://redirect.github.com/storybookjs/storybook/pull/34166), thanks @​Sidnioulz! - UI: Make TagsFilter state persistent [#​33374](https://redirect.github.com/storybookjs/storybook/pull/33374) - UI: Use correct selector for addon panel focus check - [#​34164](https://redirect.github.com/storybookjs/storybook/pull/34164), thanks @​Sidnioulz! - UI: Zoom faster when pressing shift - [#​34185](https://redirect.github.com/storybookjs/storybook/pull/34185), thanks @​Sidnioulz! - Viewport: Skip viewport validation before parameters load - [#​33794](https://redirect.github.com/storybookjs/storybook/pull/33794), thanks @​ia319! - Vite: Add mock entries to optimizeDeps.entries - [#​34167](https://redirect.github.com/storybookjs/storybook/pull/34167), thanks @​valentinpalkovic! - Vue3-Vite: Allow paths in docgen tsconfig option [#​32310](https://redirect.github.com/storybookjs/storybook/pull/32310), thanks @​Thomaash!

v10.2.19

Compare Source

v10.2.18

Compare Source

v10.2.17

Compare Source

v10.2.16

Compare Source

v10.2.15

Compare Source

v10.2.14

Compare Source

v10.2.13

Compare Source

v10.2.12

Compare Source

v10.2.11

Compare Source

[`

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
All publics 1.56 KB (0%)
BalancedMasonryGrid 1.34 KB (0%)

@codecov

codecov Bot commented Oct 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.80%. Comparing base (587adf4) to head (4bcff13).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   81.80%   81.80%           
=======================================
  Files          11       11           
  Lines         544      544           
  Branches       69       69           
=======================================
  Hits          445      445           
  Misses         97       97           
  Partials        2        2           
Flag Coverage Δ
unit 81.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 5 times, most recently from 76937e5 to 37802b4 Compare November 5, 2025 12:04
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 0f8fb2a to 4b05a43 Compare November 7, 2025 23:12
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 4ba3329 to a84c09b Compare November 12, 2025 10:46
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 2d068df to 23f626c Compare November 18, 2025 22:16
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 6 times, most recently from fcfc02f to 9947040 Compare December 3, 2025 20:03
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 5 times, most recently from aacfae1 to 378905e Compare December 15, 2025 13:31
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from 378905e to fc1760d Compare December 17, 2025 20:03
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from fc1760d to c62123b Compare December 29, 2025 18:38
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 55e6bc3 to afc589b Compare February 24, 2026 18:45
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 62b3e36 to 4aa4a05 Compare March 4, 2026 10:58
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 1dfd89f to 9b8edbd Compare March 9, 2026 21:16
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 147eb7a to 95ca4ad Compare March 19, 2026 20:40
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 5bf6d94 to 1923deb Compare March 27, 2026 13:29
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch 5 times, most recently from 0a50111 to f0d3156 Compare April 8, 2026 18:18
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from f0d3156 to 4bcff13 Compare April 29, 2026 15:07
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from 4bcff13 to 181ad61 Compare May 12, 2026 17:46
@renovate renovate Bot changed the title chore(deps): update storybook monorepo to v10 (major) chore(deps): update storybook monorepo to v10 May 12, 2026
@renovate

renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 7 workspace projects
? Verifying lockfile against supply-chain policies (1297 entries)...
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 22, reused 0, downloaded 0, added 0
Progress: resolved 31, reused 0, downloaded 0, added 0
Progress: resolved 38, reused 0, downloaded 0, added 0
Progress: resolved 39, reused 0, downloaded 0, added 0
Progress: resolved 40, reused 0, downloaded 0, added 0
Progress: resolved 41, reused 0, downloaded 0, added 0
Progress: resolved 43, reused 0, downloaded 0, added 0
[WARN] Request took 12690ms: https://registry.npmjs.org/@storybook%2Freact
[WARN] Request took 10686ms: https://registry.npmjs.org/@storybook%2Faddon-docs
[WARN] Request took 10371ms: https://registry.npmjs.org/@typescript-eslint%2Fvisitor-keys
[WARN] Request took 13527ms: https://registry.npmjs.org/storybook
[WARN] Request took 11472ms: https://registry.npmjs.org/@storybook%2Freact
[WARN] Request took 11564ms: https://registry.npmjs.org/@typescript-eslint%2Fscope-manager
[WARN] Request took 14569ms: https://registry.npmjs.org/typescript
Progress: resolved 44, reused 0, downloaded 0, added 0
[WARN] Request took 10597ms: https://registry.npmjs.org/@storybook%2Fpreact-vite
[WARN] Request took 15348ms: https://registry.npmjs.org/playwright
Progress: resolved 45, reused 0, downloaded 0, added 0
[WARN] Request took 10464ms: https://registry.npmjs.org/@storybook%2Fcsf-plugin
[WARN] Request took 11145ms: https://registry.npmjs.org/@storybook%2Fhtml-vite
[WARN] Request took 14028ms: https://registry.npmjs.org/@typescript-eslint%2Fparser
Progress: resolved 46, reused 0, downloaded 0, added 0
[WARN] Request took 10805ms: https://registry.npmjs.org/@storybook%2Fhtml-vite
[WARN] Request took 10821ms: https://registry.npmjs.org/@storybook%2Fpreact-vite
[WARN] Request took 14599ms: https://registry.npmjs.org/@typescript-eslint%2Ftypescript-estree
[WARN] Request took 11753ms: https://registry.npmjs.org/@storybook%2Freact-vite
[WARN] Request took 11158ms: https://registry.npmjs.org/@storybook%2Fsvelte-vite
Progress: resolved 48, reused 0, downloaded 0, added 0
[WARN] Request took 15245ms: https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin
[WARN] Request took 11358ms: https://registry.npmjs.org/@storybook%2Freact-vite
[WARN] Request took 10977ms: https://registry.npmjs.org/@storybook%2Fsvelte-vite
[WARN] Request took 11363ms: https://registry.npmjs.org/@storybook%2Fbuilder-vite
[WARN] Request took 10859ms: https://registry.npmjs.org/astro
Progress: resolved 49, reused 0, downloaded 0, added 0
[WARN] Request took 10866ms: https://registry.npmjs.org/playwright
[WARN] Request took 12114ms: https://registry.npmjs.org/@storybook%2Fpreact
[WARN] Request took 11245ms: https://registry.npmjs.org/playwright-core
[WARN] Request took 10316ms: https://registry.npmjs.org/typescript
Progress: resolved 50, reused 0, downloaded 0, added 0
[WARN] Request took 11805ms: https://registry.npmjs.org/@storybook%2Fhtml
[WARN] Request took 11723ms: https://registry.npmjs.org/@storybook%2Fhtml
[WARN] Request took 11520ms: https://registry.npmjs.org/@storybook%2Fpreact
Progress: resolved 51, reused 0, downloaded 0, added 0
[WARN] Request took 13425ms: https://registry.npmjs.org/@storybook%2Fsvelte
[WARN] Request took 11562ms: https://registry.npmjs.org/@storybook%2Fsvelte
Progress: resolved 52, reused 0, downloaded 0, added 0
[WARN] Request took 10928ms: https://registry.npmjs.org/@storybook%2Freact
[WARN] Request took 10024ms: https://registry.npmjs.org/@storybook%2Freact
Progress: resolved 53, reused 0, downloaded 0, added 0
[WARN] Request took 11188ms: https://registry.npmjs.org/@storybook%2Faddon-docs
Progress: resolved 54, reused 0, downloaded 0, added 0
[WARN] Request took 12431ms: https://registry.npmjs.org/storybook
Progress: resolved 56, reused 0, downloaded 0, added 0
✓ Lockfile passes supply-chain policies (1297 entries in 28.4s)
[WARN] Request took 25228ms: https://registry.npmjs.org/vite
Progress: resolved 57, reused 0, downloaded 0, added 0
Progress: resolved 110, reused 0, downloaded 0, added 0
Progress: resolved 187, reused 0, downloaded 0, added 0
Progress: resolved 223, reused 0, downloaded 0, added 0
Progress: resolved 256, reused 0, downloaded 0, added 0
Progress: resolved 286, reused 0, downloaded 0, added 0
Progress: resolved 363, reused 0, downloaded 0, added 0
Progress: resolved 393, reused 0, downloaded 0, added 0
Progress: resolved 398, reused 0, downloaded 0, added 0
Progress: resolved 400, reused 0, downloaded 0, added 0
Progress: resolved 573, reused 0, downloaded 0, added 0
Progress: resolved 740, reused 0, downloaded 0, added 0
Progress: resolved 806, reused 0, downloaded 0, added 0
Progress: resolved 872, reused 0, downloaded 0, added 0
Progress: resolved 898, reused 0, downloaded 0, added 0
Progress: resolved 964, reused 0, downloaded 0, added 0
Progress: resolved 1002, reused 0, downloaded 0, added 0
Progress: resolved 1132, reused 0, downloaded 0, added 0
Progress: resolved 1140, reused 0, downloaded 0, added 0
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /runner/cache/others/pnpm/store/v11
  Virtual store is at:             node_modules/.pnpm
[WARN] The git-hosted package fetched from "https://codeload.github.com/ramya-rao-a/css-parser/tar.gz/370c480ac103bd17c7bcfb34bf5d577dc40d3660" has to be built but the build scripts were ignored.
/tmp/renovate/repos/github/TrigenSoftware/masonry-grid/website:
[ERR_PNPM_EXOTIC_SUBDEP] Exotic dependency "@emmetio/css-parser" (resolved via git-repository) is not allowed in subdependencies when blockExoticSubdeps is enabled

This error happened while installing the dependencies of @astrojs/check@0.9.5
 at @astrojs/language-server@2.15.5
 at volar-service-emmet@0.0.65

@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from 181ad61 to bb2355b Compare May 14, 2026 08:48
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from bb2355b to fe694e6 Compare May 22, 2026 10:09
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from fe694e6 to d29baca Compare June 2, 2026 16:49
@renovate renovate Bot force-pushed the renovate/major-storybook-monorepo branch from d29baca to 44cb7e6 Compare June 9, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants