Skip to content

Commit de11829

Browse files
chore(deps): update all non-major dependencies (minor) (#8779)
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.4.6` → `10.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.4.6/10.5.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/10.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/10.4.6/10.5.0?slim=true) | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.8.5` → `3.9.5`](https://renovatebot.com/diffs/npm/prettier/3.8.5/3.9.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.9.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.5/3.9.5?slim=true) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.62.1` → `8.63.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.62.1/8.63.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.63.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.62.1/8.63.0?slim=true) | --- ### Release Notes <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.5.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1050) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.4.6...v10.5.0) > *Foundational changes for new AI workflows* Storybook 10.5 contains hundreds of fixes and improvements: - ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview) - 🌈 Vitest initialGlobals: Test across themes, viewports, locales - 🤖 Agentic review: AI-curated visual changesets and search results (experimental) - ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental) - 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental) <details> <summary>List of all updates</summary> - A11y: Fix MDX heading anchors not keyboard accessible - [#&#8203;34368](https://redirect.github.com/storybookjs/storybook/pull/34368), thanks @&#8203;TheSeydiCharyyev! - A11y: Handle lang attribute throughout preview - [#&#8203;35321](https://redirect.github.com/storybookjs/storybook/pull/35321), thanks @&#8203;Sidnioulz! - A11y: Surface required args and keyboard-reachable Setup controls in ArgsTable - [#&#8203;35306](https://redirect.github.com/storybookjs/storybook/pull/35306), thanks @&#8203;Sidnioulz! - Addon A11y: Preserve disabled a11y rules with runOnly - [#&#8203;34649](https://redirect.github.com/storybookjs/storybook/pull/34649), thanks @&#8203;cyphercodes! - Addon Docs: DocsContent not filling available width when TOC is enabled - [#&#8203;35043](https://redirect.github.com/storybookjs/storybook/pull/35043), thanks @&#8203;k-utsumi! - Addon Docs: Resolve CSF4 module exports without a default export - [#&#8203;34834](https://redirect.github.com/storybookjs/storybook/pull/34834), thanks @&#8203;TheSeydiCharyyev! - Addon Docs: Resolve providerImportSource to a path instead of a file:// URL - [#&#8203;34841](https://redirect.github.com/storybookjs/storybook/pull/34841), thanks @&#8203;TheSeydiCharyyev! - Addon Vitest: Add an initialGlobals option to pin a project's globals - [#&#8203;35226](https://redirect.github.com/storybookjs/storybook/pull/35226), thanks @&#8203;lifeiscontent! - Addon Vitest: Avoid erroring out on benign Win process exits - [#&#8203;35287](https://redirect.github.com/storybookjs/storybook/pull/35287), thanks @&#8203;Sidnioulz! - Addon Vitest: Fix dynamic import failure with Vitest 3 - [#&#8203;34927](https://redirect.github.com/storybookjs/storybook/pull/34927), thanks @&#8203;Sidnioulz! - Addon Vitest: Subscribe for run completion before triggering it - [#&#8203;35291](https://redirect.github.com/storybookjs/storybook/pull/35291), thanks @&#8203;tsushanth! - Angular: Add versioned `@types/node` to packages installed during `storybook init` - [#&#8203;34192](https://redirect.github.com/storybookjs/storybook/pull/34192), thanks @&#8203;copilot-swe-agent! - Angular: Fix custom paths for stats.json on angular - [#&#8203;34551](https://redirect.github.com/storybookjs/storybook/pull/34551), thanks @&#8203;mrginglymus! - Angular: Fix zone.js drop in angular-to-angular-vite migration + schema sync + transform widening - [#&#8203;35386](https://redirect.github.com/storybookjs/storybook/pull/35386), thanks @&#8203;valentinpalkovic! - Angular: Install @&#8203;analogjs/vite-plugin-angular in angular-to-angular-vite automigration - [#&#8203;35432](https://redirect.github.com/storybookjs/storybook/pull/35432), thanks @&#8203;valentinpalkovic! - Angular: Introduce @&#8203;storybook/angular-vite package - [#&#8203;34202](https://redirect.github.com/storybookjs/storybook/pull/34202), thanks @&#8203;brandonroberts! - Angular: Support Angular 22 in Webpack framework - [#&#8203;35318](https://redirect.github.com/storybookjs/storybook/pull/35318), thanks @&#8203;EtiennePasteur! - Angular: Use future-proof API for component reflection - [#&#8203;35228](https://redirect.github.com/storybookjs/storybook/pull/35228), thanks @&#8203;Sidnioulz! - Babel: Remove bugfixes from preset-env in v8 - [#&#8203;35266](https://redirect.github.com/storybookjs/storybook/pull/35266), thanks @&#8203;Sidnioulz! - Builder Vite: Fix empty external globals imports - [#&#8203;34348](https://redirect.github.com/storybookjs/storybook/pull/34348), thanks @&#8203;raashish1601! - Builder Vite: Support configLoader via builder options - [#&#8203;34080](https://redirect.github.com/storybookjs/storybook/pull/34080), thanks @&#8203;holvi-sebastian! - CLI: Add `storybook ai <tool>` MCP passthrough behind `STORYBOOK_FEATURE_AI_CLI` - [#&#8203;35125](https://redirect.github.com/storybookjs/storybook/pull/35125), thanks @&#8203;kasperpeulen! - CLI: Add telemetry for the `storybook ai <command>` passthrough - [#&#8203;35138](https://redirect.github.com/storybookjs/storybook/pull/35138), thanks @&#8203;kasperpeulen! - CLI: Allow -p shorthand to --port for ai command - [#&#8203;35390](https://redirect.github.com/storybookjs/storybook/pull/35390), thanks @&#8203;huang-julien! - CLI: Bundle the `ai` command in core so it never downloads `@storybook/cli` - [#&#8203;35147](https://redirect.github.com/storybookjs/storybook/pull/35147), thanks @&#8203;kasperpeulen! - CLI: Do not auto-open the browser in storybook dev under AI agents - [#&#8203;35412](https://redirect.github.com/storybookjs/storybook/pull/35412), thanks @&#8203;kasperpeulen! - CLI: Exit process after successful build - [#&#8203;34735](https://redirect.github.com/storybookjs/storybook/pull/34735), thanks @&#8203;torleifhalseth! - CLI: Fix angular-to-angular-vite migration failing to configure addon-vitest - [#&#8203;35404](https://redirect.github.com/storybookjs/storybook/pull/35404), thanks @&#8203;valentinpalkovic! - CLI: Fix silent hang in deferred addon configuration during upgrade - [#&#8203;35423](https://redirect.github.com/storybookjs/storybook/pull/35423), thanks @&#8203;valentinpalkovic! - CLI: Fix upgrade crash on Storybook latest version check - [#&#8203;35156](https://redirect.github.com/storybookjs/storybook/pull/35156), thanks @&#8203;yatishgoel! - CLI: Handle nested array schema for AI help - [#&#8203;35424](https://redirect.github.com/storybookjs/storybook/pull/35424), thanks @&#8203;huang-julien! - CLI: Install MCP when upgrade is ran by agent - [#&#8203;35215](https://redirect.github.com/storybookjs/storybook/pull/35215), thanks @&#8203;huang-julien! - CLI: Load Storybook AI help from preset metadata - [#&#8203;35212](https://redirect.github.com/storybookjs/storybook/pull/35212), thanks @&#8203;kasperpeulen! - CLI: Match `storybook ai` instances by config dir as well as cwd - [#&#8203;35392](https://redirect.github.com/storybookjs/storybook/pull/35392), thanks @&#8203;kasperpeulen! - CLI: Prefer agent-matched Storybook instances - [#&#8203;35235](https://redirect.github.com/storybookjs/storybook/pull/35235), thanks @&#8203;kasperpeulen! - CLI: Respect BROWSER and BROWSER_ARGS - [#&#8203;34513](https://redirect.github.com/storybookjs/storybook/pull/34513), thanks @&#8203;ianzone! - CLI: Show MCP workflow instructions in AI help - [#&#8203;35164](https://redirect.github.com/storybookjs/storybook/pull/35164), thanks @&#8203;kasperpeulen! - CLI: Skip a11y addon automigration prompting when not applicable - [#&#8203;35376](https://redirect.github.com/storybookjs/storybook/pull/35376), thanks @&#8203;yannbf! - CLI: Support Claude preview autoPort - [#&#8203;35259](https://redirect.github.com/storybookjs/storybook/pull/35259), thanks @&#8203;kasperpeulen! - CLI: Use detected package manager instead of npx for remote commands - [#&#8203;35409](https://redirect.github.com/storybookjs/storybook/pull/35409), thanks @&#8203;ghengeveld! - Controls: Add label to Object JSON control - [#&#8203;34766](https://redirect.github.com/storybookjs/storybook/pull/34766), thanks @&#8203;Jaksenc! - Controls: Guard normalizeOptions against array labels and prototype chain lookups - [#&#8203;34664](https://redirect.github.com/storybookjs/storybook/pull/34664), thanks @&#8203;creazyfrog! - Controls: Improve ArgsTable empty state guidance - [#&#8203;34857](https://redirect.github.com/storybookjs/storybook/pull/34857), thanks @&#8203;Aniketiitk21! - Controls: Load controls for composed-ref stories on direct deep-link - [#&#8203;35402](https://redirect.github.com/storybookjs/storybook/pull/35402), thanks @&#8203;ndelangen! - Controls: Load controls for stories from a composed ref - [#&#8203;35050](https://redirect.github.com/storybookjs/storybook/pull/35050), thanks @&#8203;TheSeydiCharyyev! - Controls: Prevent AbortError when rapidly resetting - [#&#8203;34412](https://redirect.github.com/storybookjs/storybook/pull/34412), thanks @&#8203;whdjh! - Controls: Prevent the save bar from covering the last control - [#&#8203;35136](https://redirect.github.com/storybookjs/storybook/pull/35136), thanks @&#8203;TheSeydiCharyyev! - Core: Add ai-review observability - [#&#8203;35300](https://redirect.github.com/storybookjs/storybook/pull/35300), thanks @&#8203;yannbf! - Core: Add experimentalReview feature flag and make the features type augmentable - [#&#8203;35379](https://redirect.github.com/storybookjs/storybook/pull/35379), thanks @&#8203;yannbf! - Core: Add missing export to globals - [#&#8203;34929](https://redirect.github.com/storybookjs/storybook/pull/34929), thanks @&#8203;Sidnioulz! - Core: Add ref-based components manifest index backed by docgen open service - [#&#8203;35063](https://redirect.github.com/storybookjs/storybook/pull/35063), thanks @&#8203;JReinhold! - Core: Add runtime instance registry - [#&#8203;34863](https://redirect.github.com/storybookjs/storybook/pull/34863), thanks @&#8203;kasperpeulen! - Core: Allow vite-plus 0.2.x in the optional peer range - [#&#8203;35221](https://redirect.github.com/storybookjs/storybook/pull/35221), thanks @&#8203;lifeiscontent! - Core: Categorize UniversalStore follower timeout error - [#&#8203;34592](https://redirect.github.com/storybookjs/storybook/pull/34592), thanks @&#8203;justismailmemon! - Core: Clean stale runtime instance records - [#&#8203;35023](https://redirect.github.com/storybookjs/storybook/pull/35023), thanks @&#8203;kasperpeulen! - Core: Compose core annotations before preview beforeAll - [#&#8203;35323](https://redirect.github.com/storybookjs/storybook/pull/35323), thanks @&#8203;JReinhold! - Core: Ensure every runtime installs the real channel and stop the mock fallback from poisoning it - [#&#8203;35410](https://redirect.github.com/storybookjs/storybook/pull/35410), thanks @&#8203;ndelangen! - Core: Expose backgrounds types from public subpath - [#&#8203;35044](https://redirect.github.com/storybookjs/storybook/pull/35044), thanks @&#8203;ShaharAviram1! - Core: Extract StoryDependencyGraphService from ChangeDetectionService - [#&#8203;35009](https://redirect.github.com/storybookjs/storybook/pull/35009), thanks @&#8203;valentinpalkovic! - Core: Fix cryptic invariant crash when dev server port detection fails - [#&#8203;35388](https://redirect.github.com/storybookjs/storybook/pull/35388), thanks @&#8203;kasperpeulen! - Core: Fix EEXIST race condition in static file copying during build - [#&#8203;34499](https://redirect.github.com/storybookjs/storybook/pull/34499), thanks @&#8203;flt3150sk! - Core: Fix npm dependency detection - [#&#8203;35083](https://redirect.github.com/storybookjs/storybook/pull/35083), thanks @&#8203;fallintoplace! - Core: Fix potential race condition in SET_CONFIG hook - [#&#8203;35401](https://redirect.github.com/storybookjs/storybook/pull/35401), thanks @&#8203;mrginglymus! - Core: Fix resolveImport TSX fallback - [#&#8203;34815](https://redirect.github.com/storybookjs/storybook/pull/34815), thanks @&#8203;cyphercodes! - Core: Flush preview-api hook effects in portable stories - [#&#8203;35224](https://redirect.github.com/storybookjs/storybook/pull/35224), thanks @&#8203;lifeiscontent! - Core: Ignore story-like directories in indexer - [#&#8203;34806](https://redirect.github.com/storybookjs/storybook/pull/34806), thanks @&#8203;MukundaKatta! - Core: Improve ActionBar focus indicator in high contrast mode - [#&#8203;34779](https://redirect.github.com/storybookjs/storybook/pull/34779), thanks @&#8203;TheSeydiCharyyev! - Core: Include chromatic packages in ecosystem identifier - [#&#8203;35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks @&#8203;yannbf! - Core: Incorrect package json handling - [#&#8203;34515](https://redirect.github.com/storybookjs/storybook/pull/34515), thanks @&#8203;lino-levan! - Core: Introduce Agentic Review feature - [#&#8203;34837](https://redirect.github.com/storybookjs/storybook/pull/34837), thanks @&#8203;yannbf! - Core: Leave experimentalReview unset by default so the AI CLI plugins can enable review - [#&#8203;35396](https://redirect.github.com/storybookjs/storybook/pull/35396), thanks @&#8203;kasperpeulen! - Core: Recognize addon-mcp registered via getAbsolutePath() in runtime instance registry - [#&#8203;35286](https://redirect.github.com/storybookjs/storybook/pull/35286), thanks @&#8203;yannbf! - Core: Reset WebsocketTransport heartbeat on every message, not just ping - [#&#8203;35422](https://redirect.github.com/storybookjs/storybook/pull/35422), thanks @&#8203;valentinpalkovic! - Core: Skip story-docs Code panel emission in portable stories - [#&#8203;35387](https://redirect.github.com/storybookjs/storybook/pull/35387), thanks @&#8203;ndelangen! - Core: Use UndoIcon for Review-changes clear button - [#&#8203;34767](https://redirect.github.com/storybookjs/storybook/pull/34767), thanks @&#8203;valentinpalkovic! - CSF Next: Propagate skip tags to .test children - [#&#8203;34964](https://redirect.github.com/storybookjs/storybook/pull/34964), thanks @&#8203;kwonoj! - CSF Next: Add tags type support for - [#&#8203;34819](https://redirect.github.com/storybookjs/storybook/pull/34819), thanks @&#8203;unional! - CSF: Fix Canvas and userEvent types under Yarn PnP - [#&#8203;34986](https://redirect.github.com/storybookjs/storybook/pull/34986), thanks @&#8203;yatishgoel! - Docgen: Add mock open service - [#&#8203;34954](https://redirect.github.com/storybookjs/storybook/pull/34954), thanks @&#8203;JReinhold! - Docgen: Fix inferred argTypes from initial args overriding docgen and custom argTypes in experimentalDocgenServer mode - [#&#8203;35196](https://redirect.github.com/storybookjs/storybook/pull/35196), thanks @&#8203;JReinhold! - Docgen: Register service runtime, payload argTypes - [#&#8203;35108](https://redirect.github.com/storybookjs/storybook/pull/35108), thanks @&#8203;JReinhold! - Docgen: Run experimentalDocgenServer extraction in a worker thread - [#&#8203;35324](https://redirect.github.com/storybookjs/storybook/pull/35324), thanks @&#8203;JReinhold! - Docgen: Wire up react-component-meta with DocgenService - [#&#8203;34963](https://redirect.github.com/storybookjs/storybook/pull/34963), thanks @&#8203;JReinhold! - DocgenServer: Fix OOM by recycling the shared TS program - [#&#8203;35305](https://redirect.github.com/storybookjs/storybook/pull/35305), thanks @&#8203;ndelangen! - Docs: Add ariaLabel support to ActionItem interface - [#&#8203;34749](https://redirect.github.com/storybookjs/storybook/pull/34749), thanks @&#8203;TheSeydiCharyyev! - Docs: Add shallow MDX ref manifests for experimentalDocgenServer - [#&#8203;35189](https://redirect.github.com/storybookjs/storybook/pull/35189), thanks @&#8203;JReinhold! - Docs: Deprecate ExternalDocs - [#&#8203;35074](https://redirect.github.com/storybookjs/storybook/pull/35074), thanks @&#8203;Sidnioulz! - Docs: Fix Controls losing focus when subcomponents are defined - [#&#8203;35018](https://redirect.github.com/storybookjs/storybook/pull/35018), thanks @&#8203;cssinate! - Docs: Improve DocsParameters types - [#&#8203;35190](https://redirect.github.com/storybookjs/storybook/pull/35190), thanks @&#8203;mrginglymus! - Docs: Prevent heading anchor cutoff on docs pages - [#&#8203;34945](https://redirect.github.com/storybookjs/storybook/pull/34945), thanks @&#8203;copilot-swe-agent! - Docs: Restore React 16/17 support in useServiceDocgen - [#&#8203;35179](https://redirect.github.com/storybookjs/storybook/pull/35179), thanks @&#8203;JReinhold! - Docs: Route ArgTypes and Controls through docgen service when flag enabled - [#&#8203;35109](https://redirect.github.com/storybookjs/storybook/pull/35109), thanks @&#8203;JReinhold! - Docs: Scope control input ids to each <Controls /> block instance - [#&#8203;34793](https://redirect.github.com/storybookjs/storybook/pull/34793), thanks @&#8203;TheSeydiCharyyev! - Docs: Support explicit id prop on <Meta> for standalone MDX - [#&#8203;34808](https://redirect.github.com/storybookjs/storybook/pull/34808), thanks @&#8203;TheSeydiCharyyev! - ESLint Plugin: Avoid ESLint Unstable API Load - [#&#8203;35269](https://redirect.github.com/storybookjs/storybook/pull/35269), thanks @&#8203;pupuking723! - Index: Remove `hasActiveFilters` check - [#&#8203;35151](https://redirect.github.com/storybookjs/storybook/pull/35151), thanks @&#8203;mrginglymus! - Init: Support pnpm catalogs when adding addon-vitest dependencies - [#&#8203;35415](https://redirect.github.com/storybookjs/storybook/pull/35415), thanks @&#8203;yannbf! - Interactions: Prevent debugger controls from stealing focus - [#&#8203;35073](https://redirect.github.com/storybookjs/storybook/pull/35073), thanks @&#8203;BrenoSI03! - Maintenance: Centralize supported file extension lists - [#&#8203;34844](https://redirect.github.com/storybookjs/storybook/pull/34844), thanks @&#8203;valentinpalkovic! - Maintenance: Replace `resolve` and `resolve.exports` with `oxc-resolver` - [#&#8203;34692](https://redirect.github.com/storybookjs/storybook/pull/34692), thanks @&#8203;valentinpalkovic! - Manager: Apply addon-registered filters to the initial story index - [#&#8203;35408](https://redirect.github.com/storybookjs/storybook/pull/35408), thanks @&#8203;ndelangen! - Manager: Fix crash when toggling addon panel on mobile (LandmarkManager TypeError) - [#&#8203;34790](https://redirect.github.com/storybookjs/storybook/pull/34790), thanks @&#8203;valentinpalkovic! - Manager: Fix layout.showPanel config - [#&#8203;34777](https://redirect.github.com/storybookjs/storybook/pull/34777), thanks @&#8203;kalinco-glitch! - Manager: Fix race condition in `experimental_setFilter` - [#&#8203;35194](https://redirect.github.com/storybookjs/storybook/pull/35194), thanks @&#8203;mrginglymus! - Manager: Keep local preview iframe on host URL when a ref story loads first - [#&#8203;35078](https://redirect.github.com/storybookjs/storybook/pull/35078), thanks @&#8203;TheSeydiCharyyev! - Manager: Restructure review feature state, layout integration, and thumbnail pipeline - [#&#8203;35351](https://redirect.github.com/storybookjs/storybook/pull/35351), thanks @&#8203;ghengeveld! - Measure & Outline: Honor the `disable` parameter - [#&#8203;35150](https://redirect.github.com/storybookjs/storybook/pull/35150), thanks @&#8203;yatishgoel! - ModuleGraph: Refactor from StoryDependencyService to open service-based ModuleGraphService - [#&#8203;35048](https://redirect.github.com/storybookjs/storybook/pull/35048), thanks @&#8203;JReinhold! - ModuleGraph: Stop bumping the graph revision on story-index invalidation - [#&#8203;35178](https://redirect.github.com/storybookjs/storybook/pull/35178), thanks @&#8203;JReinhold! - Next: Call link onClick before preventing default - [#&#8203;35311](https://redirect.github.com/storybookjs/storybook/pull/35311), thanks @&#8203;yatishgoel! - Next: Support `as` prop in next/link mock - [#&#8203;35148](https://redirect.github.com/storybookjs/storybook/pull/35148), thanks @&#8203;yatishgoel! - Next Vite: Add Link mock with useLinkStatus to nextjs-vite framework - [#&#8203;34736](https://redirect.github.com/storybookjs/storybook/pull/34736), thanks @&#8203;yatishgoel! - Next Vite: Bump vite-plugin-storybook-nextjs to ^3.3.0 - [#&#8203;34838](https://redirect.github.com/storybookjs/storybook/pull/34838), thanks @&#8203;yatishgoel! - Open Service: Add `internal` property to control visibility - [#&#8203;35057](https://redirect.github.com/storybookjs/storybook/pull/35057), thanks @&#8203;JReinhold! - Open Service: Add schema-driven service runtime - [#&#8203;34860](https://redirect.github.com/storybookjs/storybook/pull/34860), thanks @&#8203;JReinhold! - Open Service: Add sync between server, manager and preview - [#&#8203;35017](https://redirect.github.com/storybookjs/storybook/pull/35017), thanks @&#8203;ndelangen! - Open Service: Call remote commands in load functions - [#&#8203;35106](https://redirect.github.com/storybookjs/storybook/pull/35106), thanks @&#8203;JReinhold! - Open Service: Fix docgen hot update controls refresh - [#&#8203;35158](https://redirect.github.com/storybookjs/storybook/pull/35158), thanks @&#8203;JReinhold! - Open Service: Fix reactivity on deep signals, fire subscribers on load dependencies - [#&#8203;34979](https://redirect.github.com/storybookjs/storybook/pull/34979), thanks @&#8203;JReinhold! - Open Service: Implement service registration on the server - [#&#8203;34875](https://redirect.github.com/storybookjs/storybook/pull/34875), thanks @&#8203;JReinhold! - Open Service: Implement service registration on the server (attempt 2) - [#&#8203;34961](https://redirect.github.com/storybookjs/storybook/pull/34961), thanks @&#8203;JReinhold! - Open Service: Introduce query states (loading/error/success) - [#&#8203;35214](https://redirect.github.com/storybookjs/storybook/pull/35214), thanks @&#8203;JReinhold! - Open Service: Load static query snapshots in browser builds - [#&#8203;35154](https://redirect.github.com/storybookjs/storybook/pull/35154), thanks @&#8203;JReinhold! - Open Service: Mark module-graph engine commands as internal - [#&#8203;35144](https://redirect.github.com/storybookjs/storybook/pull/35144), thanks @&#8203;JReinhold! - Open Service: Split story docs from docgen service - [#&#8203;35169](https://redirect.github.com/storybookjs/storybook/pull/35169), thanks @&#8203;JReinhold! - Open Service: Sync queries, load/loaded() API, strict reader handlers - [#&#8203;34932](https://redirect.github.com/storybookjs/storybook/pull/34932), thanks @&#8203;JReinhold! - Open Service: Type getService for core services per runtime - [#&#8203;35242](https://redirect.github.com/storybookjs/storybook/pull/35242), thanks @&#8203;JReinhold! - Preview: Preserve @&#8203;ts-expect-error in web-component and vue preview - [#&#8203;34839](https://redirect.github.com/storybookjs/storybook/pull/34839), thanks @&#8203;brentswisher! - Preview: Preserve primitive args for non-ReactNode other types - [#&#8203;35088](https://redirect.github.com/storybookjs/storybook/pull/35088), thanks @&#8203;TheSeydiCharyyev! - Preview: Restore iframe scrolling after resizing the layout - [#&#8203;35310](https://redirect.github.com/storybookjs/storybook/pull/35310), thanks @&#8203;yatishgoel! - Preview: Use width/height instead of min-* in CanvasWrap - [#&#8203;35056](https://redirect.github.com/storybookjs/storybook/pull/35056), thanks @&#8203;DevLikhith5! - Pseudo States: Keep combinator broad pseudo selectors valid - [#&#8203;35060](https://redirect.github.com/storybookjs/storybook/pull/35060), thanks @&#8203;mturac! - Pseudo States: Preserve URL globals on story change - [#&#8203;35211](https://redirect.github.com/storybookjs/storybook/pull/35211), thanks @&#8203;Sidnioulz! - React Native: Remove babel deps from RN setup (not needed) - [#&#8203;35243](https://redirect.github.com/storybookjs/storybook/pull/35243), thanks @&#8203;dannyhw! - React: Add an optional TypeScript peer to react-vite - [#&#8203;34627](https://redirect.github.com/storybookjs/storybook/pull/34627), thanks @&#8203;wojtekmaj! - React: Align react-docgen versions - [#&#8203;35271](https://redirect.github.com/storybookjs/storybook/pull/35271), thanks @&#8203;Sidnioulz! - React: Fix subcomponent prop extraction without JSX usage - [#&#8203;35107](https://redirect.github.com/storybookjs/storybook/pull/35107), thanks @&#8203;JReinhold! - React: Render boolean props set to false in source snippets - [#&#8203;34968](https://redirect.github.com/storybookjs/storybook/pull/34968), thanks @&#8203;valentinpalkovic! - Review: Dynamic thumbnail scaling based on content dimensions - [#&#8203;35282](https://redirect.github.com/storybookjs/storybook/pull/35282), thanks @&#8203;ghengeveld! - Review: Fix accessibility/UX issues in the review UI - [#&#8203;35398](https://redirect.github.com/storybookjs/storybook/pull/35398), thanks @&#8203;Sidnioulz! - Review: Fix inaccurate review story counts in sidebar - [#&#8203;35391](https://redirect.github.com/storybookjs/storybook/pull/35391), thanks @&#8203;ghengeveld! - Review: Improve review thumbnail scaling and loading UX - [#&#8203;35335](https://redirect.github.com/storybookjs/storybook/pull/35335), thanks @&#8203;ghengeveld! - Review: Notify on review arrival instead of auto-navigating - [#&#8203;35276](https://redirect.github.com/storybookjs/storybook/pull/35276), thanks @&#8203;ghengeveld! - Review: Simplify layout handling - [#&#8203;35322](https://redirect.github.com/storybookjs/storybook/pull/35322), thanks @&#8203;ghengeveld! - Tanstack: Export `TanStackPreview` from `@storybook/tanstack-react` to unblock CSF Next typing - [#&#8203;34949](https://redirect.github.com/storybookjs/storybook/pull/34949), thanks @&#8203;copilot-swe-agent! - TanStack: Normalize route-group handling in createRoute mock - [#&#8203;34948](https://redirect.github.com/storybookjs/storybook/pull/34948), thanks @&#8203;copilot-swe-agent! - Tanstack: Remove Outlet mock - [#&#8203;35010](https://redirect.github.com/storybookjs/storybook/pull/35010), thanks @&#8203;huang-julien! - Tanstack: Supply id OR path when using RouteOptions for route mock - [#&#8203;34950](https://redirect.github.com/storybookjs/storybook/pull/34950), thanks @&#8203;copilot-swe-agent! - Telemetry: Preserve state machine when the module loads more than once - [#&#8203;35140](https://redirect.github.com/storybookjs/storybook/pull/35140), thanks @&#8203;kasperpeulen! - Telemetry: Prevent pnpm paths from leaking into framework.name - [#&#8203;35345](https://redirect.github.com/storybookjs/storybook/pull/35345), thanks @&#8203;Sidnioulz! - Test: Move @&#8203;testing-library/dom to dependencies - [#&#8203;34604](https://redirect.github.com/storybookjs/storybook/pull/34604), thanks @&#8203;XionWCFM! - UI: Allow manager-head favicon override - [#&#8203;34809](https://redirect.github.com/storybookjs/storybook/pull/34809), thanks @&#8203;MukundaKatta! - UI: Fix args not preserved in isolation mode - [#&#8203;35055](https://redirect.github.com/storybookjs/storybook/pull/35055), thanks @&#8203;sijie-Z! - UI: Hide onboarding menu with feature flag - [#&#8203;35299](https://redirect.github.com/storybookjs/storybook/pull/35299), thanks @&#8203;Sidnioulz! - Viewport: Highlight toolbar button when custom viewport is active - [#&#8203;35075](https://redirect.github.com/storybookjs/storybook/pull/35075), thanks @&#8203;derinbarutcu17! - Viewport: Warn when legacy `defaultViewport` parameter is used - [#&#8203;35087](https://redirect.github.com/storybookjs/storybook/pull/35087), thanks @&#8203;yatishgoel! - Vitest: Reset playwright cursor position to avoid hover bug - [#&#8203;34765](https://redirect.github.com/storybookjs/storybook/pull/34765), thanks @&#8203;Sidnioulz! - Vue: Ensure vue-component-meta runs in post - [#&#8203;34976](https://redirect.github.com/storybookjs/storybook/pull/34976), thanks @&#8203;Sidnioulz! - Vue: Fix Unicode Default Values In Docs - [#&#8203;34909](https://redirect.github.com/storybookjs/storybook/pull/34909), thanks @&#8203;Arunsiva003! - Vue: Use AST to inject __docgenInfo correctly - [#&#8203;35201](https://redirect.github.com/storybookjs/storybook/pull/35201), thanks @&#8203;Sidnioulz! - Webpack: Gate lazy-compilation import pipeline on webpack version - [#&#8203;34931](https://redirect.github.com/storybookjs/storybook/pull/34931), thanks @&#8203;copilot-swe-agent! </details> </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.9.5`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#395) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5) [diff](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5) ##### Markdown: Cap ordered list mark at 999,999,999 ([#&#8203;19351](https://redirect.github.com/prettier/prettier/pull/19351) by [@&#8203;tats-u](https://redirect.github.com/tats-u)) CommonMark parsers only support ordered list item numbers up to 999,999,999. With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output: <!-- prettier-ignore --> ```markdown <!-- Input --> 999999998. text 999999998. text 999999998. text 999999998. text 1234567890123456789012) text <!-- Prettier 3.9.4 --> 999999998. text 999999999. text 1000000000. text 1000000001. text 1234567890123456789012) text <!-- Prettier 3.9.5 --> 999999998. text 999999999. text 999999999. text 999999999. text 1234567890123456789012) text ``` ##### Markdown: Avoid corrupting empty link with title ([#&#8203;19487](https://redirect.github.com/prettier/prettier/pull/19487) by [@&#8203;andersk](https://redirect.github.com/andersk)) Do not remove `<>` from an inline link or image with an empty URL and a title, as this removal would change its interpretation. <!-- prettier-ignore --> ```md <!-- Input --> [link](<> "title") <!-- Prettier 3.9.4 --> [link]( "title") <!-- Prettier 3.9.5 --> [link](<> "title") ``` ##### Less: Remove extra spaces after `[` in map lookups ([#&#8203;19503](https://redirect.github.com/prettier/prettier/pull/19503) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input .foo { color: #theme[ primary]; color: #theme[@&#8203;name]; color: #theme[@&#8203;@&#8203;name]; } // Prettier 3.9.4 .foo { color: #theme[ primary]; color: #theme[ @&#8203;name]; color: #theme[ @&#8203;@&#8203;name]; } // Prettier 3.9.5 .foo { color: #theme[primary]; color: #theme[@&#8203;name]; color: #theme[@&#8203;@&#8203;name]; } ``` ##### CSS: Prevent addition space in `type()` with `+` ([#&#8203;19516](https://redirect.github.com/prettier/prettier/pull/19516) by [@&#8203;bigandy](https://redirect.github.com/bigandy)) This fixes the addition space before `+` in CSS `type()` declaration. For example `type(<number>+)` was being converted into `type(<number> +)` which is invalid CSS and does not work. <!-- prettier-ignore --> ```css /* Input */ div { border-radius: attr(br type(<length>+)); } /* Prettier 3.9.4 */ div { border-radius: attr(br type(<length> +)); } /* Prettier 3.9.5 */ div { border-radius: attr(br type(<length>+)); } ``` ##### Less: Remove spaces between merge markers and colons ([#&#8203;19517](https://redirect.github.com/prettier/prettier/pull/19517) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input a { box-shadow + : 0 0 1px #&#8203;000; } // Prettier 3.9.4 a { box-shadow+ : 0 0 1px #&#8203;000; } // Prettier 3.9.5 a { box-shadow+: 0 0 1px #&#8203;000; } ``` ##### Markdown: Preserve wiki links with aliases ([#&#8203;19527](https://redirect.github.com/prettier/prettier/pull/19527) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```markdown <!-- Input --> [[Foo:Bar]] <!-- Prettier 3.9.4 --> [[Foo]] <!-- Prettier 3.9.5 --> [[Foo:Bar]] ``` ##### TypeScript: Fix comments being dropped on shorthand `type` import/export specifiers ([#&#8203;19565](https://redirect.github.com/prettier/prettier/pull/19565) by [@&#8203;kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)) <!-- prettier-ignore --> ```tsx // Input export { type /* comment */ T } from "foo"; import { type /* comment */ T } from "foo"; // Prettier 3.9.4 Error: Comment "comment" was not printed. Please report this error! // Prettier 3.9.5 export { type /* comment */ T } from "foo"; import { type /* comment */ T } from "foo"; ``` ##### Miscellaneous: Preserving comments' `placement` property ([#&#8203;19567](https://redirect.github.com/prettier/prettier/pull/19567) by [@&#8203;Janther](https://redirect.github.com/Janther)) Prettier\@&#8203;3.9.0 deleted an undocumented property on comments, which was already used by plugins, `comment.placement` is now available again after comment attach. ##### Flow: Stop enforcing empty module declaration to break ([#&#8203;19568](https://redirect.github.com/prettier/prettier/pull/19568) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```flow // Input declare module "foo" {} // Prettier 3.9.4 declare module "foo" { } // Prettier 3.9.5 declare module "foo" {} ``` ##### Angular: Support expression for exhaustive typechecking ([#&#8203;19571](https://redirect.github.com/prettier/prettier/pull/19571) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```html <!-- Input --> @&#8203;switch (state.mode) { @&#8203;default never(state); } <!-- Prettier 3.9.4 --> @&#8203;switch (state.mode) { @&#8203;default never; } <!-- Prettier 3.9.5 --> @&#8203;switch (state.mode) { @&#8203;default never(state); } ``` ##### TypeScript: Ignore comments inside mapped type when checking type parameter comments ([#&#8203;19572](https://redirect.github.com/prettier/prettier/pull/19572) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input foo<{ // comment [key in keyof Foo]: number }>(); // Prettier 3.9.4 foo< { // comment [key in keyof Foo]: number; } >(); // Prettier 3.9.5 foo<{ // comment [key in keyof Foo]: number; }>(); ``` ##### Less: Fix adjacent block comments being corrupted ([#&#8203;19574](https://redirect.github.com/prettier/prettier/pull/19574) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input /* a *//* b */ /* a */* { color: red; } // Prettier 3.9.4 /* a */ /* b */ /* a * { color: red; } // Prettier 3.9.5 /* a */ /* b */ /* a */ * { color: red; } ``` ##### JavaScript: Handle dangling comments in `SwitchStatement` ([#&#8203;19581](https://redirect.github.com/prettier/prettier/pull/19581) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input switch (foo) { // comment } // Prettier 3.9.4 switch ( foo // comment ) { } // Prettier 3.9.5 switch (foo) { // comment } ``` ##### TypeScript: Remove space in comment-only object type ([#&#8203;19583](https://redirect.github.com/prettier/prettier/pull/19583) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input var foo = { /* comment */ }; type Foo = { /* comment */ }; // Prettier 3.9.4 var foo = {/* comment */}; type Foo = { /* comment */ }; // Prettier 3.9.5 var foo = {/* comment */}; type Foo = {/* comment */}; ``` ### [`v3.9.4`](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4) ### [`v3.9.3`](https://redirect.github.com/prettier/prettier/compare/b875c902b0509ca1ded6d4a12667d7834c8f8d00...b875c902b0509ca1ded6d4a12667d7834c8f8d00) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.2...3.9.3) ### [`v3.9.2`](https://redirect.github.com/prettier/prettier/compare/3.9.1...b875c902b0509ca1ded6d4a12667d7834c8f8d00) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.1...3.9.2) ### [`v3.9.1`](https://redirect.github.com/prettier/prettier/compare/3.9.0...3.9.1) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.0...3.9.1) ### [`v3.9.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#390) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.8.5...3.9.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.8.5...3.9.0) 🔗 [Release Notes](https://prettier.io/blog/2026/06/27/3.9.0) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.63.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0377b9c commit de11829

