Skip to content

Commit 4515493

Browse files
chore(deps): update storybook monorepo to v10.2.0 (minor) (#8140)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@storybook/addon-a11y](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | [`10.1.11` → `10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/10.1.11/10.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/10.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/10.1.11/10.2.0?slim=true) | | [@storybook/addon-docs](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/docs) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/docs)) | [`10.1.11` → `10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/10.1.11/10.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-docs/10.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-docs/10.1.11/10.2.0?slim=true) | | [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)) | [`10.1.11` → `10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/10.1.11/10.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact-vite/10.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact-vite/10.1.11/10.2.0?slim=true) | | [storybook](https://storybook.js.org) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core)) | [`10.1.11` → `10.2.0`](https://renovatebot.com/diffs/npm/storybook/10.1.11/10.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/10.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/10.1.11/10.2.0?slim=true) | --- ### Release Notes <details> <summary>storybookjs/storybook (@&#8203;storybook/addon-a11y)</summary> ### [`v10.2.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1020) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.1.11...v10.2.0) > Improved UI and story authoring ergonomics Storybook 10.2 contains hundreds of fixes and improvement including: - 💅 New Viewports and Zoom UI - 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview) - 📄 MDX support for Storybook MCP (experimental) <details> <summary>List of all updates</summary> - Addon-A11y: Lock vision filter dropdown for stories with `vision` global - [#&#8203;33599](https://redirect.github.com/storybookjs/storybook/pull/33599), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Addon-Docs: Add MDX manifest generation - [#&#8203;33408](https://redirect.github.com/storybookjs/storybook/pull/33408), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - Addon-Docs: Skip `!autodocs` stories when computing primary story - [#&#8203;32712](https://redirect.github.com/storybookjs/storybook/pull/32712), thanks [@&#8203;ia319](https://redirect.github.com/ia319)! - Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - [#&#8203;33491](https://redirect.github.com/storybookjs/storybook/pull/33491), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - [#&#8203;33232](https://redirect.github.com/storybookjs/storybook/pull/33232), thanks [@&#8203;snippy4](https://redirect.github.com/snippy4)! - Addon-Vitest: Fallback detecting vitest version in postinstall - [#&#8203;33415](https://redirect.github.com/storybookjs/storybook/pull/33415), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Addon-Vitest: Improve error message in testing widget modal - [#&#8203;33481](https://redirect.github.com/storybookjs/storybook/pull/33481), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Addon-Vitest: Improve perf & fix loading incorrect `.env` file - [#&#8203;33469](https://redirect.github.com/storybookjs/storybook/pull/33469), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CLI: Detect free port when running dev during initiate - [#&#8203;33532](https://redirect.github.com/storybookjs/storybook/pull/33532), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CLI: Remove any return type of getAbsolutePath - [#&#8203;32977](https://redirect.github.com/storybookjs/storybook/pull/32977), thanks [@&#8203;nzws](https://redirect.github.com/nzws)! - CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - [#&#8203;31941](https://redirect.github.com/storybookjs/storybook/pull/31941), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Codemod: Fix glob string to only match stories files - [#&#8203;33592](https://redirect.github.com/storybookjs/storybook/pull/33592), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Controls: Allow resetting the Select control - [#&#8203;33289](https://redirect.github.com/storybookjs/storybook/pull/33289), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Controls: Fix displaying as object instead of select for optional union types - [#&#8203;33200](https://redirect.github.com/storybookjs/storybook/pull/33200), thanks [@&#8203;tanujbhaud](https://redirect.github.com/tanujbhaud)! - Controls: Force object control JSON mode to reset - [#&#8203;33330](https://redirect.github.com/storybookjs/storybook/pull/33330), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Core and Vite: Use story index as source of truth for Vite paths - [#&#8203;30612](https://redirect.github.com/storybookjs/storybook/pull/30612), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Core: Add `getStoryHrefs` manager API and add hotkey for "open in isolation" - [#&#8203;33416](https://redirect.github.com/storybookjs/storybook/pull/33416), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Add global error boundary for Manager UI - [#&#8203;33211](https://redirect.github.com/storybookjs/storybook/pull/33211), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - Core: Add support for wrapped components in component transformer - [#&#8203;33578](https://redirect.github.com/storybookjs/storybook/pull/33578), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Add try-catch for cross-origin access in Storybook hooks - [#&#8203;33448](https://redirect.github.com/storybookjs/storybook/pull/33448), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Core: Add zoom level 8 and limit manual input to 800% - [#&#8203;33561](https://redirect.github.com/storybookjs/storybook/pull/33561), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Avoid late layout shift and improve ChecklistWidget perceived performance - [#&#8203;33184](https://redirect.github.com/storybookjs/storybook/pull/33184), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Ensure /project.json route is up before builders serve local FS - [#&#8203;33303](https://redirect.github.com/storybookjs/storybook/pull/33303), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Core: Fix `react-docgen-typescript` support in story creation - [#&#8203;33586](https://redirect.github.com/storybookjs/storybook/pull/33586), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Fix Checklist behavior with hidden sidebar - [#&#8203;33556](https://redirect.github.com/storybookjs/storybook/pull/33556), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix cwd handling for negated globs - [#&#8203;33241](https://redirect.github.com/storybookjs/storybook/pull/33241), thanks [@&#8203;ia319](https://redirect.github.com/ia319)! - Core: Fix Date input layout - [#&#8203;33595](https://redirect.github.com/storybookjs/storybook/pull/33595), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix import statement for `react-docgen-typescript` - [#&#8203;33589](https://redirect.github.com/storybookjs/storybook/pull/33589), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Fix input width - [#&#8203;33591](https://redirect.github.com/storybookjs/storybook/pull/33591), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix manual zoom input field UX - [#&#8203;33581](https://redirect.github.com/storybookjs/storybook/pull/33581), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix onboarding visual bugs, survey telemetry and modal dismissal - [#&#8203;33326](https://redirect.github.com/storybookjs/storybook/pull/33326), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix play function `mount` detection when destructuring in the function body - [#&#8203;33367](https://redirect.github.com/storybookjs/storybook/pull/33367), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix viewport args handling and reset option - [#&#8203;33560](https://redirect.github.com/storybookjs/storybook/pull/33560), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Honor BROWSER shell scripts before xdg-open - [#&#8203;33292](https://redirect.github.com/storybookjs/storybook/pull/33292), thanks [@&#8203;robbchar](https://redirect.github.com/robbchar)! - Core: Improve addon sanitization - [#&#8203;33554](https://redirect.github.com/storybookjs/storybook/pull/33554), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Improve path handling in arg types data extraction - [#&#8203;33536](https://redirect.github.com/storybookjs/storybook/pull/33536), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Improve the story generation experience - [#&#8203;33259](https://redirect.github.com/storybookjs/storybook/pull/33259), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Redesign and refactor Viewports tool - [#&#8203;33290](https://redirect.github.com/storybookjs/storybook/pull/33290), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Refactor channel initialization - [#&#8203;33520](https://redirect.github.com/storybookjs/storybook/pull/33520), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Core: Render sidebar toggle on settings pages - [#&#8203;33501](https://redirect.github.com/storybookjs/storybook/pull/33501), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Retry `writeFile` cache when EBUSY error occurs - [#&#8203;32981](https://redirect.github.com/storybookjs/storybook/pull/32981), thanks [@&#8203;reduckted](https://redirect.github.com/reduckted)! - Core: Support defineConfig when setting up ESLint plugin - [#&#8203;32878](https://redirect.github.com/storybookjs/storybook/pull/32878), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - Core: Support disabling Checklist widget through feature config - [#&#8203;33430](https://redirect.github.com/storybookjs/storybook/pull/33430), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Track vision simulator state through globals and apply styles in preview - [#&#8203;33418](https://redirect.github.com/storybookjs/storybook/pull/33418), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Use canonical links in sidebar and menu - [#&#8203;33400](https://redirect.github.com/storybookjs/storybook/pull/33400), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Core: Viewport UX fixes - [#&#8203;33557](https://redirect.github.com/storybookjs/storybook/pull/33557), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Zoom tool reimplementation - [#&#8203;33375](https://redirect.github.com/storybookjs/storybook/pull/33375), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - CSF-Factories: Add CSF Factories for Vue3, Web Components, and Angular - [#&#8203;33365](https://redirect.github.com/storybookjs/storybook/pull/33365), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF-Factories: Allow kebab-case HTML attribute names in web components args - [#&#8203;33526](https://redirect.github.com/storybookjs/storybook/pull/33526), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF-Factories: Export WebComponentsTypes and VueTypes - [#&#8203;33521](https://redirect.github.com/storybookjs/storybook/pull/33521), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF-Factories: Skip non-factory exports instead of throwing error - [#&#8203;33550](https://redirect.github.com/storybookjs/storybook/pull/33550), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF: Export type to prevent `type cannot be named`-errors - [#&#8203;33216](https://redirect.github.com/storybookjs/storybook/pull/33216), thanks [@&#8203;unional](https://redirect.github.com/unional)! - Dependencies: Bump various packages - [#&#8203;33412](https://redirect.github.com/storybookjs/storybook/pull/33412), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Dependencies: Update `baseline-browser-mapping` - [#&#8203;33576](https://redirect.github.com/storybookjs/storybook/pull/33576), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Docgen: Update extraction of React docgen - [#&#8203;33598](https://redirect.github.com/storybookjs/storybook/pull/33598), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Docs-Blocks: Fix broken tooltip in ArgValue details - [#&#8203;33264](https://redirect.github.com/storybookjs/storybook/pull/33264), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Docs: Ensure CodePanel hooks are called within component - [#&#8203;33162](https://redirect.github.com/storybookjs/storybook/pull/33162), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Interactions: Add disable parameter for interactions panel - [#&#8203;33368](https://redirect.github.com/storybookjs/storybook/pull/33368), thanks [@&#8203;jeevikar14](https://redirect.github.com/jeevikar14)! - Interactions: Fix state reset bug when switching stories with date mocks - [#&#8203;33388](https://redirect.github.com/storybookjs/storybook/pull/33388), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Manager: Ensure reset item only appears in globals toolbar when specified - [#&#8203;33276](https://redirect.github.com/storybookjs/storybook/pull/33276), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Manager: Fix system query parameters being overridable - [#&#8203;33535](https://redirect.github.com/storybookjs/storybook/pull/33535), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Manifests: Add support for summaries in MDX files - [#&#8203;33475](https://redirect.github.com/storybookjs/storybook/pull/33475), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Manifests: Refactor from `componentManifestGenerator` to extensible `manifests` preset property - [#&#8203;33392](https://redirect.github.com/storybookjs/storybook/pull/33392), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Manifests: Support `!manifest` tag in preview files - [#&#8203;33406](https://redirect.github.com/storybookjs/storybook/pull/33406), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - NextJS: Import `next/dist` with `.js`-extension for ESM compat - [#&#8203;33380](https://redirect.github.com/storybookjs/storybook/pull/33380), thanks [@&#8203;yue4u](https://redirect.github.com/yue4u)! - NextJS: Support top-level weight/style in next/font/local with string src - [#&#8203;32998](https://redirect.github.com/storybookjs/storybook/pull/32998), thanks [@&#8203;Chiman2937](https://redirect.github.com/Chiman2937)! - NextJSVite: Add `@opentelemetry/api` to `optimizeDeps` - [#&#8203;33577](https://redirect.github.com/storybookjs/storybook/pull/33577), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - NextJSVite: Update vite-plugin-storybook-nextjs to v3.1.7 - [#&#8203;33351](https://redirect.github.com/storybookjs/storybook/pull/33351), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - NextJSVite: Upgrade plugin - [#&#8203;33538](https://redirect.github.com/storybookjs/storybook/pull/33538), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Onboarding: Fix navigation to first story when configure-your-project entry missing - [#&#8203;33559](https://redirect.github.com/storybookjs/storybook/pull/33559), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - Onboarding: Hide TourGuide as soon as tests start - [#&#8203;33587](https://redirect.github.com/storybookjs/storybook/pull/33587), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Preview: Prevent error in RN due to `navigator?.clipboard` - [#&#8203;33219](https://redirect.github.com/storybookjs/storybook/pull/33219), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Preview: Treat canceled animations as finished - [#&#8203;32401](https://redirect.github.com/storybookjs/storybook/pull/32401), thanks [@&#8203;bawjensen](https://redirect.github.com/bawjensen)! - React: Use self-closing tag for code snippets - [#&#8203;33342](https://redirect.github.com/storybookjs/storybook/pull/33342), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - SvelteKit: Align JS template with TS template - [#&#8203;31451](https://redirect.github.com/storybookjs/storybook/pull/31451), thanks [@&#8203;brettearle](https://redirect.github.com/brettearle)! - Telemetry: Add `packageJson.type` - [#&#8203;33525](https://redirect.github.com/storybookjs/storybook/pull/33525), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - TypeScript: Fix summary undefined type issue - [#&#8203;32585](https://redirect.github.com/storybookjs/storybook/pull/32585), thanks [@&#8203;afsalshamsudeen](https://redirect.github.com/afsalshamsudeen)! - TypeScript: Improve globalTypes type-strictness - [#&#8203;33313](https://redirect.github.com/storybookjs/storybook/pull/33313), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - TypeScript: Reduce `cannot be named` errors - [#&#8203;33344](https://redirect.github.com/storybookjs/storybook/pull/33344), thanks [@&#8203;icopp](https://redirect.github.com/icopp)! - TypeScript: Support `exactOptionalPropertyTypes` for public API types - [#&#8203;33149](https://redirect.github.com/storybookjs/storybook/pull/33149), thanks [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)! - UI: Ensure consistent right padding in TreeNode - [#&#8203;33322](https://redirect.github.com/storybookjs/storybook/pull/33322), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Ensure preview error displays use a readable text color - [#&#8203;33580](https://redirect.github.com/storybookjs/storybook/pull/33580), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Fix border color for Select picker - [#&#8203;33585](https://redirect.github.com/storybookjs/storybook/pull/33585), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - UI: Fix empty sidebar after navigating from search - [#&#8203;33590](https://redirect.github.com/storybookjs/storybook/pull/33590), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Fix regression in select close handler focus - [#&#8203;33470](https://redirect.github.com/storybookjs/storybook/pull/33470), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Fix search highlight visibility in High Contrast Mode - [#&#8203;33427](https://redirect.github.com/storybookjs/storybook/pull/33427), thanks [@&#8203;Maelryn](https://redirect.github.com/Maelryn)! - UI: Improve landmark navigation - [#&#8203;33457](https://redirect.github.com/storybookjs/storybook/pull/33457), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Keep preview frame stable in overall layout - [#&#8203;33447](https://redirect.github.com/storybookjs/storybook/pull/33447), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Make vertical alignment of TestStatusIcon more robust - [#&#8203;33305](https://redirect.github.com/storybookjs/storybook/pull/33305), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Prevent primary story from duplicating anchor ID - [#&#8203;33384](https://redirect.github.com/storybookjs/storybook/pull/33384), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - UI: Prevent updating non-existent stories in sidebar - [#&#8203;33037](https://redirect.github.com/storybookjs/storybook/pull/33037), thanks [@&#8203;ia319](https://redirect.github.com/ia319)! - Upgrade: Preserve package.json indentation when upgrading - [#&#8203;32280](https://redirect.github.com/storybookjs/storybook/pull/32280), thanks [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw)! - Vue3: Update renderer's setup function to allow passing generic HostElement type - [#&#8203;32029](https://redirect.github.com/storybookjs/storybook/pull/32029), thanks [@&#8203;DamianGlowala](https://redirect.github.com/DamianGlowala)! - Webpack: Revert "disable `bugfixes` property in swc and babel - [#&#8203;33498](https://redirect.github.com/storybookjs/storybook/pull/33498), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Zoom: Keyboard-shortcut for the `plus` key - [#&#8203;33565](https://redirect.github.com/storybookjs/storybook/pull/33565), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42e8f46 commit 4515493

2 files changed

Lines changed: 58 additions & 58 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"dependencies": {
3939
"@stackblitz/sdk": "1.11.0",
40-
"@storybook/addon-a11y": "10.1.11",
41-
"@storybook/addon-docs": "10.1.11",
42-
"@storybook/react-vite": "10.1.11",
40+
"@storybook/addon-a11y": "10.2.0",
41+
"@storybook/addon-docs": "10.2.0",
42+
"@storybook/react-vite": "10.2.0",
4343
"@ui5/webcomponents": "2.18.1",
4444
"@ui5/webcomponents-ai": "2.18.1",
4545
"@ui5/webcomponents-compat": "2.18.1",
@@ -48,7 +48,7 @@
4848
"react": "19.2.3",
4949
"react-dom": "19.2.3",
5050
"remark-gfm": "4.0.1",
51-
"storybook": "10.1.11",
51+
"storybook": "10.2.0",
5252
"tocbot": "4.36.4"
5353
},
5454
"devDependencies": {

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3943,58 +3943,58 @@ __metadata:
39433943
languageName: node
39443944
linkType: hard
39453945

3946-
"@storybook/addon-a11y@npm:10.1.11":
3947-
version: 10.1.11
3948-
resolution: "@storybook/addon-a11y@npm:10.1.11"
3946+
"@storybook/addon-a11y@npm:10.2.0":
3947+
version: 10.2.0
3948+
resolution: "@storybook/addon-a11y@npm:10.2.0"
39493949
dependencies:
39503950
"@storybook/global": "npm:^5.0.0"
39513951
axe-core: "npm:^4.2.0"
39523952
peerDependencies:
3953-
storybook: ^10.1.11
3954-
checksum: 10c0/f2d4ae2684d86745dde7490cf1b37fb09638267c8d8fa251237e9ad96329d75ecbc918fa0beaba55ca4037a6e540b172a7f1430421e077de012bd2921cc2e356
3953+
storybook: ^10.2.0
3954+
checksum: 10c0/f12c688b03f3b30e58c3a7a2b4064547684a5028920818865eb7b7b800bfad4fbc33aa3e179b01c94b982d329d07ea785f8dffa6019bc9ad5a77970784d1700d
39553955
languageName: node
39563956
linkType: hard
39573957

3958-
"@storybook/addon-docs@npm:10.1.11":
3959-
version: 10.1.11
3960-
resolution: "@storybook/addon-docs@npm:10.1.11"
3958+
"@storybook/addon-docs@npm:10.2.0":
3959+
version: 10.2.0
3960+
resolution: "@storybook/addon-docs@npm:10.2.0"
39613961
dependencies:
39623962
"@mdx-js/react": "npm:^3.0.0"
3963-
"@storybook/csf-plugin": "npm:10.1.11"
3964-
"@storybook/icons": "npm:^2.0.0"
3965-
"@storybook/react-dom-shim": "npm:10.1.11"
3963+
"@storybook/csf-plugin": "npm:10.2.0"
3964+
"@storybook/icons": "npm:^2.0.1"
3965+
"@storybook/react-dom-shim": "npm:10.2.0"
39663966
react: "npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
39673967
react-dom: "npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
39683968
ts-dedent: "npm:^2.0.0"
39693969
peerDependencies:
3970-
storybook: ^10.1.11
3971-
checksum: 10c0/93006f0efc4dd92d296a32960ae886820e03240c26ad18caa7cd784d132bfc96a719d5929e49ff29d621fa8086a98d0be399eb81b182d6fb7071f575623bbb8c
3970+
storybook: ^10.2.0
3971+
checksum: 10c0/af2b5fcf299244236ea7a4a747c29c070071ca940d8d8974c6a8d3a63932a1b5412c431357fc05867c5752dc90c0e5e6b7ecca69da1f65a6ed5c72f565c03417
39723972
languageName: node
39733973
linkType: hard
39743974

3975-
"@storybook/builder-vite@npm:10.1.11":
3976-
version: 10.1.11
3977-
resolution: "@storybook/builder-vite@npm:10.1.11"
3975+
"@storybook/builder-vite@npm:10.2.0":
3976+
version: 10.2.0
3977+
resolution: "@storybook/builder-vite@npm:10.2.0"
39783978
dependencies:
3979-
"@storybook/csf-plugin": "npm:10.1.11"
3979+
"@storybook/csf-plugin": "npm:10.2.0"
39803980
"@vitest/mocker": "npm:3.2.4"
39813981
ts-dedent: "npm:^2.0.0"
39823982
peerDependencies:
3983-
storybook: ^10.1.11
3983+
storybook: ^10.2.0
39843984
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
3985-
checksum: 10c0/102507e79386fe994eee5a123f963b23d04a8f30886e69df7b78471628c777dde7fef8d481a09e8a9023a6bfa5067ea337c0481aeb384d350023689500c42899
3985+
checksum: 10c0/aaefd66b8d5958faf4a93bf24ee0ba6d1fcd1c1c9207567bea0bd1f0d0c85f57a1b29c8248f73a3e99082a2f72989267ce4f6609beae9e20bd01567656b522d9
39863986
languageName: node
39873987
linkType: hard
39883988

3989-
"@storybook/csf-plugin@npm:10.1.11":
3990-
version: 10.1.11
3991-
resolution: "@storybook/csf-plugin@npm:10.1.11"
3989+
"@storybook/csf-plugin@npm:10.2.0":
3990+
version: 10.2.0
3991+
resolution: "@storybook/csf-plugin@npm:10.2.0"
39923992
dependencies:
39933993
unplugin: "npm:^2.3.5"
39943994
peerDependencies:
39953995
esbuild: "*"
39963996
rollup: "*"
3997-
storybook: ^10.1.11
3997+
storybook: ^10.2.0
39983998
vite: "*"
39993999
webpack: "*"
40004000
peerDependenciesMeta:
@@ -4006,7 +4006,7 @@ __metadata:
40064006
optional: true
40074007
webpack:
40084008
optional: true
4009-
checksum: 10c0/15c01fcb0c5f1bd5c14e02f75c2d0712ed2ea4706baa91ab18b4c257379f2b32df8420a7d49f2cd2ca068b0e99c32f68c3189d60ecb81102415c85fa3bbb02eb
4009+
checksum: 10c0/bf388e4abce3c40b52d35e892b5eddbc3856b3676967e573400f355315bfd65b96d23f430257d47ac9087696adf842bab23a10cb515713a26254fdcccb4a5126
40104010
languageName: node
40114011
linkType: hard
40124012

@@ -4017,7 +4017,7 @@ __metadata:
40174017
languageName: node
40184018
linkType: hard
40194019

4020-
"@storybook/icons@npm:^2.0.0":
4020+
"@storybook/icons@npm:^2.0.1":
40214021
version: 2.0.1
40224022
resolution: "@storybook/icons@npm:2.0.1"
40234023
peerDependencies:
@@ -4027,25 +4027,25 @@ __metadata:
40274027
languageName: node
40284028
linkType: hard
40294029

4030-
"@storybook/react-dom-shim@npm:10.1.11":
4031-
version: 10.1.11
4032-
resolution: "@storybook/react-dom-shim@npm:10.1.11"
4030+
"@storybook/react-dom-shim@npm:10.2.0":
4031+
version: 10.2.0
4032+
resolution: "@storybook/react-dom-shim@npm:10.2.0"
40334033
peerDependencies:
40344034
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
40354035
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4036-
storybook: ^10.1.11
4037-
checksum: 10c0/4f9eda8ededabd5191eabe2d9e8f387812786b3fbaf7f2cd8fa27d0ef0550bb90eb8341d76f2e89ecc14abf2a1bca6add10ae34de23d18d3d81ae11f041479ef
4036+
storybook: ^10.2.0
4037+
checksum: 10c0/e69c1c46c403bdb082aa062e279e0d40a2f975d3d366bcecbee103e01749cce0394eaee0afbfb046a57fc929b7ffa968a6175591bd038e1f2195f895644afd87
40384038
languageName: node
40394039
linkType: hard
40404040

4041-
"@storybook/react-vite@npm:10.1.11":
4042-
version: 10.1.11
4043-
resolution: "@storybook/react-vite@npm:10.1.11"
4041+
"@storybook/react-vite@npm:10.2.0":
4042+
version: 10.2.0
4043+
resolution: "@storybook/react-vite@npm:10.2.0"
40444044
dependencies:
40454045
"@joshwooding/vite-plugin-react-docgen-typescript": "npm:^0.6.3"
40464046
"@rollup/pluginutils": "npm:^5.0.2"
4047-
"@storybook/builder-vite": "npm:10.1.11"
4048-
"@storybook/react": "npm:10.1.11"
4047+
"@storybook/builder-vite": "npm:10.2.0"
4048+
"@storybook/react": "npm:10.2.0"
40494049
empathic: "npm:^2.0.0"
40504050
magic-string: "npm:^0.30.0"
40514051
react-docgen: "npm:^8.0.0"
@@ -4054,28 +4054,28 @@ __metadata:
40544054
peerDependencies:
40554055
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
40564056
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4057-
storybook: ^10.1.11
4057+
storybook: ^10.2.0
40584058
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
4059-
checksum: 10c0/d139eb7597ab4b97479cd8c1682746ebc462bccae0d4328a614f782e043ee2c56f67c70a5be6b78f85b33d3c4f51044184ffbb69758e178b3fc0d10f3c55f9a7
4059+
checksum: 10c0/abbe8c890d47e570044a92b9101bb2e0620567016306da4b4cf5f16f12ab105f3b08797b2847db02e22769ff33053f0ce9f18dcca22657c35ca008edf0bf9bc3
40604060
languageName: node
40614061
linkType: hard
40624062

4063-
"@storybook/react@npm:10.1.11":
4064-
version: 10.1.11
4065-
resolution: "@storybook/react@npm:10.1.11"
4063+
"@storybook/react@npm:10.2.0":
4064+
version: 10.2.0
4065+
resolution: "@storybook/react@npm:10.2.0"
40664066
dependencies:
40674067
"@storybook/global": "npm:^5.0.0"
4068-
"@storybook/react-dom-shim": "npm:10.1.11"
4068+
"@storybook/react-dom-shim": "npm:10.2.0"
40694069
react-docgen: "npm:^8.0.2"
40704070
peerDependencies:
40714071
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
40724072
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4073-
storybook: ^10.1.11
4073+
storybook: ^10.2.0
40744074
typescript: ">= 4.9.x"
40754075
peerDependenciesMeta:
40764076
typescript:
40774077
optional: true
4078-
checksum: 10c0/5b7ef1721ff386fe0edae9e4ad11560d4926d90c829f0360ca7fca76527a8faceb4da250bdb0cc70cb63e2341cc4f764c7cef7704cdedae84bb54171578da6f5
4078+
checksum: 10c0/749731e6c84b0fea6bfe04347fcf34a93d3176df8bc129780bcf73afcb1f0e1f112b259e24e2ee60ecd71260204d366a175a5b52714fcfef43ebff4262c19bcc
40794079
languageName: node
40804080
linkType: hard
40814081

@@ -18953,7 +18953,7 @@ __metadata:
1895318953
languageName: node
1895418954
linkType: hard
1895518955

18956-
"semver@npm:^7.1.1, semver@npm:^7.2.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.2, semver@npm:^7.6.3, semver@npm:^7.7.1, semver@npm:^7.7.2, semver@npm:^7.7.3":
18956+
"semver@npm:^7.1.1, semver@npm:^7.2.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.3, semver@npm:^7.7.1, semver@npm:^7.7.2, semver@npm:^7.7.3":
1895718957
version: 7.7.3
1895818958
resolution: "semver@npm:7.7.3"
1895918959
bin:
@@ -19502,20 +19502,20 @@ __metadata:
1950219502
languageName: node
1950319503
linkType: hard
1950419504

19505-
"storybook@npm:10.1.11":
19506-
version: 10.1.11
19507-
resolution: "storybook@npm:10.1.11"
19505+
"storybook@npm:10.2.0":
19506+
version: 10.2.0
19507+
resolution: "storybook@npm:10.2.0"
1950819508
dependencies:
1950919509
"@storybook/global": "npm:^5.0.0"
19510-
"@storybook/icons": "npm:^2.0.0"
19510+
"@storybook/icons": "npm:^2.0.1"
1951119511
"@testing-library/jest-dom": "npm:^6.6.3"
1951219512
"@testing-library/user-event": "npm:^14.6.1"
1951319513
"@vitest/expect": "npm:3.2.4"
1951419514
"@vitest/spy": "npm:3.2.4"
1951519515
esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0"
1951619516
open: "npm:^10.2.0"
1951719517
recast: "npm:^0.23.5"
19518-
semver: "npm:^7.6.2"
19518+
semver: "npm:^7.7.3"
1951919519
use-sync-external-store: "npm:^1.5.0"
1952019520
ws: "npm:^8.18.0"
1952119521
peerDependencies:
@@ -19525,7 +19525,7 @@ __metadata:
1952519525
optional: true
1952619526
bin:
1952719527
storybook: ./dist/bin/dispatcher.js
19528-
checksum: 10c0/7942e76585e388b6dc12c29fe0624bd524ab61070353466af7b8dd2152e7f1dcb303727e8891677283f46e3d7d920354f617245e70eca2fd4c80a1b691e390a2
19528+
checksum: 10c0/d2ed4e812aeefd68a8abb000c8b3d236de6f2f490961e0d1c32af75f94a13f28b7e647493d274489ef50596fdcfeb9a0b35629385916a570507688f2690062ae
1952919529
languageName: node
1953019530
linkType: hard
1953119531

@@ -20562,9 +20562,9 @@ __metadata:
2056220562
"@eslint/js": "npm:9.39.2"
2056320563
"@semantic-release/github": "npm:12.0.2"
2056420564
"@stackblitz/sdk": "npm:1.11.0"
20565-
"@storybook/addon-a11y": "npm:10.1.11"
20566-
"@storybook/addon-docs": "npm:10.1.11"
20567-
"@storybook/react-vite": "npm:10.1.11"
20565+
"@storybook/addon-a11y": "npm:10.2.0"
20566+
"@storybook/addon-docs": "npm:10.2.0"
20567+
"@storybook/react-vite": "npm:10.2.0"
2056820568
"@testing-library/cypress": "npm:10.1.0"
2056920569
"@types/jscodeshift": "npm:17.3.0"
2057020570
"@types/node": "npm:24.10.9"
@@ -20608,7 +20608,7 @@ __metadata:
2060820608
react-dom: "npm:19.2.3"
2060920609
remark-gfm: "npm:4.0.1"
2061020610
rimraf: "npm:6.1.2"
20611-
storybook: "npm:10.1.11"
20611+
storybook: "npm:10.2.0"
2061220612
tocbot: "npm:4.36.4"
2061320613
typescript: "npm:5.7.3"
2061420614
typescript-eslint: "npm:8.53.1"

0 commit comments

Comments
 (0)