Skip to content

chore(deps): update all non-major dependencies (minor)#8779

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/root-all-minor-patch
Open

chore(deps): update all non-major dependencies (minor)#8779
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/root-all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-storybook (source) 10.4.610.5.0 age confidence
prettier (source) 3.8.53.9.5 age confidence
typescript-eslint (source) 8.62.18.63.0 age confidence

Release Notes

storybookjs/storybook (eslint-plugin-storybook)

v10.5.0

Compare Source

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)
List of all updates - A11y: Fix MDX heading anchors not keyboard accessible - [#​34368](https://redirect.github.com/storybookjs/storybook/pull/34368), thanks @​TheSeydiCharyyev! - A11y: Handle lang attribute throughout preview - [#​35321](https://redirect.github.com/storybookjs/storybook/pull/35321), thanks @​Sidnioulz! - A11y: Surface required args and keyboard-reachable Setup controls in ArgsTable - [#​35306](https://redirect.github.com/storybookjs/storybook/pull/35306), thanks @​Sidnioulz! - Addon A11y: Preserve disabled a11y rules with runOnly - [#​34649](https://redirect.github.com/storybookjs/storybook/pull/34649), thanks @​cyphercodes! - Addon Docs: DocsContent not filling available width when TOC is enabled - [#​35043](https://redirect.github.com/storybookjs/storybook/pull/35043), thanks @​k-utsumi! - Addon Docs: Resolve CSF4 module exports without a default export - [#​34834](https://redirect.github.com/storybookjs/storybook/pull/34834), thanks @​TheSeydiCharyyev! - Addon Docs: Resolve providerImportSource to a path instead of a file:// URL - [#​34841](https://redirect.github.com/storybookjs/storybook/pull/34841), thanks @​TheSeydiCharyyev! - Addon Vitest: Add an initialGlobals option to pin a project's globals - [#​35226](https://redirect.github.com/storybookjs/storybook/pull/35226), thanks @​lifeiscontent! - Addon Vitest: Avoid erroring out on benign Win process exits - [#​35287](https://redirect.github.com/storybookjs/storybook/pull/35287), thanks @​Sidnioulz! - Addon Vitest: Fix dynamic import failure with Vitest 3 - [#​34927](https://redirect.github.com/storybookjs/storybook/pull/34927), thanks @​Sidnioulz! - Addon Vitest: Subscribe for run completion before triggering it - [#​35291](https://redirect.github.com/storybookjs/storybook/pull/35291), thanks @​tsushanth! - Angular: Add versioned `@types/node` to packages installed during `storybook init` - [#​34192](https://redirect.github.com/storybookjs/storybook/pull/34192), thanks @​copilot-swe-agent! - Angular: Fix custom paths for stats.json on angular - [#​34551](https://redirect.github.com/storybookjs/storybook/pull/34551), thanks @​mrginglymus! - Angular: Fix zone.js drop in angular-to-angular-vite migration + schema sync + transform widening - [#​35386](https://redirect.github.com/storybookjs/storybook/pull/35386), thanks @​valentinpalkovic! - Angular: Install @​analogjs/vite-plugin-angular in angular-to-angular-vite automigration - [#​35432](https://redirect.github.com/storybookjs/storybook/pull/35432), thanks @​valentinpalkovic! - Angular: Introduce @​storybook/angular-vite package - [#​34202](https://redirect.github.com/storybookjs/storybook/pull/34202), thanks @​brandonroberts! - Angular: Support Angular 22 in Webpack framework - [#​35318](https://redirect.github.com/storybookjs/storybook/pull/35318), thanks @​EtiennePasteur! - Angular: Use future-proof API for component reflection - [#​35228](https://redirect.github.com/storybookjs/storybook/pull/35228), thanks @​Sidnioulz! - Babel: Remove bugfixes from preset-env in v8 - [#​35266](https://redirect.github.com/storybookjs/storybook/pull/35266), thanks @​Sidnioulz! - Builder Vite: Fix empty external globals imports - [#​34348](https://redirect.github.com/storybookjs/storybook/pull/34348), thanks @​raashish1601! - Builder Vite: Support configLoader via builder options - [#​34080](https://redirect.github.com/storybookjs/storybook/pull/34080), thanks @​holvi-sebastian! - CLI: Add `storybook ai ` MCP passthrough behind `STORYBOOK_FEATURE_AI_CLI` - [#​35125](https://redirect.github.com/storybookjs/storybook/pull/35125), thanks @​kasperpeulen! - CLI: Add telemetry for the `storybook ai ` passthrough - [#​35138](https://redirect.github.com/storybookjs/storybook/pull/35138), thanks @​kasperpeulen! - CLI: Allow -p shorthand to --port for ai command - [#​35390](https://redirect.github.com/storybookjs/storybook/pull/35390), thanks @​huang-julien! - CLI: Bundle the `ai` command in core so it never downloads `@storybook/cli` - [#​35147](https://redirect.github.com/storybookjs/storybook/pull/35147), thanks @​kasperpeulen! - CLI: Do not auto-open the browser in storybook dev under AI agents - [#​35412](https://redirect.github.com/storybookjs/storybook/pull/35412), thanks @​kasperpeulen! - CLI: Exit process after successful build - [#​34735](https://redirect.github.com/storybookjs/storybook/pull/34735), thanks @​torleifhalseth! - CLI: Fix angular-to-angular-vite migration failing to configure addon-vitest - [#​35404](https://redirect.github.com/storybookjs/storybook/pull/35404), thanks @​valentinpalkovic! - CLI: Fix silent hang in deferred addon configuration during upgrade - [#​35423](https://redirect.github.com/storybookjs/storybook/pull/35423), thanks @​valentinpalkovic! - CLI: Fix upgrade crash on Storybook latest version check - [#​35156](https://redirect.github.com/storybookjs/storybook/pull/35156), thanks @​yatishgoel! - CLI: Handle nested array schema for AI help - [#​35424](https://redirect.github.com/storybookjs/storybook/pull/35424), thanks @​huang-julien! - CLI: Install MCP when upgrade is ran by agent - [#​35215](https://redirect.github.com/storybookjs/storybook/pull/35215), thanks @​huang-julien! - CLI: Load Storybook AI help from preset metadata - [#​35212](https://redirect.github.com/storybookjs/storybook/pull/35212), thanks @​kasperpeulen! - CLI: Match `storybook ai` instances by config dir as well as cwd - [#​35392](https://redirect.github.com/storybookjs/storybook/pull/35392), thanks @​kasperpeulen! - CLI: Prefer agent-matched Storybook instances - [#​35235](https://redirect.github.com/storybookjs/storybook/pull/35235), thanks @​kasperpeulen! - CLI: Respect BROWSER and BROWSER_ARGS - [#​34513](https://redirect.github.com/storybookjs/storybook/pull/34513), thanks @​ianzone! - CLI: Show MCP workflow instructions in AI help - [#​35164](https://redirect.github.com/storybookjs/storybook/pull/35164), thanks @​kasperpeulen! - CLI: Skip a11y addon automigration prompting when not applicable - [#​35376](https://redirect.github.com/storybookjs/storybook/pull/35376), thanks @​yannbf! - CLI: Support Claude preview autoPort - [#​35259](https://redirect.github.com/storybookjs/storybook/pull/35259), thanks @​kasperpeulen! - CLI: Use detected package manager instead of npx for remote commands - [#​35409](https://redirect.github.com/storybookjs/storybook/pull/35409), thanks @​ghengeveld! - Controls: Add label to Object JSON control - [#​34766](https://redirect.github.com/storybookjs/storybook/pull/34766), thanks @​Jaksenc! - Controls: Guard normalizeOptions against array labels and prototype chain lookups - [#​34664](https://redirect.github.com/storybookjs/storybook/pull/34664), thanks @​creazyfrog! - Controls: Improve ArgsTable empty state guidance - [#​34857](https://redirect.github.com/storybookjs/storybook/pull/34857), thanks @​Aniketiitk21! - Controls: Load controls for composed-ref stories on direct deep-link - [#​35402](https://redirect.github.com/storybookjs/storybook/pull/35402), thanks @​ndelangen! - Controls: Load controls for stories from a composed ref - [#​35050](https://redirect.github.com/storybookjs/storybook/pull/35050), thanks @​TheSeydiCharyyev! - Controls: Prevent AbortError when rapidly resetting - [#​34412](https://redirect.github.com/storybookjs/storybook/pull/34412), thanks @​whdjh! - Controls: Prevent the save bar from covering the last control - [#​35136](https://redirect.github.com/storybookjs/storybook/pull/35136), thanks @​TheSeydiCharyyev! - Core: Add ai-review observability - [#​35300](https://redirect.github.com/storybookjs/storybook/pull/35300), thanks @​yannbf! - Core: Add experimentalReview feature flag and make the features type augmentable - [#​35379](https://redirect.github.com/storybookjs/storybook/pull/35379), thanks @​yannbf! - Core: Add missing export to globals - [#​34929](https://redirect.github.com/storybookjs/storybook/pull/34929), thanks @​Sidnioulz! - Core: Add ref-based components manifest index backed by docgen open service - [#​35063](https://redirect.github.com/storybookjs/storybook/pull/35063), thanks @​JReinhold! - Core: Add runtime instance registry - [#​34863](https://redirect.github.com/storybookjs/storybook/pull/34863), thanks @​kasperpeulen! - Core: Allow vite-plus 0.2.x in the optional peer range - [#​35221](https://redirect.github.com/storybookjs/storybook/pull/35221), thanks @​lifeiscontent! - Core: Categorize UniversalStore follower timeout error - [#​34592](https://redirect.github.com/storybookjs/storybook/pull/34592), thanks @​justismailmemon! - Core: Clean stale runtime instance records - [#​35023](https://redirect.github.com/storybookjs/storybook/pull/35023), thanks @​kasperpeulen! - Core: Compose core annotations before preview beforeAll - [#​35323](https://redirect.github.com/storybookjs/storybook/pull/35323), thanks @​JReinhold! - Core: Ensure every runtime installs the real channel and stop the mock fallback from poisoning it - [#​35410](https://redirect.github.com/storybookjs/storybook/pull/35410), thanks @​ndelangen! - Core: Expose backgrounds types from public subpath - [#​35044](https://redirect.github.com/storybookjs/storybook/pull/35044), thanks @​ShaharAviram1! - Core: Extract StoryDependencyGraphService from ChangeDetectionService - [#​35009](https://redirect.github.com/storybookjs/storybook/pull/35009), thanks @​valentinpalkovic! - Core: Fix cryptic invariant crash when dev server port detection fails - [#​35388](https://redirect.github.com/storybookjs/storybook/pull/35388), thanks @​kasperpeulen! - Core: Fix EEXIST race condition in static file copying during build - [#​34499](https://redirect.github.com/storybookjs/storybook/pull/34499), thanks @​flt3150sk! - Core: Fix npm dependency detection - [#​35083](https://redirect.github.com/storybookjs/storybook/pull/35083), thanks @​fallintoplace! - Core: Fix potential race condition in SET_CONFIG hook - [#​35401](https://redirect.github.com/storybookjs/storybook/pull/35401), thanks @​mrginglymus! - Core: Fix resolveImport TSX fallback - [#​34815](https://redirect.github.com/storybookjs/storybook/pull/34815), thanks @​cyphercodes! - Core: Flush preview-api hook effects in portable stories - [#​35224](https://redirect.github.com/storybookjs/storybook/pull/35224), thanks @​lifeiscontent! - Core: Ignore story-like directories in indexer - [#​34806](https://redirect.github.com/storybookjs/storybook/pull/34806), thanks @​MukundaKatta! - Core: Improve ActionBar focus indicator in high contrast mode - [#​34779](https://redirect.github.com/storybookjs/storybook/pull/34779), thanks @​TheSeydiCharyyev! - Core: Include chromatic packages in ecosystem identifier - [#​35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks @​yannbf! - Core: Incorrect package json handling - [#​34515](https://redirect.github.com/storybookjs/storybook/pull/34515), thanks @​lino-levan! - Core: Introduce Agentic Review feature - [#​34837](https://redirect.github.com/storybookjs/storybook/pull/34837), thanks @​yannbf! - Core: Leave experimentalReview unset by default so the AI CLI plugins can enable review - [#​35396](https://redirect.github.com/storybookjs/storybook/pull/35396), thanks @​kasperpeulen! - Core: Recognize addon-mcp registered via getAbsolutePath() in runtime instance registry - [#​35286](https://redirect.github.com/storybookjs/storybook/pull/35286), thanks @​yannbf! - Core: Reset WebsocketTransport heartbeat on every message, not just ping - [#​35422](https://redirect.github.com/storybookjs/storybook/pull/35422), thanks @​valentinpalkovic! - Core: Skip story-docs Code panel emission in portable stories - [#​35387](https://redirect.github.com/storybookjs/storybook/pull/35387), thanks @​ndelangen! - Core: Use UndoIcon for Review-changes clear button - [#​34767](https://redirect.github.com/storybookjs/storybook/pull/34767), thanks @​valentinpalkovic! - CSF Next: Propagate skip tags to .test children - [#​34964](https://redirect.github.com/storybookjs/storybook/pull/34964), thanks @​kwonoj! - CSF Next: Add tags type support for - [#​34819](https://redirect.github.com/storybookjs/storybook/pull/34819), thanks @​unional! - CSF: Fix Canvas and userEvent types under Yarn PnP - [#​34986](https://redirect.github.com/storybookjs/storybook/pull/34986), thanks @​yatishgoel! - Docgen: Add mock open service - [#​34954](https://redirect.github.com/storybookjs/storybook/pull/34954), thanks @​JReinhold! - Docgen: Fix inferred argTypes from initial args overriding docgen and custom argTypes in experimentalDocgenServer mode - [#​35196](https://redirect.github.com/storybookjs/storybook/pull/35196), thanks @​JReinhold! - Docgen: Register service runtime, payload argTypes - [#​35108](https://redirect.github.com/storybookjs/storybook/pull/35108), thanks @​JReinhold! - Docgen: Run experimentalDocgenServer extraction in a worker thread - [#​35324](https://redirect.github.com/storybookjs/storybook/pull/35324), thanks @​JReinhold! - Docgen: Wire up react-component-meta with DocgenService - [#​34963](https://redirect.github.com/storybookjs/storybook/pull/34963), thanks @​JReinhold! - DocgenServer: Fix OOM by recycling the shared TS program - [#​35305](https://redirect.github.com/storybookjs/storybook/pull/35305), thanks @​ndelangen! - Docs: Add ariaLabel support to ActionItem interface - [#​34749](https://redirect.github.com/storybookjs/storybook/pull/34749), thanks @​TheSeydiCharyyev! - Docs: Add shallow MDX ref manifests for experimentalDocgenServer - [#​35189](https://redirect.github.com/storybookjs/storybook/pull/35189), thanks @​JReinhold! - Docs: Deprecate ExternalDocs - [#​35074](https://redirect.github.com/storybookjs/storybook/pull/35074), thanks @​Sidnioulz! - Docs: Fix Controls losing focus when subcomponents are defined - [#​35018](https://redirect.github.com/storybookjs/storybook/pull/35018), thanks @​cssinate! - Docs: Improve DocsParameters types - [#​35190](https://redirect.github.com/storybookjs/storybook/pull/35190), thanks @​mrginglymus! - Docs: Prevent heading anchor cutoff on docs pages - [#​34945](https://redirect.github.com/storybookjs/storybook/pull/34945), thanks @​copilot-swe-agent! - Docs: Restore React 16/17 support in useServiceDocgen - [#​35179](https://redirect.github.com/storybookjs/storybook/pull/35179), thanks @​JReinhold! - Docs: Route ArgTypes and Controls through docgen service when flag enabled - [#​35109](https://redirect.github.com/storybookjs/storybook/pull/35109), thanks @​JReinhold! - Docs: Scope control input ids to each block instance - [#​34793](https://redirect.github.com/storybookjs/storybook/pull/34793), thanks @​TheSeydiCharyyev! - Docs: Support explicit id prop on for standalone MDX - [#​34808](https://redirect.github.com/storybookjs/storybook/pull/34808), thanks @​TheSeydiCharyyev! - ESLint Plugin: Avoid ESLint Unstable API Load - [#​35269](https://redirect.github.com/storybookjs/storybook/pull/35269), thanks @​pupuking723! - Index: Remove `hasActiveFilters` check - [#​35151](https://redirect.github.com/storybookjs/storybook/pull/35151), thanks @​mrginglymus! - Init: Support pnpm catalogs when adding addon-vitest dependencies - [#​35415](https://redirect.github.com/storybookjs/storybook/pull/35415), thanks @​yannbf! - Interactions: Prevent debugger controls from stealing focus - [#​35073](https://redirect.github.com/storybookjs/storybook/pull/35073), thanks @​BrenoSI03! - Maintenance: Centralize supported file extension lists - [#​34844](https://redirect.github.com/storybookjs/storybook/pull/34844), thanks @​valentinpalkovic! - Maintenance: Replace `resolve` and `resolve.exports` with `oxc-resolver` - [#​34692](https://redirect.github.com/storybookjs/storybook/pull/34692), thanks @​valentinpalkovic! - Manager: Apply addon-registered filters to the initial story index - [#​35408](https://redirect.github.com/storybookjs/storybook/pull/35408), thanks @​ndelangen! - Manager: Fix crash when toggling addon panel on mobile (LandmarkManager TypeError) - [#​34790](https://redirect.github.com/storybookjs/storybook/pull/34790), thanks @​valentinpalkovic! - Manager: Fix layout.showPanel config - [#​34777](https://redirect.github.com/storybookjs/storybook/pull/34777), thanks @​kalinco-glitch! - Manager: Fix race condition in `experimental_setFilter` - [#​35194](https://redirect.github.com/storybookjs/storybook/pull/35194), thanks @​mrginglymus! - Manager: Keep local preview iframe on host URL when a ref story loads first - [#​35078](https://redirect.github.com/storybookjs/storybook/pull/35078), thanks @​TheSeydiCharyyev! - Manager: Restructure review feature state, layout integration, and thumbnail pipeline - [#​35351](https://redirect.github.com/storybookjs/storybook/pull/35351), thanks @​ghengeveld! - Measure & Outline: Honor the `disable` parameter - [#​35150](https://redirect.github.com/storybookjs/storybook/pull/35150), thanks @​yatishgoel! - ModuleGraph: Refactor from StoryDependencyService to open service-based ModuleGraphService - [#​35048](https://redirect.github.com/storybookjs/storybook/pull/35048), thanks @​JReinhold! - ModuleGraph: Stop bumping the graph revision on story-index invalidation - [#​35178](https://redirect.github.com/storybookjs/storybook/pull/35178), thanks @​JReinhold! - Next: Call link onClick before preventing default - [#​35311](https://redirect.github.com/storybookjs/storybook/pull/35311), thanks @​yatishgoel! - Next: Support `as` prop in next/link mock - [#​35148](https://redirect.github.com/storybookjs/storybook/pull/35148), thanks @​yatishgoel! - Next Vite: Add Link mock with useLinkStatus to nextjs-vite framework - [#​34736](https://redirect.github.com/storybookjs/storybook/pull/34736), thanks @​yatishgoel! - Next Vite: Bump vite-plugin-storybook-nextjs to ^3.3.0 - [#​34838](https://redirect.github.com/storybookjs/storybook/pull/34838), thanks @​yatishgoel! - Open Service: Add `internal` property to control visibility - [#​35057](https://redirect.github.com/storybookjs/storybook/pull/35057), thanks @​JReinhold! - Open Service: Add schema-driven service runtime - [#​34860](https://redirect.github.com/storybookjs/storybook/pull/34860), thanks @​JReinhold! - Open Service: Add sync between server, manager and preview - [#​35017](https://redirect.github.com/storybookjs/storybook/pull/35017), thanks @​ndelangen! - Open Service: Call remote commands in load functions - [#​35106](https://redirect.github.com/storybookjs/storybook/pull/35106), thanks @​JReinhold! - Open Service: Fix docgen hot update controls refresh - [#​35158](https://redirect.github.com/storybookjs/storybook/pull/35158), thanks @​JReinhold! - Open Service: Fix reactivity on deep signals, fire subscribers on load dependencies - [#​34979](https://redirect.github.com/storybookjs/storybook/pull/34979), thanks @​JReinhold! - Open Service: Implement service registration on the server - [#​34875](https://redirect.github.com/storybookjs/storybook/pull/34875), thanks @​JReinhold! - Open Service: Implement service registration on the server (attempt 2) - [#​34961](https://redirect.github.com/storybookjs/storybook/pull/34961), thanks @​JReinhold! - Open Service: Introduce query states (loading/error/success) - [#​35214](https://redirect.github.com/storybookjs/storybook/pull/35214), thanks @​JReinhold! - Open Service: Load static query snapshots in browser builds - [#​35154](https://redirect.github.com/storybookjs/storybook/pull/35154), thanks @​JReinhold! - Open Service: Mark module-graph engine commands as internal - [#​35144](https://redirect.github.com/storybookjs/storybook/pull/35144), thanks @​JReinhold! - Open Service: Split story docs from docgen service - [#​35169](https://redirect.github.com/storybookjs/storybook/pull/35169), thanks @​JReinhold! - Open Service: Sync queries, load/loaded() API, strict reader handlers - [#​34932](https://redirect.github.com/storybookjs/storybook/pull/34932), thanks @​JReinhold! - Open Service: Type getService for core services per runtime - [#​35242](https://redirect.github.com/storybookjs/storybook/pull/35242), thanks @​JReinhold! - Preview: Preserve @​ts-expect-error in web-component and vue preview - [#​34839](https://redirect.github.com/storybookjs/storybook/pull/34839), thanks @​brentswisher! - Preview: Preserve primitive args for non-ReactNode other types - [#​35088](https://redirect.github.com/storybookjs/storybook/pull/35088), thanks @​TheSeydiCharyyev! - Preview: Restore iframe scrolling after resizing the layout - [#​35310](https://redirect.github.com/storybookjs/storybook/pull/35310), thanks @​yatishgoel! - Preview: Use width/height instead of min-* in CanvasWrap - [#​35056](https://redirect.github.com/storybookjs/storybook/pull/35056), thanks @​DevLikhith5! - Pseudo States: Keep combinator broad pseudo selectors valid - [#​35060](https://redirect.github.com/storybookjs/storybook/pull/35060), thanks @​mturac! - Pseudo States: Preserve URL globals on story change - [#​35211](https://redirect.github.com/storybookjs/storybook/pull/35211), thanks @​Sidnioulz! - React Native: Remove babel deps from RN setup (not needed) - [#​35243](https://redirect.github.com/storybookjs/storybook/pull/35243), thanks @​dannyhw! - React: Add an optional TypeScript peer to react-vite - [#​34627](https://redirect.github.com/storybookjs/storybook/pull/34627), thanks @​wojtekmaj! - React: Align react-docgen versions - [#​35271](https://redirect.github.com/storybookjs/storybook/pull/35271), thanks @​Sidnioulz! - React: Fix subcomponent prop extraction without JSX usage - [#​35107](https://redirect.github.com/storybookjs/storybook/pull/35107), thanks @​JReinhold! - React: Render boolean props set to false in source snippets - [#​34968](https://redirect.github.com/storybookjs/storybook/pull/34968), thanks @​valentinpalkovic! - Review: Dynamic thumbnail scaling based on content dimensions - [#​35282](https://redirect.github.com/storybookjs/storybook/pull/35282), thanks @​ghengeveld! - Review: Fix accessibility/UX issues in the review UI - [#​35398](https://redirect.github.com/storybookjs/storybook/pull/35398), thanks @​Sidnioulz! - Review: Fix inaccurate review story counts in sidebar - [#​35391](https://redirect.github.com/storybookjs/storybook/pull/35391), thanks @​ghengeveld! - Review: Improve review thumbnail scaling and loading UX - [#​35335](https://redirect.github.com/storybookjs/storybook/pull/35335), thanks @​ghengeveld! - Review: Notify on review arrival instead of auto-navigating - [#​35276](https://redirect.github.com/storybookjs/storybook/pull/35276), thanks @​ghengeveld! - Review: Simplify layout handling - [#​35322](https://redirect.github.com/storybookjs/storybook/pull/35322), thanks @​ghengeveld! - Tanstack: Export `TanStackPreview` from `@storybook/tanstack-react` to unblock CSF Next typing - [#​34949](https://redirect.github.com/storybookjs/storybook/pull/34949), thanks @​copilot-swe-agent! - TanStack: Normalize route-group handling in createRoute mock - [#​34948](https://redirect.github.com/storybookjs/storybook/pull/34948), thanks @​copilot-swe-agent! - Tanstack: Remove Outlet mock - [#​35010](https://redirect.github.com/storybookjs/storybook/pull/35010), thanks @​huang-julien! - Tanstack: Supply id OR path when using RouteOptions for route mock - [#​34950](https://redirect.github.com/storybookjs/storybook/pull/34950), thanks @​copilot-swe-agent! - Telemetry: Preserve state machine when the module loads more than once - [#​35140](https://redirect.github.com/storybookjs/storybook/pull/35140), thanks @​kasperpeulen! - Telemetry: Prevent pnpm paths from leaking into framework.name - [#​35345](https://redirect.github.com/storybookjs/storybook/pull/35345), thanks @​Sidnioulz! - Test: Move @​testing-library/dom to dependencies - [#​34604](https://redirect.github.com/storybookjs/storybook/pull/34604), thanks @​XionWCFM! - UI: Allow manager-head favicon override - [#​34809](https://redirect.github.com/storybookjs/storybook/pull/34809), thanks @​MukundaKatta! - UI: Fix args not preserved in isolation mode - [#​35055](https://redirect.github.com/storybookjs/storybook/pull/35055), thanks @​sijie-Z! - UI: Hide onboarding menu with feature flag - [#​35299](https://redirect.github.com/storybookjs/storybook/pull/35299), thanks @​Sidnioulz! - Viewport: Highlight toolbar button when custom viewport is active - [#​35075](https://redirect.github.com/storybookjs/storybook/pull/35075), thanks @​derinbarutcu17! - Viewport: Warn when legacy `defaultViewport` parameter is used - [#​35087](https://redirect.github.com/storybookjs/storybook/pull/35087), thanks @​yatishgoel! - Vitest: Reset playwright cursor position to avoid hover bug - [#​34765](https://redirect.github.com/storybookjs/storybook/pull/34765), thanks @​Sidnioulz! - Vue: Ensure vue-component-meta runs in post - [#​34976](https://redirect.github.com/storybookjs/storybook/pull/34976), thanks @​Sidnioulz! - Vue: Fix Unicode Default Values In Docs - [#​34909](https://redirect.github.com/storybookjs/storybook/pull/34909), thanks @​Arunsiva003! - Vue: Use AST to inject __docgenInfo correctly - [#​35201](https://redirect.github.com/storybookjs/storybook/pull/35201), thanks @​Sidnioulz! - Webpack: Gate lazy-compilation import pipeline on webpack version - [#​34931](https://redirect.github.com/storybookjs/storybook/pull/34931), thanks @​copilot-swe-agent!
prettier/prettier (prettier)

v3.9.5

Compare Source

diff

Markdown: Cap ordered list mark at 999,999,999 (#​19351 by @​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:

<!-- 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 (#​19487 by @​andersk)

Do not remove <> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.

<!-- Input -->
[link](<> "title")

<!-- Prettier 3.9.4 -->
[link]( "title")

<!-- Prettier 3.9.5 -->
[link](<> "title")
Less: Remove extra spaces after [ in map lookups (#​19503 by @​kovsu)
// 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 + (#​19516 by @​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.

/* 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 (#​19517 by @​kovsu)
// 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 (#​19527 by @​kovsu)
<!-- 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 (#​19565 by @​kirkwaiblinger)
// 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 (#​19567 by @​Janther)

Prettier@​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 (#​19568 by @​fisker)
// Input
declare module "foo" {}

// Prettier 3.9.4
declare module "foo" {
}

// Prettier 3.9.5
declare module "foo" {}
Angular: Support expression for exhaustive typechecking (#​19571 by @​fisker)
<!-- 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 (#​19572 by @​fisker)
// 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 (#​19574 by @​kovsu)
// 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 (#​19581 by @​fisker)
// 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 (#​19583 by @​fisker)
// 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

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.63.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


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 if that's undesired.


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

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

@renovate renovate Bot added the dependencies PR or issue concerning dependency files label Jul 13, 2026
@renovate renovate Bot added the dependencies PR or issue concerning dependency files label Jul 13, 2026
@renovate renovate Bot enabled auto-merge July 13, 2026 01:09
@github-actions

Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 522 kB

📦 View Changed
Filename Size Change
packages/compat/dist/generated/VersionInfo.js 164 B +1 B (+0.61%)
packages/main/dist/generated/VersionInfo.js 163 B -1 B (-0.61%)
ℹ️ View Unchanged
Filename Size
packages/ai/dist/components/Button/index.js 945 B
packages/ai/dist/components/ButtonState/index.js 595 B
packages/ai/dist/components/Input/index.js 1.02 kB
packages/ai/dist/components/PromptInput/index.js 588 B
packages/ai/dist/components/TextArea/index.js 894 B
packages/ai/dist/generated/VersionInfo.js 164 B
packages/ai/dist/index.js 124 B
packages/base/dist/Device/EventProvider.js 136 B
packages/base/dist/Device/index.js 1.8 kB
packages/base/dist/Device/Media.js 883 B
packages/base/dist/generated/VersionInfo.js 164 B
packages/base/dist/hooks/index.js 89 B
packages/base/dist/hooks/useI18nBundle.js 285 B
packages/base/dist/hooks/useViewportRange.js 295 B
packages/base/dist/index.js 266 B
packages/base/dist/internal/hooks/index.js 152 B
packages/base/dist/internal/hooks/useCurrentTheme.js 275 B
packages/base/dist/internal/hooks/useIsomorphicLayoutEffect.js 137 B
packages/base/dist/internal/hooks/useIsRTL.js 394 B
packages/base/dist/internal/hooks/useStylesheet.js 491 B
packages/base/dist/internal/hooks/useSyncRef.js 677 B
packages/base/dist/internal/stores/I18nStore.js 626 B
packages/base/dist/internal/stores/StyleStore.js 597 B
packages/base/dist/internal/styling/CssSizeVariables.js 955 B
packages/base/dist/internal/types/CommonProps.js 31 B
packages/base/dist/internal/types/index.js 31 B
packages/base/dist/internal/types/Ui5CustomEvent.js 31 B
packages/base/dist/internal/types/Ui5DomRef.js 31 B
packages/base/dist/internal/utils/addCustomCSSWithScoping.js 296 B
packages/base/dist/internal/utils/debounce.js 704 B
packages/base/dist/internal/utils/getUi5TagWithSuffix.js 274 B
packages/base/dist/internal/utils/index.js 1.05 kB
packages/base/dist/internal/utils/throttle.js 888 B
packages/base/dist/internal/wrapper/withWebComponent.js 2.61 kB
packages/base/dist/styling/ThemingParameters.js 10.4 kB
packages/base/dist/types/index.js 31 B
packages/charts/dist/components/BarChart/index.js 3.17 kB
packages/charts/dist/components/BarChart/Placeholder.js 420 B
packages/charts/dist/components/BulletChart/ComparisonLine.js 358 B
packages/charts/dist/components/BulletChart/index.js 3.65 kB
packages/charts/dist/components/BulletChart/Placeholder.js 728 B
packages/charts/dist/components/ColumnChart/index.js 3.17 kB
packages/charts/dist/components/ColumnChart/Placeholder.js 446 B
packages/charts/dist/components/ColumnChartWithTrend/ColumnChartWithTrend.module.css.js 319 B
packages/charts/dist/components/ColumnChartWithTrend/index.js 1.67 kB
packages/charts/dist/components/ColumnChartWithTrend/Placeholder.js 533 B
packages/charts/dist/components/ComposedChart/index.js 3.95 kB
packages/charts/dist/components/ComposedChart/Placeholder.js 832 B
packages/charts/dist/components/DonutChart/index.js 548 B
packages/charts/dist/components/LineChart/index.js 2.67 kB
packages/charts/dist/components/LineChart/Placeholder.js 471 B
packages/charts/dist/components/PieChart/index.js 3.64 kB
packages/charts/dist/components/PieChart/PieChart.module.css.js 320 B
packages/charts/dist/components/PieChart/Placeholder.js 376 B
packages/charts/dist/components/PieChart/usePieSectorFocus.js 2.19 kB
packages/charts/dist/components/RadarChart/index.js 1.8 kB
packages/charts/dist/components/RadialChart/index.js 1.2 kB
packages/charts/dist/components/ScatterChart/index.js 2.76 kB
packages/charts/dist/components/ScatterChart/Placeholder.js 470 B
packages/charts/dist/components/ScatterChart/ScatterChart.module.css.js 256 B
packages/charts/dist/components/ScatterChart/useScatterPointFocus.js 2.34 kB
packages/charts/dist/components/TimelineChart/chartbody/TimelineChartBody.js 1.95 kB
packages/charts/dist/components/TimelineChart/chartbody/TimelineChartGrid.js 1.04 kB
packages/charts/dist/components/TimelineChart/chartbody/TimelineChartLayer.js 533 B
packages/charts/dist/components/TimelineChart/chartbody/TimelineChartRow.js 1.73 kB
packages/charts/dist/components/TimelineChart/chartbody/TimelineConnections.js 1.76 kB
packages/charts/dist/components/TimelineChart/examples/Annotations.js 10.8 kB
packages/charts/dist/components/TimelineChart/examples/Dataset.js 770 B
packages/charts/dist/components/TimelineChart/index.js 2.47 kB
packages/charts/dist/components/TimelineChart/Placeholder.js 504 B
packages/charts/dist/components/TimelineChart/TimelineChartAnnotation.js 605 B
packages/charts/dist/components/TimelineChart/TimelineChartHeaders.js 1.61 kB
packages/charts/dist/components/TimelineChart/types/TimelineChartTypes.js 151 B
packages/charts/dist/components/TimelineChart/util/constants.js 612 B
packages/charts/dist/components/TimelineChart/util/context.js 112 B
packages/charts/dist/components/TimelineChart/util/error.js 148 B
packages/charts/dist/components/TimelineChart/util/TimelineChart.module.css.js 774 B
packages/charts/dist/css/components/ColumnChartWithTrend/ColumnChartWithTrend.module.css 239 B
packages/charts/dist/css/components/PieChart/PieChart.module.css 260 B
packages/charts/dist/css/components/ScatterChart/ScatterChart.module.css 193 B
packages/charts/dist/css/components/TimelineChart/util/TimelineChart.module.css 569 B
packages/charts/dist/css/index.css 1.11 kB
packages/charts/dist/css/internal/ChartContainer.module.css 370 B
packages/charts/dist/css/internal/StackedTooltipContent.module.css 113 B
packages/charts/dist/generated/VersionInfo.js 164 B
packages/charts/dist/hooks/useCancelAnimationFallback.js 300 B
packages/charts/dist/hooks/useChartMargin.js 194 B
packages/charts/dist/hooks/useLabelFormatter.js 171 B
packages/charts/dist/hooks/useLegendItemClick.js 343 B
packages/charts/dist/hooks/useLongestYAxisLabel.js 479 B
packages/charts/dist/hooks/useLongestYAxisLabelBar.js 566 B
packages/charts/dist/hooks/useObserveXAxisHeights.js 823 B
packages/charts/dist/hooks/useOnClickInternal.js 255 B
packages/charts/dist/hooks/usePrepareDimensionsAndMeasures.js 609 B
packages/charts/dist/hooks/usePrepareTrendMeasures.js 378 B
packages/charts/dist/hooks/useTooltipFormatter.js 225 B
packages/charts/dist/index.js 393 B
packages/charts/dist/interfaces/ICartesianChartConfig.js 31 B
packages/charts/dist/interfaces/IChartBaseProps.js 31 B
packages/charts/dist/interfaces/IChartDimension.js 31 B
packages/charts/dist/interfaces/IChartMeasure.js 31 B
packages/charts/dist/interfaces/index.js 31 B
packages/charts/dist/interfaces/IPolarChartConfig.js 31 B
packages/charts/dist/internal/ChartContainer.js 878 B
packages/charts/dist/internal/ChartContainer.module.css.js 442 B
packages/charts/dist/internal/ChartDataLabel.js 579 B
packages/charts/dist/internal/defaults.js 86 B
packages/charts/dist/internal/StackAggregateLabel.js 402 B
packages/charts/dist/internal/StackedTooltipContent.js 623 B
packages/charts/dist/internal/StackedTooltipContent.module.css.js 173 B
packages/charts/dist/internal/staticProps.js 283 B
packages/charts/dist/internal/Utils.js 666 B
packages/charts/dist/internal/XAxisTicks.js 602 B
packages/charts/dist/internal/YAxisTicks.js 504 B
packages/charts/dist/resources/DemoProps.js 2.76 kB
packages/cli/dist/bin/index.js 820 B
packages/cli/dist/scripts/codemod/main.js 624 B
packages/cli/dist/scripts/create-wrappers/AbstractRenderer.js 207 B
packages/cli/dist/scripts/create-wrappers/AttributesRenderer.js 1.16 kB
packages/cli/dist/scripts/create-wrappers/ComponentRenderer.js 1.13 kB
packages/cli/dist/scripts/create-wrappers/DomRefRenderer.js 1.88 kB
packages/cli/dist/scripts/create-wrappers/ExportsRenderer.js 204 B
packages/cli/dist/scripts/create-wrappers/ImportsRenderer.js 598 B
packages/cli/dist/scripts/create-wrappers/main.js 1.03 kB
packages/cli/dist/scripts/create-wrappers/PropTypesRenderer.js 2.26 kB
packages/cli/dist/scripts/create-wrappers/WebComponentWrapper.js 675 B
packages/cli/dist/scripts/resolve-cem/main.js 223 B
packages/cli/dist/util/cem-reader.js 340 B
packages/cli/dist/util/formatters.js 690 B
packages/cli/dist/util/recursiveManifestResolver.js 813 B
packages/cli/dist/util/referenceResolver.js 547 B
packages/compat/dist/components/Loader/index.js 1.03 kB
packages/compat/dist/components/Loader/Loader.module.css.js 426 B
packages/compat/dist/components/OverflowToolbarButton/index.js 510 B
packages/compat/dist/components/OverflowToolbarToggleButton/index.js 516 B
packages/compat/dist/components/Table/index.js 1.66 kB
packages/compat/dist/components/TableCell/index.js 444 B
packages/compat/dist/components/TableColumn/index.js 503 B
packages/compat/dist/components/TableGroupRow/index.js 475 B
packages/compat/dist/components/TableRow/index.js 446 B
packages/compat/dist/components/Toolbar/index.js 3.39 kB
packages/compat/dist/components/Toolbar/OverflowPopover.js 1.9 kB
packages/compat/dist/components/Toolbar/Toolbar.module.css.js 991 B
packages/compat/dist/components/ToolbarSeparator/index.js 461 B
packages/compat/dist/components/ToolbarSeparator/ToolbarSeparator.module.css.js 207 B
packages/compat/dist/components/ToolbarSpacer/index.js 373 B
packages/compat/dist/css/components/Loader/Loader.module.css 339 B
packages/compat/dist/css/components/Toolbar/Toolbar.module.css 825 B
packages/compat/dist/css/components/ToolbarSeparator/ToolbarSeparator.module.css 142 B
packages/compat/dist/css/index.css 1.08 kB
packages/compat/dist/enums/LoaderType.js 116 B
packages/compat/dist/enums/ToolbarDesign.js 140 B
packages/compat/dist/enums/ToolbarStyle.js 116 B
packages/compat/dist/index.js 233 B
packages/compat/dist/internal/OverflowPopoverContext.js 225 B
packages/cypress-commands/dist/commands.js 1.09 kB
packages/cypress-commands/dist/index.js 54 B
packages/cypress-commands/dist/queries.js 831 B
packages/main/dist/Assets-fetch.js 98 B
packages/main/dist/Assets-node.js 97 B
packages/main/dist/Assets.js 92 B
packages/main/dist/components/ActionSheet/ActionSheet.module.css.js 473 B
packages/main/dist/components/ActionSheet/index.js 2.29 kB
packages/main/dist/components/AnalyticalCardHeader/AnalyticalCardHeader.module.css.js 1.29 kB
packages/main/dist/components/AnalyticalCardHeader/index.js 1.78 kB
packages/main/dist/components/AnalyticalTable/AnalyticalTable.module.css.js 3.37 kB
packages/main/dist/components/AnalyticalTable/ColumnHeader/ColumnHeaderContainer.js 900 B
packages/main/dist/components/AnalyticalTable/ColumnHeader/index.js 2.07 kB
packages/main/dist/components/AnalyticalTable/defaults/Column/Cell.js 479 B
packages/main/dist/components/AnalyticalTable/defaults/Column/ColumnHeaderModal.js 2.12 kB
packages/main/dist/components/AnalyticalTable/defaults/Column/Expandable.js 1.28 kB
packages/main/dist/components/AnalyticalTable/defaults/Column/Grouped.js 559 B
packages/main/dist/components/AnalyticalTable/defaults/Column/index.js 342 B
packages/main/dist/components/AnalyticalTable/defaults/Column/PopIn.js 1.06 kB
packages/main/dist/components/AnalyticalTable/defaults/Column/RepeatedValue.js 92 B
packages/main/dist/components/AnalyticalTable/defaults/FilterComponent/index.js 439 B
packages/main/dist/components/AnalyticalTable/defaults/LoadingComponent/TablePlaceholder.js 605 B
packages/main/dist/components/AnalyticalTable/defaults/LoadingComponent/TablePlaceholder.module.css.js 529 B
packages/main/dist/components/AnalyticalTable/defaults/NoDataComponent/index.js 254 B
packages/main/dist/components/AnalyticalTable/hooks/useA11y.js 1.61 kB
packages/main/dist/components/AnalyticalTable/hooks/useAutoResize.js 1.36 kB
packages/main/dist/components/AnalyticalTable/hooks/useCanUseVoiceOver.js 331 B
packages/main/dist/components/AnalyticalTable/hooks/useColumnResizing.js 3.01 kB
packages/main/dist/components/AnalyticalTable/hooks/useColumnsDeps.js 382 B
packages/main/dist/components/AnalyticalTable/hooks/useDragAndDrop.js 951 B
packages/main/dist/components/AnalyticalTable/hooks/useDynamicColumnWidths.js 5.04 kB
packages/main/dist/components/AnalyticalTable/hooks/useFontsReady.js 402 B
packages/main/dist/components/AnalyticalTable/hooks/useIsFirefox.js 319 B
packages/main/dist/components/AnalyticalTable/hooks/useKeyboardNavigation.js 2.94 kB
packages/main/dist/components/AnalyticalTable/hooks/usePopIn.js 565 B
packages/main/dist/components/AnalyticalTable/hooks/useRowHighlight.js 826 B
packages/main/dist/components/AnalyticalTable/hooks/useRowNavigationIndicator.js 675 B
packages/main/dist/components/AnalyticalTable/hooks/useRowSelect.js 2.61 kB
packages/main/dist/components/AnalyticalTable/hooks/useRowSelectionColumn.js 1.37 kB
packages/main/dist/components/AnalyticalTable/hooks/useScrollToRef.js 464 B
packages/main/dist/components/AnalyticalTable/hooks/useSelectionChangeCallback.js 1.33 kB
packages/main/dist/components/AnalyticalTable/hooks/useSingleRowStateSelection.js 1.15 kB
packages/main/dist/components/AnalyticalTable/hooks/useStyling.js 1.07 kB
packages/main/dist/components/AnalyticalTable/hooks/useSyncScroll.js 641 B
packages/main/dist/components/AnalyticalTable/hooks/useToggleRowExpand.js 944 B
packages/main/dist/components/AnalyticalTable/hooks/useVisibleColumnsWidth.js 180 B
packages/main/dist/components/AnalyticalTable/index.js 8.4 kB
packages/main/dist/components/AnalyticalTable/pluginHooks/AnalyticalTableHooks.js 204 B
packages/main/dist/components/AnalyticalTable/pluginHooks/useAnnounceEmptyCells.js 450 B
packages/main/dist/components/AnalyticalTable/pluginHooks/useF2CellEdit.js 2.94 kB
packages/main/dist/components/AnalyticalTable/pluginHooks/useIndeterminateRowSelection.js 2.05 kB
packages/main/dist/components/AnalyticalTable/pluginHooks/useManualRowSelect.js 714 B
packages/main/dist/components/AnalyticalTable/pluginHooks/useOnColumnResize.js 1.24 kB
packages/main/dist/components/AnalyticalTable/pluginHooks/useOrderedMultiSort.js 546 B
packages/main/dist/components/AnalyticalTable/pluginHooks/useRowDisableSelection.js 1.81 kB
packages/main/dist/components/AnalyticalTable/react-table/aggregations.js 508 B
packages/main/dist/components/AnalyticalTable/react-table/filterTypes.js 534 B
packages/main/dist/components/AnalyticalTable/react-table/hooks/useColumnVisibility.js 1.25 kB
packages/main/dist/components/AnalyticalTable/react-table/hooks/useTable.js 4.06 kB
packages/main/dist/components/AnalyticalTable/react-table/index.js 437 B
packages/main/dist/components/AnalyticalTable/react-table/makeDefaultPluginHooks.js 516 B
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useColumnOrder.js 767 B
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useExpanded.js 1.42 kB
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useFilters.js 1.85 kB
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useGlobalFilter.js 1.16 kB
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useGroupBy.js 2.85 kB
packages/main/dist/components/AnalyticalTable/react-table/plugin-hooks/useSortBy.js 2.85 kB
packages/main/dist/components/AnalyticalTable/react-table/publicUtils.js 1.98 kB
packages/main/dist/components/AnalyticalTable/react-table/sortTypes.js 949 B
packages/main/dist/components/AnalyticalTable/react-table/utils.js 2.58 kB
packages/main/dist/components/AnalyticalTable/scrollbars/VerticalScrollbar.js 1.12 kB
packages/main/dist/components/AnalyticalTable/TableBody/EmptyRow.js 280 B
packages/main/dist/components/AnalyticalTable/TableBody/RowSubComponent.js 1.29 kB
packages/main/dist/components/AnalyticalTable/TableBody/VirtualTableBody.js 2.14 kB
packages/main/dist/components/AnalyticalTable/TableBody/VirtualTableBodyContainer.js 1.35 kB
packages/main/dist/components/AnalyticalTable/tableReducer/stateReducer.js 1.27 kB
packages/main/dist/components/AnalyticalTable/TitleBar/index.js 377 B
packages/main/dist/components/AnalyticalTable/types/index.js 206 B
packages/main/dist/components/AnalyticalTable/util/index.js 1.67 kB
packages/main/dist/components/AnalyticalTable/VerticalResizer.js 1.39 kB
packages/main/dist/components/FilterBar/FilterBar.module.css.js 877 B
packages/main/dist/components/FilterBar/FilterBarDialog.module.css.js 784 B
packages/main/dist/components/FilterBar/FilterDialog.js 5.29 kB
packages/main/dist/components/FilterBar/index.js 4.02 kB
packages/main/dist/components/FilterBar/types.js 30 B
packages/main/dist/components/FilterGroupItem/FilterGroupItem.module.css.js 803 B
packages/main/dist/components/FilterGroupItem/index.js 2.76 kB
packages/main/dist/components/FilterGroupItem/types.js 30 B
packages/main/dist/components/FlexBox/FlexBox.module.css.js 620 B
packages/main/dist/components/FlexBox/index.js 704 B
packages/main/dist/components/Grid/Grid.module.css.js 415 B
packages/main/dist/components/Grid/index.js 1.4 kB
packages/main/dist/components/MessageBox/index.js 2.14 kB
packages/main/dist/components/MessageBox/MessageBox.module.css.js 539 B
packages/main/dist/components/MessageItem/index.js 1.67 kB
packages/main/dist/components/MessageItem/MessageItem.module.css.js 870 B
packages/main/dist/components/MessageView/index.js 2.92 kB
packages/main/dist/components/MessageView/MessageView.module.css.js 660 B
packages/main/dist/components/MessageView/utils.js 549 B
packages/main/dist/components/MessageViewButton/index.js 910 B
packages/main/dist/components/MessageViewButton/MessageViewButton.module.css.js 456 B
packages/main/dist/components/Modals/index.js 1.38 kB
packages/main/dist/components/NumericSideIndicator/index.js 536 B
packages/main/dist/components/NumericSideIndicator/NumericSideIndicator.module.css.js 493 B
packages/main/dist/components/ObjectPage/CollapsedAvatar.js 787 B
packages/main/dist/components/ObjectPage/CollapsedAvatar.module.css.js 380 B
packages/main/dist/components/ObjectPage/context.js 165 B
packages/main/dist/components/ObjectPage/index.js 7.45 kB
packages/main/dist/components/ObjectPage/ObjectPage.module.css.js 1.24 kB
packages/main/dist/components/ObjectPage/ObjectPageUtils.js 584 B
packages/main/dist/components/ObjectPage/types/index.js 30 B
packages/main/dist/components/ObjectPage/useHandleTabSelect.js 943 B
packages/main/dist/components/ObjectPage/useOnScrollEnd.js 442 B
packages/main/dist/components/ObjectPageAnchorBar/index.js 1.48 kB
packages/main/dist/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css.js 536 B
packages/main/dist/components/ObjectPageHeader/index.js 722 B
packages/main/dist/components/ObjectPageHeader/ObjectPageHeader.module.css.js 252 B
packages/main/dist/components/ObjectPageSection/index.js 2.03 kB
packages/main/dist/components/ObjectPageSection/ObjectPageSection.module.css.js 831 B
packages/main/dist/components/ObjectPageSubSection/index.js 1.04 kB
packages/main/dist/components/ObjectPageSubSection/ObjectPageSubSection.module.css.js 574 B
packages/main/dist/components/ObjectPageTitle/ActionsSpacer.js 309 B
packages/main/dist/components/ObjectPageTitle/index.js 2.21 kB
packages/main/dist/components/ObjectPageTitle/ObjectPageTitle.module.css.js 1.11 kB
packages/main/dist/components/ObjectPageTitle/types/index.js 30 B
packages/main/dist/components/ObjectStatus/index.js 1.96 kB
packages/main/dist/components/ObjectStatus/ObjectStatus.module.css.js 2.89 kB
packages/main/dist/components/ResponsiveGridLayout/index.js 879 B
packages/main/dist/components/ResponsiveGridLayout/ResponsiveGridLayout.module.css.js 299 B
packages/main/dist/components/SelectDialog/index.js 2.2 kB
packages/main/dist/components/SelectDialog/SelectDialog.module.css.js 878 B
packages/main/dist/components/Splitter/index.js 2.71 kB
packages/main/dist/components/Splitter/Splitter.module.css.js 833 B
packages/main/dist/components/SplitterElement/index.js 1.2 kB
packages/main/dist/components/SplitterElement/SplitterElement.module.css.js 212 B
packages/main/dist/components/SplitterLayout/index.js 1.47 kB
packages/main/dist/components/SplitterLayout/SplitterLayout.module.css.js 279 B
packages/main/dist/components/SplitterLayout/types.js 30 B
packages/main/dist/components/SplitterLayout/useConcatSplitterElements.js 780 B
packages/main/dist/components/ThemeProvider/index.js 922 B
packages/main/dist/components/ThemeProvider/Sizes.css.js 590 B
packages/main/dist/components/ThemeProvider/ThemeProvider.css.js 1.33 kB
packages/main/dist/components/VariantItem/index.js 866 B
packages/main/dist/components/VariantItem/VariantItem.module.css.js 166 B
packages/main/dist/components/VariantManagement/index.js 4.09 kB
packages/main/dist/components/VariantManagement/ManageViewsDialog.js 2.75 kB
packages/main/dist/components/VariantManagement/ManageViewsDialog.module.css.js 440 B
packages/main/dist/components/VariantManagement/ManageViewsTableRows.js 1.95 kB
packages/main/dist/components/VariantManagement/SaveViewDialog.js 1.8 kB
packages/main/dist/components/VariantManagement/SaveViewDialog.module.css.js 260 B
packages/main/dist/components/VariantManagement/types.js 30 B
packages/main/dist/components/VariantManagement/VariantManagement.module.css.js 640 B
packages/main/dist/css/components/ActionSheet/ActionSheet.module.css 392 B
packages/main/dist/css/components/AnalyticalCardHeader/AnalyticalCardHeader.module.css 1.06 kB
packages/main/dist/css/components/AnalyticalTable/AnalyticalTable.module.css 2.74 kB
packages/main/dist/css/components/AnalyticalTable/defaults/LoadingComponent/TablePlaceholder.module.css 420 B
packages/main/dist/css/components/FilterBar/FilterBar.module.css 701 B
packages/main/dist/css/components/FilterBar/FilterBarDialog.module.css 607 B
packages/main/dist/css/components/FilterGroupItem/FilterGroupItem.module.css 635 B
packages/main/dist/css/components/FlexBox/FlexBox.module.css 400 B
packages/main/dist/css/components/Grid/Grid.module.css 257 B
packages/main/dist/css/components/MessageBox/MessageBox.module.css 444 B
packages/main/dist/css/components/MessageItem/MessageItem.module.css 672 B
packages/main/dist/css/components/MessageView/MessageView.module.css 525 B
packages/main/dist/css/components/MessageViewButton/MessageViewButton.module.css 393 B
packages/main/dist/css/components/NumericSideIndicator/NumericSideIndicator.module.css 376 B
packages/main/dist/css/components/ObjectPage/CollapsedAvatar.module.css 262 B
packages/main/dist/css/components/ObjectPage/ObjectPage.module.css 1.01 kB
packages/main/dist/css/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css 433 B
packages/main/dist/css/components/ObjectPageHeader/ObjectPageHeader.module.css 186 B
packages/main/dist/css/components/ObjectPageSection/ObjectPageSection.module.css 688 B
packages/main/dist/css/components/ObjectPageSubSection/ObjectPageSubSection.module.css 466 B
packages/main/dist/css/components/ObjectPageTitle/ObjectPageTitle.module.css 931 B
packages/main/dist/css/components/ObjectStatus/ObjectStatus.module.css 2.54 kB
packages/main/dist/css/components/ResponsiveGridLayout/ResponsiveGridLayout.module.css 234 B
packages/main/dist/css/components/SelectDialog/SelectDialog.module.css 735 B
packages/main/dist/css/components/Splitter/Splitter.module.css 725 B
packages/main/dist/css/components/SplitterElement/SplitterElement.module.css 145 B
packages/main/dist/css/components/SplitterLayout/SplitterLayout.module.css 217 B
packages/main/dist/css/components/ThemeProvider/Sizes.css 539 B
packages/main/dist/css/components/ThemeProvider/ThemeProvider.css 1.27 kB
packages/main/dist/css/components/VariantItem/VariantItem.module.css 101 B
packages/main/dist/css/components/VariantManagement/ManageViewsDialog.module.css 348 B
packages/main/dist/css/components/VariantManagement/SaveViewDialog.module.css 174 B
packages/main/dist/css/components/VariantManagement/VariantManagement.module.css 495 B
packages/main/dist/css/index.css 13.5 kB
packages/main/dist/css/internal/DynamicPageStickyHeader.css 107 B
packages/main/dist/css/themes/base.css 528 B
packages/main/dist/css/themes/sap_fiori_3_dark.css 221 B
packages/main/dist/css/themes/sap_fiori_3_hcb.css 292 B
packages/main/dist/css/themes/sap_fiori_3_hcw.css 292 B
packages/main/dist/css/themes/sap_fiori_3.css 217 B
packages/main/dist/css/themes/sap_horizon_hc.css 491 B
packages/main/dist/css/themes/sap_horizon.css 432 B
packages/main/dist/enums/AnalyticalTableNoDataReason.js 237 B
packages/main/dist/enums/AnalyticalTablePopinDisplay.js 301 B
packages/main/dist/enums/AnalyticalTableScaleWidthMode.js 816 B
packages/main/dist/enums/AnalyticalTableScrollMode.js 358 B
packages/main/dist/enums/AnalyticalTableSelectionBehavior.js 283 B
packages/main/dist/enums/AnalyticalTableSelectionMode.js 262 B
packages/main/dist/enums/AnalyticalTableSubComponentsBehavior.js 514 B
packages/main/dist/enums/AnalyticalTableVisibleRowCountMode.js 587 B
packages/main/dist/enums/ContentDensity.js 123 B
packages/main/dist/enums/DeviationIndicator.js 132 B
packages/main/dist/enums/FlexBoxAlignItems.js 300 B
packages/main/dist/enums/FlexBoxDirection.js 274 B
packages/main/dist/enums/FlexBoxJustifyContent.js 354 B
packages/main/dist/enums/FlexBoxWrap.js 246 B
packages/main/dist/enums/GridPosition.js 129 B
packages/main/dist/enums/index.js 280 B
packages/main/dist/enums/IndicationColor.js 420 B
packages/main/dist/enums/MessageBoxAction.js 182 B
packages/main/dist/enums/MessageBoxType.js 167 B
packages/main/dist/enums/ObjectPageMode.js 241 B
packages/main/dist/enums/Size.js 124 B
packages/main/dist/enums/TextAlign.js 159 B
packages/main/dist/enums/Theme.js 181 B
packages/main/dist/enums/ValueColor.js 260 B
packages/main/dist/enums/VerticalAlign.js 147 B
packages/main/dist/i18n/i18n-defaults.js 3.27 kB
packages/main/dist/index.js 432 B
packages/main/dist/internal/ContainerQueries.js 210 B
packages/main/dist/internal/DynamicPageStickyHeader.css.js 154 B
packages/main/dist/internal/FilterBarDialogContext.js 108 B
packages/main/dist/internal/getRandomId.js 220 B
packages/main/dist/internal/MessageViewContext.js 128 B
packages/main/dist/internal/ModalStore.js 513 B
packages/main/dist/internal/OverflowPopoverContext.js 239 B
packages/main/dist/internal/safeGetChildrenArray.js 183 B
packages/main/dist/internal/SplitterLayoutContext.js 136 B
packages/main/dist/internal/stopPropagation.js 86 B
packages/main/dist/internal/useObserveHeights.js 843 B
packages/main/dist/internal/utils.js 772 B
packages/main/dist/internal/VariantManagementContext.js 150 B
packages/main/dist/internal/withWebComponent.js 79 B
packages/main/dist/json-imports/i18n-fetch.js 1.04 kB
packages/main/dist/json-imports/i18n-node.js 1.28 kB
packages/main/dist/json-imports/i18n.js 1.25 kB
packages/main/dist/themes/base.css.js 581 B
packages/main/dist/themes/CustomVariables.js 628 B
packages/main/dist/themes/sap_fiori_3_dark.css.js 268 B
packages/main/dist/themes/sap_fiori_3_hcb.css.js 341 B
packages/main/dist/themes/sap_fiori_3_hcw.css.js 341 B
packages/main/dist/themes/sap_fiori_3.css.js 265 B
packages/main/dist/themes/sap_horizon_hc.css.js 542 B
packages/main/dist/themes/sap_horizon.css.js 482 B
packages/main/dist/types/CommonProps.js 30 B
packages/main/dist/types/index.js 30 B
packages/main/dist/types/Ui5CustomEvent.js 30 B
packages/main/dist/types/Ui5DomRef.js 30 B
packages/main/dist/webComponents/Avatar/index.js 642 B
packages/main/dist/webComponents/AvatarBadge/index.js 536 B
packages/main/dist/webComponents/AvatarGroup/index.js 1.08 kB
packages/main/dist/webComponents/Bar/index.js 898 B
packages/main/dist/webComponents/BarcodeScannerDialog/index.js 603 B
packages/main/dist/webComponents/Breadcrumbs/index.js 786 B
packages/main/dist/webComponents/BreadcrumbsItem/index.js 349 B
packages/main/dist/webComponents/BusyIndicator/index.js 852 B
packages/main/dist/webComponents/Button/index.js 722 B
packages/main/dist/webComponents/ButtonBadge/index.js 361 B
packages/main/dist/webComponents/Calendar/index.js 1.49 kB
packages/main/dist/webComponents/CalendarDate/index.js 322 B
packages/main/dist/webComponents/CalendarDateRange/index.js 377 B
packages/main/dist/webComponents/CalendarLegend/index.js 465 B
packages/main/dist/webComponents/CalendarLegendItem/index.js 540 B
packages/main/dist/webComponents/Card/index.js 541 B
packages/main/dist/webComponents/CardHeader/index.js 509 B
packages/main/dist/webComponents/Carousel/index.js 1.08 kB
packages/main/dist/webComponents/CheckBox/index.js 861 B
packages/main/dist/webComponents/ColorPalette/index.js 461 B
packages/main/dist/webComponents/ColorPaletteItem/index.js 338 B
packages/main/dist/webComponents/ColorPalettePopover/index.js 682 B
packages/main/dist/webComponents/ColorPicker/index.js 476 B
packages/main/dist/webComponents/ComboBox/index.js 1.42 kB
packages/main/dist/webComponents/ComboBoxItem/index.js 330 B
packages/main/dist/webComponents/ComboBoxItemCustom/index.js 480 B
packages/main/dist/webComponents/ComboBoxItemGroup/index.js 401 B
packages/main/dist/webComponents/DatePicker/index.js 1.7 kB
packages/main/dist/webComponents/DateRangePicker/index.js 946 B
packages/main/dist/webComponents/DateTimePicker/index.js 1.36 kB
packages/main/dist/webComponents/Dialog/index.js 1.27 kB
packages/main/dist/webComponents/DynamicDateRange/index.js 1.24 kB
packages/main/dist/webComponents/DynamicPage/helpers.js 535 B
packages/main/dist/webComponents/DynamicPage/index.js 1.51 kB
packages/main/dist/webComponents/DynamicPageHeader/index.js 636 B
packages/main/dist/webComponents/DynamicPageTitle/index.js 743 B
packages/main/dist/webComponents/DynamicSideContent/index.js 1.5 kB
packages/main/dist/webComponents/ExpandableText/index.js 988 B
packages/main/dist/webComponents/FileUploader/index.js 685 B
packages/main/dist/webComponents/FilterItem/index.js 455 B
packages/main/dist/webComponents/FilterItemOption/index.js 480 B
packages/main/dist/webComponents/FlexibleColumnLayout/index.js 1.19 kB
packages/main/dist/webComponents/Form/index.js 2.35 kB
packages/main/dist/webComponents/FormGroup/index.js 620 B
packages/main/dist/webComponents/FormItem/index.js 469 B
packages/main/dist/webComponents/GroupItem/index.js 517 B
packages/main/dist/webComponents/HeroBanner/index.js 1.11 kB
packages/main/dist/webComponents/Icon/index.js 1.16 kB
packages/main/dist/webComponents/IllustratedMessage/index.js 887 B
packages/main/dist/webComponents/index.js 931 B
packages/main/dist/webComponents/Input/index.js 1.21 kB
packages/main/dist/webComponents/Label/index.js 555 B
packages/main/dist/webComponents/Link/index.js 883 B
packages/main/dist/webComponents/List/index.js 1.12 kB
packages/main/dist/webComponents/ListItemCustom/index.js 461 B
packages/main/dist/webComponents/ListItemGroup/index.js 426 B
packages/main/dist/webComponents/ListItemStandard/index.js 494 B
packages/main/dist/webComponents/MediaGallery/index.js 843 B
packages/main/dist/webComponents/MediaGalleryItem/index.js 573 B
packages/main/dist/webComponents/Menu/index.js 979 B
packages/main/dist/webComponents/MenuItem/index.js 680 B
packages/main/dist/webComponents/MenuItemGroup/index.js 697 B
packages/main/dist/webComponents/MenuSeparator/index.js 371 B
packages/main/dist/webComponents/MessageStrip/index.js 820 B
packages/main/dist/webComponents/MultiComboBox/index.js 1.18 kB
packages/main/dist/webComponents/MultiComboBoxItem/index.js 337 B
packages/main/dist/webComponents/MultiComboBoxItemCustom/index.js 488 B
packages/main/dist/webComponents/MultiComboBoxItemGroup/index.js 432 B
packages/main/dist/webComponents/MultiInput/index.js 695 B
packages/main/dist/webComponents/NavigationLayout/index.js 608 B
packages/main/dist/webComponents/NotificationList/index.js 722 B
packages/main/dist/webComponents/NotificationListGroupItem/index.js 643 B
packages/main/dist/webComponents/NotificationListItem/index.js 890 B
packages/main/dist/webComponents/Option/index.js 344 B
packages/main/dist/webComponents/OptionCustom/index.js 455 B
packages/main/dist/webComponents/Page/index.js 756 B
packages/main/dist/webComponents/Panel/index.js 1.19 kB
packages/main/dist/webComponents/Popover/index.js 700 B
packages/main/dist/webComponents/ProductSwitch/index.js 569 B
packages/main/dist/webComponents/ProductSwitchItem/index.js 543 B
packages/main/dist/webComponents/ProgressIndicator/index.js 455 B
packages/main/dist/webComponents/RadioButton/index.js 741 B
packages/main/dist/webComponents/RangeSlider/index.js 1.08 kB
packages/main/dist/webComponents/RatingIndicator/index.js 817 B
packages/main/dist/webComponents/ResponsivePopover/index.js 574 B
packages/main/dist/webComponents/Search/index.js 675 B
packages/main/dist/webComponents/SearchItem/index.js 423 B
packages/main/dist/webComponents/SearchItemGroup/index.js 441 B
packages/main/dist/webComponents/SearchItemShowMore/index.js 449 B
packages/main/dist/webComponents/SearchMessageArea/index.js 365 B
packages/main/dist/webComponents/SearchScope/index.js 382 B
packages/main/dist/webComponents/SegmentedButton/index.js 471 B
packages/main/dist/webComponents/SegmentedButtonItem/index.js 504 B
packages/main/dist/webComponents/Select/index.js 1.1 kB
packages/main/dist/webComponents/ShellBar/index.js 829 B
packages/main/dist/webComponents/ShellBarBranding/index.js 476 B
packages/main/dist/webComponents/ShellBarItem/index.js 352 B
packages/main/dist/webComponents/ShellBarSearch/index.js 488 B
packages/main/dist/webComponents/ShellBarSpacer/index.js 435 B
packages/main/dist/webComponents/SideNavigation/index.js 1.14 kB
packages/main/dist/webComponents/SideNavigationGroup/index.js 433 B
packages/main/dist/webComponents/SideNavigationItem/index.js 448 B
packages/main/dist/webComponents/SideNavigationSubItem/index.js 444 B
packages/main/dist/webComponents/Slider/index.js 1.13 kB
packages/main/dist/webComponents/SortItem/index.js 478 B
packages/main/dist/webComponents/SpecialCalendarDate/index.js 417 B
packages/main/dist/webComponents/SplitButton/index.js 1.01 kB
packages/main/dist/webComponents/StepInput/index.js 906 B
packages/main/dist/webComponents/SuggestionItem/index.js 340 B
packages/main/dist/webComponents/SuggestionItemCustom/index.js 493 B
packages/main/dist/webComponents/SuggestionItemGroup/index.js 425 B
packages/main/dist/webComponents/Switch/index.js 649 B
packages/main/dist/webComponents/Tab/index.js 429 B
packages/main/dist/webComponents/TabContainer/index.js 937 B
packages/main/dist/webComponents/Table/index.js 1.94 kB
packages/main/dist/webComponents/TableCell/index.js 409 B
packages/main/dist/webComponents/TableGroupRow/index.js 913 B
packages/main/dist/webComponents/TableGrowing/index.js 723 B
packages/main/dist/webComponents/TableHeaderCell/index.js 480 B
packages/main/dist/webComponents/TableHeaderCellActionAI/index.js 383 B
packages/main/dist/webComponents/TableHeaderRow/index.js 433 B
packages/main/dist/webComponents/TableRow/index.js 378 B
packages/main/dist/webComponents/TableRowAction/index.js 375 B
packages/main/dist/webComponents/TableRowActionNavigation/index.js 387 B
packages/main/dist/webComponents/TableSelection/index.js 744 B
packages/main/dist/webComponents/TableSelectionMulti/index.js 595 B
packages/main/dist/webComponents/TableSelectionSingle/index.js 581 B
packages/main/dist/webComponents/TableVirtualizer/index.js 736 B
packages/main/dist/webComponents/TabSeparator/index.js 330 B
packages/main/dist/webComponents/Tag/index.js 593 B
packages/main/dist/webComponents/Text/index.js 630 B
packages/main/dist/webComponents/TextArea/index.js 528 B
packages/main/dist/webComponents/Timeline/index.js 1.05 kB
packages/main/dist/webComponents/TimelineGroupItem/index.js 443 B
packages/main/dist/webComponents/TimelineItem/index.js 347 B
packages/main/dist/webComponents/TimePicker/index.js 1.32 kB
packages/main/dist/webComponents/Title/index.js 362 B
packages/main/dist/webComponents/Toast/index.js 546 B
packages/main/dist/webComponents/ToggleButton/index.js 644 B
packages/main/dist/webComponents/Token/index.js 354 B
packages/main/dist/webComponents/Tokenizer/index.js 872 B
packages/main/dist/webComponents/Toolbar/index.js 541 B
packages/main/dist/webComponents/ToolbarButton/index.js 469 B
packages/main/dist/webComponents/ToolbarItem/index.js 715 B
packages/main/dist/webComponents/ToolbarSelect/index.js 513 B
packages/main/dist/webComponents/ToolbarSelectOption/index.js 376 B
packages/main/dist/webComponents/ToolbarSeparator/index.js 431 B
packages/main/dist/webComponents/ToolbarSpacer/index.js 437 B
packages/main/dist/webComponents/Tree/index.js 869 B
packages/main/dist/webComponents/TreeItem/index.js 508 B
packages/main/dist/webComponents/TreeItemCustom/index.js 594 B
packages/main/dist/webComponents/UploadCollection/index.js 472 B
packages/main/dist/webComponents/UploadCollectionItem/index.js 470 B
packages/main/dist/webComponents/UserMenu/index.js 566 B
packages/main/dist/webComponents/UserMenuAccount/index.js 427 B
packages/main/dist/webComponents/UserMenuItem/index.js 696 B
packages/main/dist/webComponents/UserMenuItemGroup/index.js 715 B
packages/main/dist/webComponents/UserSettingsAccountView/index.js 423 B
packages/main/dist/webComponents/UserSettingsAppearanceView/index.js 417 B
packages/main/dist/webComponents/UserSettingsAppearanceViewGroup/index.js 456 B
packages/main/dist/webComponents/UserSettingsAppearanceViewItem/index.js 539 B
packages/main/dist/webComponents/UserSettingsDialog/index.js 476 B
packages/main/dist/webComponents/UserSettingsItem/index.js 550 B
packages/main/dist/webComponents/UserSettingsView/index.js 378 B
packages/main/dist/webComponents/ViewSettingsDialog/index.js 769 B
packages/main/dist/webComponents/ViewSettingsDialogCustomTab/index.js 408 B
packages/main/dist/webComponents/Wizard/index.js 1.79 kB
packages/main/dist/webComponents/WizardStep/index.js 590 B
packages/mcp-server/dist/index.js 916 B
packages/mcp-server/dist/logger.js 210 B
packages/mcp-server/dist/tools/create_app/create_app.js 1.61 kB
packages/mcp-server/dist/tools/get_component_api/get_component_api.js 2.73 kB
packages/mcp-server/dist/tools/get_documentation/get_documentation.js 4.33 kB
packages/mcp-server/dist/tools/get_public_utils/get_public_utils.js 4.46 kB
packages/mcp-server/dist/tools/index.js 160 B
packages/mcp-server/dist/tools/list_components/list_components.js 2.15 kB
packages/mcp-server/dist/types/cem.js 359 B
packages/mcp-server/dist/types/component-api.js 131 B
packages/mcp-server/dist/types/documentation.js 124 B
packages/mcp-server/dist/types/index.js 31 B
packages/mcp-server/dist/utils/component-config.js 1.9 kB
packages/mcp-server/dist/utils/index.js 318 B

compressed-size-action

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 29216813797

Coverage increased (+0.02%) to 85.502%

Details

  • Coverage increased (+0.02%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 7879
Covered Lines: 7054
Line Coverage: 89.53%
Relevant Branches: 5185
Covered Branches: 4116
Branch Coverage: 79.38%
Branches in Coverage %: Yes
Coverage Strength: 316103.79 hits per line

💛 - Coveralls

Lukas742
Lukas742 previously approved these changes Jul 13, 2026
@renovate renovate Bot added this pull request to the merge queue Jul 13, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 13, 2026
@renovate renovate Bot force-pushed the renovate/root-all-minor-patch branch from f04a454 to e58f054 Compare July 13, 2026 10:36
@renovate renovate Bot added this pull request to the merge queue Jul 13, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PR or issue concerning dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants