Skip to content

Bump @chakra-ui/react from 3.34.0 to 3.36.0 in /airflow-core/src/airflow/ui in the chakra-ui group across 1 directory#69346

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/chakra-ui-f3bc81fe5b
Open

Bump @chakra-ui/react from 3.34.0 to 3.36.0 in /airflow-core/src/airflow/ui in the chakra-ui group across 1 directory#69346
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/chakra-ui-f3bc81fe5b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the chakra-ui group with 1 update in the /airflow-core/src/airflow/ui directory: @chakra-ui/react.

Updates @chakra-ui/react from 3.34.0 to 3.36.0

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.36.0

Minor Changes

  • #10752 1ef5800 Thanks @​kalisaNkevin! - [New] FloatingPanel: Add draggable, resizable floating panel component

    import { FloatingPanel } from "@chakra-ui/react/floating-panel"
    <FloatingPanel.Root>
      <FloatingPanel.Trigger />
      <FloatingPanel.Positioner>
        <FloatingPanel.Content>
          <FloatingPanel.Header>
            <FloatingPanel.DragTrigger>
              <FloatingPanel.Title />
            </FloatingPanel.DragTrigger>
            <FloatingPanel.Control>
              <FloatingPanel.StageTrigger />
              <FloatingPanel.CloseTrigger />
            </FloatingPanel.Control>
          </FloatingPanel.Header>
          <FloatingPanel.Body />
          <FloatingPanel.ResizeTriggers />
        </FloatingPanel.Content>
      </FloatingPanel.Positioner>
    </FloatingPanel.Root>
  • #10847 238e20a Thanks @​Adebesin-Cell! - Update Ark UI to v5.37.2

    • Splitter: Accept CSS units (px, em, rem, vh, vw) for size props, add per-panel resizeBehavior ("preserve-pixel-size"), and fix focus not moving to a resize trigger on click.
    • Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip: Add data-side to placement-aware parts for placement-based styling.
    • Accordion: Remove redundant aria-disabled from item triggers.
    • Color Picker: Fire onValueChangeEnd when picking a color with the EyeDropper API.
    • Combobox: Don't submit the form on Enter when an item is highlighted or the value is rejected by allowCustomValue: false.
    • Date Picker: Fix range-mode clear not resetting active/hovered state, the native month/year select inside modals (Firefox), and

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.36.0

Minor Changes

  • #10752 1ef5800 Thanks @​kalisaNkevin! - [New] FloatingPanel: Add draggable, resizable floating panel component

    import { FloatingPanel } from "@chakra-ui/react/floating-panel"
    <FloatingPanel.Root>
      <FloatingPanel.Trigger />
      <FloatingPanel.Positioner>
        <FloatingPanel.Content>
          <FloatingPanel.Header>
            <FloatingPanel.DragTrigger>
              <FloatingPanel.Title />
            </FloatingPanel.DragTrigger>
            <FloatingPanel.Control>
              <FloatingPanel.StageTrigger />
              <FloatingPanel.CloseTrigger />
            </FloatingPanel.Control>
          </FloatingPanel.Header>
          <FloatingPanel.Body />
          <FloatingPanel.ResizeTriggers />
        </FloatingPanel.Content>
      </FloatingPanel.Positioner>
    </FloatingPanel.Root>
  • #10847 238e20a Thanks @​Adebesin-Cell! - Update Ark UI to v5.37.2

    • Splitter: Accept CSS units (px, em, rem, vh, vw) for size props, add per-panel resizeBehavior ("preserve-pixel-size"), and fix focus not moving to a resize trigger on click.
    • Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip: Add data-side to placement-aware parts for placement-based styling.
    • Accordion: Remove redundant aria-disabled from item triggers.
    • Color Picker: Fire onValueChangeEnd when picking a color with the EyeDropper API.
    • Combobox: Don't submit the form on Enter when an item is highlighted or the value is rejected by allowCustomValue: false.
    • Date Picker: Fix range-mode clear not resetting active/hovered state,

... (truncated)

Commits
  • 3c00027 Version Packages (#10802)
  • 238e20a chore(deps): update @​ark-ui/react to 5.37.2 (#10847)
  • 4384e3f docs(react): remove redundant "render" in For children prop (#10842)
  • b51f7ae docs(react): update outdated package readme (#10838)
  • 06b5f02 fix: semantic token lookup
  • 6a3e23c chore: update examples
  • 1ef5800 feat: float panel component (#10752)
  • 43a016d fix: remove DatePicker placeholder color override to align with global styling
  • 82b26be fix: update Link component to use focusVisibleRing for improved accessibility
  • c5e1eed docs: update datalist
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the chakra-ui group with 1 update in the /airflow-core/src/airflow/ui directory: [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react).


Updates `@chakra-ui/react` from 3.34.0 to 3.36.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.36.0/packages/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: chakra-ui
...

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 Jul 3, 2026
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. 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