dependabot[bot] opened a new pull request, #58779: URL: https://github.com/apache/airflow/pull/58779
Bumps the core-ui-package-updates group with 2 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) and [typescript](https://github.com/microsoft/TypeScript). Updates `@chakra-ui/react` from 3.29.0 to 3.30.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases"><code>@chakra-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@chakra-ui/react</code><a href="https://github.com/3"><code>@3</code></a>.30.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10425">#10425</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a> Thanks <a href="https://github.com/Adebesin-Cell"><code>@Adebesin-Cell</code></a>! - - <strong>Splitter [NEW]</strong>: Introduce new resizable splitter component</p> <pre lang="tsx"><code><Splitter.Root panels={[{ id: "a" }, { id: "b" }]}> <Splitter.Panel id="a">Panel A</Splitter.Panel> <Splitter.ResizeTrigger id="a:b" /> <Splitter.Panel id="b">Panel B</Splitter.Panel> </Splitter.Root> </code></pre> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - ### Added</p> <ul> <li><strong>Carousel</strong>: Added <code>autoSize</code> prop for variable width/height slides</li> </ul> <h3>Changed</h3> <ul> <li><strong>useListCollection</strong>: <code>initialItems</code> now accepts <code>readonly</code> arrays</li> <li><strong>Types</strong>: Exported <code>InteractOutsideEvent</code>, <code>FocusOutsideEvent</code>, <code>PointerDownOutsideEvent</code> types</li> </ul> <h3>Fixed</h3> <ul> <li><strong>Carousel</strong>: Fixed dragging after tab switch/scroll and mouse wheel scroll with <code>allowMouseDrag</code></li> <li><strong>Combobox</strong>: <ul> <li>Fixed <code>onHighlightChange</code> not firing when filtered to empty;</li> <li>Fixed focus stealing in controlled mode</li> <li>Removed problematic <code>aria-hidden</code> behavior</li> </ul> </li> <li><strong>File Upload</strong>: Fixed non-interactive children in dropzone not opening file picker</li> <li><strong>Radio Group</strong>: Fixed inconsistent <code>data-focus-visible</code>/<code>data-focus</code> attributes; fixed indicator showing before rect resolved (with Tabs)</li> <li><strong>Tabs</strong>: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize</li> </ul> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/503e11ad4b2b5aa6d653e21d96b7f76a72c87d92"><code>503e11a</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - ### Added</p> <ul> <li><strong>Semantic Tokens</strong>: Add new <code>border</code> semantic token to all color palettes (<code>gray.300</code>/<code>gray.700</code> for gray, <code>color.500</code>/<code>color.400</code> for colored palettes) to improve outline component appearance</li> </ul> <h3>Changed</h3> </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"><code>@chakra-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>3.30.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10425">#10425</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a> Thanks <a href="https://github.com/Adebesin-Cell"><code>@Adebesin-Cell</code></a>! - - <strong>Splitter [NEW]</strong>: Introduce new resizable splitter component</p> <pre lang="tsx"><code><Splitter.Root panels={[{ id: "a" }, { id: "b" }]}> <Splitter.Panel id="a">Panel A</Splitter.Panel> <Splitter.ResizeTrigger id="a:b" /> <Splitter.Panel id="b">Panel B</Splitter.Panel> </Splitter.Root> </code></pre> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - ### Added</p> <ul> <li><strong>Carousel</strong>: Added <code>autoSize</code> prop for variable width/height slides</li> </ul> <h3>Changed</h3> <ul> <li><strong>useListCollection</strong>: <code>initialItems</code> now accepts <code>readonly</code> arrays</li> <li><strong>Types</strong>: Exported <code>InteractOutsideEvent</code>, <code>FocusOutsideEvent</code>, <code>PointerDownOutsideEvent</code> types</li> </ul> <h3>Fixed</h3> <ul> <li><strong>Carousel</strong>: Fixed dragging after tab switch/scroll and mouse wheel scroll with <code>allowMouseDrag</code></li> <li><strong>Combobox</strong>: <ul> <li>Fixed <code>onHighlightChange</code> not firing when filtered to empty;</li> <li>Fixed focus stealing in controlled mode</li> <li>Removed problematic <code>aria-hidden</code> behavior</li> </ul> </li> <li><strong>File Upload</strong>: Fixed non-interactive children in dropzone not opening file picker</li> <li><strong>Radio Group</strong>: Fixed inconsistent <code>data-focus-visible</code>/<code>data-focus</code> attributes; fixed indicator showing before rect resolved (with Tabs)</li> <li><strong>Tabs</strong>: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize</li> </ul> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/503e11ad4b2b5aa6d653e21d96b7f76a72c87d92"><code>503e11a</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - ### Added</p> <ul> <li><strong>Semantic Tokens</strong>: Add new <code>border</code> semantic token to all color palettes (<code>gray.300</code>/<code>gray.700</code> for gray, <code>color.500</code>/<code>color.400</code> for colored palettes) to improve outline component appearance</li> </ul> <h3>Changed</h3> <ul> <li><strong>Button, Badge, Tag, Checkbox</strong>: Update outline variants to use <code>colorPalette.border</code> instead of <code>colorPalette.muted</code> or global <code>border</code> token for better appearance, especially for non-gray color palettes.</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/63c9c4886b0a41cef059cb8f465435ffd88853e7"><code>63c9c48</code></a> Version Packages (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10462">#10462</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/721ece7f67b41b71baa48c7ad640b74c4c5d68c5"><code>721ece7</code></a> chore: bump ark and fix exports</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a> chore: bump ark-ui</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/2dfd2d2cff98f0d8bdd187453cc73ce0dcc3b05f"><code>2dfd2d2</code></a> refactor: cx fn</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/14bca5159596ba7c82d39b9353eca2f6cb22b6df"><code>14bca51</code></a> chore: bump deps</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a> feat: add Splitter component (<a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10425">#10425</a>)</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/fd155693546b96e390e131c85fac192711d52cef"><code>fd15569</code></a> fix: rtl arrow tip</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/2f8eaa57231c6707314605ffd2deb1503dd1975f"><code>2f8eaa5</code></a> chore: expose CssProperties type</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/79bc4358fb60c8a5a22e8245d52ca48e7d53e553"><code>79bc435</code></a> docs: table example</li> <li><a href="https://github.com/chakra-ui/chakra-ui/commit/f763c92fda2a83aab1edfa85c0c5c3a788f1c42f"><code>f763c92</code></a> docs: combobox creatable</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 /> Updates `typescript` from 5.8.3 to 5.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.9.3</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.3%22+is%3Aclosed+">fixed issues query for Typescript 5.9.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9 RC</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9 Beta</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-beta/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/c63de15a992d37f0d6cec03ac7631872838602cb"><code>c63de15</code></a> Bump version to 5.9.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/8428ca4cc8a7ecc9ac18dd0258016228814f5eaf"><code>8428ca4</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62438">#62438</a> (Fix incorrectly ignored dts file fr...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/a131cac6831aa6532ea963d0cb3131b957cad980"><code>a131cac</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62351">#62351</a> (Add missing Float16Array constructo...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/04243333584a5bfaeb3434c0982c6280fe87b8d5"><code>0424333</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62423">#62423</a> (Revert PR 61928) into release-5.9 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/62425">#62425</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bdb641a4347af822916fb8cdb9894c9c2d2421dd"><code>bdb641a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62311">#62311</a> (Fix parenthesizer rules for manuall...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/0d9b9b92e2aca2f75c979a801abbc21bff473748"><code>0d9b9b9</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/61978">#61978</a> (Restructure CI to prepare for requi...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2dce0c58af51cf9a9068365dc2f756c61b82b597"><code>2dce0c5</code></a> Intentionally regress one buggy declaration output to an older version (<a href="https://redirect.github.com/microsoft/TypeScript/issues/62163">#62163</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5be33469d551655d878876faa9e30aa3b49f8ee9"><code>5be3346</code></a> Bump version to 5.9.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ad825f2bee3362886d642c48cb97c82df82b3ddb"><code>ad825f2</code></a> Bump version to 5.9.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/463a5bf92c3597dc14f252517c10a1bef7ac2f4c"><code>463a5bf</code></a> Update LKG</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3">compare view</a></li> </ul> </details> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
