Skip to content

build(deps): bump @cloudflare/kumo from 2.6.0 to 2.13.1 - #1268

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @cloudflare/kumo from 2.6.0 to 2.13.1.

Release notes

Sourced from @​cloudflare/kumo's releases.

@​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

    The remaining Base UI Positioner controls are also forwarded unchanged: anchor, arrowPadding, positionMethod, collisionAvoidance, collisionBoundary, collisionPadding, sticky, and disableAnchorTracking.

... (truncated)

Changelog

Sourced from @​cloudflare/kumo's changelog.

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
    alignItemWithTrigger false opt back in to the native <select> overlay

    The remaining Base UI Positioner controls are also forwarded unchanged: anchor, arrowPadding, positionMethod, collisionAvoidance, collisionBoundary, collisionPadding, sticky, and disableAnchorTracking.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cloudflare/kumo](https://github.com/cloudflare/kumo/tree/HEAD/packages/kumo) from 2.6.0 to 2.13.1.
- [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.1/packages/kumo)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1275.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/cloudflare/kumo-2.13.1 branch September 14, 2026 08:44
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