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

   Bumps the fab-ui-package-updates group with 23 updates in the 
/providers/edge3/src/airflow/providers/edge3/plugins/www directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 | `3.24.2` | `3.26.0` |
   | 
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
 | `5.85.5` | `5.87.1` |
   | [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | 
`0.4.6` |
   | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | 
`18.3.1` | `19.1.1` |
   | 
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
 | `18.3.23` | `19.1.12` |
   | 
[react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | 
`18.3.1` | `19.1.1` |
   | 
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
 | `18.3.7` | `19.1.9` |
   | 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `6.30.1` | `7.8.2` |
   | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | 
`9.33.0` | `9.35.0` |
   | 
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)
 | `2.13.0` | `5.3.1` |
   | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | 
`6.7.0` | `6.8.0` |
   | 
[@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)
 | `4.3.0` | `5.2.2` |
   | 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `22.17.2` | `24.3.1` |
   | 
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc)
 | `3.11.0` | `4.0.1` |
   | 
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
 | `2.1.9` | `3.2.4` |
   | [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.35.0` |
   | 
[eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)
 | `4.6.2` | `5.2.0` |
   | 
[eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) 
| `55.0.0` | `61.0.2` |
   | [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.3.0` |
   | [happy-dom](https://github.com/capricorn86/happy-dom) | `17.6.3` | 
`18.0.1` |
   | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
   | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.19` 
| `7.1.5` |
   | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | 
`2.1.9` | `3.2.4` |
   
   
   Updates `@chakra-ui/react` from 3.24.2 to 3.26.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>.26.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b9eede50a104bee4e74cb54704f121c973652a0b";><code>b9eede5</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>Listbox
   [New]</strong>: Add new component with support for single/multi-select, 
grouping,
   virtualization, controlled state, icons, descriptions, and accessibility
   features.</p>
   <p>This component can be used to build command palettes, dropdowns with 
search,
   and much more.</p>
   <pre lang="tsx"><code>&lt;Listbox.Root collection={frameworks} 
width=&quot;320px&quot;&gt;
     &lt;Listbox.Label&gt;Select framework&lt;/Listbox.Label&gt;
     &lt;Listbox.Content&gt;
       {frameworks.items.map((framework) =&gt; (
         &lt;Listbox.Item item={framework} key={framework.value}&gt;
           &lt;Listbox.ItemText&gt;{framework.label}&lt;/Listbox.ItemText&gt;
           &lt;Listbox.ItemIndicator /&gt;
         &lt;/Listbox.Item&gt;
       ))}
     &lt;/Listbox.Content&gt;
   &lt;/Listbox.Root&gt;
   </code></pre>
   <ul>
   <li><strong>Hover Card</strong>: Add support for <code>disabled</code> 
prop</li>
   <li><strong>Select, Menu</strong>: Fix issue where disabled items could be 
reached via
   typeahead</li>
   <li><strong>Color Picker</strong>: Fix issue where color picker was not 
working correctly in
   RTL mode</li>
   <li><strong>Number Input</strong>
   <ul>
   <li>Omit the input <code>pattern</code> when <code>formatOptions</code> is 
provided. This prevents
   native pattern validation from conflicting with formatted values (e.g.,
   currency or percent).</li>
   <li>Handle empty values consistently across all format options.</li>
   <li>Add <code>data-scrubbing</code> attribute to the number input parts.</li>
   </ul>
   </li>
   </ul>
   </li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b9eede50a104bee4e74cb54704f121c973652a0b";><code>b9eede5</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - 
<strong>CodeBlock</strong>: Add
   configurable theme support and sync loading for Shiki adapter</p>
   <ul>
   <li><strong>Theme configuration is now required</strong> - The 
<code>theme</code> property must be
   explicitly provided to <code>createShikiAdapter</code></li>
   <li><strong>Removed hard-coded theme fallbacks</strong> - Missing themes now 
throw
   descriptive errors</li>
   <li><strong>Optional sync loading</strong> with <code>loadSync</code> method 
for better performance</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";><code>@​chakra-ui/react</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.26.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b9eede50a104bee4e74cb54704f121c973652a0b";><code>b9eede5</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - - 
<strong>Listbox
   [New]</strong>: Add new component with support for single/multi-select, 
grouping,
   virtualization, controlled state, icons, descriptions, and accessibility
   features.</p>
   <p>This component can be used to build command palettes, dropdowns with 
search,
   and much more.</p>
   <pre lang="tsx"><code>&lt;Listbox.Root collection={frameworks} 
width=&quot;320px&quot;&gt;
     &lt;Listbox.Label&gt;Select framework&lt;/Listbox.Label&gt;
     &lt;Listbox.Content&gt;
       {frameworks.items.map((framework) =&gt; (
         &lt;Listbox.Item item={framework} key={framework.value}&gt;
           &lt;Listbox.ItemText&gt;{framework.label}&lt;/Listbox.ItemText&gt;
           &lt;Listbox.ItemIndicator /&gt;
         &lt;/Listbox.Item&gt;
       ))}
     &lt;/Listbox.Content&gt;
   &lt;/Listbox.Root&gt;
   </code></pre>
   <ul>
   <li><strong>Hover Card</strong>: Add support for <code>disabled</code> 
prop</li>
   <li><strong>Select, Menu</strong>: Fix issue where disabled items could be 
reached via
   typeahead</li>
   <li><strong>Color Picker</strong>: Fix issue where color picker was not 
working correctly in
   RTL mode</li>
   <li><strong>Number Input</strong>
   <ul>
   <li>Omit the input <code>pattern</code> when <code>formatOptions</code> is 
provided. This prevents
   native pattern validation from conflicting with formatted values (e.g.,
   currency or percent).</li>
   <li>Handle empty values consistently across all format options.</li>
   <li>Add <code>data-scrubbing</code> attribute to the number input parts.</li>
   </ul>
   </li>
   </ul>
   </li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b9eede50a104bee4e74cb54704f121c973652a0b";><code>b9eede5</code></a>
   Thanks <a 
href="https://github.com/segunadebayo";><code>@​segunadebayo</code></a>! - 
<strong>CodeBlock</strong>: Add
   configurable theme support and sync loading for Shiki adapter</p>
   <ul>
   <li><strong>Theme configuration is now required</strong> - The 
<code>theme</code> property must be
   explicitly provided to <code>createShikiAdapter</code></li>
   <li><strong>Removed hard-coded theme fallbacks</strong> - Missing themes now 
throw
   descriptive errors</li>
   <li><strong>Optional sync loading</strong> with <code>loadSync</code> method 
for better performance</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/d17db11124904e12215213e2adc8e3a3871e9f48";><code>d17db11</code></a>
 Version Packages (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10273";>#10273</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/a8ae90cb02044b54a2bb221d619b997793697244";><code>a8ae90c</code></a>
 docs: scroll-area + menu</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/5dc39b9948c861984ec2e5ed463d9172657627c1";><code>5dc39b9</code></a>
 docs: menu with overflow</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/51bf9f0747198d793075e35d09af4e6987410ff6";><code>51bf9f0</code></a>
 chore: bump ark-ui</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/42e115f55f041e56ed45126b1b4101fc8de0ca1e";><code>42e115f</code></a>
 fix(pagination): export pagination types (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10277";>#10277</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/2dd0617b2f8b7e416e6deaef3edafc6acac957b0";><code>2dd0617</code></a>
 docs: radiomark</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b9eede50a104bee4e74cb54704f121c973652a0b";><code>b9eede5</code></a>
 refactor: code block thems</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/5be1e5aa3acf0a68bfaeac8c424f507717f332dd";><code>5be1e5a</code></a>
 feat: listbox component (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10262";>#10262</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/9aef935cfce4121b457b008197396bdf8a7b2f76";><code>9aef935</code></a>
 Version Packages (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10245";>#10245</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/3fb9d7c045ec948088fe3a669d8839cd5de79f1b";><code>3fb9d7c</code></a>
 feat: scroll area component (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10254";>#10254</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.85.5 to 5.87.1
   <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.87.1</h2>
   <p>Version 5.87.1 - 9/5/25, 2:15 PM</p>
   <h2>Changes</h2>
   <h3>Fix</h3>
   <ul>
   <li>query-core: update initialData when an observer mounts while a Query 
without data exists (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9620";>#9620</a>)
 (1c8a921) by Dominik Dorfmeister</li>
   </ul>
   <h2>Packages</h2>
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/query-async-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/query-broadcast-client-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/query-sync-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/solid-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/solid-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/solid-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/svelte-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/svelte-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/svelte-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/vue-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/vue-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/angular-query-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   <li><code>@​tanstack/angular-query-devtools-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.1</li>
   </ul>
   <h2>v5.87.0</h2>
   <p>Version 5.87.0 - 9/5/25, 11:55 AM</p>
   <h2>Changes</h2>
   <h3>Feat</h3>
   <ul>
   <li>query-core: add timeoutManager to allow changing setTimeout/setInterval 
(<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9612";>#9612</a>)
 (a0b96db) by <a 
href="https://github.com/justjake";><code>@​justjake</code></a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>angular-query: update Angular Zoneless doc (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9616";>#9616</a>)
 (2283633) by Arnoud</li>
   </ul>
   <h2>Packages</h2>
   <ul>
   <li><code>@​tanstack/query-async-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.0</li>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.0</li>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.0</li>
   <li><code>@​tanstack/query-sync-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.0</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/query/commit/bc2c87fceb816243960ff69074d5ca4efd5ceebf";><code>bc2c87f</code></a>
 release: v5.87.1</li>
   <li><a 
href="https://github.com/TanStack/query/commit/b43af57cd2ccc5b6c3d96c4168e23d1fd811213a";><code>b43af57</code></a>
 release: v5.87.0</li>
   <li><a 
href="https://github.com/TanStack/query/commit/1599bb4742649432a14a1b233a40cd15662fc4e1";><code>1599bb4</code></a>
 release: v5.86.0</li>
   <li><a 
href="https://github.com/TanStack/query/commit/43049c5534973bda14e1249d146d8ee7b68456ef";><code>43049c5</code></a>
 test(react-query/useMutationState): clarify assertions and improve code 
forma...</li>
   <li><a 
href="https://github.com/TanStack/query/commit/7306474eee097ea31a06a8367b7d1bc6c95bcce1";><code>7306474</code></a>
 chore(tsconfig.json): simplify 'include' patterns by consolidating file 
exten...</li>
   <li><a 
href="https://github.com/TanStack/query/commit/0a35234ce48b7f8e5c81999bd309ae9311981280";><code>0a35234</code></a>
 release: v5.85.9</li>
   <li><a 
href="https://github.com/TanStack/query/commit/564a4f6e19a3ac2b86122392d3bb926abce076c2";><code>564a4f6</code></a>
 fix(query-core): ensure combine re-executes after cache restoration with 
memo...</li>
   <li><a 
href="https://github.com/TanStack/query/commit/52210299079b32d5721921e0cdc44245c57f496f";><code>5221029</code></a>
 test(react-query/HydrationBoundary): add tests for 'non-object' state and 
mis...</li>
   <li><a 
href="https://github.com/TanStack/query/commit/aec19c93a5bf33b1f73ca59a81197cb07c85e972";><code>aec19c9</code></a>
 release: v5.85.8</li>
   <li><a 
href="https://github.com/TanStack/query/commit/c44ca473e46fd306da37df719572f1fc5e6541d6";><code>c44ca47</code></a>
 ci: apply automated fixes</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TanStack/query/commits/v5.87.1/packages/react-query";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `next-themes` from 0.3.0 to 0.4.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pacocoursey/next-themes/releases";>next-themes's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.4.6</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: add null check for value in updateDOM function to prevent runtime 
errors and flashing by <a 
href="https://github.com/groveom";><code>@​groveom</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/344";>pacocoursey/next-themes#344</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/groveom";><code>@​groveom</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/344";>pacocoursey/next-themes#344</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.4.5...v0.4.6";>https://github.com/pacocoursey/next-themes/compare/v0.4.5...v0.4.6</a></p>
   <h2>v0.4.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: map theme to class using ValueObject in injected script by <a 
href="https://github.com/danielgavrilov";><code>@​danielgavrilov</code></a> in 
<a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/330";>pacocoursey/next-themes#330</a></li>
   <li>Reduce number of renders by pre-setting resolvedTheme by <a 
href="https://github.com/wahba-openai";><code>@​wahba-openai</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/338";>pacocoursey/next-themes#338</a></li>
   <li>Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 
directory by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/331";>pacocoursey/next-themes#331</a></li>
   <li>Bump the npm_and_yarn group across 1 directory with 7 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/341";>pacocoursey/next-themes#341</a></li>
   <li>chore: Fix corepack errors in CI by <a 
href="https://github.com/pacocoursey";><code>@​pacocoursey</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/342";>pacocoursey/next-themes#342</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/danielgavrilov";><code>@​danielgavrilov</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/330";>pacocoursey/next-themes#330</a></li>
   <li><a 
href="https://github.com/wahba-openai";><code>@​wahba-openai</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/338";>pacocoursey/next-themes#338</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.5";>https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.5</a></p>
   <h2>v0.4.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: infinite loop theme flicker by <a 
href="https://github.com/arturbien";><code>@​arturbien</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/329";>pacocoursey/next-themes#329</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/o1Suleyman";><code>@​o1Suleyman</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/328";>pacocoursey/next-themes#328</a></li>
   <li><a href="https://github.com/arturbien";><code>@​arturbien</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/329";>pacocoursey/next-themes#329</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.4.3...v0.4.4";>https://github.com/pacocoursey/next-themes/compare/v0.4.3...v0.4.4</a></p>
   <h2>v0.4.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Pass <code>nonce</code> to inline style tag when using 
<code>disableTransitionOnChange</code></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3";>https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3</a></p>
   <h2>v0.4.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Re-export types from <code>next-themes</code> by <a 
href="https://github.com/cschroeter";><code>@​cschroeter</code></a> in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/321";>pacocoursey/next-themes#321</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/cschroeter";><code>@​cschroeter</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/pacocoursey/next-themes/pull/321";>pacocoursey/next-themes#321</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2";>https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/3a43743798db3008a0fc59e8bcc9d6e1bb5d4752";><code>3a43743</code></a>
 v0.4.6</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/f5be1b290f6532c25745ca9213a1ccf5ded11bb5";><code>f5be1b2</code></a>
 fix: add null check for value in updateDOM function to prevent runtime 
errors...</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/c178917c6b07f3c9b079914817b31af377e53369";><code>c178917</code></a>
 v0.4.5</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/d12996b4e8a14ceb7c3f998fe91917cdedd872fe";><code>d12996b</code></a>
 chore: Fix corepack errors in CI (<a 
href="https://redirect.github.com/pacocoursey/next-themes/issues/342";>#342</a>)</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/b77db23e9fe5352c317d9c685d9f07fd7928faa9";><code>b77db23</code></a>
 Bump the npm_and_yarn group across 1 directory with 7 updates (<a 
href="https://redirect.github.com/pacocoursey/next-themes/issues/341";>#341</a>)</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/d3fa4ee9ad21861105e6250248e68cc4a288cd16";><code>d3fa4ee</code></a>
 Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 
director...</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/ad83567b11f551ac3decb846411be01f813a57bf";><code>ad83567</code></a>
 Reduce number of renders by pre-setting resolvedTheme (<a 
href="https://redirect.github.com/pacocoursey/next-themes/issues/338";>#338</a>)</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/1b510445a37e7c2cddb359b5f29fe8dce9fd4855";><code>1b51044</code></a>
 fix: map theme to class using ValueObject in injected script (<a 
href="https://redirect.github.com/pacocoursey/next-themes/issues/330";>#330</a>)</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/57c0561b1fac95fab0a951adf1bc74f21e24c91c";><code>57c0561</code></a>
 v0.4.4</li>
   <li><a 
href="https://github.com/pacocoursey/next-themes/commit/ae2ab9b47ac85d4b7b830bd74dbe241778e498d8";><code>ae2ab9b</code></a>
 fix: infinite loop theme flicker (<a 
href="https://redirect.github.com/pacocoursey/next-themes/issues/329";>#329</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react` from 18.3.1 to 19.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/releases";>react's releases</a>.</em></p>
   <blockquote>
   <h2>19.1.1 (July 28, 2025)</h2>
   <h3>React</h3>
   <ul>
   <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a 
href="https://redirect.github.com/facebook/react/pull/33680";>#33680</a> by <a 
href="https://github.com/hoxyq";><code>@​hoxyq</code></a>)</li>
   </ul>
   <h2>19.1.0 (March 28, 2025)</h2>
   <h3>Owner Stack</h3>
   <p>An Owner Stack is a string representing the components that are directly 
responsible for rendering a particular component. You can log Owner Stacks when 
debugging or use Owner Stacks to enhance error overlays or other development 
tools. Owner Stacks are only available in development builds. Component Stacks 
in production are unchanged.</p>
   <ul>
   <li>An Owner Stack is a development-only stack trace that helps identify 
which components are responsible for rendering a particular component. An Owner 
Stack is distinct from a Component Stacks, which shows the hierarchy of 
components leading to an error.</li>
   <li>The <a 
href="https://react.dev/reference/react/captureOwnerStack";>captureOwnerStack 
API</a> is only available in development mode and returns a Owner Stack, if 
available. The API can be used to enhance error overlays or log component 
relationships when debugging. <a 
href="https://redirect.github.com/facebook/react/pull/29923";>#29923</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32353";>#32353</a>, <a 
href="https://redirect.github.com/facebook/react/pull/30306";>#30306</a>,
   <a href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a>, 
<a href="https://redirect.github.com/facebook/react/pull/32529";>#32529</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a></li>
   </ul>
   <h3>React</h3>
   <ul>
   <li>Enhanced support for Suspense boundaries to be used anywhere, including 
the client, server, and during hydration. <a 
href="https://redirect.github.com/facebook/react/pull/32069";>#32069</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32163";>#32163</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32224";>#32224</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32252";>#32252</a></li>
   <li>Reduced unnecessary client rendering through improved hydration 
scheduling <a 
href="https://redirect.github.com/facebook/react/pull/31751";>#31751</a></li>
   <li>Increased priority of client rendered Suspense boundaries <a 
href="https://redirect.github.com/facebook/react/pull/31776";>#31776</a></li>
   <li>Fixed frozen fallback states by rendering unfinished Suspense boundaries 
on the client. <a 
href="https://redirect.github.com/facebook/react/pull/31620";>#31620</a></li>
   <li>Reduced garbage collection pressure by improving Suspense boundary 
retries. <a 
href="https://redirect.github.com/facebook/react/pull/31667";>#31667</a></li>
   <li>Fixed erroneous “Waiting for Paint” log when the passive effect phase 
was not delayed <a 
href="https://redirect.github.com/facebook/react/pull/31526";>#31526</a></li>
   <li>Fixed a regression causing key warnings for flattened positional 
children in development mode. <a 
href="https://redirect.github.com/facebook/react/pull/32117";>#32117</a></li>
   <li>Updated <code>useId</code> to use valid CSS selectors, changing format 
from <code>:r123:</code> to <code>«r123»</code>. <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a></li>
   <li>Added a dev-only warning for null/undefined created in useEffect, 
useInsertionEffect, and useLayoutEffect. <a 
href="https://redirect.github.com/facebook/react/pull/32355";>#32355</a></li>
   <li>Fixed a bug where dev-only methods were exported in production builds. 
React.act is no longer available in production builds. <a 
href="https://redirect.github.com/facebook/react/pull/32200";>#32200</a></li>
   <li>Improved consistency across prod and dev to improve compatibility with 
Google Closure Complier and bindings <a 
href="https://redirect.github.com/facebook/react/pull/31808";>#31808</a></li>
   <li>Improve passive effect scheduling for consistent task yielding. <a 
href="https://redirect.github.com/facebook/react/pull/31785";>#31785</a></li>
   <li>Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes 
is enabled for OffscreenComponent rendering. <a 
href="https://redirect.github.com/facebook/react/pull/32528";>#32528</a></li>
   <li>Fixed component name resolution for Portal <a 
href="https://redirect.github.com/facebook/react/pull/32640";>#32640</a></li>
   <li>Added support for beforetoggle and toggle events on the dialog element. 
<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32479";>#32479</a>
 <a href="https://redirect.github.com/facebook/react/pull/32479";>#32479</a></li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Fixed double warning when the <code>href</code> attribute is an empty 
string <a 
href="https://redirect.github.com/facebook/react/pull/31783";>#31783</a></li>
   <li>Fixed an edge case where <code>getHoistableRoot()</code> didn’t work 
properly when the container was a Document <a 
href="https://redirect.github.com/facebook/react/pull/32321";>#32321</a></li>
   <li>Removed support for using HTML comments (e.g. <code>&lt;!-- 
--&gt;</code>) as a DOM container. <a 
href="https://redirect.github.com/facebook/react/pull/32250";>#32250</a></li>
   <li>Added support for <code>&lt;script&gt;</code> and 
<code>\&lt;template&gt;</code> tags to be nested within 
<code>&lt;select&gt;</code> tags. <a 
href="https://redirect.github.com/facebook/react/pull/31837";>#31837</a></li>
   <li>Fixed responsive images to be preloaded as HTML instead of headers <a 
href="https://redirect.github.com/facebook/react/pull/32445";>#32445</a></li>
   </ul>
   <h3>use-sync-external-store</h3>
   <ul>
   <li>Added <code>exports</code> field to <code>package.json</code> for 
<code>use-sync-external-store</code> to support various entrypoints. <a 
href="https://redirect.github.com/facebook/react/pull/25231";>#25231</a></li>
   </ul>
   <h3>React Server Components</h3>
   <ul>
   <li>Added <code>unstable_prerender</code>, a new experimental API for 
prerendering React Server Components on the server <a 
href="https://redirect.github.com/facebook/react/pull/31724";>#31724</a></li>
   <li>Fixed an issue where streams would hang when receiving new chunks after 
a global error <a 
href="https://redirect.github.com/facebook/react/pull/31840";>#31840</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31851";>#31851</a></li>
   <li>Fixed an issue where pending chunks were counted twice. <a 
href="https://redirect.github.com/facebook/react/pull/31833";>#31833</a></li>
   <li>Added support for streaming in edge environments <a 
href="https://redirect.github.com/facebook/react/pull/31852";>#31852</a></li>
   <li>Added support for sending custom error names from a server so that they 
are available in the client for console replaying. <a 
href="https://redirect.github.com/facebook/react/pull/32116";>#32116</a></li>
   <li>Updated the server component wire format to remove IDs for hints and 
console.log because they have no return value <a 
href="https://redirect.github.com/facebook/react/pull/31671";>#31671</a></li>
   <li>Exposed <code>registerServerReference</code> in client builds to handle 
server references in different environments. <a 
href="https://redirect.github.com/facebook/react/pull/32534";>#32534</a></li>
   <li>Added react-server-dom-parcel package which integrates Server Components 
with the <a href="https://parceljs.org/";>Parcel bundler</a> <a 
href="https://redirect.github.com/facebook/react/pull/31725";>#31725</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32132";>#32132</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31799";>#31799</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32294";>#32294</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31741";>#31741</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/blob/main/CHANGELOG.md";>react's 
changelog</a>.</em></p>
   <blockquote>
   <h2>19.1.1 (July 28, 2025)</h2>
   <h3>React</h3>
   <ul>
   <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a 
href="https://redirect.github.com/facebook/react/pull/33680";>#33680</a> by <a 
href="https://github.com/hoxyq";><code>@​hoxyq</code></a>)</li>
   </ul>
   <h2>19.1.0 (March 28, 2025)</h2>
   <h3>Owner Stack</h3>
   <p>An Owner Stack is a string representing the components that are directly 