2 files changed

Lines changed: 88 additions & 87 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"eslint-plugin-prettier": "5.5.6",
9393
"eslint-plugin-react": "7.37.5",
9494
"eslint-plugin-react-hooks": "7.1.1",
95-
"eslint-plugin-storybook": "10.4.6",
95+
"eslint-plugin-storybook": "10.5.0",
9696
"glob": "13.0.6",
9797
"globals": "17.7.0",
9898
"husky": "9.1.7",
@@ -105,11 +105,11 @@
105105
"postcss-cli": "11.0.1",
106106
"postcss-import": "16.1.1",
107107
"postcss-modules": "9.0.1",
108-
"prettier": "3.8.5",
108+
"prettier": "3.9.5",
109109
"publint": "0.3.21",
110110
"rimraf": "6.1.3",
111111
"typescript": "6.0.3",
112-
"typescript-eslint": "8.62.1",
112+
"typescript-eslint": "8.63.0",
113113
"vite": "8.1.4",
114114
"vite-plugin-istanbul": "9.0.1",
115115
"vite-tsconfig-paths": "6.1.1"

yarn.lock

Lines changed: 85 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -5328,23 +5328,23 @@ __metadata:
53285328
languageName: node
53295329
linkType: hard
53305330

5331-
"@typescript-eslint/eslint-plugin@npm:8.62.1":
5332-
version: 8.62.1
5333-
resolution: "@typescript-eslint/eslint-plugin@npm:8.62.1"
5331+
"@typescript-eslint/eslint-plugin@npm:8.63.0":
5332+
version: 8.63.0
5333+
resolution: "@typescript-eslint/eslint-plugin@npm:8.63.0"
53345334
dependencies:
53355335
"@eslint-community/regexpp": "npm:^4.12.2"
5336-
"@typescript-eslint/scope-manager": "npm:8.62.1"
5337-
"@typescript-eslint/type-utils": "npm:8.62.1"
5338-
"@typescript-eslint/utils": "npm:8.62.1"
5339-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
5336+
"@typescript-eslint/scope-manager": "npm:8.63.0"
5337+
"@typescript-eslint/type-utils": "npm:8.63.0"
5338+
"@typescript-eslint/utils": "npm:8.63.0"
5339+
"@typescript-eslint/visitor-keys": "npm:8.63.0"
53405340
ignore: "npm:^7.0.5"
53415341
natural-compare: "npm:^1.4.0"
53425342
ts-api-utils: "npm:^2.5.0"
53435343
peerDependencies:
5344-
"@typescript-eslint/parser": ^8.62.1
5344+
"@typescript-eslint/parser": ^8.63.0
53455345
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
53465346
typescript: ">=4.8.4 <6.1.0"
5347-
checksum: 10c0/2d2cd289db1301693ae30a8cd89bd4f15dc3e63ab32763722e3428ae7e7e45a9430121566b69ae7de42a99426b08445798bd877a434d14879ae4933b99143fc8
5347+
checksum: 10c0/906a406d85ad80cbe06cb688d4382c34dfb36ebfbd710814f7f9651265b88cf53684ee5275a402eb0eb1243628c504019714f00c1331e54d499cdc7d7c14b5ba
53485348
languageName: node
53495349
linkType: hard
53505350

@@ -5384,19 +5384,19 @@ __metadata:
53845384
languageName: node
53855385
linkType: hard
53865386

5387-
"@typescript-eslint/parser@npm:8.62.1":
5388-
version: 8.62.1
5389-
resolution: "@typescript-eslint/parser@npm:8.62.1"
5387+
"@typescript-eslint/parser@npm:8.63.0":
5388+
version: 8.63.0
5389+
resolution: "@typescript-eslint/parser@npm:8.63.0"
53905390
dependencies:
5391-
"@typescript-eslint/scope-manager": "npm:8.62.1"
5392-
"@typescript-eslint/types": "npm:8.62.1"
5393-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
5394-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
5391+
"@typescript-eslint/scope-manager": "npm:8.63.0"
5392+
"@typescript-eslint/types": "npm:8.63.0"
5393+
"@typescript-eslint/typescript-estree": "npm:8.63.0"
5394+
"@typescript-eslint/visitor-keys": "npm:8.63.0"
53955395
debug: "npm:^4.4.3"
53965396
peerDependencies:
53975397
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
53985398
typescript: ">=4.8.4 <6.1.0"
5399-
checksum: 10c0/4edbd007b29405a52b735b3b8c59e1a84f4a32ca7c14bcbab939c6bb983f2f87e8a14c644cf8cd15181e12735923549edb0cb718330ee4bc31d69dc4a3f12d15
5399+
checksum: 10c0/28fd1db23ff16627936a0d630c6761df1d17046147b6e0ce6a144d60c0fbeddc756c3208e552f9e53c4d6a35f554205f7de3184b1ab45220a2fbc3bb8d1ac62b
54005400
languageName: node
54015401
linkType: hard
54025402

@@ -5418,16 +5418,16 @@ __metadata:
54185418
languageName: node
54195419
linkType: hard
54205420

5421-
"@typescript-eslint/project-service@npm:8.62.1":
5422-
version: 8.62.1
5423-
resolution: "@typescript-eslint/project-service@npm:8.62.1"
5421+
"@typescript-eslint/project-service@npm:8.63.0":
5422+
version: 8.63.0
5423+
resolution: "@typescript-eslint/project-service@npm:8.63.0"
54245424
dependencies:
5425-
"@typescript-eslint/tsconfig-utils": "npm:^8.62.1"
5426-
"@typescript-eslint/types": "npm:^8.62.1"
5425+
"@typescript-eslint/tsconfig-utils": "npm:^8.63.0"
5426+
"@typescript-eslint/types": "npm:^8.63.0"
54275427
debug: "npm:^4.4.3"
54285428
peerDependencies:
54295429
typescript: ">=4.8.4 <6.1.0"
5430-
checksum: 10c0/48af1ede4f491a8d499548ec82287e1fab0ea8ac48952a3be5b14c082a679d5e3b82d11a091ecde7ae1b327cb2d02e93255aa880fd86691392c6738b18baf38f
5430+
checksum: 10c0/d49ce51b128d83a0e87e01d7a30f2295d77713d913abddc817df7ac3aeb1333b5dbb0c634ad0d0941f51cdd84ad86a036178b90bb370aa819ff59082377ca0ee
54315431
languageName: node
54325432
linkType: hard
54335433

@@ -5451,22 +5451,22 @@ __metadata:
54515451
languageName: node
54525452
linkType: hard
54535453

5454-
"@typescript-eslint/scope-manager@npm:8.62.1":
5455-
version: 8.62.1
5456-
resolution: "@typescript-eslint/scope-manager@npm:8.62.1"
5454+
"@typescript-eslint/scope-manager@npm:8.63.0":
5455+
version: 8.63.0
5456+
resolution: "@typescript-eslint/scope-manager@npm:8.63.0"
54575457
dependencies:
5458-
"@typescript-eslint/types": "npm:8.62.1"
5459-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
5460-
checksum: 10c0/94cf3724b2fe2f068f357011efd3e42536e5431ee15dcf6dc80f36c842554f2de9a2f185bb3316a38a6e78a07206ffe16b723eb349157f35f820ba1ffe90830b
5458+
"@typescript-eslint/types": "npm:8.63.0"
5459+
"@typescript-eslint/visitor-keys": "npm:8.63.0"
5460+
checksum: 10c0/394245a25f852170adbdaaca9364d5d36a0e97e69e691e5594d5a3ced892a7eb78cf6e7a17cbc095490a168b60bb3ad6f6d48cd167c4b9cbc568bf0f785ab926
54615461
languageName: node
54625462
linkType: hard
54635463

