Skip to content

Commit c2f138b

Browse files
chore(deps): update all non-major dependencies (minor) (#8139)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin)) | [`10.1.11` → `10.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.1.11/10.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.1.11/10.2.0?slim=true) | | [globals](https://redirect.github.com/sindresorhus/globals) | [`17.0.0` → `17.1.0`](https://renovatebot.com/diffs/npm/globals/17.0.0/17.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/17.0.0/17.1.0?slim=true) | --- ### Release Notes <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</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> <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.1.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v17.1.0) [Compare Source](https://redirect.github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0) - Add `webpack` and `rspack` globals ([#&#8203;333](https://redirect.github.com/sindresorhus/globals/issues/333)) [`65cae73`](https://redirect.github.com/sindresorhus/globals/commit/65cae73) *** </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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 100ea75 commit c2f138b

2 files changed

Lines changed: 89 additions & 98 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"eslint-plugin-prettier": "5.5.5",
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
85-
"eslint-plugin-storybook": "10.1.11",
85+
"eslint-plugin-storybook": "10.2.0",
8686
"glob": "13.0.0",
87-
"globals": "17.0.0",
87+
"globals": "17.1.0",
8888
"husky": "9.1.7",
8989
"lerna": "9.0.3",
9090
"lint-staged": "16.2.7",

yarn.lock

Lines changed: 87 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ __metadata:
21952195
languageName: node
21962196
linkType: hard
21972197

2198-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.7.0, @eslint-community/eslint-utils@npm:^4.8.0":
2198+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.8.0":
21992199
version: 4.9.0
22002200
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
22012201
dependencies:
@@ -5006,19 +5006,6 @@ __metadata:
50065006
languageName: node
50075007
linkType: hard
50085008

5009-
"@typescript-eslint/project-service@npm:8.48.1":
5010-
version: 8.48.1
5011-
resolution: "@typescript-eslint/project-service@npm:8.48.1"
5012-
dependencies:
5013-
"@typescript-eslint/tsconfig-utils": "npm:^8.48.1"
5014-
"@typescript-eslint/types": "npm:^8.48.1"
5015-
debug: "npm:^4.3.4"
5016-
peerDependencies:
5017-
typescript: ">=4.8.4 <6.0.0"
5018-
checksum: 10c0/0aeeea5e65d0f837bd9a47265f144f14ca72969d259ee929e63e06526b21f4e990e70c7bafdb2ceb3783373df7d9f5bae32c328a4c6403606f01339bc984b3f5
5019-
languageName: node
5020-
linkType: hard
5021-
50225009
"@typescript-eslint/project-service@npm:8.53.0":
50235010
version: 8.53.0
50245011
resolution: "@typescript-eslint/project-service@npm:8.53.0"
@@ -5032,6 +5019,19 @@ __metadata:
50325019
languageName: node
50335020
linkType: hard
50345021

5022+
"@typescript-eslint/project-service@npm:8.53.1":
5023+
version: 8.53.1
5024+
resolution: "@typescript-eslint/project-service@npm:8.53.1"
5025+
dependencies:
5026+
"@typescript-eslint/tsconfig-utils": "npm:^8.53.1"
5027+
"@typescript-eslint/types": "npm:^8.53.1"
5028+
debug: "npm:^4.4.3"
5029+
peerDependencies:
5030+
typescript: ">=4.8.4 <6.0.0"
5031+
checksum: 10c0/eecc7ad86b45c6969a05e984e645a4ece2a1cc27d825af046efb6ed369cab32062c17f33a1154ab6dcab349099885db7b39945f1b318753395630f3dfa1e5895
5032+
languageName: node
5033+
linkType: hard
5034+
50355035
"@typescript-eslint/scope-manager@npm:5.62.0":
50365036
version: 5.62.0
50375037
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -5052,16 +5052,6 @@ __metadata:
50525052
languageName: node
50535053
linkType: hard
50545054

5055-
"@typescript-eslint/scope-manager@npm:8.48.1":
5056-
version: 8.48.1
5057-
resolution: "@typescript-eslint/scope-manager@npm:8.48.1"
5058-
dependencies:
5059-
"@typescript-eslint/types": "npm:8.48.1"
5060-
"@typescript-eslint/visitor-keys": "npm:8.48.1"
5061-
checksum: 10c0/16514823784cb598817b87d3d2b4fb618ab8b2378b3401a4c1160a5c914e51e7a925c3c1e7be73e0250e38390f0be70fecb3e0e0bdde7b243d74444933b95d3e
5062-
languageName: node
5063-
linkType: hard
5064-
50655055
"@typescript-eslint/scope-manager@npm:8.53.0":
50665056
version: 8.53.0
50675057
resolution: "@typescript-eslint/scope-manager@npm:8.53.0"
@@ -5072,12 +5062,13 @@ __metadata:
50725062
languageName: node
50735063
linkType: hard
50745064

5075-
"@typescript-eslint/tsconfig-utils@npm:8.48.1, @typescript-eslint/tsconfig-utils@npm:^8.48.1":
5076-
version: 8.48.1
5077-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.48.1"
5078-
peerDependencies:
5079-
typescript: ">=4.8.4 <6.0.0"
5080-
checksum: 10c0/0d540f7ab3018ed1bab8f008c0d30229e0ea12806fdbf1c756572b5cf536a1f2a6c59ca2544c09bcd5b89dcfcf79e5f6be3d765e725492b9c7e4cd64fcecffc6
5065+
"@typescript-eslint/scope-manager@npm:8.53.1":
5066+
version: 8.53.1
5067+
resolution: "@typescript-eslint/scope-manager@npm:8.53.1"
5068+
dependencies:
5069+
"@typescript-eslint/types": "npm:8.53.1"
5070+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5071+
checksum: 10c0/d971eb115f2a2c4c25c79df9eee68b93354b32d7cc1174c167241cd2ebbc77858fe7a032c7ecdbacef936b56e8317b56037d21461cb83b4789f7e764e9faa455
50815072
languageName: node
50825073
linkType: hard
50835074

@@ -5090,6 +5081,15 @@ __metadata:
50905081
languageName: node
50915082
linkType: hard
50925083

5084+
"@typescript-eslint/tsconfig-utils@npm:8.53.1, @typescript-eslint/tsconfig-utils@npm:^8.53.1":
5085+
version: 8.53.1
5086+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.1"
5087+
peerDependencies:
5088+
typescript: ">=4.8.4 <6.0.0"
5089+
checksum: 10c0/e2bfa91f9306dbfa82bdcb64bfcf634fee6313b03e93b35b0010907983c9ffc73c732264deff870896dea18f34b872d39d90d32f7631fd4618e4a6866ffff578
5090+
languageName: node
5091+
linkType: hard
5092+
50935093
"@typescript-eslint/type-utils@npm:6.21.0":
50945094
version: 6.21.0
50955095
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
@@ -5137,20 +5137,20 @@ __metadata:
51375137
languageName: node
51385138
linkType: hard
51395139

5140-
"@typescript-eslint/types@npm:8.48.1, @typescript-eslint/types@npm:^8.48.1":
5141-
version: 8.48.1
5142-
resolution: "@typescript-eslint/types@npm:8.48.1"
5143-
checksum: 10c0/366b8140f4c69319f1796b66b33c0c6e16eb6cbe543b9517003104e12ed143b620c1433ccf60d781a629d9433bd509a363c0c9d21fd438c17bb8840733af6caa
5144-
languageName: node
5145-
linkType: hard
5146-
51475140
"@typescript-eslint/types@npm:8.53.0, @typescript-eslint/types@npm:^8.53.0":
51485141
version: 8.53.0
51495142
resolution: "@typescript-eslint/types@npm:8.53.0"
51505143
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
51515144
languageName: node
51525145
linkType: hard
51535146

5147+
"@typescript-eslint/types@npm:8.53.1, @typescript-eslint/types@npm:^8.53.1":
5148+
version: 8.53.1
5149+
resolution: "@typescript-eslint/types@npm:8.53.1"
5150+
checksum: 10c0/fa49f5f60de6851de45a9aff0a3ba3c4d00a0991100414e8af1a5d6f32764a48b6b7c0f65748a651f0da0e57df0745cdb8f11c590fa0fb22dd0e54e4c6b5c878
5151+
languageName: node
5152+
linkType: hard
5153+
51545154
"@typescript-eslint/typescript-estree@npm:5.62.0":
51555155
version: 5.62.0
51565156
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -5188,25 +5188,6 @@ __metadata:
51885188
languageName: node
51895189
linkType: hard
51905190

5191-
"@typescript-eslint/typescript-estree@npm:8.48.1":
5192-
version: 8.48.1
5193-
resolution: "@typescript-eslint/typescript-estree@npm:8.48.1"
5194-
dependencies:
5195-
"@typescript-eslint/project-service": "npm:8.48.1"
5196-
"@typescript-eslint/tsconfig-utils": "npm:8.48.1"
5197-
"@typescript-eslint/types": "npm:8.48.1"
5198-
"@typescript-eslint/visitor-keys": "npm:8.48.1"
5199-
debug: "npm:^4.3.4"
5200-
minimatch: "npm:^9.0.4"
5201-
semver: "npm:^7.6.0"
5202-
tinyglobby: "npm:^0.2.15"
5203-
ts-api-utils: "npm:^2.1.0"
5204-
peerDependencies:
5205-
typescript: ">=4.8.4 <6.0.0"
5206-
checksum: 10c0/72c0802f74222160f6a13ebbd32b0d504142a2427678c87ea78fc32672c65fd522377d43b31a97c944cbd0aefc36b320bf02f04e47c44f2797d6ccd0a8aa30ec
5207-
languageName: node
5208-
linkType: hard
5209-
52105191
"@typescript-eslint/typescript-estree@npm:8.53.0":
52115192
version: 8.53.0
52125193
resolution: "@typescript-eslint/typescript-estree@npm:8.53.0"
@@ -5226,6 +5207,25 @@ __metadata:
52265207
languageName: node
52275208
linkType: hard
52285209

5210+
"@typescript-eslint/typescript-estree@npm:8.53.1":
5211+
version: 8.53.1
5212+
resolution: "@typescript-eslint/typescript-estree@npm:8.53.1"
5213+
dependencies:
5214+
"@typescript-eslint/project-service": "npm:8.53.1"
5215+
"@typescript-eslint/tsconfig-utils": "npm:8.53.1"
5216+
"@typescript-eslint/types": "npm:8.53.1"
5217+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5218+
debug: "npm:^4.4.3"
5219+
minimatch: "npm:^9.0.5"
5220+
semver: "npm:^7.7.3"
5221+
tinyglobby: "npm:^0.2.15"
5222+
ts-api-utils: "npm:^2.4.0"
5223+
peerDependencies:
5224+
typescript: ">=4.8.4 <6.0.0"
5225+
checksum: 10c0/e1b48990ba90f0ee5c9630fe91e2d5123c55348e374e586de6cf25e6e03e6e8274bf15317794d171a2e82d9dc663c229807e603ecc661dbe70d61bd23d0c37c4
5226+
languageName: node
5227+
linkType: hard
5228+
52295229
"@typescript-eslint/utils@npm:5.62.0":
52305230
version: 5.62.0
52315231
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -5276,18 +5276,18 @@ __metadata:
52765276
languageName: node
52775277
linkType: hard
52785278

5279-
"@typescript-eslint/utils@npm:^8.8.1":
5280-
version: 8.48.1
5281-
resolution: "@typescript-eslint/utils@npm:8.48.1"
5279+
"@typescript-eslint/utils@npm:^8.48.0":
5280+
version: 8.53.1
5281+
resolution: "@typescript-eslint/utils@npm:8.53.1"
52825282
dependencies:
5283-
"@eslint-community/eslint-utils": "npm:^4.7.0"
5284-
"@typescript-eslint/scope-manager": "npm:8.48.1"
5285-
"@typescript-eslint/types": "npm:8.48.1"
5286-
"@typescript-eslint/typescript-estree": "npm:8.48.1"
5283+
"@eslint-community/eslint-utils": "npm:^4.9.1"
5284+
"@typescript-eslint/scope-manager": "npm:8.53.1"
5285+
"@typescript-eslint/types": "npm:8.53.1"
5286+
"@typescript-eslint/typescript-estree": "npm:8.53.1"
52875287
peerDependencies:
52885288
eslint: ^8.57.0 || ^9.0.0
52895289
typescript: ">=4.8.4 <6.0.0"
5290-
checksum: 10c0/1775ac217b578f52d6c1e85258098f8ef764d04830c6ce11043b434860da80f1a5f7cc1b9f2e0a63de161e83b8d876f7ae8362d7644d5d8e636e60ad5eeff4e2
5290+
checksum: 10c0/9a2a11c00b97eb9a053782e303cc384649807779e9adeb0b645bc198c83f54431f7ca56d4b38411dcf7ed06a2c2d9aa129874c20c037de2393a4cd0fa3b93c25
52915291
languageName: node
52925292
linkType: hard
52935293

@@ -5311,16 +5311,6 @@ __metadata:
53115311
languageName: node
53125312
linkType: hard
53135313

5314-
"@typescript-eslint/visitor-keys@npm:8.48.1":
5315-
version: 8.48.1
5316-
resolution: "@typescript-eslint/visitor-keys@npm:8.48.1"
5317-
dependencies:
5318-
"@typescript-eslint/types": "npm:8.48.1"
5319-
eslint-visitor-keys: "npm:^4.2.1"
5320-
checksum: 10c0/ecf4078ce63c296dd340672b516f42bf452534c75af7e7d6c1a3f32b143ff184cb3a4071d7429a9f870371ff9091a790acce28b85ce3c450bfc60554c79d43ca
5321-
languageName: node
5322-
linkType: hard
5323-
53245314
"@typescript-eslint/visitor-keys@npm:8.53.0":
53255315
version: 8.53.0
53265316
resolution: "@typescript-eslint/visitor-keys@npm:8.53.0"
@@ -5331,6 +5321,16 @@ __metadata:
53315321
languageName: node
53325322
linkType: hard
53335323

5324+
"@typescript-eslint/visitor-keys@npm:8.53.1":
5325+
version: 8.53.1
5326+
resolution: "@typescript-eslint/visitor-keys@npm:8.53.1"
5327+
dependencies:
5328+
"@typescript-eslint/types": "npm:8.53.1"
5329+
eslint-visitor-keys: "npm:^4.2.1"
5330+
checksum: 10c0/73a21d34052bcb0b46ed738f8fddb76ae8f56a0c27932616b49022cf8603c3e36bb6ab30acd709f9bc05c673708180527b4c4aaffcb858acfc66d8fb39cc6c29
5331+
languageName: node
5332+
linkType: hard
5333+
53345334
"@ui5/webcomponents-ai-react@workspace:packages/ai":
53355335
version: 0.0.0-use.local
53365336
resolution: "@ui5/webcomponents-ai-react@workspace:packages/ai"
@@ -10083,15 +10083,15 @@ __metadata:
1008310083
languageName: node
1008410084
linkType: hard
1008510085

10086-
"eslint-plugin-storybook@npm:10.1.11":
10087-
version: 10.1.11
10088-
resolution: "eslint-plugin-storybook@npm:10.1.11"
10086+
"eslint-plugin-storybook@npm:10.2.0":
10087+
version: 10.2.0
10088+
resolution: "eslint-plugin-storybook@npm:10.2.0"
1008910089
dependencies:
10090-
"@typescript-eslint/utils": "npm:^8.8.1"
10090+
"@typescript-eslint/utils": "npm:^8.48.0"
1009110091
peerDependencies:
1009210092
eslint: ">=8"
10093-
storybook: ^10.1.11
10094-
checksum: 10c0/2d9d57155554c7f4cb1d1c123a7d77325c0e7eed89eca12c463e79e20122a8f5ab3e1ac40f0b416ecdb7b43ee80cc2987d35d5a0ce9b76c81fb69ea4499352f6
10093+
storybook: ^10.2.0
10094+
checksum: 10c0/aeb34c944f39baf17320854a23161b5f4f83f41ba425a8603672d59edf2397837c46549d720ee8d99a5cb5ce6361d719a78e1ac2dd27470136ba2ceb4e97a77b
1009510095
languageName: node
1009610096
linkType: hard
1009710097

@@ -11448,10 +11448,10 @@ __metadata:
1144811448
languageName: node
1144911449
linkType: hard
1145011450

11451-
"globals@npm:17.0.0":
11452-
version: 17.0.0
11453-
resolution: "globals@npm:17.0.0"
11454-
checksum: 10c0/e3c169fdcb0fc6755707b697afb367bea483eb29992cfc0de1637382eb893146e17f8f96db6d7453e3696b478a7863ae2000e6c71cd2f4061410285106d3847a
11451+
"globals@npm:17.1.0":
11452+
version: 17.1.0
11453+
resolution: "globals@npm:17.1.0"
11454+
checksum: 10c0/4a4a17847676a09f164b8bdce7df105a4f484d6d44586e374087ba9ec7089cbf4c578b8648838dee9917074199c542ce157ea3c07b266f708dfb1652010900c8
1145511455
languageName: node
1145611456
linkType: hard
1145711457

@@ -19036,7 +19036,7 @@ __metadata:
1903619036
languageName: node
1903719037
linkType: hard
1903819038

19039-
"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.0, 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":
19039+
"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":
1904019040
version: 7.7.3
1904119041
resolution: "semver@npm:7.7.3"
1904219042
bin:
@@ -20281,15 +20281,6 @@ __metadata:
2028120281
languageName: node
2028220282
linkType: hard
2028320283

20284-
"ts-api-utils@npm:^2.1.0":
20285-
version: 2.1.0
20286-
resolution: "ts-api-utils@npm:2.1.0"
20287-
peerDependencies:
20288-
typescript: ">=4.8.4"
20289-
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
20290-
languageName: node
20291-
linkType: hard
20292-
2029320284
"ts-api-utils@npm:^2.4.0":
2029420285
version: 2.4.0
2029520286
resolution: "ts-api-utils@npm:2.4.0"
@@ -20683,9 +20674,9 @@ __metadata:
2068320674
eslint-plugin-prettier: "npm:5.5.5"
2068420675
eslint-plugin-react: "npm:7.37.5"
2068520676
eslint-plugin-react-hooks: "npm:6.1.1"
20686-
eslint-plugin-storybook: "npm:10.1.11"
20677+
eslint-plugin-storybook: "npm:10.2.0"
2068720678
glob: "npm:13.0.0"
20688-
globals: "npm:17.0.0"
20679+
globals: "npm:17.1.0"
2068920680
husky: "npm:9.1.7"
2069020681
lerna: "npm:9.0.3"
2069120682
lint-staged: "npm:16.2.7"

0 commit comments

Comments
 (0)