responsible for rendering a particular component. You can log Owner Stacks when 
debugging or use Owner Stacks to enhance error overlays or other development 
tools. Owner Stacks are only available in development builds. Component Stacks 
in production are unchanged.</p>
   <ul>
   <li>An Owner Stack is a development-only stack trace that helps identify 
which components are responsible for rendering a particular component. An Owner 
Stack is distinct from a Component Stacks, which shows the hierarchy of 
components leading to an error.</li>
   <li>The <a 
href="https://react.dev/reference/react/captureOwnerStack";>captureOwnerStack 
API</a> is only available in development mode and returns a Owner Stack, if 
available. The API can be used to enhance error overlays or log component 
relationships when debugging. <a 
href="https://redirect.github.com/facebook/react/pull/29923";>#29923</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32353";>#32353</a>, <a 
href="https://redirect.github.com/facebook/react/pull/30306";>#30306</a>,
   <a href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a>, 
<a href="https://redirect.github.com/facebook/react/pull/32529";>#32529</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a></li>
   </ul>
   <h3>React</h3>
   <ul>
   <li>Enhanced support for Suspense boundaries to be used anywhere, including 
the client, server, and during hydration. <a 
href="https://redirect.github.com/facebook/react/pull/32069";>#32069</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32163";>#32163</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32224";>#32224</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32252";>#32252</a></li>
   <li>Reduced unnecessary client rendering through improved hydration 
scheduling <a 
href="https://redirect.github.com/facebook/react/pull/31751";>#31751</a></li>
   <li>Increased priority of client rendered Suspense boundaries <a 
href="https://redirect.github.com/facebook/react/pull/31776";>#31776</a></li>
   <li>Fixed frozen fallback states by rendering unfinished Suspense boundaries 
on the client. <a 
href="https://redirect.github.com/facebook/react/pull/31620";>#31620</a></li>
   <li>Reduced garbage collection pressure by improving Suspense boundary 
retries. <a 
href="https://redirect.github.com/facebook/react/pull/31667";>#31667</a></li>
   <li>Fixed erroneous “Waiting for Paint” log when the passive effect phase 
was not delayed <a 
href="https://redirect.github.com/facebook/react/pull/31526";>#31526</a></li>
   <li>Fixed a regression causing key warnings for flattened positional 
children in development mode. <a 
href="https://redirect.github.com/facebook/react/pull/32117";>#32117</a></li>
   <li>Updated <code>useId</code> to use valid CSS selectors, changing format 
from <code>:r123:</code> to <code>«r123»</code>. <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a></li>
   <li>Added a dev-only warning for null/undefined created in useEffect, 
useInsertionEffect, and useLayoutEffect. <a 
href="https://redirect.github.com/facebook/react/pull/32355";>#32355</a></li>
   <li>Fixed a bug where dev-only methods were exported in production builds. 
