Skip to content

build(deps): bump @cloudflare/kumo from 2.6.0 to 2.13.2 - #1275

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare/kumo-2.13.2
Open

build(deps): bump @cloudflare/kumo from 2.6.0 to 2.13.2#1275
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare/kumo-2.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @cloudflare/kumo from 2.6.0 to 2.13.2.

Release notes

Sourced from @​cloudflare/kumo's releases.

@​cloudflare/kumo@​2.13.2

Patch Changes

  • 36fc155: Add scrollItemIntoView() to preserve the position of visible sidebar items while honoring alignment for offscreen items.

@​cloudflare/kumo@​2.13.1

Patch Changes

  • 7d5241d: Allow default Tooltip trigger children to control their line height, preventing inherited text from being clipped.

@​cloudflare/kumo@​2.13.0

Minor Changes

  • 4066307: Add unknown-total pagination support through hasNextPage.
  • f74936f: Add Toolbar.Link, which renders a LinkButton with toolbar sizing, styling, and keyboard navigation.

Patch Changes

  • d004940: Position dialogs near the top of the viewport instead of vertically centering them.

  • 8f0a1f0: Use the elevated surface color for even rows in the default Table variant.

  • 1ede8bf: fix(select): align the trigger surface with form controls

    Select triggers now use bg-kumo-control, including their open and disabled states, so they match Input, Combobox, and the rest of the form-control family. Consumer background classes can still override the default without using !important. The popup remains on the floating bg-kumo-base surface.

  • 8482c50: fix(select): anchor the popup below the trigger and expose placement props

    Select.Positioner relied on Base UI's alignItemWithTrigger default (true), which overlays the popup on the trigger so the selected option's text lands on the trigger's value text, emulating a native <select>. Options always render at text-base, so on xs/sm triggers the popup was much taller than its anchor, and Base UI's compensating shift detached it from the trigger — on xs it overhung by 12.5px above and 45.5px below and sat 8px to the left, covering adjacent content.

    The popup now prefers bottom placement and is offset from the trigger, with Base UI's collision avoidance still flipping it automatically when the preferred side lacks space. Placement is configurable:

    prop default notes
    side "bottom" preferred side; still flips automatically on collision
    sideOffset 4 gap between trigger and popup, matching Combobox/Autocomplete
    align "start" alignment along the trigger edge
    alignOffset additional offset along the alignment axis
    alignItemWithTrigger false opt back in to the native <select> overlay

... (truncated)

Changelog

Sourced from @​cloudflare/kumo's changelog.

2.13.2

Patch Changes

  • 36fc155: Add scrollItemIntoView() to preserve the position of visible sidebar items while honoring alignment for offscreen items.

2.13.1

Patch Changes

  • 7d5241d: Allow default Tooltip trigger children to control their line height, preventing inherited text from being clipped.

2.13.0

Minor Changes

  • 4066307: Add unknown-total pagination support through hasNextPage.
  • f74936f: Add Toolbar.Link, which renders a LinkButton with toolbar sizing, styling, and keyboard navigation.

Patch Changes

  • d004940: Position dialogs near the top of the viewport instead of vertically centering them.

  • 8f0a1f0: Use the elevated surface color for even rows in the default Table variant.

  • 1ede8bf: fix(select): align the trigger surface with form controls

    Select triggers now use bg-kumo-control, including their open and disabled states, so they match Input, Combobox, and the rest of the form-control family. Consumer background classes can still override the default without using !important. The popup remains on the floating bg-kumo-base surface.

  • 8482c50: fix(select): anchor the popup below the trigger and expose placement props

    Select.Positioner relied on Base UI's alignItemWithTrigger default (true), which overlays the popup on the trigger so the selected option's text lands on the trigger's value text, emulating a native <select>. Options always render at text-base, so on xs/sm triggers the popup was much taller than its anchor, and Base UI's compensating shift detached it from the trigger — on xs it overhung by 12.5px above and 45.5px below and sat 8px to the left, covering adjacent content.

    The popup now prefers bottom placement and is offset from the trigger, with Base UI's collision avoidance still flipping it automatically when the preferred side lacks space. Placement is configurable:

    prop default notes
    side "bottom" preferred side; still flips automatically on collision
    sideOffset 4 gap between trigger and popup, matching Combobox/Autocomplete
    align "start" alignment along the trigger edge
    alignOffset additional offset along the alignment axis

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 14, 2026
Bumps [@cloudflare/kumo](https://github.com/cloudflare/kumo/tree/HEAD/packages/kumo) from 2.6.0 to 2.13.2.
- [Release notes](https://github.com/cloudflare/kumo/releases)
- [Changelog](https://github.com/cloudflare/kumo/blob/main/packages/kumo/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/kumo/commits/@cloudflare/kumo@2.13.2/packages/kumo)

---
updated-dependencies:
- dependency-name: "@cloudflare/kumo"
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare/kumo-2.13.2 branch from 8ef12ec to 85e9585 Compare September 14, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants