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

   Bumps the core-ui-package-updates group with 3 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),
 
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
 and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
   
   Updates `@chakra-ui/react` from 3.19.2 to 3.20.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>.20.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/65020dd159a8cfa0eebafd60afb98e971a7ee377";><code>65020dd</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>System</strong>: Allow
   <code>undefined</code> for optional properties in CSS and recipe types</p>
   <ul>
   <li>
   <p><strong>Color Picker</strong>: Fixed issue where value change end event 
is invoked when
   committing via an input.</p>
   </li>
   <li>
   <p><strong>Toast</strong>: Fixed issue where calling 
<code>toast.remove()</code> without an id shows a
   TypeScript error.</p>
   </li>
   <li>
   <p><strong>Field</strong>: Fixed issue where helper text and error text 
could not be
   detected in shadow DOM environments.</p>
   </li>
   <li>
   <p><strong>Slider</strong></p>
   <ul>
   <li>Fixed issue where <code>minStepsBetweenThumbs</code> isn't computed 
correctly when
   interacting with pointer or keyboard.</li>
   <li>Fixed issue where <code>Shift</code> + <code>ArrowRight</code> set value 
to <code>0</code> instead of <code>max</code>
   when step is too large (e.g. <code>20</code>).</li>
   <li>Fixed issue where <code>onValueChangeEnd</code> doesn't return the 
latest value when
   dragging very fast.</li>
   <li>Fixed issue where slider could throw a error when rendered in an popover
   or dialog.</li>
   </ul>
   </li>
   <li>
   <p><strong>File Upload</strong>: Added support for transforming uploaded 
files via
   <code>transformFiles</code> context property.</p>
   </li>
   <li>
   <p><strong>Combobox</strong>: Fixed issue where 
<code>onInputValueChange</code> doesn't get called when
   <code>autoFocus</code> is set to <code>true</code></p>
   </li>
   <li>
   <p><strong>Pin Input</strong>: Fixed issue where input padding could cause 
clipping of the
   text when <code>fontSize</code> is increased.</p>
   </li>
   </ul>
   </li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10081";>#10081</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/c2f650bd0c3e4a137fa3622a94aace398e69f483";><code>c2f650b</code></a>
   Thanks <a href="https://github.com/isBatak";><code>@​isBatak</code></a>! - - 
export
   <code>CheckboxRootProviderProps</code> type</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10075";>#10075</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/63c267fe2ef8aa0db707b5932dddbf4db2d54e40";><code>63c267f</code></a>
   Thanks <a href="https://github.com/isBatak";><code>@​isBatak</code></a>! - - 
export <code>Quote</code> typography
   component and its types</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.20.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/65020dd159a8cfa0eebafd60afb98e971a7ee377";><code>65020dd</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>System</strong>: Allow
   <code>undefined</code> for optional properties in CSS and recipe types</p>
   <ul>
   <li>
   <p><strong>Color Picker</strong>: Fixed issue where value change end event 
is invoked when
   committing via an input.</p>
   </li>
   <li>
   <p><strong>Toast</strong>: Fixed issue where calling 
<code>toast.remove()</code> without an id shows a
   TypeScript error.</p>
   </li>
   <li>
   <p><strong>Field</strong>: Fixed issue where helper text and error text 
could not be
   detected in shadow DOM environments.</p>
   </li>
   <li>
   <p><strong>Slider</strong></p>
   <ul>
   <li>Fixed issue where <code>minStepsBetweenThumbs</code> isn't computed 
correctly when
   interacting with pointer or keyboard.</li>
   <li>Fixed issue where <code>Shift</code> + <code>ArrowRight</code> set value 
to <code>0</code> instead of <code>max</code>
   when step is too large (e.g. <code>20</code>).</li>
   <li>Fixed issue where <code>onValueChangeEnd</code> doesn't return the 
latest value when
   dragging very fast.</li>
   <li>Fixed issue where slider could throw a error when rendered in an popover
   or dialog.</li>
   </ul>
   </li>
   <li>
   <p><strong>File Upload</strong>: Added support for transforming uploaded 
files via
   <code>transformFiles</code> context property.</p>
   </li>
   <li>
   <p><strong>Combobox</strong>: Fixed issue where 
<code>onInputValueChange</code> doesn't get called when
   <code>autoFocus</code> is set to <code>true</code></p>
   </li>
   <li>
   <p><strong>Pin Input</strong>: Fixed issue where input padding could cause 
clipping of the
   text when <code>fontSize</code> is increased.</p>
   </li>
   </ul>
   </li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10081";>#10081</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/c2f650bd0c3e4a137fa3622a94aace398e69f483";><code>c2f650b</code></a>
   Thanks <a href="https://github.com/isBatak";><code>@​isBatak</code></a>! - - 
export
   <code>CheckboxRootProviderProps</code> type</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10075";>#10075</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/63c267fe2ef8aa0db707b5932dddbf4db2d54e40";><code>63c267f</code></a>
   Thanks <a href="https://github.com/isBatak";><code>@​isBatak</code></a>! - - 