React.act is no longer available in production builds. <a 
href="https://redirect.github.com/facebook/react/pull/32200";>#32200</a></li>
   <li>Improved consistency across prod and dev to improve compatibility with 
Google Closure Compiler and bindings <a 
href="https://redirect.github.com/facebook/react/pull/31808";>#31808</a></li>
   <li>Improve passive effect scheduling for consistent task yielding. <a 
href="https://redirect.github.com/facebook/react/pull/31785";>#31785</a></li>
   <li>Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes 
is enabled for OffscreenComponent rendering. <a 
href="https://redirect.github.com/facebook/react/pull/32528";>#32528</a></li>
   <li>Fixed component name resolution for Portal <a 
href="https://redirect.github.com/facebook/react/pull/32640";>#32640</a></li>
   <li>Added support for beforetoggle and toggle events on the dialog element. 
<a href="https://redirect.github.com/facebook/react/pull/32479";>#32479</a></li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Fixed double warning when the <code>href</code> attribute is an empty 
string <a 
href="https://redirect.github.com/facebook/react/pull/31783";>#31783</a></li>
   <li>Fixed an edge case where <code>getHoistableRoot()</code> didn’t work 
properly when the container was a Document <a 
href="https://redirect.github.com/facebook/react/pull/32321";>#32321</a></li>
   <li>Removed support for using HTML comments (e.g. <code>&lt;!-- 
--&gt;</code>) as a DOM container. <a 
href="https://redirect.github.com/facebook/react/pull/32250";>#32250</a></li>
   <li>Added support for <code>&lt;script&gt;</code> and 
<code>\&lt;template&gt;</code> tags to be nested within 
<code>&lt;select&gt;</code> tags. <a 
href="https://redirect.github.com/facebook/react/pull/31837";>#31837</a></li>
   <li>Fixed responsive images to be preloaded as HTML instead of headers <a 
href="https://redirect.github.com/facebook/react/pull/32445";>#32445</a></li>
   </ul>
   <h3>use-sync-external-store</h3>
   <ul>
   <li>Added <code>exports</code> field to <code>package.json</code> for 
<code>use-sync-external-store</code> to support various entrypoints. <a 
href="https://redirect.github.com/facebook/react/pull/25231";>#25231</a></li>
   </ul>
   <h3>React Server Components</h3>
   <ul>
   <li>Added <code>unstable_prerender</code>, a new experimental API for 
prerendering React Server Components on the server <a 
href="https://redirect.github.com/facebook/react/pull/31724";>#31724</a></li>
   <li>Fixed an issue where streams would hang when receiving new chunks after 
a global error <a 
href="https://redirect.github.com/facebook/react/pull/31840";>#31840</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31851";>#31851</a></li>
   <li>Fixed an issue where pending chunks were counted twice. <a 
href="https://redirect.github.com/facebook/react/pull/31833";>#31833</a></li>
   <li>Added support for streaming in edge environments <a 
href="https://redirect.github.com/facebook/react/pull/31852";>#31852</a></li>
   <li>Added support for sending custom error names from a server so that they 
are available in the client for console replaying. <a 
href="https://redirect.github.com/facebook/react/pull/32116";>#32116</a></li>
   <li>Updated the server component wire format to remove IDs for hints and 
console.log because they have no return value <a 
href="https://redirect.github.com/facebook/react/pull/31671";>#31671</a></li>
   <li>Exposed <code>registerServerReference</code> in client builds to handle 
server references in different environments. <a 
href="https://redirect.github.com/facebook/react/pull/32534";>#32534</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/react/commit/87e33ca2b7c4479342091ae642f01266af7ebec9";><code>87e33ca</code></a>
 Set release versions to 19.1.1</li>
   <li><a 
