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

   Bumps the 3-3-core-ui-package-updates group with 29 updates in the 
/airflow-core/src/airflow/ui directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 | `3.36.1` | `3.37.0` |
   | 
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
 | `5.101.4` | `5.102.8` |
   | 
[@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual)
 | `3.14.9` | `3.14.11` |
   | [axios](https://github.com/axios/axios) | `1.19.0` | `1.20.0` |
   | [dayjs](https://github.com/iamkun/dayjs) | `1.11.21` | `1.11.23` |
   | [i18next](https://github.com/i18next/i18next) | `26.3.6` | `26.4.2` |
   | [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | 
`4.0.1` | `4.0.2` |
   | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 
`7.85.0` | `7.87.0` |
   | 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `7.18.2` | `7.18.3` |
   | [zustand](https://github.com/pmndrs/zustand) | `5.0.14` | `5.0.15` |
   | 
[@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | 
`2.1.0` | `2.1.1` |
   | [@playwright/test](https://github.com/microsoft/playwright) | `1.62.1` | 
`1.63.0` |
   | 
[@rolldown/plugin-babel](https://github.com/rolldown/plugins/tree/HEAD/packages/babel)
 | `0.2.3` | `0.2.4` |
   | 
[@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query)
 | `5.101.4` | `5.102.8` |
   | 
[@testing-library/react](https://github.com/testing-library/react-testing-library)
 | `16.3.2` | `16.3.3` |
   | 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `26.2.0` | `26.5.0` |
   | 
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
 | `19.2.4` | `19.2.7` |
   | 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 | `8.66.0` | `8.69.0` |
   | 
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
 | `8.66.0` | `8.69.0` |
   | 
[@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils)
 | `8.66.0` | `8.69.0` |
   | 
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
 | `6.0.5` | `6.1.1` |
   | 
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
 | `4.1.10` | `4.1.11` |
   | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | 
`3.4.1` | `3.4.2` |
   | 
[eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
 | `5.10.1` | `5.11.0` |
   | 
[eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh)
 | `0.5.4` | `0.5.6` |
   | [globals](https://github.com/sindresorhus/globals) | `17.9.0` | `17.12.0` |
   | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.11.2` | 
`20.14.0` |
   | 
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
 | `8.66.0` | `8.69.0` |
   | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | 
`4.1.10` | `4.1.11` |
   
   
   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 &quot;@chakra-ui/react&quot;
   </code></pre>
   <pre lang="tsx"><code>&lt;DateInput.Root&gt;
     &lt;DateInput.Label /&gt;
     &lt;DateInput.Control&gt;
       &lt;DateInput.Segments /&gt;
     &lt;/DateInput.Control&gt;
     &lt;DateInput.HiddenInput /&gt;
   &lt;/DateInput.Root&gt;
   </code></pre>
   <p>Each part of the date is its own keyboard-navigable segment, ordered and
   formatted by <code>locale</code>. Supports 
<code>selectionMode=&quot;range&quot;</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>&quot;display-none&quot;</code>, uses
   the <code>hidden</code> attribute and keeps effects running, so a video 
keeps playing and
   a subscription stays open while closed. <code>&quot;activity&quot;</code> 
uses React 19 <code>Activity</code>
   to pause those effects instead.</p>
   <pre lang="tsx"><code>&lt;Dialog.Root hideMode=&quot;activity&quot; /&gt;
   </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>&lt;Dialog.Content&gt;
     &lt;Dialog.CloseTrigger data-no-autofocus /&gt;
     &lt;input data-autofocus /&gt;
   </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 &quot;@chakra-ui/react&quot;
   </code></pre>
   <pre lang="tsx"><code>&lt;DateInput.Root&gt;
     &lt;DateInput.Label /&gt;
     &lt;DateInput.Control&gt;
       &lt;DateInput.Segments /&gt;
     &lt;/DateInput.Control&gt;
     &lt;DateInput.HiddenInput /&gt;
   &lt;/DateInput.Root&gt;
   </code></pre>
   <p>Each part of the date is its own keyboard-navigable segment, ordered and
   formatted by <code>locale</code>. Supports 
<code>selectionMode=&quot;range&quot;</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>&quot;display-none&quot;</code>, uses
   the <code>hidden</code> attribute and keeps effects running, so a video 
keeps playing and
   a subscription stays open while closed. <code>&quot;activity&quot;</code> 
uses React 19 <code>Activity</code>
   to pause those effects instead.</p>
   <pre lang="tsx"><code>&lt;Dialog.Root hideMode=&quot;activity&quot; /&gt;
   </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>&lt;Dialog.Content&gt;
     &lt;Dialog.CloseTrigger data-no-autofocus /&gt;
   </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 />
   
   Updates `@tanstack/react-query` from 5.101.4 to 5.102.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/query/releases";>@​tanstack/react-query's 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md";>@​tanstack/react-query's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.102.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.8</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.7</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/TanStack/query/pull/11305";>#11305</a> <a 
href="https://github.com/TanStack/query/commit/ac2b61230ea35b90b177ba35dc030598bac9c9a6";><code>ac2b612</code></a>
 - fix(react-query): throw falsy errors from <code>useQueries</code> and 
<code>useSuspenseQueries</code> to the error boundary</p>
   </li>
   <li>
   <p>Updated dependencies []:</p>
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.6</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/query/commit/578e5c26e8ebd0d7351b4b8e2bafba695e672b8d";><code>578e5c2</code></a>]:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.5</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/query/commit/a05df6aefb0e2489ec2c879ae16e2ee7cb3123ec";><code>a05df6a</code></a>]:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.4</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies []:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.3</li>
   </ul>
   </li>
   </ul>
   <h2>5.102.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/query/commit/80fbf73e77892d702c107e14a84c219a8ed825dc";><code>80fbf73</code></a>]:
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.102.2</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/query/commit/2969edf32f7e0c48e2a108d84712d6e01edfde21";><code>2969edf</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11316";>#11316</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/2eb3c7c76f4dd175b2c8b6b91d5062595fff8b84";><code>2eb3c7c</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11313";>#11313</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/714df67ab11c6e16666e4282dfec8654175591f7";><code>714df67</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11306";>#11306</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/ac2b61230ea35b90b177ba35dc030598bac9c9a6";><code>ac2b612</code></a>
 fix(react-query): propagate falsy errors to the error boundary (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11305";>#11305</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/1836e61b8ccc42a79399fc98047bb324d20de8e2";><code>1836e61</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11303";>#11303</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/51f12db9199477d653347319d3b38ad5e9564824";><code>51f12db</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11294";>#11294</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/730b3aa06c49337068e1b84a5025bca75887348b";><code>730b3aa</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11276";>#11276</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/388bbaf181c4e7b7017b5dbb5cbf2a57eb22e267";><code>388bbaf</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11265";>#11265</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/bc423b37ef7fa2a34cfc7286945fd640d74b4071";><code>bc423b3</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/11261";>#11261</a>)</li>
   <li><a 
href="https://github.com/TanStack/query/commit/be1352b848cf2a9a43eb8828ad023e0a9f74ad36";><code>be1352b</code></a>
 test(*): add adapter-level type coverage for optional undefinable mutate 
vari...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@tanstack/react-virtual` from 3.14.9 to 3.14.11
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/virtual/releases";>@​tanstack/react-virtual's 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​tanstack/react-virtual</code><a 
href="https://github.com/3";><code>@​3</code></a>.14.11</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55";><code>4a0adf3</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.9</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​tanstack/react-virtual</code><a 
href="https://github.com/3";><code>@​3</code></a>.14.10</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/a0a411e06f7334a063422de35d59b12b264b3573";><code>a0a411e</code></a>,
 <a 
href="https://github.com/TanStack/virtual/commit/d2cf98beea1696c7187c06b57c9e724d1957963c";><code>d2cf98b</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.8</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md";>@​tanstack/react-virtual's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.14.11</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55";><code>4a0adf3</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.9</li>
   </ul>
   </li>
   </ul>
   <h2>3.14.10</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/a0a411e06f7334a063422de35d59b12b264b3573";><code>a0a411e</code></a>,
 <a 
href="https://github.com/TanStack/virtual/commit/d2cf98beea1696c7187c06b57c9e724d1957963c";><code>d2cf98b</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.8</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/virtual/commit/171029d81350d62e040fe3a1374ed1499c034b41";><code>171029d</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1269";>#1269</a>)</li>
   <li><a 
href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55";><code>4a0adf3</code></a>
 fix(virtual-core): re-issue clamped end-anchor compensation once the sizer 
gr...</li>
   <li><a 
href="https://github.com/TanStack/virtual/commit/e9874f033c74afd3251eeb9f3e60b2530cc7ae88";><code>e9874f0</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1247";>#1247</a>)</li>
   <li>See full diff in <a 
href="https://github.com/TanStack/virtual/commits/@tanstack/[email protected]/packages/react-virtual";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.19.0 to 1.20.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/releases";>axios's releases</a>.</em></p>
   <blockquote>
   <h2>v1.20.0 — August 19, 2026</h2>
   <p>This release hardens runtime option handling, adds RFC 9110 status-code 
aliases, fixes Node.js and XHR reliability issues, and refreshes project 
tooling and documentation.</p>
   <h2>⚠️ Breaking Changes &amp; Deprecations</h2>
   <ul>
   <li>HTTP Status Naming: Added ContentTooLarge (413) and UnprocessableContent 
(422), while retaining PayloadTooLarge and UnprocessableEntity as 
backward-compatible deprecated aliases. (<a 
href="https://redirect.github.com/axios/axios/issues/11082";>#11082</a>)</li>
   </ul>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Runtime Option Handling: Hardened behavioral configuration reads against 
shared and foreign prototype pollution and normalized unsafe interceptor 
replacement objects. This also clarifies Fetch redirect and custom 
implementation behavior, HTTP/2 DNS and proxy handling, CIDR-based NO_PROXY 
matching, and malformed data URI rejection; see the PR for documented 
compatibility effects. (<a 
href="https://redirect.github.com/axios/axios/issues/11141";>#11141</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Interceptor Lifecycle: Prevented unbounded handler-array growth by 
trimming trailing ejected interceptors without changing iteration semantics, 
and kept interceptor operations safe when the public handlers field is nullish. 
(<a href="https://redirect.github.com/axios/axios/issues/11087";>#11087</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11118";>#11118</a>)</li>
   <li>Request Error Preservation: Prevented custom Error.prepareStackTrace 
implementations that return non-string values from replacing the original 
request failure with an unrelated TypeError. (<a 
href="https://redirect.github.com/axios/axios/issues/11109";>#11109</a>)</li>
   <li>XHR Reliability: Navigation-canceled requests now reject with 
ECONNABORTED instead of resolving with status 0, while successful downloads 
flush their final progress callback during the live loadend dispatch. (<a 
href="https://redirect.github.com/axios/axios/issues/11094";>#11094</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11121";>#11121</a>)</li>
   <li>Node.js Socket Memory: Removed request-context retention from per-socket 
error listeners, preventing completed response data from being pinned for the 
lifetime of pooled keep-alive sockets. (<a 
href="https://redirect.github.com/axios/axios/issues/11091";>#11091</a>)</li>
   <li>Core Methods and HTTP Errors: Prevented structural method-header buckets 
from leaking into outgoing headers, standardized invalid DNS lookup and 
httpVersion failures as AxiosError.ERR_BAD_OPTION_VALUE, and corrected the 
timeoutErrorMessage merge strategy. (<a 
href="https://redirect.github.com/axios/axios/issues/11096";>#11096</a>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li>Dependencies: Updated fast-uri, postcss, js-yaml, mocha, 
development-tooling groups, and GitHub Actions dependencies. (<a 
href="https://redirect.github.com/axios/axios/issues/11092";>#11092</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11098";>#11098</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11099";>#11099</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11106";>#11106</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11107";>#11107</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11122";>#11122</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11123";>#11123</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11126";>#11126</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11127";>#11127</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11133";>#11133</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11140";>#11140</a>, <a 
href="https://redirect.github.com/axios/axio
 s/issues/11143">#11143</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11144";>#11144</a>)</li>
   <li>Documentation: Applied the v1.19.0 documentation updates, added the 
missing fs import to the README stream example, introduced localized global 
search, and repaired the interceptor test link. (<a 
href="https://redirect.github.com/axios/axios/issues/11101";>#11101</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11113";>#11113</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11097";>#11097</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11119";>#11119</a>)</li>
   <li>Sponsorship: Updated sponsorship links and data and added ScrapingBee as 
a sponsor. (<a 
href="https://redirect.github.com/axios/axios/issues/11124";>#11124</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11136";>#11136</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11137";>#11137</a>)</li>
   <li>CI and Release: Switched ESM smoke tests to locked dependencies and 
synchronized package and runtime version metadata for v1.20.0. (<a 
href="https://redirect.github.com/axios/axios/issues/11128";>#11128</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11152";>#11152</a>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve axios:</p>
   <ul>
   <li><a href="https://github.com/yens1";><code>@​yens1</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11109";>#11109</a>)</li>
   <li><a 
href="https://github.com/Sasireddy001";><code>@​Sasireddy001</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11113";>#11113</a>)</li>
   <li><a 
href="https://github.com/ari-token-security";><code>@​ari-token-security</code></a>
 (<a 
href="https://redirect.github.com/axios/axios/issues/11094";>#11094</a>)</li>
   <li><a 
href="https://github.com/timothyokooboh";><code>@​timothyokooboh</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11097";>#11097</a>)</li>
   <li><a 
href="https://github.com/gi9439041-png";><code>@​gi9439041-png</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11119";>#11119</a>)</li>
   <li><a 
href="https://github.com/Hashim1999164";><code>@​Hashim1999164</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11082";>#11082</a>)</li>
   <li><a href="https://github.com/v-dev-cl";><code>@​v-dev-cl</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11091";>#11091</a>)</li>
   <li><a href="https://github.com/r0h1tb";><code>@​r0h1tb</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11118";>#11118</a>)</li>
   <li><a href="https://github.com/ostapondo";><code>@​ostapondo</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11121";>#11121</a>)</li>
   </ul>
   <p>Full Changelog (<a 
href="https://github.com/axios/axios/compare/v1.19.0...v1.20.0";>https://github.com/axios/axios/compare/v1.19.0...v1.20.0</a>)</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md";>axios's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/84a9f3b9a4f3244b8c8e818f557d64c7b964fb25";><code>84a9f3b</code></a>
 chore(release): prepare release 1.20.0 (<a 
href="https://redirect.github.com/axios/axios/issues/11152";>#11152</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/e6824eec5fcf9da467a9792724396badc490c469";><code>e6824ee</code></a>
 fix: core methodList, HTTP adapter errors, and add tests (<a 
href="https://redirect.github.com/axios/axios/issues/11096";>#11096</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/d8a919fd81403d59058c0e9dbefc540407dee83f";><code>d8a919f</code></a>
 fix(xhr): flush final progress during the live loadend dispatch (<a 
href="https://redirect.github.com/axios/axios/issues/11121";>#11121</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/2d2a21af8a433089474a2149781799c93acbcf3c";><code>2d2a21a</code></a>
 fix(interceptors): tolerate nullish handlers in syncHandlerEntries (<a 
href="https://redirect.github.com/axios/axios/issues/11118";>#11118</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/d19040bda7a8be2f82c3c6e1a5bc03917daee39a";><code>d19040b</code></a>
 fix: harden runtime option handling (<a 
href="https://redirect.github.com/axios/axios/issues/11141";>#11141</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/e0a02dd16671deabe2b809334d4c2ebede29a233";><code>e0a02dd</code></a>
 chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 in the 
github-...</li>
   <li><a 
href="https://github.com/axios/axios/commit/d10cb3aa3cda1d78721ddf96be590478df26cd81";><code>d10cb3a</code></a>
 chore(deps-dev): bump the development_dependencies group with 4 updates (<a 
href="https://redirect.github.com/axios/axios/issues/11143";>#11143</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/2c94646eb7cb7ab9dcb2aefdb04ab1b040c28e16";><code>2c94646</code></a>
 chore(deps): bump js-yaml and mocha in /tests/smoke/cjs (<a 
href="https://redirect.github.com/axios/axios/issues/11133";>#11133</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/76c12bce5a4fe9a45bef9a5bf2baaf599d7d382e";><code>76c12bc</code></a>
 chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 (<a 
href="https://redirect.github.com/axios/axios/issues/11140";>#11140</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/ba98559a7f5a18e531b5762387e5957bd281af3d";><code>ba98559</code></a>
 docs: add ScrapingBee sponsor (<a 
href="https://redirect.github.com/axios/axios/issues/11137";>#11137</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.19.0...v1.20.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `dayjs` from 1.11.21 to 1.11.23
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/iamkun/dayjs/releases";>dayjs's releases</a>.</em></p>
   <blockquote>
   <h2>v1.11.23</h2>
   <h2><a 
href="https://github.com/iamkun/dayjs/compare/v1.11.22...v1.11.23";>1.11.23</a> 
(2026-08-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>plugin:</strong> timezone plugin prevent RangeError for invalid 
Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3180";>#3180</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/dad46e6fe5198d77d87ed3b121937f77adaee0a6";>dad46e6</a>)</li>
   <li><strong>plugin:</strong> timezone plugin prevent RangeError for invalid 
Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3180";>#3180</a>) (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3181";>#3181</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/2a3785fd27084d6bb78dfe8c3d7320c736ef4862";>2a3785f</a>)</li>
   </ul>
   <h2>v1.11.22</h2>
   <h2><a 
href="https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.22";>1.11.22</a> 
(2026-08-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>plugin:</strong> timezone compute instance .tz() offset without 
host DST (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3174";>#3174</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/e27ee8021a512b5770ffe683e010830bb9b6fb6d";>e27ee80</a>),
 closes <a 
href="https://redirect.github.com/iamkun/dayjs/issues/3169";>#3169</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md";>dayjs's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/iamkun/dayjs/compare/v1.11.22...v1.11.23";>1.11.23</a> 
(2026-08-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>plugin:</strong> timezone plugin prevent RangeError for invalid 
Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3180";>#3180</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/dad46e6fe5198d77d87ed3b121937f77adaee0a6";>dad46e6</a>)</li>
   <li><strong>plugin:</strong> timezone plugin prevent RangeError for invalid 
Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3180";>#3180</a>) (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3181";>#3181</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/2a3785fd27084d6bb78dfe8c3d7320c736ef4862";>2a3785f</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.22";>1.11.22</a> 
(2026-08-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>plugin:</strong> timezone compute instance .tz() offset without 
host DST (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3174";>#3174</a>) (<a 
href="https://github.com/iamkun/dayjs/commit/e27ee8021a512b5770ffe683e010830bb9b6fb6d";>e27ee80</a>),
 closes <a 
href="https://redirect.github.com/iamkun/dayjs/issues/3169";>#3169</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/4549b8d03307891143e8a50d39fcdab1f16f77cf";><code>4549b8d</code></a>
 chore(release): 1.11.23 [skip ci]</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/2a3785fd27084d6bb78dfe8c3d7320c736ef4862";><code>2a3785f</code></a>
 fix(plugin): timezone plugin prevent RangeError for invalid Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3";>#3</a>...</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/dad46e6fe5198d77d87ed3b121937f77adaee0a6";><code>dad46e6</code></a>
 fix(plugin): timezone plugin prevent RangeError for invalid Day.js values (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3";>#3</a>...</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/ae3a55025cdf0f06c8705b5e8b61cd4edb33697a";><code>ae3a550</code></a>
 chore(release): 1.11.22 [skip ci]</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/accfc67ed4568f251145fbe89ee33eaa32c5fd91";><code>accfc67</code></a>
 D2M (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3177";>#3177</a>)</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/e27ee8021a512b5770ffe683e010830bb9b6fb6d";><code>e27ee80</code></a>
 fix(plugin): timezone compute instance .tz() offset without host DST (<a 
href="https://redirect.github.com/iamkun/dayjs/issues/3174";>#3174</a>)</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/98364bcebc047529345cc8c2bbcc44a6a8c18e79";><code>98364bc</code></a>
 chore: update doc</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/f6a1556deca9daedb00372cf40637b3037d82498";><code>f6a1556</code></a>
 chore: update doc</li>
   <li><a 
href="https://github.com/iamkun/dayjs/commit/6609c5e54347a60bf8d327dee36190069012ba47";><code>6609c5e</code></a>
 chore: update doc</li>
   <li>See full diff in <a 
href="https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.23";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `i18next` from 26.3.6 to 26.4.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/i18next/i18next/releases";>i18next's 
releases</a>.</em></p>
   <blockquote>
   <h2>v26.4.2</h2>
   <ul>
   <li>fix: <code>$&amp;</code>, <code>$`</code>, <code>$'</code> and 
<code>$$</code> inside a nested value (<code>$t(key)</code>) now stay literal. 
<code>nest()</code> handed the resolved value straight to 
<code>String.replace</code> as the replacement argument, so those sequences 
were read as replacement patterns: <code>$&amp;</code> re-inserted the 
<code>$t(...)</code> match, <code>$`</code> / <code>$'</code> inserted the text 
before / after it, and <code>$$</code> collapsed to <code>$</code>. Through 
<code>t()</code> the <code>$&amp;</code> case was worse than a wrong string: 
the nested lookup resets the shared nesting regexp, so the re-inserted 
<code>$t(...)</code> was matched again on every pass and <code>t()</code> never 
returned — also under the default <code>escapeValue: true</code> when the value 
arrives via a variable forwarded through nesting options (<code>$t(key, { 
&quot;name&quot;: &quot;{{name}}&quot; })</code> with a name containing 
<code>$&amp;</code>). The value 
 is now <code>$</code>-escaped at the <code>String.replace</code> call, the 
same guard <code>interpolate()</code> already has, and a non-string value 
returned by a formatter in the nesting chain (<code>$t(key, myFormat)</code>) 
is stringified before that. Nested values are still not HTML-escaped (<a 
href="https://redirect.github.com/i18next/i18next/issues/854";>#854</a>). Thanks 
<a href="https://github.com/mahirhir";><code>@​mahirhir</code></a> (<a 
href="https://redirect.github.com/i18next/i18next/pull/2447";>#2447</a>).</li>
   </ul>
   <h2>v26.4.1</h2>
   <ul>
   <li>fix(types): the selector-form <code>keyPrefix</code> overload of 
<code>getFixedT()</code> is now available under <code>enableSelector: 
'strict'</code>. Its constraint was gated on <code>true | 'optimize'</code> 
only, so under <code>'strict'</code> it collapsed to <code>never</code>, the 
overload dropped out, and the returned <code>t</code> silently lost its 
<code>keyPrefix</code> scope (<code>t(($) =&gt; $.deep)</code> failed with 
<code>Property 'deep' does not exist on type '{}'</code>). The same call 
already typechecked under <code>true</code> and <code>'optimize'</code>. Thanks 
<a href="https://github.com/hovelopin";><code>@​hovelopin</code></a> (<a 
href="https://redirect.github.com/i18next/i18next/pull/2446";>#2446</a>).</li>
   </ul>
   <h2>v26.4.0</h2>
   <ul>
   <li>perf: cache <code>toResolveHierarchy</code> results per <code>(code, 
fallbackCode)</code> pair. The hierarchy resolver runs on every 
<code>t()</code> call and calls <code>Intl.getCanonicalLocales</code> multiple 
times, which showed up prominently when profiling render-heavy UIs (e.g. 
virtualized data grids); with the cache the per-call cost drops from ~886 ns to 
~41 ns. The cache is invalidated automatically when 
<code>options.fallbackLng</code> changes (reassignment or in-place array 
mutation); if you mutate other resolution-relevant options at runtime 
(<code>load</code>, <code>lowerCaseLng</code>, <code>cleanCode</code>, 
<code>nonExplicitSupportedLngs</code>), call 
<code>i18next.services.languageUtils.clearCache()</code> afterwards. 
Function-valued <code>fallbackLng</code> and per-call array/object 
<code>fallbackLng</code> options are never cached, so dynamic fallbacks keep 
working as before. Thanks <a 
href="https://github.com/equaterina";><code>@​equaterina</code></a> (<a 
 href="https://redirect.github.com/i18next/i18next/pull/2444";>#2444</a>).</li>
   <li>chore: update all devDependencies (Babel stays on 7.x until 
<code>@rollup/plugin-babel</code> supports 8, eslint on 9.x for neostandard). 
Removed the unused <code>coveralls</code> package (CI uses the Coveralls GitHub 
Action) and replaced <code>sinon</code> with <code>nise</code> + 
<code>vitest.spyOn</code> in the v1 compatibility tests, which resolves all 
open <code>npm audit</code> findings (0 vulnerabilities) and should close the 
dependabot alerts on the lockfile.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md";>i18next's 
changelog</a>.</em></p>
   <blockquote>
   <h2>26.4.2</h2>
   <ul>
   <li>fix: <code>$&amp;</code>, <code>$`</code>, <code>$'</code> and 
<code>$$</code> inside a nested value (<code>$t(key)</code>) now stay literal. 
<code>nest()</code> handed the resolved value straight to 
<code>String.replace</code> as the replacement argument, so those sequences 
were read as replacement patterns: <code>$&amp;</code> re-inserted the 
<code>$t(...)</code> match, <code>$`</code> / <code>$'</code> inserted the text 
before / after it, and <code>$$</code> collapsed to <code>$</code>. Through 
<code>t()</code> the <code>$&amp;</code> case was worse than a wrong string: 
the nested lookup resets the shared nesting regexp, so the re-inserted 
<code>$t(...)</code> was matched again on every pass and <code>t()</code> never 
returned — also under the default <code>escapeValue: true</code> when the value 
arrives via a variable forwarded through nesting options (<code>$t(key, { 
&quot;name&quot;: &quot;{{name}}&quot; })</code> with a name containing 
<code>$&amp;</code>). The value 
 is now <code>$</code>-escaped at the <code>String.replace</code> call, the 
same guard <code>interpolate()</code> already has, and a non-string value 
returned by a formatter in the nesting chain (<code>$t(key, myFormat)</code>) 
is stringified before that. Nested values are still not HTML-escaped (<a 
href="https://redirect.github.com/i18next/i18next/issues/854";>#854</a>). Thanks 
<a href="https://github.com/mahirhir";><code>@​mahirhir</code></a> (<a 
href="https://redirect.github.com/i18next/i18next/pull/2447";>#2447</a>).</li>
   </ul>
   <h2>26.4.1</h2>
   <ul>
   <li>fix(types): the selector-form <code>keyPrefix</code> overload of 
<code>getFixedT()</code> is now available under <code>enableSelector: 
'strict'</code>. Its constraint was gated on <code>true | 'optimize'</code> 
only, so under <code>'strict'</code> it collapsed to <code>never</code>, the 
overload dropped out, and the returned <code>t</code> silently lost its 
<code>keyPrefix</code> scope (<code>t(($) =&gt; $.deep)</code> failed with 
<code>Property 'deep' does not exist on type '{}'</code>). The same call 
already typechecked under <code>true</code> and <code>'optimize'</code>. Thanks 
<a href="https://github.com/hovelopin";><code>@​hovelopin</code></a> (<a 
href="https://redirect.github.com/i18next/i18next/pull/2446";>#2446</a>).</li>
   </ul>
   <h2>26.4.0</h2>
   <ul>
   <li>perf: cache <code>toResolveHierarchy</code> results per <code>(code, 
fallbackCode)</code> pair. The hierarchy resolver runs on every 
<code>t()</code> call and calls <code>Intl.getCanonicalLocales</code> multiple 
times, which showed up prominently when profiling render-heavy UIs (e.g. 
virtualized data grids); with the cache the per-call cost drops from ~886 ns to 
~41 ns. The cache is invalidated automatically when 
<code>options.fallbackLng</code> changes (reassignment or in-place array 
mutation); if you mutate other resolution-relevant options at runtime 
(<code>load</code>, <code>lowerCaseLng</code>, <code>cleanCode</code>, 
<code>nonExplicitSupportedLngs</code>), call 
<code>i18next.services.languageUtils.clearCache()</code> afterwards. 
Function-valued <code>fallbackLng</code> and per-call array/object 
<code>fallbackLng</code> options are never cached, so dynamic fallbacks keep 
working as before. Thanks <a 
href="https://github.com/equaterina";><code>@​equaterina</code></a> (<a 
 href="https://redirect.github.com/i18next/i18next/pull/2444";>#2444</a>).</li>
   <li>chore: update all devDependencies (Babel stays on 7.x until 
<code>@rollup/plugin-babel</code> supports 8, eslint on 9.x for neostandard). 
Removed the unused <code>coveralls</code> package (CI uses the Coveralls GitHub 
Action) and replaced <code>sinon</code> with <code>nise</code> + 
<code>vitest.spyOn</code> in the v1 compatibility tests, which resolves all 
open <code>npm audit</code> findings (0 vulnerabilities) and should close the 
dependabot alerts on the lockfile.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/i18next/i18next/commit/4dba50f20669c3678db0812255716eb7693ad2da";><code>4dba50f</code></a>
 26.4.2</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/e436b625a648e1a48ea27ecf5f2fba8020d67009";><code>e436b62</code></a>
 build</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/d955fb086e9f4ded1200f51ecbb21034dbad1d92";><code>d955fb0</code></a>
 fix: stringify formatter results in nested values, changelog v26.4.2</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/dfafa3ca725e1415ef20e7fb5b1b3e4468f3c425";><code>dfafa3c</code></a>
 fix: keep replacement patterns literal in nested values (<a 
href="https://redirect.github.com/i18next/i18next/issues/2447";>#2447</a>)</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/3c9981e22dd471b6bca224aa1f60e04ba3f6153a";><code>3c9981e</code></a>
 chore: keep dev-only and local files out of the npm package</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/c057ee048c55a61c095acc017365e997e4f723f8";><code>c057ee0</code></a>
 26.4.1</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/02e3e1659b7cc9fedaaf53797597483ef8003df2";><code>02e3e16</code></a>
 changelog v26.4.1</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/6f198f2508ba8986d1bbf25a8b922d01afcf0751";><code>6f198f2</code></a>
 fix(types): allow selector keyPrefix in getFixedT under enableSelector 
'stric...</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/652847e70fd68344d00456f20ef0584da51e59f7";><code>652847e</code></a>
 26.4.0</li>
   <li><a 
href="https://github.com/i18next/i18next/commit/6c6025f87e89f0b5e8ef3f0bf23fd61158bd64d3";><code>6c6025f</code></a>
 prettier fix</li>
   <li>Additional commits viewable in <a 
href="https://github.com/i18next/i18next/compare/v26.3.6...v26.4.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `i18next-http-backend` from 4.0.1 to 4.0.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md";>i18next-http-backend's
 changelog</a>.</em></p>
   <blockquote>
   <h3>4.0.2</h3>
   <p>Security release. See advisory <a 
href="https://github.com/i18next/i18next-http-backend/security/advisories/GHSA-xvq9-wjp8-hwqf";>GHSA-xvq9-wjp8-hwqf</a>.</p>
   <ul>
   <li>security: also reject <code>:</code> in <code>lng</code> and 
<code>ns</code> values, and <code>//</code> in <code>ns</code> values. With a 
<code>loadPath</code> / <code>addPath</code> template that <em>starts</em> with 
the placeholder (e.g. <code>{{lng}}/{{ns}}.json</code> — no origin and no 
leading <code>/</code>), a value such as <code>http:127.0.0.1:8080</code> was 
interpolated into an absolute URL and the request left the intended origin 
(SSRF / URL injection). The default <code>/locales/{{lng}}/{{ns}}.json</code> 
and every template with a leading path or origin were not affected, because a 
colon inside a path segment has no structural meaning there. No BCP-47 language 
code contains <code>:</code>, and <code>:</code> is i18next's default 
<code>nsSeparator</code>, so no usable namespace name does either — the 
tightened check has no legitimate collateral.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/i18next/i18next-http-backend/commit/7db2f606dfd720d69ad54ff896bd6e7236d9d15e";><code>7db2f60</code></a>
 4.0.2</li>
   <li><a 
href="https://github.com/i18next/i18next-http-backend/commit/07e028862b25d0b9251bf3cafb92be2d35285f85";><code>07e0288</code></a>
 security: reject <code>:</code> in lng/ns and <code>//</code> in ns to close 
scheme injection (GHSA...</li>
   <li><a 
href="https://github.com/i18next/i18next-http-backend/commit/08cb05d3ef8396cb74ab9d6885f4c3ddb43bfbf3";><code>08cb05d</code></a>
 ci: install npm 11 before npm install</li>
   <li><a 
href="https://github.com/i18next/i18next-http-backend/commit/ff1da4830b949127f7c4bee524a11cec7759d04f";><code>ff1da48</code></a>
 docs: fix the documented reloadInterval default</li>
   <li>See full diff in <a 
href="https://github.com/i18next/i18next-http-backend/compare/v4.0.1...v4.0.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-hook-form` from 7.85.0 to 7.87.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/releases";>react-hook-form's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 7.87.0</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>
   <p><strong>Add <code>shouldTouch</code> option to 
<code>trigger()</code></strong> ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13671";>#13671</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13671";>react-hook-form/react-hook-form#13671</a>))</p>
   <p><code>setValue</code> already supported <code>shouldTouch</code>; 
<code>trigger()</code> now does too. This allows you to mark field(s) as 
touched after manual or programmatic validation, such as validate-on-mount or 
multi-step form navigation, without needing a <code>setValue</code> 
workaround:</p>
   <pre lang="tsx"><code>// Mark a single field as touched after validating it
   await trigger('firstName', { shouldTouch: true });
   <p>// Mark every mounted field as touched after validating the whole form
   await trigger(undefined, { shouldTouch: true });
   </code></pre></p>
   </li>
   <li>
   <p><strong>Add <code>OpaqueTypes</code> registry for opaque leaf 
types</strong> ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13676";>#13676</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13676";>react-hook-form/react-hook-form#13676</a>))</p>
   <p>Recursive type helpers (<code>Path</code>, <code>DeepPartial</code>, 
<code>DeepRequired</code>, <code>FieldErrorsImpl</code>, etc.) previously 
stopped only at <code>Primitive | BrowserNativeObject</code>. As a result, rich 
third-party value types such as <code>Dayjs</code> and <code>Decimal</code> 
could be recursively traversed member-by-member, potentially causing TypeScript 
to report <strong>&quot;Excessive complexity&quot;</strong> diagnostics on 
large form types.</p>
   <p>You can now register a type as an opaque leaf via declaration merging:</p>
   <pre lang="tsx"><code>import type { Dayjs } from 'dayjs';
   <p>declare module 'react-hook-form' {
   interface OpaqueTypes {
   dayjs: Dayjs;
   }
   }
   </code></pre></p>
   <p>While the registry is empty, types remain identical to the existing 
behavior. This is purely opt-in.</p>
   </li>
   </ul>
   <h2>🐞 Fixes</h2>
   <ul>
   <li>Fix inconsistent behavior among 
<code>useController().field.onChange()</code>-like APIs. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13673";>#13673</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13673";>react-hook-form/react-hook-form#13673</a>))</li>
   <li>Fix <code>Controller</code> under a null parent submitting 
<code>undefined</code> instead of a value. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13675";>#13675</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13675";>react-hook-form/react-hook-form#13675</a>))</li>
   <li>Fix <code>ERR_MODULE_NOT_FOUND</code> when resolving 
<code>react-hook-form</code> due to a <code>react-server</code> declaration in 
Next.js builds. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13682";>#13682</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13682";>react-hook-form/react-hook-form#13682</a>))</li>
   <li>Fix <code>useWatch</code> never reconciling when an Activity subtree is 
hidden on its first render. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13683";>#13683</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13683";>react-hook-form/react-hook-form#13683</a>))</li>
   <li>Fix <code>resetField</code> not recomputing <code>isValid</code> for 
subscribe-only consumers. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13684";>#13684</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13684";>react-hook-form/react-hook-form#13684</a>))</li>
   <li>Fix <code>generateWatchOutput</code> ignoring <code>defaultValue</code> 
for an array of names. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13686";>#13686</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13686";>react-hook-form/react-hook-form#13686</a>))</li>
   <li>Fix <code>useFormState</code> never reconciling when an Activity subtree 
is hidden on its first render. ([<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13687";>#13687</a>](<a
 
href="https://redirect.github.com/react-hook-form/react-hook-form/pull/13687";>react-hook-form/react-hook-form#13687</a>))</li>
   </ul>
   <h2>❤️ Thank You</h2>
   <p>Thanks to <a 
href="https://github.com/giaBaoJS";><code>@​giaBaoJS</code></a>, <a 
href="https://github.com/dfedoryshchev";><code>@​dfedoryshchev</code></a>, <a 
href="https://github.com/Alioth-91";><code>@​Alioth-91</code></a>, <a 
href="https://github.com/Masatoshi0227";><code>@​Masatoshi0227</code></a>, <a 
href="https://github.com/modosc";><code>@​modosc</code></a>, and <a 
href="https://github.com/bluebill1049";><code>@​bluebill1049</code></a> for 
their contributions! 🎉</p>
   <h2>Version 7.86.0</h2>
   <h3>✨ Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md";>react-hook-form's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[7.87.0] - 2026-08-30</h2>
   <h3>Added</h3>
   <ul>
   <li><code>shouldTouch</code> option for <code>trigger()</code></li>
   <li><code>OpaqueTypes</code> registry for opaque leaf types</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Inconsistent behavior among 
<code>useController().field.onChange()</code>-like APIs</li>
   <li><code>Controller</code> under a null parent submitting 
<code>undefined</code> instead of a value</li>
   <li><code>ERR_MODULE_NOT_FOUND</code> resolving <code>react-hook-form</code> 
due to a <code>react-server</code> declaration (Next.js builds)</li>
   <li><code>useWatch</code> never reconciling when an <code>Activity</code> 
subtree is hidden on its first render</li>
   <li><code>resetField</code> not recomputing <code>isValid</code> for 
subscribe-only consumers</li>
   <li><code>generateWatchOutput</code> ignoring <code>defaultValue</code> for 
an array of names</li>
   <li><code>useFormState</code> never reconciling when an 
<code>Activity</code> subtree is hidden on its first render</li>
   </ul>
   <h2>[7.86.0] - 2026-08-22</h2>
   <h3>Added</h3>
   <ul>
   <li>Type-safe <code>getErrors</code> method</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Improve <code>createFormControl</code></li>
   <li>Improve clone object check</li>
   <li>Avoid cloning values in <code>unregister</code> without subscribers</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Field array update leaving stale errors and touched state at the updated 
index</li>
   <li><code>flatten</code> discarding <code>File</code> and <code>Blob</code> 
values instead of treating them as leaf nodes</li>
   <li><code>validateField</code> not passing the field error to 
<code>setCustomValidity</code> when <code>criteriaMode</code> is 
<code>all</code></li>
   <li><code>hasValidation</code> treating falsy but valid values (<code>min: 
0</code>, <code>max: 0</code>, <code>minLength: 0</code>, <code>maxLength: 
0</code>, <code>required: ''</code>) as no validation</li>
   <li><code>setValue</code> targeting a nested leaf not notifying a 
<code>Controller</code> registered on a field array item root</li>
   <li><code>setValues</code> not updating fields registered under an object or 
array value</li>
   <li><code>useWatch</code> returning a stale value on name change when the 
new value is <code>null</code></li>
   <li><code>unregister</code> inverting <code>keepDirty</code> when 
broadcasting <code>isDirty</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/29af888d27ab59157616e025a59957ad55ea07a1";><code>29af888</code></a>
 7.87.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/1eeab63e387f2adb74acd761cff788a92985dec1";><code>1eeab63</code></a>
 🐞 fix(useFormState): never reconciles when an Activity subtree is hidden on 
i...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/145441c2f2c7e32c00da943f02666bcbadce2ea9";><code>145441c</code></a>
 🐞 fix(generateWatchOutput): defaultValue is ignored for an array of names (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/1fb065cce5a0de00e99677f376ab277772c00288";><code>1fb065c</code></a>
 🐞 fix(resetField): isValid not recomputed for subscribe-only consumers (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13684";>#13684</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/2f7380e75293cb175818c487a0d6a495b80ad73b";><code>2f7380e</code></a>
 🧹refactor: use <code>continue</code> instead of <code>return</code> in 
setFieldValues' hasOwnProper...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/1b0a314930adfc8d146826ffddba1f81e35b084d";><code>1b0a314</code></a>
 📖 remove comment</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/a457ca7fa78e3426ca96b23b7057cd453a623250";><code>a457ca7</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13680";>#13680</a>:
 useWatch never reconciles when an Activity subtree is hidden on...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/bb3360f4db62489ed4ab4e09ccb4211a275da707";><code>bb3360f</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13681";>#13681</a>
 issue: ERR_MODULE_NOT_FOUND, Can't resolve react-hook-form due t...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/f646948dcca52177512a4778e16789765a00ccf2";><code>f646948</code></a>
 🪅 feat: add OpaqueTypes registry for opaque leaf types (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13676";>#13676</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/e17a95c9ab36525b79bdc6115a6f5fd0959af3fa";><code>e17a95c</code></a>
 🧇 chore: scope the lock workflow to issues so its scheduled run can finish 
(#...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.85.0...v7.87.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-router-dom` from 7.18.2 to 7.18.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md";>react-router-dom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.18.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/commit/23166dfe7f61323f0d2775af67d2691f9ed0843d";><code>23166df</code></a>
 Release v7.18.3 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15424";>#15424</a>)</li>
   <li>See full diff in <a 
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `zustand` from 5.0.14 to 5.0.15
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pmndrs/zustand/releases";>zustand's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.15</h2>
   <p>Fix some issues in devtools and persist middleware.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(devtools): correct V8 stack regex when source path contains spaces 
by <a href="https://github.com/dai-shi";><code>@​dai-shi</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/pmndrs/zustand/pull/3531";>pmndrs/zustand#3531</a></li>
   <li>fix(persist): clearStorage() should invalidate concurrent async 
rehydration by <a href="https://github.com/dai-shi";><code>@​dai-shi</code></a> 
with <a href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/pmndrs/zustand/pull/3555";>pmndrs/zustand#3555</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15";>https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/2115efb9e270e73ad1d3472dfe0e0c7b8c6abcd4";><code>2115efb</code></a>
 v5.0.15</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/1f531ba45f7494f3fcd1de002c44fe55f786172b";><code>1f531ba</code></a>
 chore(deps): update dev dependencies (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3560";>#3560</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/aa6d2a1d94dbf49db261393502445601d439f4e5";><code>aa6d2a1</code></a>
 docs: add zustand-devtools-bridge (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3559";>#3559</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/3febf8c6d4f6670f886cc6b628b01a128d2888bd";><code>3febf8c</code></a>
 fix(persist): clearStorage() should invalidate concurrent async rehydration 
(...</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/f44cecc72a8ec39fbd270fc29e2058806932bf2a";><code>f44cecc</code></a>
 fix(devtools): correct V8 stack regex when source path contains spaces (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3531";>#3531</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/beca84e600e4e250f6b244d22878e72948f331c7";><code>beca84e</code></a>
 fix: update broken README links from docs/guides/ to docs/learn/guides/ (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3542";>#3542</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/038f4965272dfae0ddae75cab4beedecab1dfb60";><code>038f496</code></a>
 docs(persist): clarify createJSONStorage behavior and warn about production 
u...</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/a1f685ca744e56a982b1c5029620e0925c3ee996";><code>a1f685c</code></a>
 docs: fix missing code highlights in tic-tac-toe tutorial (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3527";>#3527</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/07cee619e41310ad7ee708d2511d5256fad99e3f";><code>07cee61</code></a>
 docs: fix missing highlight on setXIsNext line in tic-tac-toe tutorial (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3524";>#3524</a>)</li>
   <li><a 
href="https://github.com/pmndrs/zustand/commit/566b5bf448f4354eb8e35c6243ea3772bdb3be96";><code>566b5bf</code></a>
 Fix dead link in README.md: update immer guide path (<a 
href="https://redirect.github.com/pmndrs/zustand/issues/3519";>#3519</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmndrs/zustand/compare/v5.0.14...v5.0.15";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@eslint/compat` from 2.1.0 to 2.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/rewrite/releases";>@​eslint/compat's releas...
   
   _Description has been truncated_


-- 
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