export <code>Quote</code> typography
   component and its types</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/74e0cf97b15812cf0fdfdf920b1e7dba9a98ab90";><code>74e0cf9</code></a>
 Version Packages (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10073";>#10073</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/c2f650bd0c3e4a137fa3622a94aace398e69f483";><code>c2f650b</code></a>
 Fix/checkbox types export (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10081";>#10081</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/63c267fe2ef8aa0db707b5932dddbf4db2d54e40";><code>63c267f</code></a>
 fix(typography): export Quote component and its types (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10075";>#10075</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/14328a2cb7ba6b53642df6b057281066d7e3de04";><code>14328a2</code></a>
 fix: pin input clipping</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/65020dd159a8cfa0eebafd60afb98e971a7ee377";><code>65020dd</code></a>
 chore: bump ark-ui</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/25c3cce7aaab2f87ded3ed635c7e7bc99e312373";><code>25c3cce</code></a>
 fix(system): allow undefined for optional properties in CSS and recipe types 
...</li>
   <li>See full diff 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 `@tanstack/react-query` from 5.80.3 to 5.80.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/query/releases";><code>@​tanstack/react-query</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.80.6</h2>
   <p>Version 5.80.6 - 6/5/25, 1:09 PM</p>
   <h2>Changes</h2>
   <h3>Refactor</h3>
   <ul>
   <li>types: revert narrow onSuccess/onError/onMutate/onSettled callback types 
to Promise<!-- raw HTML omitted --> | void (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9202";>#9202</a>)&quot;
 (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9251";>#9251</a>)
 (dfbda9d) by Braden Wong</li>
   </ul>
   <h2>Packages</h2>
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/query-broadcast-client-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/query-sync-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/solid-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/solid-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/solid-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/svelte-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/svelte-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/svelte-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/vue-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/vue-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/angular-query-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/query-async-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   <li><code>@​tanstack/angular-query-devtools-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.6</li>
   </ul>
   <h2>v5.80.5</h2>
   <p>Version 5.80.5 - 6/4/25, 6:43 PM</p>
   <h2>Changes</h2>
   <h3>Fix</h3>
   <ul>
   <li>experimental_createQueryPersister: Change persisterRestoreAll to 
restoreQueries with filter support (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9230";>#9230</a>)
 (9e0e60c) by René Klomp</li>
   </ul>
   <h2>Packages</h2>
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/query-async-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/query-broadcast-client-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/query-sync-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   <li><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.80.5</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/query/commit/433599301c5eba7f2bebd1b98ebf489302e333b1";><code>4335993</code></a>
 release: v5.80.6</li>
   <li><a 
href="https://github.com/TanStack/query/commit/2db48f44b3feadd42929178bc34d2b91f8d470e7";><code>2db48f4</code></a>
 release: v5.80.5</li>
   <li>See full diff in <a 
href="https://github.com/TanStack/query/commits/v5.80.6/packages/react-query";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vitest` from 3.2.1 to 3.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitest-dev/vitest/releases";>vitest's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.2.2</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li>Support rolldown-vite  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> and <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7509";>vitest-dev/vitest#7509</a>
 <a href="https://github.com/vitest-dev/vitest/commit/c8d6264bf";><!-- raw HTML 
omitted -->(c8d62)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li><strong>browser</strong>:
   <ul>
   <li>Calculate prepare time from <code>createTesters</code> call on the main 
thread  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/8101";>vitest-dev/vitest#8101</a>
 <a href="https://github.com/vitest-dev/vitest/commit/142c735e1";><!-- raw HTML 
omitted -->(142c7)<!-- raw HTML omitted --></a></li>
   <li>Optimize build output and always prebundle vitest  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> <a 
href="https://github.com/vitest-dev/vitest/commit/00a391656";><!-- raw HTML 
omitted -->(00a39)<!-- raw HTML omitted --></a></li>
   <li>Make custom locators available in <code>vitest-browser-*</code> packages 
 -  by <a href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> 
in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/8103";>vitest-dev/vitest#8103</a>
 <a href="https://github.com/vitest-dev/vitest/commit/247ef5822";><!-- raw HTML 
omitted -->(247ef)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>expect</strong>:
   <ul>
   <li>Ensure we can always self <code>toEqual</code>  -  by <a 
href="https://github.com/dubzzz";><code>@​dubzzz</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/8094";>vitest-dev/vitest#8094</a>
 <a href="https://github.com/vitest-dev/vitest/commit/02ec89203";><!-- raw HTML 
omitted -->(02ec8)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>reporter</strong>:
   <ul>
   <li>Allow <code>dot</code> reporter to work in non interactive terminals  -  
by <a href="https://github.com/bstephen1";><code>@​bstephen1</code></a> and <a 
href="https://github.com/AriPerkkio";><code>@​AriPerkkio</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7994";>vitest-dev/vitest#7994</a>
 <a href="https://github.com/vitest-dev/vitest/commit/6db9f5207";><!-- raw HTML 
omitted -->(6db9f)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h5>    <a 
href="https://github.com/vitest-dev/vitest/compare/v3.2.1...v3.2.2";>View 
changes on GitHub</a></h5>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/7ddcd3363e2853a85273534d10a2ef1e3f905468";><code>7ddcd33</code></a>
 chore: release v3.2.2</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/33f71207fa7854d413d85616d69b1a7a3a6ea90e";><code>33f7120</code></a>
 Revert &quot;fix(browser): optimize build output and always prebundle 
vitest&quot;</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/00a391656c1246e37645abe21fc28c1994ad45bd";><code>00a3916</code></a>
 fix(browser): optimize build output and always prebundle vitest</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/142c735e16e3da04627e021d8428134ddd266082";><code>142c735</code></a>
 fix(browser): calculate prepare time from <code>createTesters</code> call on 
the main th...</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/c8d6264bf4fde7fb9ac4fc22d2dcf882a2eb8f42";><code>c8d6264</code></a>
 feat: support rolldown-vite (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7509";>#7509</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/6db9f5207c8795cf38d8e2f5ce82690e9fc198c9";><code>6db9f52</code></a>
 fix(reporter): allow <code>dot</code> reporter to work in non interactive 
terminals (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7994";>#7994</a>)</li>
   <li>See full diff in <a 
href="https://github.com/vitest-dev/vitest/commits/v3.2.2/packages/vitest";>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]

Reply via email to