href="https://github.com/facebook/react/commit/5a1eb6f61a10cd007f1d372a2710d4e0224f4a79";><code>5a1eb6f</code></a>
 fix: rename bottom stack frame (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/33680";>#33680</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/4a9df08157f001c01b078d259748512211233dcf";><code>4a9df08</code></a>
 Stop creating Owner Stacks if many have been created recently (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32529";>#32529</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/b630219b1377f3117036b1c6118676c16fdb21b7";><code>b630219</code></a>
 [refactor] move isValidElementType to react-is (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32518";>#32518</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/1a191701fe5000098d23328b2ea9d70457fea1f8";><code>1a19170</code></a>
 [refactor] Add element type for Activity (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32499";>#32499</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/6aa8254bb7353fe3096289edc669cf168e9fd190";><code>6aa8254</code></a>
 Add ref to Fragment (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32465";>#32465</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/e0fe3479671555e01531dbc3d2fd85d5bd4c5a56";><code>e0fe347</code></a>
 [flags] remove enableOwnerStacks (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32426";>#32426</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/70f1d766e8ae7ca3701193abb8c8a9f2fdbdaa9d";><code>70f1d76</code></a>
 [flow] Eliminate usage of global React types in ReactNativeTypes.js (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32330";>#32330</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/0d9834caeb3b334eaa1be45f136499f51303e7d3";><code>0d9834c</code></a>
 build: add support to the rollup build for building typescript packages (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32393";>#32393</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/a53da6abe1593483098df2baf927fe07d80153a5";><code>a53da6a</code></a>
 Add useSwipeTransition Hook Behind Experimental Flag (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/32373";>#32373</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/react/commits/v19.1.1/packages/react";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react` from 18.3.23 to 19.1.12
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-dom` from 18.3.1 to 19.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/releases";>react-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>19.1.1 (July 28, 2025)</h2>
   <h3>React</h3>
   <ul>
   <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a 
href="https://redirect.github.com/facebook/react/pull/33680";>#33680</a> by <a 
href="https://github.com/hoxyq";><code>@​hoxyq</code></a>)</li>
   </ul>
   <h2>19.1.0 (March 28, 2025)</h2>
   <h3>Owner Stack</h3>
   <p>An Owner Stack is a string representing the components that are directly 
responsible for rendering a particular component. You can log Owner Stacks when 
debugging or use Owner Stacks to enhance error overlays or other development 
tools. Owner Stacks are only available in development builds. Component Stacks 
in production are unchanged.</p>
   <ul>
   <li>An Owner Stack is a development-only stack trace that helps identify 
which components are responsible for rendering a particular component. An Owner 
Stack is distinct from a Component Stacks, which shows the hierarchy of 
components leading to an error.</li>
   <li>The <a 
href="https://react.dev/reference/react/captureOwnerStack";>captureOwnerStack 
API</a> is only available in development mode and returns a Owner Stack, if 
available. The API can be used to enhance error overlays or log component 
relationships when debugging. <a 
href="https://redirect.github.com/facebook/react/pull/29923";>#29923</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32353";>#32353</a>, <a 
href="https://redirect.github.com/facebook/react/pull/30306";>#30306</a>,
   <a href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a>, 
<a href="https://redirect.github.com/facebook/react/pull/32529";>#32529</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a></li>
   </ul>
   <h3>React</h3>
   <ul>
   <li>Enhanced support for Suspense boundaries to be used anywhere, including 
the client, server, and during hydration. <a 
href="https://redirect.github.com/facebook/react/pull/32069";>#32069</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32163";>#32163</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32224";>#32224</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32252";>#32252</a></li>
   <li>Reduced unnecessary client rendering through improved hydration 
scheduling <a 
href="https://redirect.github.com/facebook/react/pull/31751";>#31751</a></li>
   <li>Increased priority of client rendered Suspense boundaries <a 
href="https://redirect.github.com/facebook/react/pull/31776";>#31776</a></li>
   <li>Fixed frozen fallback states by rendering unfinished Suspense boundaries 
on the client. <a 
href="https://redirect.github.com/facebook/react/pull/31620";>#31620</a></li>
   <li>Reduced garbage collection pressure by improving Suspense boundary 
retries. <a 
href="https://redirect.github.com/facebook/react/pull/31667";>#31667</a></li>
   <li>Fixed erroneous “Waiting for Paint” log when the passive effect phase 
was not delayed <a 
href="https://redirect.github.com/facebook/react/pull/31526";>#31526</a></li>
   <li>Fixed a regression causing key warnings for flattened positional 
children in development mode. <a 
href="https://redirect.github.com/facebook/react/pull/32117";>#32117</a></li>
   <li>Updated <code>useId</code> to use valid CSS selectors, changing format 
from <code>:r123:</code> to <code>«r123»</code>. <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a></li>
   <li>Added a dev-only warning for null/undefined created in useEffect, 
useInsertionEffect, and useLayoutEffect. <a 
href="https://redirect.github.com/facebook/react/pull/32355";>#32355</a></li>
   <li>Fixed a bug where dev-only methods were exported in production builds. 
React.act is no longer available in production builds. <a 
href="https://redirect.github.com/facebook/react/pull/32200";>#32200</a></li>
   <li>Improved consistency across prod and dev to improve compatibility with 
Google Closure Complier and bindings <a 
href="https://redirect.github.com/facebook/react/pull/31808";>#31808</a></li>
   <li>Improve passive effect scheduling for consistent task yielding. <a 
href="https://redirect.github.com/facebook/react/pull/31785";>#31785</a></li>
   <li>Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes 
is enabled for OffscreenComponent rendering. <a 
href="https://redirect.github.com/facebook/react/pull/32528";>#32528</a></li>
   <li>Fixed component name resolution for Portal <a 
href="https://redirect.github.com/facebook/react/pull/32640";>#32640</a></li>
   <li>Added support for beforetoggle and toggle events on the dialog element. 
<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32479";>#32479</a>
 <a href="https://redirect.github.com/facebook/react/pull/32479";>#32479</a></li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Fixed double warning when the <code>href</code> attribute is an empty 
string <a 
href="https://redirect.github.com/facebook/react/pull/31783";>#31783</a></li>
   <li>Fixed an edge case where <code>getHoistableRoot()</code> didn’t work 
properly when the container was a Document <a 
href="https://redirect.github.com/facebook/react/pull/32321";>#32321</a></li>
   <li>Removed support for using HTML comments (e.g. <code>&lt;!-- 
--&gt;</code>) as a DOM container. <a 
href="https://redirect.github.com/facebook/react/pull/32250";>#32250</a></li>
   <li>Added support for <code>&lt;script&gt;</code> and 
<code>\&lt;template&gt;</code> tags to be nested within 
<code>&lt;select&gt;</code> tags. <a 
href="https://redirect.github.com/facebook/react/pull/31837";>#31837</a></li>
   <li>Fixed responsive images to be preloaded as HTML instead of headers <a 
href="https://redirect.github.com/facebook/react/pull/32445";>#32445</a></li>
   </ul>
   <h3>use-sync-external-store</h3>
   <ul>
   <li>Added <code>exports</code> field to <code>package.json</code> for 
<code>use-sync-external-store</code> to support various entrypoints. <a 
href="https://redirect.github.com/facebook/react/pull/25231";>#25231</a></li>
   </ul>
   <h3>React Server Components</h3>
   <ul>
   <li>Added <code>unstable_prerender</code>, a new experimental API for 
prerendering React Server Components on the server <a 
href="https://redirect.github.com/facebook/react/pull/31724";>#31724</a></li>
   <li>Fixed an issue where streams would hang when receiving new chunks after 
a global error <a 
href="https://redirect.github.com/facebook/react/pull/31840";>#31840</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31851";>#31851</a></li>
   <li>Fixed an issue where pending chunks were counted twice. <a 
href="https://redirect.github.com/facebook/react/pull/31833";>#31833</a></li>
   <li>Added support for streaming in edge environments <a 
href="https://redirect.github.com/facebook/react/pull/31852";>#31852</a></li>
   <li>Added support for sending custom error names from a server so that they 
are available in the client for console replaying. <a 
href="https://redirect.github.com/facebook/react/pull/32116";>#32116</a></li>
   <li>Updated the server component wire format to remove IDs for hints and 
console.log because they have no return value <a 
href="https://redirect.github.com/facebook/react/pull/31671";>#31671</a></li>
   <li>Exposed <code>registerServerReference</code> in client builds to handle 
server references in different environments. <a 
href="https://redirect.github.com/facebook/react/pull/32534";>#32534</a></li>
   <li>Added react-server-dom-parcel package which integrates Server Components 
with the <a href="https://parceljs.org/";>Parcel bundler</a> <a 
href="https://redirect.github.com/facebook/react/pull/31725";>#31725</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32132";>#32132</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31799";>#31799</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32294";>#32294</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31741";>#31741</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/blob/main/CHANGELOG.md";>react-dom's 
changelog</a>.</em></p>
   <blockquote>
   <h2>19.1.1 (July 28, 2025)</h2>
   <h3>React</h3>
   <ul>
   <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a 
href="https://redirect.github.com/facebook/react/pull/33680";>#33680</a> by <a 
href="https://github.com/hoxyq";><code>@​hoxyq</code></a>)</li>
   </ul>
   <h2>19.1.0 (March 28, 2025)</h2>
   <h3>Owner Stack</h3>
   <p>An Owner Stack is a string representing the components that are directly 
responsible for rendering a particular component. You can log Owner Stacks when 
debugging or use Owner Stacks to enhance error overlays or other development 
tools. Owner Stacks are only available in development builds. Component Stacks 
in production are unchanged.</p>
   <ul>
   <li>An Owner Stack is a development-only stack trace that helps identify 
which components are responsible for rendering a particular component. An Owner 
Stack is distinct from a Component Stacks, which shows the hierarchy of 
components leading to an error.</li>
   <li>The <a 
href="https://react.dev/reference/react/captureOwnerStack";>captureOwnerStack 
API</a> is only available in development mode and returns a Owner Stack, if 
available. The API can be used to enhance error overlays or log component 
relationships when debugging. <a 
href="https://redirect.github.com/facebook/react/pull/29923";>#29923</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32353";>#32353</a>, <a 
href="https://redirect.github.com/facebook/react/pull/30306";>#30306</a>,
   <a href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a>, 
<a href="https://redirect.github.com/facebook/react/pull/32529";>#32529</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32538";>#32538</a></li>
   </ul>
   <h3>React</h3>
   <ul>
   <li>Enhanced support for Suspense boundaries to be used anywhere, including 
the client, server, and during hydration. <a 
href="https://redirect.github.com/facebook/react/pull/32069";>#32069</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32163";>#32163</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32224";>#32224</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32252";>#32252</a></li>
   <li>Reduced unnecessary client rendering through improved hydration 
scheduling <a 
href="https://redirect.github.com/facebook/react/pull/31751";>#31751</a></li>
   <li>Increased priority of client rendered Suspense boundaries <a 
href="https://redirect.github.com/facebook/react/pull/31776";>#31776</a></li>
   <li>Fixed frozen fallback states by rendering unfinished Suspense boundaries 
on the client. <a 
href="https://redirect.github.com/facebook/react/pull/31620";>#31620</a></li>
   <li>Reduced garbage collection pressure by improving Suspense boundary 
retries. <a 
href="https://redirect.github.com/facebook/react/pull/31667";>#31667</a></li>
   <li>Fixed erroneous “Waiting for Paint” log when the passive effect phase 
was not delayed <a 
href="https://redirect.github.com/facebook/react/pull/31526";>#31526</a></li>
   <li>Fixed a regression causing key warnings for flattened positional 
children in development mode. <a 
href="https://redirect.github.com/facebook/react/pull/32117";>#32117</a></li>
   <li>Updated <code>useId</code> to use valid CSS selectors, changing format 
from <code>:r123:</code> to <code>«r123»</code>. <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a></li>
   <li>Added a dev-only warning for null/undefined created in useEffect, 
useInsertionEffect, and useLayoutEffect. <a 
href="https://redirect.github.com/facebook/react/pull/32355";>#32355</a></li>
   <li>Fixed a bug where dev-only methods were exported in production builds. 
React.act is no longer available in production builds. <a 
href="https://redirect.github.com/facebook/react/pull/32200";>#32200</a></li>
   <li>Improved consistency across prod and dev to improve compatibility with 
Google Closure Compiler and bindings <a 
href="https://redirect.github.com/facebook/react/pull/31808";>#31808</a></li>
   <li>Improve passive effect scheduling for consistent task yielding. <a 
href="https://redirect.github.com/facebook/react/pull/31785";>#31785</a></li>
   <li>Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes 
is enabled for OffscreenComponent rendering. <a 
href="https://redirect.github.com/facebook/react/pull/32528";>#32528</a></li>
   <li>Fixed component name resolution for Portal <a 
href="https://redirect.github.com/facebook/react/pull/32640";>#32640</a></li>
   <li>Added support for beforetoggle and toggle events on the dialog element. 
<a href="https://redirect.github.com/facebook/react/pull/32479";>#32479</a></li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Fixed double warning when the <code>href</code> attribute is an empty 
string <a 
href="https://redirect.github.com/facebook/react/pull/31783";>#31783</a></li>
   <li>Fixed an edge case where <code>getHoistableRoot()</code> didn’t work 
properly when the container was a Document <a 
href="https://redirect.github.com/facebook/react/pull/32321";>#32321</a></li>
   <li>Removed support for using HTML comments (e.g. <code>&lt;!-- 
--&gt;</code>) as a DOM container. <a 
href="https://redirect.github.com/facebook/react/pull/32250";>#32250</a></li>
   <li>Added support for <code>&lt;script&gt;</code> and 
<code>\&lt;template&gt;</code> tags to be nested within 
<code>&lt;select&gt;</code> tags. <a 
href="https://redirect.github.com/facebook/react/pull/31837";>#31837</a></li>
   <li>Fixed responsive images to be preloaded as HTML instead of headers <a 
href="https://redirect.github.com/facebook/react/pull/32445";>#32445</a></li>
   </ul>
   <h3>use-sync-external-store</h3>
   <ul>
   <li>Added <code>exports</code> field to <code>package.json</code> for 
<code>use-sync-external-store</code> to support various entrypoints. <a 
href="https://redirect.github.com/facebook/react/pull/25231";>#25231</a></li>
   </ul>
   <h3>React Server Components</h3>
   <ul>
   <li>Added <code>unstable_prerender</code>, a new experimental API for 
prerendering React Server Components on the server <a 
href="https://redirect.github.com/facebook/react/pull/31724";>#31724</a></li>
   <li>Fixed an issue where streams would hang when receiving new chunks after 
a global error <a 
href="https://redirect.github.com/facebook/react/pull/31840";>#31840</a>, <a 
href="https://redirect.github.com/facebook/react/pull/31851";>#31851</a></li>
   <li>Fixed an issue where pending chunks were counted twice. <a 
href="https://redirect.github.com/facebook/react/pull/31833";>#31833</a></li>
   <li>Added support for streaming in edge environments <a 
href="https://redirect.github.com/facebook/react/pull/31852";>#31852</a></li>
   <li>Added support for sending custom error names from a server so that they 
are available in the client for console replaying. <a 
href="https://redirect.github.com/facebook/react/pull/32116";>#32116</a></li>
   <li>Updated the server component wire format to remove IDs for hints and 
console.log because they have no return value <a 
href="https://redirect.github.com/facebook/react/pull/31671";>#31671</a></li>
   <li>Exposed <code>registerServerReference</code> in client builds to handle 
server references in different environments. <a 
href="https://redirect.github.com/facebook/react/pull/32534";>#32534</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/react/commit/87e33ca2b7c4479342091ae642f01266af7ebec9";><code>87e33ca</code></a>
 Set release versions to 19.1.1</li>
   <li><a 
href="https://github.com/facebook/react/commit/b793948e15ff714fadea026dcaef9385dce14a19";><code>b793948</code></a>
 Bump next prerelease version numbers (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32782";>#32782</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/7943da1e81bb8730db78db99af5f967bdf213a75";><code>7943da1</code></a>
 Set accurate value for alwaysThrottleRetries on www (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32684";>#32684</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/476f53879e80d4ee976ed036a0e8986126fa3117";><code>476f538</code></a>
 Add getClientRects to fragment instances (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32660";>#32660</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/c69a5fc53a5135136668ca878f99b634d2374837";><code>c69a5fc</code></a>
 Add blur() and focusLast() to fragment instances (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32654";>#32654</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/cd28a946d57695a025581c0ff851bde08ea6ca27";><code>cd28a94</code></a>
 Add observer methods to fragment instances (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32619";>#32619</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/6aa8254bb7353fe3096289edc669cf168e9fd190";><code>6aa8254</code></a>
 Add ref to Fragment (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32465";>#32465</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/029e8bd618af23fbdd9efdac565ad81f7d4640d8";><code>029e8bd</code></a>
 Add Owner Stack to attribute hydration mismatches (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32538";>#32538</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/aac177c48439ab294f72e8b5a85059daa3f8a5ee";><code>aac177c</code></a>
 Support beforetoggle/toggle events for dialog (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32479";>#32479</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/e0fe3479671555e01531dbc3d2fd85d5bd4c5a56";><code>e0fe347</code></a>
 [flags] remove enableOwnerStacks (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32426";>#32426</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/react/commits/v19.1.1/packages/react-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react-dom` from 18.3.7 to 19.1.9
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-router-dom` from 6.30.1 to 7.8.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/releases";>react-router-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.1.3</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713</a></p>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies
   <ul>
   <li>[email protected]</li>
   <li>[email protected]</li>
   </ul>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies
   <ul>
   <li>[email protected]</li>
   <li>[email protected]</li>
   </ul>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies
   <ul>
   <li>[email protected]</li>
   <li>[email protected]</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md";>react-router-dom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.8.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.8.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.8.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.7.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.7.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.6.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.6.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   <h2>7.6.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/commit/eade1de2db6521d76942e93280335ce7bdbb9ae2";><code>eade1de</code></a>
 chore: Update version for release (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14223";>#14223</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/27eed3ae91e8a952ab714485d6a7109068cc857e";><code>27eed3a</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14214";>#14214</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/ef3016c11afab14e866b243b9c789621c157e382";><code>ef3016c</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14211";>#14211</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/fd17d66c627fcc40b49a431f8557302c7ab9e385";><code>fd17d66</code></a>
 chore: Update version for release (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14185";>#14185</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/68f3bfcda343a53134619b08c67cb1156a052d6b";><code>68f3bfc</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14184";>#14184</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/bd38001cb7342de4341f8f526414091830e6c39a";><code>bd38001</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14178";>#14178</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/5fb418502f2088b6377f0b6ecdf8211c05b350d9";><code>5fb4185</code></a>
 chore: Update version for release (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14141";>#14141</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/562664c8607b1005ad7f4da20c398ca6d9cc8362";><code>562664c</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14139";>#14139</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/06e639f5ded6ae0bb21fb6d2da85eb01f45d586f";><code>06e639f</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14132";>#14132</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/80c2fa524130a3bfad5062bfc92700fc14854ded";><code>80c2fa5</code></a>
 chore: Update version for release (pre) (<a href="https://g...
   
   _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