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

   Bumps the edge-ui-package-updates group with 25 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.4` |
   | [axios](https://github.com/axios/axios) | `1.11.0` | `1.12.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.9.0` |
   | [@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.4.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` |
   | 
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
 | `8.40.0` | `8.43.0` |
   | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.20` 
| `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><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
   <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.4
   <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.4</h2>
   <p>Version 5.87.4 - 9/10/25, 2:09 PM</p>
   <h2>Changes</h2>
   <h3>Fix</h3>
   <ul>
   <li>query-core: infinite re-renders in useQueries (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9639";>#9639</a>)
 (19445a0) by Minha Kang</li>
   </ul>
   <h3>Test</h3>
   <ul>
   <li>svelte-query/createMutation: improve callback assertions with 
&quot;toHaveBeenNthCalledWith&quot; and apply shorthand property syntax in 
FailureExample (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9630";>#9630</a>)
 (ccedf33) by <a 
href="https://github.com/sukvvon";><code>@​sukvvon</code></a></li>
   </ul>
   <h2>Packages</h2>
   <ul>
   <li><code>@​tanstack/query-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/react-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/query-async-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/query-broadcast-client-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/query-persist-client-core</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/query-sync-storage-persister</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/react-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/react-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/react-query-next-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/solid-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/solid-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/solid-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/svelte-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/svelte-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/svelte-query-persist-client</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/vue-query</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/vue-query-devtools</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/angular-query-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   <li><code>@​tanstack/angular-query-devtools-experimental</code><a 
href="https://github.com/5";><code>@​5</code></a>.87.4</li>
   </ul>
   <h2>v5.87.3</h2>
   <p>Version 5.87.3 - 9/8/25, 12:51 PM</p>
   <h2>Changes</h2>
   <h3>Fix</h3>
   <ul>
   <li>query-devtools: add work break to code element to prevent DevPanel from 
expanding (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9625";>#9625</a>)
 (af50368) by Ji-hoon Choi</li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>update fetchNextPage condition in Example component (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9626";>#9626</a>)
 (f023881) by amir hossein Agha alikhani</li>
   <li>Remove fragment  in disabling-queries guide (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9619";>#9619</a>)
 (f49cc75) by Zakaria Abu Sarah  ザカリヤ</li>
   </ul>
   <h2>Packages</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/query/commit/230435d1126fe5a1f0ccd9c2b871bfecc6551a2a";><code>230435d</code></a>
 release: v5.87.4</li>
   <li><a 
href="https://github.com/TanStack/query/commit/19445a00c0950173b662cb43cd746198ba50b957";><code>19445a0</code></a>
 fix(query-core): infinite re-renders in useQueries (<a 
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9639";>#9639</a>)</li>
   <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>Additional commits viewable in <a 
href="https://github.com/TanStack/query/commits/v5.87.4/packages/react-query";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.11.0 to 1.12.1
   <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>Release v1.12.1</h2>
   <h2>Release notes:</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> fixed env config types; (<a 
href="https://redirect.github.com/axios/axios/issues/7020";>#7020</a>) (<a 
href="https://github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05";>b5f26b7</a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <ul>
   <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS"; 
title="+10/-4 ([#7020](https://github.com/axios/axios/issues/7020) )">Dmitriy 
Mozgovoy</a></li>
   </ul>
   <h2>Release v1.12.0</h2>
   <h2>Release notes:</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>adding build artifacts (<a 
href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd";>9ec86de</a>)</li>
   <li>dont add dist on release (<a 
href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11";>a2edc36</a>)</li>
   <li><strong>fetch-adapter:</strong> set correct Content-Type for Node 
FormData (<a 
href="https://redirect.github.com/axios/axios/issues/6998";>#6998</a>) (<a 
href="https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d";>a9f47af</a>)</li>
   <li><strong>node:</strong> enforce maxContentLength for data: URLs (<a 
href="https://redirect.github.com/axios/axios/issues/7011";>#7011</a>) (<a 
href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593";>945435f</a>)</li>
   <li>package exports (<a 
href="https://redirect.github.com/axios/axios/issues/5627";>#5627</a>) (<a 
href="https://github.com/axios/axios/commit/aa78ac23fc9036163308c0f6bd2bb885e7af3f36";>aa78ac2</a>)</li>
   <li><strong>params:</strong> removing '[' and ']' from URL encode exclude 
characters (<a 
href="https://redirect.github.com/axios/axios/issues/3316";>#3316</a>) (<a 
href="https://redirect.github.com/axios/axios/issues/5715";>#5715</a>) (<a 
href="https://github.com/axios/axios/commit/6d84189349c43b1dcdd977b522610660cc4c7042";>6d84189</a>)</li>
   <li>release pr run (<a 
href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2";>fd7f404</a>)</li>
   <li><strong>types:</strong> change the type guard on isCancel (<a 
href="https://redirect.github.com/axios/axios/issues/5595";>#5595</a>) (<a 
href="https://github.com/axios/axios/commit/0dbb7fd4f61dc568498cd13a681fa7f907d6ec7e";>0dbb7fd</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>adapter:</strong> surface low‑level network error details; 
attach original error via cause (<a 
href="https://redirect.github.com/axios/axios/issues/6982";>#6982</a>) (<a 
href="https://github.com/axios/axios/commit/78b290c57c978ed2ab420b90d97350231c9e5d74";>78b290c</a>)</li>
   <li><strong>fetch:</strong> add fetch, Request, Response env config 
variables for the adapter; (<a 
href="https://redirect.github.com/axios/axios/issues/7003";>#7003</a>) (<a 
href="https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b";>c959ff2</a>)</li>
   <li>support reviver on JSON.parse (<a 
href="https://redirect.github.com/axios/axios/issues/5926";>#5926</a>) (<a 
href="https://github.com/axios/axios/commit/2a9763426e43d996fd60d01afe63fa6e1f5b4fca";>2a97634</a>),
 closes <a 
href="https://redirect.github.com/axios/axios/issues/5924";>#5924</a></li>
   <li><strong>types:</strong> extend AxiosResponse interface to include custom 
headers type (<a 
href="https://redirect.github.com/axios/axios/issues/6782";>#6782</a>) (<a 
href="https://github.com/axios/axios/commit/7960d34eded2de66ffd30b4687f8da0e46c4903e";>7960d34</a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <ul>
   <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini"; 
title="+132/-16760 ([#7002](https://github.com/axios/axios/issues/7002) 
[#5926](https://github.com/axios/axios/issues/5926) 
[#6782](https://github.com/axios/axios/issues/6782) )">Willian Agostini</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS"; 
title="+4263/-293 ([#7006](https://github.com/axios/axios/issues/7006) 
[#7003](https://github.com/axios/axios/issues/7003) )">Dmitriy Mozgovoy</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/mkhani01"; 
title="+111/-15 ([#6982](https://github.com/axios/axios/issues/6982) 
)">khani</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/AmeerAssadi"; 
title="+123/-0 ([#7011](https://github.com/axios/axios/issues/7011) )">Ameer 
Assadi</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/emiedonmokumo"; 
title="+55/-35 ([#6998](https://github.com/axios/axios/issues/6998) 
)">Emiedonmokumo Dick-Boro</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/opsysdebug"; 
title="+8/-8 ([#6980](https://github.com/axios/axios/issues/6980) )">Zeroday 
BYTE</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman"; 
title="+7/-7 ([#6985](https://github.com/axios/axios/issues/6985) 
[#6985](https://github.com/axios/axios/issues/6985) )">Jason Saayman</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/HealGaren"; 
title="+5/-7 ([#5715](https://github.com/axios/axios/issues/5715) 
)">최예찬</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/gligorkot"; 
title="+3/-1 ([#5627](https://github.com/axios/axios/issues/5627) )">Gligor 
Kotushevski</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/adimit"; 
title="+2/-1 ([#5595](https://github.com/axios/axios/issues/5595) )">Aleksandar 
Dimitrov</a></li>
   </ul>
   </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>
   <h2><a 
href="https://github.com/axios/axios/compare/v1.12.0...v1.12.1";>1.12.1</a> 
(2025-09-12)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> fixed env config types; (<a 
href="https://redirect.github.com/axios/axios/issues/7020";>#7020</a>) (<a 
href="https://github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05";>b5f26b7</a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <ul>
   <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS"; 
title="+10/-4 ([#7020](https://github.com/axios/axios/issues/7020) )">Dmitriy 
Mozgovoy</a></li>
   </ul>
   <h1><a 
href="https://github.com/axios/axios/compare/v1.11.0...v1.12.0";>1.12.0</a> 
(2025-09-11)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>adding build artifacts (<a 
href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd";>9ec86de</a>)</li>
   <li>dont add dist on release (<a 
href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11";>a2edc36</a>)</li>
   <li><strong>fetch-adapter:</strong> set correct Content-Type for Node 
FormData (<a 
href="https://redirect.github.com/axios/axios/issues/6998";>#6998</a>) (<a 
href="https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d";>a9f47af</a>)</li>
   <li><strong>node:</strong> enforce maxContentLength for data: URLs (<a 
href="https://redirect.github.com/axios/axios/issues/7011";>#7011</a>) (<a 
href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593";>945435f</a>)</li>
   <li>package exports (<a 
href="https://redirect.github.com/axios/axios/issues/5627";>#5627</a>) (<a 
href="https://github.com/axios/axios/commit/aa78ac23fc9036163308c0f6bd2bb885e7af3f36";>aa78ac2</a>)</li>
   <li><strong>params:</strong> removing '[' and ']' from URL encode exclude 
characters (<a 
href="https://redirect.github.com/axios/axios/issues/3316";>#3316</a>) (<a 
href="https://redirect.github.com/axios/axios/issues/5715";>#5715</a>) (<a 
href="https://github.com/axios/axios/commit/6d84189349c43b1dcdd977b522610660cc4c7042";>6d84189</a>)</li>
   <li>release pr run (<a 
href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2";>fd7f404</a>)</li>
   <li><strong>types:</strong> change the type guard on isCancel (<a 
href="https://redirect.github.com/axios/axios/issues/5595";>#5595</a>) (<a 
href="https://github.com/axios/axios/commit/0dbb7fd4f61dc568498cd13a681fa7f907d6ec7e";>0dbb7fd</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>adapter:</strong> surface low‑level network error details; 
attach original error via cause (<a 
href="https://redirect.github.com/axios/axios/issues/6982";>#6982</a>) (<a 
href="https://github.com/axios/axios/commit/78b290c57c978ed2ab420b90d97350231c9e5d74";>78b290c</a>)</li>
   <li><strong>fetch:</strong> add fetch, Request, Response env config 
variables for the adapter; (<a 
href="https://redirect.github.com/axios/axios/issues/7003";>#7003</a>) (<a 
href="https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b";>c959ff2</a>)</li>
   <li>support reviver on JSON.parse (<a 
href="https://redirect.github.com/axios/axios/issues/5926";>#5926</a>) (<a 
href="https://github.com/axios/axios/commit/2a9763426e43d996fd60d01afe63fa6e1f5b4fca";>2a97634</a>),
 closes <a 
href="https://redirect.github.com/axios/axios/issues/5924";>#5924</a></li>
   <li><strong>types:</strong> extend AxiosResponse interface to include custom 
headers type (<a 
href="https://redirect.github.com/axios/axios/issues/6782";>#6782</a>) (<a 
href="https://github.com/axios/axios/commit/7960d34eded2de66ffd30b4687f8da0e46c4903e";>7960d34</a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <ul>
   <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini"; 
title="+132/-16760 ([#7002](https://github.com/axios/axios/issues/7002) 
[#5926](https://github.com/axios/axios/issues/5926) 
[#6782](https://github.com/axios/axios/issues/6782) )">Willian Agostini</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS"; 
title="+4263/-293 ([#7006](https://github.com/axios/axios/issues/7006) 
[#7003](https://github.com/axios/axios/issues/7003) )">Dmitriy Mozgovoy</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/mkhani01"; 
title="+111/-15 ([#6982](https://github.com/axios/axios/issues/6982) 
)">khani</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/AmeerAssadi"; 
title="+123/-0 ([#7011](https://github.com/axios/axios/issues/7011) )">Ameer 
Assadi</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/emiedonmokumo"; 
title="+55/-35 ([#6998](https://github.com/axios/axios/issues/6998) 
)">Emiedonmokumo Dick-Boro</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/opsysdebug"; 
title="+8/-8 ([#6980](https://github.com/axios/axios/issues/6980) )">Zeroday 
BYTE</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman"; 
title="+7/-7 ([#6985](https://github.com/axios/axios/issues/6985) 
[#6985](https://github.com/axios/axios/issues/6985) )">Jason Saayman</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/HealGaren"; 
title="+5/-7 ([#5715](https://github.com/axios/axios/issues/5715) 
)">최예찬</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/gligorkot"; 
title="+3/-1 ([#5627](https://github.com/axios/axios/issues/5627) )">Gligor 
Kotushevski</a></li>
   <li><!-- raw HTML omitted --> <a href="https://github.com/adimit"; 
title="+2/-1 ([#5595](https://github.com/axios/axios/issues/5595) )">Aleksandar 
Dimitrov</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/3cac78c2de2d1d1af0c1b4753feff16c075f01d1";><code>3cac78c</code></a>
 chore(release): v1.12.1 (<a 
href="https://redirect.github.com/axios/axios/issues/7021";>#7021</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05";><code>b5f26b7</code></a>
 fix(types): fixed env config types; (<a 
href="https://redirect.github.com/axios/axios/issues/7020";>#7020</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/0d8ad6e1de0f5339e02bc262d6f0df4936974120";><code>0d8ad6e</code></a>
 chore(release): v1.12.0 (<a 
href="https://redirect.github.com/axios/axios/issues/7013";>#7013</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2";><code>fd7f404</code></a>
 fix: release pr run</li>
   <li><a 
href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11";><code>a2edc36</code></a>
 fix: dont add dist on release</li>
   <li><a 
href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd";><code>9ec86de</code></a>
 fix: adding build artifacts</li>
   <li><a 
href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593";><code>945435f</code></a>
 fix(node): enforce maxContentLength for data: URLs (<a 
href="https://redirect.github.com/axios/axios/issues/7011";>#7011</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/28e5e3016d6ed0b3ec489427e4ec00133f45ddc2";><code>28e5e30</code></a>
 chore(sponsor): update sponsor block (<a 
href="https://redirect.github.com/axios/axios/issues/7005";>#7005</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/d03f245a40ec016b190748a865cce9fe3815c903";><code>d03f245</code></a>
 chore(CI): fixed release info script to use npm registry instead of git as 
fi...</li>
   <li><a 
href="https://github.com/axios/axios/commit/a0bc91137950f36a1f6b0a2a60d11fd7f245ff0e";><code>a0bc911</code></a>
 chore: removing dist files from src (<a 
href="https://redirect.github.com/axios/axios/issues/7002";>#7002</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.11.0...v1.12.1";>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://re...
   
   _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