dependabot[bot] opened a new pull request, #72524: URL: https://github.com/apache/airflow/pull/72524
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.36.1 to 3.37.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases">@chakra-ui/react's releases</a>.</em></p> <blockquote> <h2><code>@chakra-ui/react</code><a href="https://github.com/3"><code>@3</code></a>.37.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10877">#10877</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/afc8b4898868f0cf93696ce3d6f6f980ceb7c8ce"><code>afc8b48</code></a> Thanks <a href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>! - <strong>[New] DateInput</strong>: Add a segmented date field for typing dates without a calendar.</p> <pre lang="tsx"><code>import { DateInput } from "@chakra-ui/react" </code></pre> <pre lang="tsx"><code><DateInput.Root> <DateInput.Label /> <DateInput.Control> <DateInput.Segments /> </DateInput.Control> <DateInput.HiddenInput /> </DateInput.Root> </code></pre> <p>Each part of the date is its own keyboard-navigable segment, ordered and formatted by <code>locale</code>. Supports <code>selectionMode="range"</code>, <code>min</code>/<code>max</code>, and <code>granularity</code> with <code>formatter</code> for time-only input.</p> </li> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10939">#10939</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/7b027d44d0ab0a1eca0d7ef2982203c13042ed5d"><code>7b027d4</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - - <strong>Accordion, Collapsible, Dialog, Drawer, TreeView</strong>: Add <code>hideMode</code> to choose how content that stays mounted is hidden when closed. The default, <code>"display-none"</code>, uses the <code>hidden</code> attribute and keeps effects running, so a video keeps playing and a subscription stays open while closed. <code>"activity"</code> uses React 19 <code>Activity</code> to pause those effects instead.</p> <pre lang="tsx"><code><Dialog.Root hideMode="activity" /> </code></pre> <p>It only applies while the content stays mounted. <code>unmountOnExit</code> removes the tree on close, so <code>hideMode</code> never runs.</p> <ul> <li> <p><strong>Dialog, Drawer</strong>: Add <code>data-autofocus</code> and <code>data-no-autofocus</code> to pick what gets focus when the overlay opens, without reaching for <code>initialFocusEl</code> and a ref. Mark chrome like the close button to skip it, or mark the real target directly.</p> <pre lang="tsx"><code><Dialog.Content> <Dialog.CloseTrigger data-no-autofocus /> <input data-autofocus /> </code></pre> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md">@chakra-ui/react's changelog</a>.</em></p> <blockquote> <h2>3.37.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10877">#10877</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/afc8b4898868f0cf93696ce3d6f6f980ceb7c8ce"><code>afc8b48</code></a> Thanks <a href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>! - <strong>[New] DateInput</strong>: Add a segmented date field for typing dates without a calendar.</p> <pre lang="tsx"><code>import { DateInput } from "@chakra-ui/react" </code></pre> <pre lang="tsx"><code><DateInput.Root> <DateInput.Label /> <DateInput.Control> <DateInput.Segments /> </DateInput.Control> <DateInput.HiddenInput /> </DateInput.Root> </code></pre> <p>Each part of the date is its own keyboard-navigable segment, ordered and formatted by <code>locale</code>. Supports <code>selectionMode="range"</code>, <code>min</code>/<code>max</code>, and <code>granularity</code> with <code>formatter</code> for time-only input.</p> </li> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10939">#10939</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/7b027d44d0ab0a1eca0d7ef2982203c13042ed5d"><code>7b027d4</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - - <strong>Accordion, Collapsible, Dialog, Drawer, TreeView</strong>: Add <code>hideMode</code> to choose how content that stays mounted is hidden when closed. The default, <code>"display-none"</code>, uses the <code>hidden</code> attribute and keeps effects running, so a video keeps playing and a subscription stays open while closed. <code>"activity"</code> uses React 19 <code>Activity</code> to pause those effects instead.</p> <pre lang="tsx"><code><Dialog.Root hideMode="activity" /> </code></pre> <p>It only applies while the content stays mounted. <code>unmountOnExit</code> removes the tree on close, so <code>hideMode</code> never runs.</p> <ul> <li> <p><strong>Dialog, Drawer</strong>: Add <code>data-autofocus</code> and <code>data-no-autofocus</code> to pick what gets focus when the overlay opens, without reaching for <code>initialFocusEl</code> and a ref. Mark chrome like the close button to skip it, or mark the real target directly.</p> <pre lang="tsx"><code><Dialog.Content> <Dialog.CloseTrigger data-no-autofocus /> </code></pre> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/2e7517745cff2fcde0b8012f136cf99611ff262a"><code>2e75177</code></a> Version Packages (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10913">#10913</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/902fabc44599ae13e13d9d1fcf960c80c4019860"><code>902fabc</code></a> fix(dialog, drawer): drop preventDefault guard on ActionTrigger (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10954">#10954</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/c16188fa0bc8ca431e2163249a185b49e1135876"><code>c16188f</code></a> fix: preserve user onClick on Dialog and Drawer ActionTrigger (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10951">#10951</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/1f28ce9b289cf501a9b1ddfadf7272c4f67a24e2"><code>1f28ce9</code></a> Update Ark UI to 5.39.0 (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10949">#10949</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/2da020eb18cb727e6453c195aa12e85dd4884af0"><code>2da020e</code></a> docs: add multiple trigger examples for popover, hover card, and dialog</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/dd51da44978054281e6f32b2ecf2ddb841383ebf"><code>dd51da4</code></a> docs(date-picker): add Persian (Jalali) calendar example (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10946">#10946</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/af8076cd99bd5b36eb24a4f3e52ff2d7c75369aa"><code>af8076c</code></a> docs(spinner): add custom indicator example (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10948">#10948</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/6948541646bff05bb89a292f71eb8da1b0a707b4"><code>6948541</code></a> fix(radio-card): preserve outline border-width when disabled (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10938">#10938</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/7b027d44d0ab0a1eca0d7ef2982203c13042ed5d"><code>7b027d4</code></a> chore(deps): update <code>@ark-ui/react</code> to 5.38.2 (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10939">#10939</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/afc8b4898868f0cf93696ce3d6f6f980ceb7c8ce"><code>afc8b48</code></a> feat: add DateInput component (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10877">#10877</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/react">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
