dependabot[bot] opened a new pull request, #67734: URL: https://github.com/apache/airflow/pull/67734
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.35.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>.35.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/1b1f545aeb753131f4f8c296c9edfade6b09094e"><code>1b1f545</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - <strong>Pagination</strong>: Allow <code>format</code> prop in <code>Pagination.PageText</code> to accept a function for i18n support.</p> <pre lang="tsx"><code><Pagination.PageText format={({ page, totalPages }) => `Page ${page} de ${totalPages}`} /> </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/d041e108d28b77524b302ac6389bee0fb06b6c6f"><code>d041e10</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Bump <code>@ark-ui/react</code> to <code>5.36.0</code> (from <code>^5.34.1</code>)</p> <ul> <li><strong>Accordion</strong>: Fix missing <code>data-focus</code> on item trigger props.</li> <li><strong>Carousel</strong>: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.</li> <li><strong>ColorPicker</strong>: Fix vertical slider orientation on pointer updates.</li> <li><strong>Combobox</strong>: VoiceOver announces highlighted options on Apple devices via a live region</li> <li><strong>Dialog, Popover, HoverCard</strong>: Add support for multiple triggers sharing one dialog instance.</li> <li><strong>Field</strong>: <code>Field.Item</code> and <code>target</code> on <code>Field.Root</code> for multi-control fields (re-exported as <code>FieldItem</code> / <code>Field.Item</code>).</li> <li><strong>FileUpload</strong>: Reject duplicate files with <code>FILE_EXISTS</code>.</li> <li><strong>Listbox</strong>: <code>keyboardPriority</code> for Home/End and arrows; <code>highlightFirst</code>, <code>highlightLast</code>, <code>highlightNext</code>, <code>highlightPrevious</code>.</li> <li><strong>Menu</strong>: <code>aria-expanded</code> when closed; submenu hover “diagonal” flash fix; multiple triggers.</li> <li><strong>PinInput</strong>: Deletion and focus behavior, Home/End, <code>enterKeyHint</code>, <code>autoSubmit</code>, <code>sanitizeValue</code>.</li> <li><strong>Popover</strong>: Add support for <code>translations</code>; <code>finalFocusEl</code> and <code>restoreFocus</code> props.</li> <li><strong>TagsInput</strong>: <code>allowDuplicates</code>; <code>sanitizeValue</code>; <code>enterKeyHint</code> on mobile.</li> </ul> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/3da73c35b6eb4dcef919967d9e654682603dcd89"><code>3da73c3</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Export missing <code>datePickerSlotRecipe</code> from slot recipes</p> </li> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10721">#10721</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/d2b7decc32f3c99ebda1492731f7e72c6189f11b"><code>d2b7dec</code></a> Thanks <a href="https://github.com/isBatak"><code>@isBatak</code></a>! - Improve <code>useBreakpoint</code> and <code>useBreakpointValue</code> types with <code>BreakpointName</code></p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/6bad1b7f67fe6ef5e5421947edd513b9956c51ff"><code>6bad1b7</code></a></p> </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.35.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/1b1f545aeb753131f4f8c296c9edfade6b09094e"><code>1b1f545</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - <strong>Pagination</strong>: Allow <code>format</code> prop in <code>Pagination.PageText</code> to accept a function for i18n support.</p> <pre lang="tsx"><code><Pagination.PageText format={({ page, totalPages }) => `Page ${page} de ${totalPages}`} /> </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/d041e108d28b77524b302ac6389bee0fb06b6c6f"><code>d041e10</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Bump <code>@ark-ui/react</code> to <code>5.36.0</code> (from <code>^5.34.1</code>)</p> <ul> <li><strong>Accordion</strong>: Fix missing <code>data-focus</code> on item trigger props.</li> <li><strong>Carousel</strong>: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.</li> <li><strong>ColorPicker</strong>: Fix vertical slider orientation on pointer updates.</li> <li><strong>Combobox</strong>: VoiceOver announces highlighted options on Apple devices via a live region</li> <li><strong>Dialog, Popover, HoverCard</strong>: Add support for multiple triggers sharing one dialog instance.</li> <li><strong>Field</strong>: <code>Field.Item</code> and <code>target</code> on <code>Field.Root</code> for multi-control fields (re-exported as <code>FieldItem</code> / <code>Field.Item</code>).</li> <li><strong>FileUpload</strong>: Reject duplicate files with <code>FILE_EXISTS</code>.</li> <li><strong>Listbox</strong>: <code>keyboardPriority</code> for Home/End and arrows; <code>highlightFirst</code>, <code>highlightLast</code>, <code>highlightNext</code>, <code>highlightPrevious</code>.</li> <li><strong>Menu</strong>: <code>aria-expanded</code> when closed; submenu hover “diagonal” flash fix; multiple triggers.</li> <li><strong>PinInput</strong>: Deletion and focus behavior, Home/End, <code>enterKeyHint</code>, <code>autoSubmit</code>, <code>sanitizeValue</code>.</li> <li><strong>Popover</strong>: Add support for <code>translations</code>; <code>finalFocusEl</code> and <code>restoreFocus</code> props.</li> <li><strong>TagsInput</strong>: <code>allowDuplicates</code>; <code>sanitizeValue</code>; <code>enterKeyHint</code> on mobile.</li> </ul> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/3da73c35b6eb4dcef919967d9e654682603dcd89"><code>3da73c3</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - Export missing <code>datePickerSlotRecipe</code> from slot recipes</p> </li> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10721">#10721</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/d2b7decc32f3c99ebda1492731f7e72c6189f11b"><code>d2b7dec</code></a> Thanks <a href="https://github.com/isBatak"><code>@isBatak</code></a>! - Improve <code>useBreakpoint</code> and <code>useBreakpointValue</code> types with <code>BreakpointName</code></p> </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/975bd3685ee67f7f206d50d8c73e9f313a8dcd8a"><code>975bd36</code></a> Version Packages (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10677">#10677</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/4dfd1eeaea9a040d2264cdcb97fcfd458d533f3f"><code>4dfd1ee</code></a> chore: bump ark-ui</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/d041e108d28b77524b302ac6389bee0fb06b6c6f"><code>d041e10</code></a> build: use lower ark-ui version for now</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/16f8329acccb105f1481dcaf2dabec7b0278206e"><code>16f8329</code></a> fix: reject invalid css unit decimals (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10785">#10785</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/af36e215b034a0adc97bd62f53c91a4c2331995c"><code>af36e21</code></a> fix: regression and bump ark-ui</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/581c7d12f0e18472b55565f43d8c233afdbea113"><code>581c7d1</code></a> fix: correct css prop usage in GridItem component (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10781">#10781</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/4ea94e7f66d71a22af009c2ecf83ad992ac5aa57"><code>4ea94e7</code></a> fix(deps): update react to v19.2.5 (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10777">#10777</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/2d630b16871756980a5ecfba71cf0254b4f2e48b"><code>2d630b1</code></a> chore: add pin-input example</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/e9f04d4a6dad093852b924883b55e4c257ca0c22"><code>e9f04d4</code></a> fix: backdrop stacking index</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/39e3db3eb56ebc37a444a6ae3f1e2a1b95d27605"><code>39e3db3</code></a> fix(tokens): resolve array shorthand for fonts, shadows, gradients, animation...</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]