5464-
"@typescript-eslint/tsconfig-utils@npm:8.62.1, @typescript-eslint/tsconfig-utils@npm:^8.62.1":
5465-
version: 8.62.1
5466-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.62.1"
5464+
"@typescript-eslint/tsconfig-utils@npm:8.63.0, @typescript-eslint/tsconfig-utils@npm:^8.63.0":
5465+
version: 8.63.0
5466+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.63.0"
54675467
peerDependencies:
54685468
typescript: ">=4.8.4 <6.1.0"
5469-
checksum: 10c0/42fb0efb857a6bc6a5b3fc654a2712e4106a75ae7ceb143754fba084f6a4d561adbf666fc334f3aabe6089adcd9a3a896c0009e08f1ef8447bf07900ada3ab66
5469+
checksum: 10c0/378a220fa5d0aaaf38887d667d1ddf8addfb7601af491230e77e32773158f9aad7723b8e25cebf0f95debc2217ca7b9ddf4e9ebd506e319fe1f9fe4244274013
54705470
languageName: node
54715471
linkType: hard
54725472

@@ -5487,19 +5487,19 @@ __metadata:
54875487
languageName: node
54885488
linkType: hard
54895489

5490-
"@typescript-eslint/type-utils@npm:8.62.1":
5491-
version: 8.62.1
5492-
resolution: "@typescript-eslint/type-utils@npm:8.62.1"
5490+
"@typescript-eslint/type-utils@npm:8.63.0":
5491+
version: 8.63.0
5492+
resolution: "@typescript-eslint/type-utils@npm:8.63.0"
54935493
dependencies:
5494-
"@typescript-eslint/types": "npm:8.62.1"
5495-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
5496-
"@typescript-eslint/utils": "npm:8.62.1"
5494+
"@typescript-eslint/types": "npm:8.63.0"
5495+
"@typescript-eslint/typescript-estree": "npm:8.63.0"
5496+
"@typescript-eslint/utils": "npm:8.63.0"
54975497
debug: "npm:^4.4.3"
54985498
ts-api-utils: "npm:^2.5.0"
54995499
peerDependencies:
55005500
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
55015501
typescript: ">=4.8.4 <6.1.0"
5502-
checksum: 10c0/e6e8b8ed0d39cbbe43bf2d83d9e89482044f496262abc0ea037d5a78f161300e7303395bda30b01f676f5df01473d514eed9973e521635817d6e9f1e48ed761c
5502+
checksum: 10c0/36f6ba389d05e57f2f1de0f21406a46694e39da83248d7d5eefb1601d6a37a3d2382ee6f1b1b0e63b78465d8d830eeaec1503aaefbad70b1030e59fb15307aae
55035503
languageName: node
55045504
linkType: hard
55055505

@@ -5517,10 +5517,10 @@ __metadata:
55175517
languageName: node
55185518
linkType: hard
55195519

5520-
"@typescript-eslint/types@npm:8.62.1, @typescript-eslint/types@npm:^8.62.1":
5521-
version: 8.62.1
5522-
resolution: "@typescript-eslint/types@npm:8.62.1"
5523-
checksum: 10c0/dfa1c9ef016c867a57d3fbef89f7968f3135d8d4621de1a8d2818258f79ed61f26fb6a3381ef27dde0a880817bfd5883f642f03a027dc127d771007022d1d880
5520+
"@typescript-eslint/types@npm:8.63.0, @typescript-eslint/types@npm:^8.48.0, @typescript-eslint/types@npm:^8.63.0":
5521+
version: 8.63.0
5522+
resolution: "@typescript-eslint/types@npm:8.63.0"
5523+
checksum: 10c0/270bd2b2affdc173dd7e9e1bf1419a6f7a2fa8ff1fca5c613da88f6e44c433a1412887e513d24233a4a6112bdc3439d3e4cadc4f492eb1a6dc2a377495a38836
55245524
languageName: node
55255525
linkType: hard
55265526

@@ -5561,22 +5561,22 @@ __metadata:
55615561
languageName: node
55625562
linkType: hard
55635563

5564-
"@typescript-eslint/typescript-estree@npm:8.62.1":
5565-
version: 8.62.1
5566-
resolution: "@typescript-eslint/typescript-estree@npm:8.62.1"
5564+
"@typescript-eslint/typescript-estree@npm:8.63.0":
5565+
version: 8.63.0
5566+
resolution: "@typescript-eslint/typescript-estree@npm:8.63.0"
55675567
dependencies:
5568-
"@typescript-eslint/project-service": "npm:8.62.1"
5569-
"@typescript-eslint/tsconfig-utils": "npm:8.62.1"
5570-
"@typescript-eslint/types": "npm:8.62.1"
5571-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
5568+
"@typescript-eslint/project-service": "npm:8.63.0"
5569+
"@typescript-eslint/tsconfig-utils": "npm:8.63.0"
5570+
"@typescript-eslint/types": "npm:8.63.0"
5571+
"@typescript-eslint/visitor-keys": "npm:8.63.0"
55725572
debug: "npm:^4.4.3"
55735573
minimatch: "npm:^10.2.2"
55745574
semver: "npm:^7.7.3"
55755575
tinyglobby: "npm:^0.2.15"
55765576
ts-api-utils: "npm:^2.5.0"
55775577
peerDependencies:
55785578
typescript: ">=4.8.4 <6.1.0"
5579-
checksum: 10c0/e2f554a5a683ded80e010221de46229134717eb7b5ea41cf704b9b702c6e56a93aabc784cafa93fdbc4293f79c0adc1d15ac2915a489be8dee4e9434ab9975ff
5579+
checksum: 10c0/84ca87141a0e7d59fb91e7baef36e20d4f00f1996aec6dfb1909c40496f13e54a13102c12b7cbe89285d04ca7975faa64d5683ff0d44ec9baa7be5207540142c
55805580
languageName: node
55815581
linkType: hard
55825582

@@ -5615,18 +5615,18 @@ __metadata:
56155615
languageName: node
56165616
linkType: hard
56175617

5618-
"@typescript-eslint/utils@npm:8.62.1, @typescript-eslint/utils@npm:^8.48.0":
5619-
version: 8.62.1
5620-
resolution: "@typescript-eslint/utils@npm:8.62.1"
5618+
"@typescript-eslint/utils@npm:8.63.0, @typescript-eslint/utils@npm:^8.48.0":
5619+
version: 8.63.0
5620+
resolution: "@typescript-eslint/utils@npm:8.63.0"
56215621
dependencies:
56225622
"@eslint-community/eslint-utils": "npm:^4.9.1"
5623-
"@typescript-eslint/scope-manager": "npm:8.62.1"
5624-
"@typescript-eslint/types": "npm:8.62.1"
5625-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
5623+
"@typescript-eslint/scope-manager": "npm:8.63.0"
5624+
"@typescript-eslint/types": "npm:8.63.0"
5625+
"@typescript-eslint/typescript-estree": "npm:8.63.0"
56265626
peerDependencies:
56275627
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
56285628
typescript: ">=4.8.4 <6.1.0"
5629-
checksum: 10c0/c8970c25049bd4c562c0780f96c1ed50082103ecfc441ccc5be7afd1632883c97e258a6482b6e5998a2a51c3bd4dba6fd066709122108a3b71bc5433cd2fa7c8
5629+
checksum: 10c0/1b0bb66c2dc11d7c3ea4e840294e35062e5f85b6d1d7d94b37e94e52a2fa71e76adf277602a183832c23d3deeb1f129d7aeb3ce960c1fc9b6d1136a4d61bd54a
56305630
languageName: node
56315631
linkType: hard
56325632

