dependabot[bot] opened a new pull request, #63068:
URL: https://github.com/apache/airflow/pull/63068

   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 [happy-dom](https://github.com/capricorn86/happy-dom).
   
   Updates `@chakra-ui/react` from 3.33.0 to 3.34.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>.34.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10597";>#10597</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5";><code>f11219d</code></a>
   Thanks <a 
href="https://github.com/kalisaNkevin";><code>@​kalisaNkevin</code></a>! - - 
<strong>[New]
   DatePicker</strong>: Add new datepicker component for date selection</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462";><code>94517fa</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
export gaps for
   Ark UI components:</p>
   <ul>
   <li><strong>Select</strong>: Expose <code>Select.List</code> component (for 
virtualization support)</li>
   <li><strong>Combobox</strong>: Export <code>ComboboxSelectionDetails</code> 
type (as
   <code>Combobox.SelectionDetails</code> in namespace)</li>
   <li><strong>Listbox</strong>: Export 
<code>ListboxScrollToIndexDetails</code>,
   <code>ListboxSelectionDetails</code>, <code>ListboxSelectionMode</code> 
types (as
   <code>Listbox.ScrollToIndexDetails</code>, 
<code>Listbox.SelectionDetails</code>,
   <code>Listbox.SelectionMode</code> in namespace)</li>
   <li><strong>Menu</strong>: Export <code>MenuValueChangeDetails</code> type 
(as <code>Menu.ValueChangeDetails</code>
   in namespace)</li>
   </ul>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140";><code>be18f13</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
TypeScript
   error when passing <code>ref</code> to <code>CheckboxGroup</code>.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca";><code>0aa89d0</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
<code>globalCss</code>
   silently ignoring element selectors that match utility shorthands (e.g. 
<code>p</code>,
   <code>m</code>, <code>h</code>, <code>w</code>).</p>
   <p>Previously, <code>p: { margin: '0 0 1em' }</code> in 
<code>globalCss</code> was treated as the
   <code>padding</code> utility instead of a <code>&lt;p&gt;</code> element 
selector, causing the styles to
   be silently dropped.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/59bf8f6a63ba70481160556f16113deb143c34f5";><code>59bf8f6</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>Field</strong>: Fix
   <code>Field.ErrorIcon</code> default size so it stays aligned with error 
text instead of
   expanding when the error area is full width.</p>
   </li>
   </ul>
   </blockquote>
   </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.34.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10597";>#10597</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5";><code>f11219d</code></a>
   Thanks <a 
href="https://github.com/kalisaNkevin";><code>@​kalisaNkevin</code></a>! - - 
<strong>[New]
   DatePicker</strong>: Add new datepicker component for date selection</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462";><code>94517fa</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
export gaps for
   Ark UI components:</p>
   <ul>
   <li><strong>Select</strong>: Expose <code>Select.List</code> component (for 
virtualization support)</li>
   <li><strong>Combobox</strong>: Export <code>ComboboxSelectionDetails</code> 
type (as
   <code>Combobox.SelectionDetails</code> in namespace)</li>
   <li><strong>Listbox</strong>: Export 
<code>ListboxScrollToIndexDetails</code>,
   <code>ListboxSelectionDetails</code>, <code>ListboxSelectionMode</code> 
types (as
   <code>Listbox.ScrollToIndexDetails</code>, 
<code>Listbox.SelectionDetails</code>,
   <code>Listbox.SelectionMode</code> in namespace)</li>
   <li><strong>Menu</strong>: Export <code>MenuValueChangeDetails</code> type 
(as <code>Menu.ValueChangeDetails</code>
   in namespace)</li>
   </ul>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140";><code>be18f13</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
TypeScript
   error when passing <code>ref</code> to <code>CheckboxGroup</code>.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca";><code>0aa89d0</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - Fix 
<code>globalCss</code>
   silently ignoring element selectors that match utility shorthands (e.g. 
<code>p</code>,
   <code>m</code>, <code>h</code>, <code>w</code>).</p>
   <p>Previously, <code>p: { margin: '0 0 1em' }</code> in 
<code>globalCss</code> was treated as the
   <code>padding</code> utility instead of a <code>&lt;p&gt;</code> element 
selector, causing the styles to
   be silently dropped.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/59bf8f6a63ba70481160556f16113deb143c34f5";><code>59bf8f6</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>Field</strong>: Fix
   <code>Field.ErrorIcon</code> default size so it stays aligned with error 
text instead of
   expanding when the error area is full width.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/88e5f9fbf2e002154efcf81373878f7dd1e426d1";><code>88e5f9f</code></a>
 Version Packages (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10641";>#10641</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/f902811daf8203c0b5b5216f3fc330b50c536011";><code>f902811</code></a>
 chore: bump ark-ui</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5";><code>f11219d</code></a>
 feat: add datepicker (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10597";>#10597</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140";><code>be18f13</code></a>
 fix: checkbox group component type</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/116257090d0b72b2a4943e782d367e60d0f4bbd7";><code>1162570</code></a>
 docs: update radio card</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462";><code>94517fa</code></a>
 fix: export gaps in ark</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/2de67e166c600e48117bf62b289377e02c621af9";><code>2de67e1</code></a>
 fix: typecheck</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/ba23d641b2015a7b37e13ee4ec2597674e20c13a";><code>ba23d64</code></a>
 fix(cli): resolve references and support tsconfig path</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca";><code>0aa89d0</code></a>
 fix: resolve globalCss element selector conflicts with utility shorthands</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/9a20b239db2db92df4d42eb6b2596c401f42315c";><code>9a20b23</code></a>
 docs: update button</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 `happy-dom` from 20.7.0 to 20.8.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/capricorn86/happy-dom/releases";>happy-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v20.8.3</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Throw error if event is not of type <code>Event</code> in 
<code>EventTarget.dispatchEvent()</code> - By <strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2054";>#2054</a></li>
   </ul>
   <h2>v20.8.2</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Resets <code>Event.cancelBubble</code> and 
<code>Event.defaultPrevented</code> when calling <code>Event.initEvent()</code> 
- By <strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2090";>#2090</a></li>
   </ul>
   <h2>v20.8.1</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Make &quot;inert&quot; attribute block focus interactions - By 
<strong><a 
href="https://github.com/coffeeandwork";><code>@​coffeeandwork</code></a></strong>
 in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1422";>#1422</a></li>
   </ul>
   <h2>v20.8.0</h2>
   <h3>:art: Features</h3>
   <ul>
   <li>Adds support for setPointerCapture, hasPointerCapture, and 
releasePointerCapture to Element - By <strong><a 
href="https://github.com/coffeeandwork";><code>@​coffeeandwork</code></a></strong>
 in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1733";>#1733</a></li>
   </ul>
   <h2>v20.7.2</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Properly decode CSS escape sequences in attribute selector values - By 
<strong><a 
href="https://github.com/silverwind";><code>@​silverwind</code></a></strong></li>
   </ul>
   <h2>v20.7.1</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Fixes issue related to parsing direct descendants (<code>&gt;</code>) 
and universal (<code>*</code>) query selectors - By <strong><a 
href="https://github.com/Cherry";><code>@​Cherry</code></a></strong> in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2078";>#2078</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/5998eeaea5455cda9556675c6b92bea7ec85642b";><code>5998eea</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2054";>#2054</a> 
Throw error if event is not of type Event in dispatchEvent (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2092";>#2092</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7a11238eace2fab69eb6bff13c2eeb0b7f7caa40";><code>7a11238</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2090";>#2090</a> 
Resets cancelBubble and defaultPrevented when calling initEvent ...</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7d27984affe0dcfc2827d1568fa6b950905a8482";><code>7d27984</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1422";>#1422</a> 
Make inert attribute block focus interactions (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2083";>#2083</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/53e4ec974a8c8f66db7cd55c9553e7e8281185bf";><code>53e4ec9</code></a>
 feat: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1733";>#1733</a> 
Adds support for setPointerCapture, hasPointerCapture, and rele...</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/1c73c3f7bbd0f6693af89386ba10ea8b506546c1";><code>1c73c3f</code></a>
 fix: Properly decode CSS escape sequences in attribute selector values (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2080";>#2080</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7fa06b306bc6f7679d430ecfd8eee33c14c2be87";><code>7fa06b3</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2078";>#2078</a> 
Fixes direct descendants &gt; and universal * query selectors  (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2079";>#2079</a>)</li>
   <li>See full diff in <a 
href="https://github.com/capricorn86/happy-dom/compare/v20.7.0...v20.8.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 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]

Reply via email to