@@ -5650,13 +5650,13 @@ __metadata:
56505650
languageName: node
56515651
linkType: hard
56525652

5653-
"@typescript-eslint/visitor-keys@npm:8.62.1":
5654-
version: 8.62.1
5655-
resolution: "@typescript-eslint/visitor-keys@npm:8.62.1"
5653+
"@typescript-eslint/visitor-keys@npm:8.63.0":
5654+
version: 8.63.0
5655+
resolution: "@typescript-eslint/visitor-keys@npm:8.63.0"
56565656
dependencies:
5657-
"@typescript-eslint/types": "npm:8.62.1"
5657+
"@typescript-eslint/types": "npm:8.63.0"
56585658
eslint-visitor-keys: "npm:^5.0.0"
5659-
checksum: 10c0/2ab6659c197280b5329be392f4bf3b69ac951e5ab3cc645d05d470381de7f017456938285693b2505f7c02ca56eadc734d55af85c8dee4173b11823c34e7d53c
5659+
checksum: 10c0/595b47b08efecc35d93a8ac072798f9dc2371a371f03a1a03ab134a8505fe422fc647014bd096eac75a3d487c5eecf24393048ca88ed06f759d00115c11dd8bc
56605660
languageName: node
56615661
linkType: hard
56625662

@@ -10832,15 +10832,16 @@ __metadata:
1083210832
languageName: node
1083310833
linkType: hard
1083410834

10835-
"eslint-plugin-storybook@npm:10.4.6":
10836-
version: 10.4.6
10837-
resolution: "eslint-plugin-storybook@npm:10.4.6"
10835+
"eslint-plugin-storybook@npm:10.5.0":
10836+
version: 10.5.0
10837+
resolution: "eslint-plugin-storybook@npm:10.5.0"
1083810838
dependencies:
10839+
"@typescript-eslint/types": "npm:^8.48.0"
1083910840
"@typescript-eslint/utils": "npm:^8.48.0"
1084010841
peerDependencies:
1084110842
eslint: ">=8"
10842-
storybook: ^10.4.6
10843-
checksum: 10c0/574baee7544f179ef986157b916a7e02790128f5377d4bb4da3f097d42f491479c9036350f263036c56f1cf7d98bf555868604091bcc545600b842a75e7a3b91
10843+
storybook: ^10.5.0
10844+
checksum: 10c0/c6ae8a9ea203604adab39672743335e7e1bdda7b8943994e33c322b1dea75b7f52ed9b4327fc3f584b56706b57817d7aeda687495c22778840ced22f7174eb06
1084410845
languageName: node
1084510846
linkType: hard
1084610847

@@ -18904,12 +18905,12 @@ __metadata:
1890418905
languageName: node
1890518906
linkType: hard
1890618907

18907-
"prettier@npm:3.8.5":
18908-
version: 3.8.5
18909-
resolution: "prettier@npm:3.8.5"
18908+
"prettier@npm:3.9.5":
18909+
version: 3.9.5
18910+
resolution: "prettier@npm:3.9.5"
1891018911
bin:
1891118912
prettier: bin/prettier.cjs
18912-
checksum: 10c0/57ba3cd8ddc0cebcb31038f09081da5c8633ff1823ff5e5cf3496918b3b839f76a21e06050fd1a2c41547f44fedea2c28d7a4a26f0b2ed40eb60428c54c297ea
18913+
checksum: 10c0/0349dd9e6d8010965de6f69e6b6ee2484b8caf78c66675afced6c75ad60ff24c3a2a4f41153fb8adeaee4d8f539641b48cebc71d283cec4d146e9962126c5ceb
1891318914
languageName: node
1891418915
linkType: hard
1891518916

@@ -22030,18 +22031,18 @@ __metadata:
2203022031
languageName: node
2203122032
linkType: hard
2203222033

22033-
"typescript-eslint@npm:8.62.1":
22034-
version: 8.62.1
22035-
resolution: "typescript-eslint@npm:8.62.1"
22034+
"typescript-eslint@npm:8.63.0":
22035+
version: 8.63.0
22036+
resolution: "typescript-eslint@npm:8.63.0"
2203622037
dependencies:
22037-
"@typescript-eslint/eslint-plugin": "npm:8.62.1"
22038-
"@typescript-eslint/parser": "npm:8.62.1"
22039-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
22040-
"@typescript-eslint/utils": "npm:8.62.1"
22038+
"@typescript-eslint/eslint-plugin": "npm:8.63.0"
22039+
"@typescript-eslint/parser": "npm:8.63.0"
22040+
"@typescript-eslint/typescript-estree": "npm:8.63.0"
22041+
"@typescript-eslint/utils": "npm:8.63.0"
2204122042
peerDependencies:
2204222043
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2204322044
typescript: ">=4.8.4 <6.1.0"
22044-
checksum: 10c0/0dff8ca99a78854bb0d1d070543fd01242fc816897480d406dd31004ff0d5d69b1215e50d465dc89f9a45f8530174f8bda9fc6302d29bb96165b6e9b3e099a21
22045+
checksum: 10c0/3b71c97c28502d463e8c562c741bfd4134e329c0d5580268dbf7aa7ac08db7ce72ae6fbc4fdd155042e1a65589f15cc1e88abae87103e4a904fe833c7d508c0c
2204522046
languageName: node
2204622047
linkType: hard
2204722048

@@ -22175,7 +22176,7 @@ __metadata:
2217522176
eslint-plugin-prettier: "npm:5.5.6"
2217622177
eslint-plugin-react: "npm:7.37.5"
2217722178
eslint-plugin-react-hooks: "npm:7.1.1"
22178-
eslint-plugin-storybook: "npm:10.4.6"
22179+
eslint-plugin-storybook: "npm:10.5.0"
2217922180
glob: "npm:13.0.6"
2218022181
globals: "npm:17.7.0"
2218122182
husky: "npm:9.1.7"
@@ -22188,7 +22189,7 @@ __metadata:
2218822189
postcss-cli: "npm:11.0.1"
2218922190
postcss-import: "npm:16.1.1"
2219022191
postcss-modules: "npm:9.0.1"
22191-
prettier: "npm:3.8.5"
22192+
prettier: "npm:3.9.5"
2219222193
publint: "npm:0.3.21"
2219322194
react: "npm:19.2.7"
2219422195
react-dom: "npm:19.2.7"
@@ -22197,7 +22198,7 @@ __metadata:
2219722198
storybook: "npm:10.4.6"
2219822199
tocbot: "npm:4.36.8"
2219922200
typescript: "npm:6.0.3"
22200-
typescript-eslint: "npm:8.62.1"
22201+
typescript-eslint: "npm:8.63.0"
2220122202
vite: "npm:8.1.4"
2220222203
vite-plugin-istanbul: "npm:9.0.1"
2220322204
vite-tsconfig-paths: "npm:6.1.1"

0 commit comments

Comments
 (0)