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

   Bumps the core-ui-package-updates group with 16 updates in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | 
`19.1.1` | `19.2.0` |
   | 
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
 | `19.1.13` | `19.2.0` |
   | 
[react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | 
`19.1.1` | `19.2.0` |
   | 
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
 | `19.1.9` | `19.2.0` |
   | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 
`7.63.0` | `7.64.0` |
   | 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `7.9.2` | `7.9.3` |
   | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | 
`9.36.0` | `9.37.0` |
   | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | 
`6.8.0` | `6.9.1` |
   | [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.37.0` |
   | 
[eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
 | `4.15.0` | `4.15.1` |
   | 
[eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)
 | `5.2.0` | `6.1.1` |
   | 
[eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh)
 | `0.4.21` | `0.4.23` |
   | [happy-dom](https://github.com/capricorn86/happy-dom) | `18.0.1` | 
`19.0.2` |
   | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
   | 
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
 | `8.44.1` | `8.45.0` |
   | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.7` | 
`7.1.9` |
   
   
   Updates `react` from 19.1.1 to 19.2.0
   <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.2.0 (Oct 1, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h2>New React Features</h2>
   <ul>
   <li><a 
href="https://react.dev/reference/react/Activity";><code>&lt;Activity&gt;</code></a>:
 A new API to hide and restore the UI and internal state of its children.</li>
   <li><a 
href="https://react.dev/reference/react/useEffectEvent";><code>useEffectEvent</code></a>
 is a React Hook that lets you extract non-reactive logic into an <a 
href="https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event";>Effect
 Event</a>.</li>
   <li><a 
href="https://react.dev/reference/react/cacheSignal";><code>cacheSignal</code></a>
 (for RSCs) lets your know when the <code>cache()</code> lifetime is over.</li>
   <li><a 
href="https://react.dev/reference/developer-tooling/react-performance-tracks";>React
 Performance tracks</a> appear on the Performance panel’s timeline in your 
browser developer tools</li>
   </ul>
   <h2>New React DOM Features</h2>
   <ul>
   <li>Added resume APIs for partial pre-rendering with Web Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resume";><code>resume</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerender";><code>resumeAndPrerender</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Added resume APIs for partial pre-rendering with Node Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resumeToPipeableStream";><code>resumeToPipeableStream</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream";><code>resumeAndPrerenderToNodeStream</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Updated <a 
href="https://react.dev/reference/react-dom/static/prerender";><code>prerender</code></a>
 APIs to return a <code>postponed</code> state that can be passed to the 
<code>resume</code> APIs.</li>
   </ul>
   <h2>Notable changes</h2>
   <ul>
   <li>React DOM now batches suspense boundary reveals, matching the behavior 
of client side rendering. This change is especially noticeable when animating 
the reveal of Suspense boundaries e.g. with the upcoming 
<code>&lt;ViewTransition&gt;</code> Component. React will batch as much reveals 
as possible before the first paint while trying to hit popular first-contentful 
paint metrics.</li>
   <li>Add Node Web Streams (<code>prerender</code>, 
<code>renderToReadableStream</code>) to server-side-rendering APIs for 
Node.js</li>
   <li>Use underscore instead of <code>:</code> IDs generated by useId</li>
   </ul>
   <h2>All Changes</h2>
   <h3>React</h3>
   <ul>
   <li><code>&lt;Activity /&gt;</code> was developed over many years, starting 
before <code>ClassComponent.setState</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> and many 
others)</li>
   <li>Stringify context as &quot;SomeContext&quot; instead of 
&quot;SomeContext.Provider&quot; (<a 
href="https://github.com/kassens";><code>@​kassens</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33507";>#33507</a>)</li>
   <li>Include stack of cause of React instrumentation errors with 
<code>%o</code> placeholder (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34198";>#34198</a>)</li>
   <li>Fix infinite <code>useDeferredValue</code> loop in popstate event (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32821";>#32821</a>)</li>
   <li>Fix a bug when an initial value was passed to 
<code>useDeferredValue</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34376";>#34376</a>)</li>
   <li>Fix a crash when submitting forms with Client Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33055";>#33055</a>)</li>
   <li>Hide/unhide the content of dehydrated suspense boundaries if they 
resuspend (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32900";>#32900</a>)</li>
   <li>Avoid stack overflow on wide trees during Hot Reload (<a 
href="https://github.com/sophiebits";><code>@​sophiebits</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34145";>#34145</a>)</li>
   <li>Improve Owner and Component stacks in various places (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/33629";>#33629</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33724";>#33724</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32735";>#32735</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33723";>#33723</a>)</li>
   <li>Add <code>cacheSignal</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33557";>#33557</a>)</li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Block on Suspensey Fonts during reveal of server-side-rendered content 
(<a href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33342";>#33342</a>)</li>
   <li>Use underscore instead of <code>:</code> for IDs generated by 
<code>useId</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33342";>facebook/react#33342</a><a
 href="https://redirect.github.com/facebook/react/pull/33099";>#33099</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33422";>#33422</a>)</li>
   <li>Stop warning when ARIA 1.3 attributes are used (<a 
href="https://github.com/Abdul-Omira";><code>@​Abdul-Omira</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34264";>#34264</a>)</li>
   <li>Allow <code>nonce</code> to be used on hoistable styles (<a 
href="https://github.com/Andarist";><code>@​Andarist</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32461";>#32461</a>)</li>
   <li>Warn for using a React owned node as a Container if it also has text 
content (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32774";>#32774</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.2.0 (October 1st, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h3>New React Features</h3>
   <ul>
   <li><a 
href="https://react.dev/reference/react/Activity";><code>&lt;Activity&gt;</code></a>:
 A new API to hide and restore the UI and internal state of its children.</li>
   <li><a 
href="https://react.dev/reference/react/useEffectEvent";><code>useEffectEvent</code></a>
 is a React Hook that lets you extract non-reactive logic into an <a 
href="https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event";>Effect
 Event</a>.</li>
   <li><a 
href="https://react.dev/reference/react/cacheSignal";><code>cacheSignal</code></a>
 (for RSCs) lets your know when the <code>cache()</code> lifetime is over.</li>
   <li><a 
href="https://react.dev/reference/developer-tooling/react-performance-tracks";>React
 Performance tracks</a> appear on the Performance panel’s timeline in your 
browser developer tools</li>
   </ul>
   <h3>New React DOM Features</h3>
   <ul>
   <li>Added resume APIs for partial pre-rendering with Web Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resume";><code>resume</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerender";><code>resumeAndPrerender</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Added resume APIs for partial pre-rendering with Node Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resumeToPipeableStream";><code>resumeToPipeableStream</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream";><code>resumeAndPrerenderToNodeStream</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Updated <a 
href="https://react.dev/reference/react-dom/static/prerender";><code>prerender</code></a>
 APIs to return a <code>postponed</code> state that can be passed to the 
<code>resume</code> APIs.</li>
   </ul>
   <h3>Notable changes</h3>
   <ul>
   <li>React DOM now batches suspense boundary reveals, matching the behavior 
of client side rendering. This change is especially noticeable when animating 
the reveal of Suspense boundaries e.g. with the upcoming 
<code>&lt;ViewTransition&gt;</code> Component. React will batch as much reveals 
as possible before the first paint while trying to hit popular first-contentful 
paint metrics.</li>
   <li>Add Node Web Streams (<code>prerender</code>, 
<code>renderToReadableStream</code>) to server-side-rendering APIs for 
Node.js</li>
   <li>Use underscore instead of <code>:</code> IDs generated by useId</li>
   </ul>
   <h3>All Changes</h3>
   <h4>React</h4>
   <ul>
   <li><code>&lt;Activity /&gt;</code> was developed over many years, starting 
before <code>ClassComponent.setState</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> and many 
others)</li>
   <li>Stringify context as &quot;SomeContext&quot; instead of 
&quot;SomeContext.Provider&quot; (<a 
href="https://github.com/kassens";><code>@​kassens</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33507";>#33507</a>)</li>
   <li>Include stack of cause of React instrumentation errors with 
<code>%o</code> placeholder (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34198";>#34198</a>)</li>
   <li>Fix infinite <code>useDeferredValue</code> loop in popstate event (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32821";>#32821</a>)</li>
   <li>Fix a bug when an initial value was passed to 
<code>useDeferredValue</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34376";>#34376</a>)</li>
   <li>Fix a crash when submitting forms with Client Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33055";>#33055</a>)</li>
   <li>Hide/unhide the content of dehydrated suspense boundaries if they 
resuspend (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32900";>#32900</a>)</li>
   <li>Avoid stack overflow on wide trees during Hot Reload (<a 
href="https://github.com/sophiebits";><code>@​sophiebits</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34145";>#34145</a>)</li>
   <li>Improve Owner and Component stacks in various places (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/33629";>#33629</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33724";>#33724</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32735";>#32735</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33723";>#33723</a>)</li>
   <li>Add <code>cacheSignal</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33557";>#33557</a>)</li>
   </ul>
   <h4>React DOM</h4>
   <ul>
   <li>Block on Suspensey Fonts during reveal of server-side-rendered content 
(<a href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33342";>#33342</a>)</li>
   <li>Use underscore instead of <code>:</code> for IDs generated by 
<code>useId</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33342";>facebook/react#33342</a><a
 href="https://redirect.github.com/facebook/react/pull/33099";>#33099</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33422";>#33422</a>)</li>
   <li>Stop warning when ARIA 1.3 attributes are used (<a 
href="https://github.com/Abdul-Omira";><code>@​Abdul-Omira</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34264";>#34264</a>)</li>
   <li>Allow <code>nonce</code> to be used on hoistable styles (<a 
href="https://github.com/Andarist";><code>@​Andarist</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32461";>#32461</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/5667a41fe4d81aa806f6c1e8814b17975e33b317";><code>5667a41</code></a>
 Bump next prerelease version numbers (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34639";>#34639</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/8bb7241f4c773376893701bfe8b8ff03687342a0";><code>8bb7241</code></a>
 Bump useEffectEvent to Canary (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34610";>#34610</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/e3c9656d20618ed321aea85cb3d844cbd1dce078";><code>e3c9656</code></a>
 Ensure Performance Track are Clamped and Don't overlap (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34509";>#34509</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/68f00c901c05e3a91f6cc77b660bc2334700f163";><code>68f00c9</code></a>
 Release Activity in Canary (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34374";>#34374</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/0e10ee906e3ea55e4d717d4db498e1159235b06b";><code>0e10ee9</code></a>
 [Reconciler] Set ProfileMode for Host Root Fiber by default in dev (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34432";>#34432</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/3bf8ab430eb2182e787e0f1c74c0d9ccab89e4ac";><code>3bf8ab4</code></a>
 Add missing Activity export to development mode (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34439";>#34439</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/1549bda33f0df963ae27a590b7191f3de99dad31";><code>1549bda</code></a>
 [Flight] Only assign <code>_store</code> in dev mode when creating lazy types 
(<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34354";>#34354</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/bb6f0c8d2f29754347db0ff28186dc89c128b6ca";><code>bb6f0c8</code></a>
 [Flight] Fix wrong missing key warning when static child is blocked (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34350";>#34350</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/05addfc6631ca72099631476b0a1592753858d30";><code>05addfc</code></a>
 Update Flow to 0.266 (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34271";>#34271</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/ec5dd0ab3acb206dd4aa46c6d5573c235c8eae98";><code>ec5dd0a</code></a>
 Update Flow to 0.257 (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/34253";>#34253</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/react/commits/v19.2.0/packages/react";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react` from 19.1.13 to 19.2.0
   <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 19.1.1 to 19.2.0
   <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.2.0 (Oct 1, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h2>New React Features</h2>
   <ul>
   <li><a 
href="https://react.dev/reference/react/Activity";><code>&lt;Activity&gt;</code></a>:
 A new API to hide and restore the UI and internal state of its children.</li>
   <li><a 
href="https://react.dev/reference/react/useEffectEvent";><code>useEffectEvent</code></a>
 is a React Hook that lets you extract non-reactive logic into an <a 
href="https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event";>Effect
 Event</a>.</li>
   <li><a 
href="https://react.dev/reference/react/cacheSignal";><code>cacheSignal</code></a>
 (for RSCs) lets your know when the <code>cache()</code> lifetime is over.</li>
   <li><a 
href="https://react.dev/reference/developer-tooling/react-performance-tracks";>React
 Performance tracks</a> appear on the Performance panel’s timeline in your 
browser developer tools</li>
   </ul>
   <h2>New React DOM Features</h2>
   <ul>
   <li>Added resume APIs for partial pre-rendering with Web Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resume";><code>resume</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerender";><code>resumeAndPrerender</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Added resume APIs for partial pre-rendering with Node Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resumeToPipeableStream";><code>resumeToPipeableStream</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream";><code>resumeAndPrerenderToNodeStream</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Updated <a 
href="https://react.dev/reference/react-dom/static/prerender";><code>prerender</code></a>
 APIs to return a <code>postponed</code> state that can be passed to the 
<code>resume</code> APIs.</li>
   </ul>
   <h2>Notable changes</h2>
   <ul>
   <li>React DOM now batches suspense boundary reveals, matching the behavior 
of client side rendering. This change is especially noticeable when animating 
the reveal of Suspense boundaries e.g. with the upcoming 
<code>&lt;ViewTransition&gt;</code> Component. React will batch as much reveals 
as possible before the first paint while trying to hit popular first-contentful 
paint metrics.</li>
   <li>Add Node Web Streams (<code>prerender</code>, 
<code>renderToReadableStream</code>) to server-side-rendering APIs for 
Node.js</li>
   <li>Use underscore instead of <code>:</code> IDs generated by useId</li>
   </ul>
   <h2>All Changes</h2>
   <h3>React</h3>
   <ul>
   <li><code>&lt;Activity /&gt;</code> was developed over many years, starting 
before <code>ClassComponent.setState</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> and many 
others)</li>
   <li>Stringify context as &quot;SomeContext&quot; instead of 
&quot;SomeContext.Provider&quot; (<a 
href="https://github.com/kassens";><code>@​kassens</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33507";>#33507</a>)</li>
   <li>Include stack of cause of React instrumentation errors with 
<code>%o</code> placeholder (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34198";>#34198</a>)</li>
   <li>Fix infinite <code>useDeferredValue</code> loop in popstate event (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32821";>#32821</a>)</li>
   <li>Fix a bug when an initial value was passed to 
<code>useDeferredValue</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34376";>#34376</a>)</li>
   <li>Fix a crash when submitting forms with Client Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33055";>#33055</a>)</li>
   <li>Hide/unhide the content of dehydrated suspense boundaries if they 
resuspend (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32900";>#32900</a>)</li>
   <li>Avoid stack overflow on wide trees during Hot Reload (<a 
href="https://github.com/sophiebits";><code>@​sophiebits</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34145";>#34145</a>)</li>
   <li>Improve Owner and Component stacks in various places (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/33629";>#33629</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33724";>#33724</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32735";>#32735</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33723";>#33723</a>)</li>
   <li>Add <code>cacheSignal</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33557";>#33557</a>)</li>
   </ul>
   <h3>React DOM</h3>
   <ul>
   <li>Block on Suspensey Fonts during reveal of server-side-rendered content 
(<a href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33342";>#33342</a>)</li>
   <li>Use underscore instead of <code>:</code> for IDs generated by 
<code>useId</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33342";>facebook/react#33342</a><a
 href="https://redirect.github.com/facebook/react/pull/33099";>#33099</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33422";>#33422</a>)</li>
   <li>Stop warning when ARIA 1.3 attributes are used (<a 
href="https://github.com/Abdul-Omira";><code>@​Abdul-Omira</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34264";>#34264</a>)</li>
   <li>Allow <code>nonce</code> to be used on hoistable styles (<a 
href="https://github.com/Andarist";><code>@​Andarist</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32461";>#32461</a>)</li>
   <li>Warn for using a React owned node as a Container if it also has text 
content (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32774";>#32774</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.2.0 (October 1st, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h3>New React Features</h3>
   <ul>
   <li><a 
href="https://react.dev/reference/react/Activity";><code>&lt;Activity&gt;</code></a>:
 A new API to hide and restore the UI and internal state of its children.</li>
   <li><a 
href="https://react.dev/reference/react/useEffectEvent";><code>useEffectEvent</code></a>
 is a React Hook that lets you extract non-reactive logic into an <a 
href="https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event";>Effect
 Event</a>.</li>
   <li><a 
href="https://react.dev/reference/react/cacheSignal";><code>cacheSignal</code></a>
 (for RSCs) lets your know when the <code>cache()</code> lifetime is over.</li>
   <li><a 
href="https://react.dev/reference/developer-tooling/react-performance-tracks";>React
 Performance tracks</a> appear on the Performance panel’s timeline in your 
browser developer tools</li>
   </ul>
   <h3>New React DOM Features</h3>
   <ul>
   <li>Added resume APIs for partial pre-rendering with Web Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resume";><code>resume</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerender";><code>resumeAndPrerender</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Added resume APIs for partial pre-rendering with Node Streams:
   <ul>
   <li><a 
href="https://react.dev/reference/react-dom/server/resumeToPipeableStream";><code>resumeToPipeableStream</code></a>:
 to resume a prerender to a stream.</li>
   <li><a 
href="https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream";><code>resumeAndPrerenderToNodeStream</code></a>:
 to resume a prerender to HTML.</li>
   </ul>
   </li>
   <li>Updated <a 
href="https://react.dev/reference/react-dom/static/prerender";><code>prerender</code></a>
 APIs to return a <code>postponed</code> state that can be passed to the 
<code>resume</code> APIs.</li>
   </ul>
   <h3>Notable changes</h3>
   <ul>
   <li>React DOM now batches suspense boundary reveals, matching the behavior 
of client side rendering. This change is especially noticeable when animating 
the reveal of Suspense boundaries e.g. with the upcoming 
<code>&lt;ViewTransition&gt;</code> Component. React will batch as much reveals 
as possible before the first paint while trying to hit popular first-contentful 
paint metrics.</li>
   <li>Add Node Web Streams (<code>prerender</code>, 
<code>renderToReadableStream</code>) to server-side-rendering APIs for 
Node.js</li>
   <li>Use underscore instead of <code>:</code> IDs generated by useId</li>
   </ul>
   <h3>All Changes</h3>
   <h4>React</h4>
   <ul>
   <li><code>&lt;Activity /&gt;</code> was developed over many years, starting 
before <code>ClassComponent.setState</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> and many 
others)</li>
   <li>Stringify context as &quot;SomeContext&quot; instead of 
&quot;SomeContext.Provider&quot; (<a 
href="https://github.com/kassens";><code>@​kassens</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33507";>#33507</a>)</li>
   <li>Include stack of cause of React instrumentation errors with 
<code>%o</code> placeholder (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34198";>#34198</a>)</li>
   <li>Fix infinite <code>useDeferredValue</code> loop in popstate event (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32821";>#32821</a>)</li>
   <li>Fix a bug when an initial value was passed to 
<code>useDeferredValue</code> (<a 
href="https://github.com/acdlite";><code>@​acdlite</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34376";>#34376</a>)</li>
   <li>Fix a crash when submitting forms with Client Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33055";>#33055</a>)</li>
   <li>Hide/unhide the content of dehydrated suspense boundaries if they 
resuspend (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32900";>#32900</a>)</li>
   <li>Avoid stack overflow on wide trees during Hot Reload (<a 
href="https://github.com/sophiebits";><code>@​sophiebits</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34145";>#34145</a>)</li>
   <li>Improve Owner and Component stacks in various places (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/33629";>#33629</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33724";>#33724</a>, <a 
href="https://redirect.github.com/facebook/react/pull/32735";>#32735</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33723";>#33723</a>)</li>
   <li>Add <code>cacheSignal</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33557";>#33557</a>)</li>
   </ul>
   <h4>React DOM</h4>
   <ul>
   <li>Block on Suspensey Fonts during reveal of server-side-rendered content 
(<a href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/33342";>#33342</a>)</li>
   <li>Use underscore instead of <code>:</code> for IDs generated by 
<code>useId</code> (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>: <a 
href="https://redirect.github.com/facebook/react/pull/32001";>#32001</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33342";>facebook/react#33342</a><a
 href="https://redirect.github.com/facebook/react/pull/33099";>#33099</a>, <a 
href="https://redirect.github.com/facebook/react/pull/33422";>#33422</a>)</li>
   <li>Stop warning when ARIA 1.3 attributes are used (<a 
href="https://github.com/Abdul-Omira";><code>@​Abdul-Omira</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/34264";>#34264</a>)</li>
   <li>Allow <code>nonce</code> to be used on hoistable styles (<a 
href="https://github.com/Andarist";><code>@​Andarist</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/32461";>#32461</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/861811347b8fa936b4a114fc022db9b8253b3d86";><code>8618113</code></a>
 Bump scheduler version (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34671";>#34671</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/1bd1f01f2a46fa453de5099280b54385ca7773b1";><code>1bd1f01</code></a>
 Ship partial-prerendering APIs to Canary (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34633";>#34633</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/2f0649a0b27516eaab549b18af15eed0420e3446";><code>2f0649a</code></a>
 [Fizz] Remove <code>nonce</code> option from resume-and-prerender APIs (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34664";>#34664</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/5667a41fe4d81aa806f6c1e8814b17975e33b317";><code>5667a41</code></a>
 Bump next prerelease version numbers (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34639";>#34639</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/e08f53b182fa63df6ec5938fec44d096343806d3";><code>e08f53b</code></a>
 Match <code>react-dom/static</code> test entrypoints and published entrypoints 
(<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34599";>#34599</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/8bb7241f4c773376893701bfe8b8ff03687342a0";><code>8bb7241</code></a>
 Bump useEffectEvent to Canary (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34610";>#34610</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/83c88ad470d680060f807ef81ed4c14b3b71fd3b";><code>83c88ad</code></a>
 Handle fabric root level fragment with compareDocumentPosition (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34533";>#34533</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/68f00c901c05e3a91f6cc77b660bc2334700f163";><code>68f00c9</code></a>
 Release Activity in Canary (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34374";>#34374</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/3168e08f8389d258de9eb7c8d19b9d44a0f250f2";><code>3168e08</code></a>
 [flags] enable opt-in for enableDefaultTransitionIndicator (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/34373";>#34373</a>)</li>
   <li><a 
href="https://github.com/facebook/react/commit/3434ff4f4b89ad9388c6109312ef95c14652ae21";><code>3434ff4</code></a>
 Add scrollIntoView to fragment instances (<a 
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/32814";>#32814</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/react/commits/v19.2.0/packages/react-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react-dom` from 19.1.9 to 19.2.0
   <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-hook-form` from 7.63.0 to 7.64.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/releases";>react-hook-form's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 7.64.0</h2>
   <p>🚏 Support optional array fields in <code>PathValueImpl</code> type (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13057";>#13057</a>)
   🐞 fix: preserve Controller's defaultValue with <code>shouldUnregister</code> 
prop (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13063";>#13063</a>)
   ✂ chore: remove unused field ids ref in <code>useFieldArray</code> (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13066";>#13066</a>)</p>
   <p>thanks to <a 
href="https://github.com/MPrieur-chaps";><code>@​MPrieur-chaps</code></a>, <a 
href="https://github.com/gynekolog";><code>@​gynekolog</code></a> &amp; <a 
href="https://github.com/uk960214";><code>@​uk960214</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/87d8b772d09528679d7b35a89d1e79534a38b33e";><code>87d8b77</code></a>
 7.64.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/6c3b8f73891496daabb7289fe7de3389998289ac";><code>6c3b8f7</code></a>
 🥃 chore: upgrade dev deps (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13076";>#13076</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/23c699a07aba2a5f9ad64aa7a0bb047273fc43e7";><code>23c699a</code></a>
 ✂ chore: remove unused field ids ref in useFieldArray (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13066";>#13066</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/37f51ac10b49d45f73871d388db7312a50b4cae4";><code>37f51ac</code></a>
 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13063";>#13063</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/8d61561b422c9974baf92fbafab570d1764e91bd";><code>8d61561</code></a>
 🚏 Support optional array fields in PathValueImpl type (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13057";>#13057</a>)</li>
   <li>See full diff in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.63.0...v7.64.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-router-dom` from 7.9.2 to 7.9.3
   <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>[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.9.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><code>[email protected]</code></li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/commit/12a6719354315b0e6847475bd802098ccfe7d56a";><code>12a6719</code></a>
 chore: Update version for release (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14395";>#14395</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/b6c49ecb0a6a057fbdba0ecdf7e6e6fbc56911e4";><code>b6c49ec</code></a>
 chore: Update version for release (pre) (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14394";>#14394</a>)</li>
   <li>See full diff in <a 
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@eslint/js` from 9.36.0 to 9.37.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";><code>@​eslint/js</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v9.37.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/39f7fb493a6924ff7dc638fd4d6e7b3d8eb95383";><code>39f7fb4</code></a>
 feat: <code>preserve-caught-error</code> should recognize all static 
&quot;cause&quot; keys (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20163";>#20163</a>)
 (Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f81eabc5849ece98b8ca054f96b29f038a69bcf8";><code>f81eabc</code></a>
 feat: support TS syntax in <code>no-restricted-imports</code> (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19562";>#19562</a>)
 (Nitin Kumar)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/a129cced7a86ea2518eb9be6990fa18af39694ca";><code>a129cce</code></a>
 fix: correct <code>no-loss-of-precision</code> false positives for leading 
zeros (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20164";>#20164</a>)
 (Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/09e04fcc3f4cc963eea7c9c579391de5e231595b";><code>09e04fc</code></a>
 fix: add missing AST token types (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20172";>#20172</a>)
 (Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/861c6da2bd2796414e6eed782155ec34e2ed6344";><code>861c6da</code></a>
 fix: correct <code>ESLint</code> typings (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20122";>#20122</a>)
 (Pixel998)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/b950359c5f39085483c3137a6a160e582ef32007";><code>b950359</code></a>
 docs: fix typos across the docs (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20182";>#20182</a>)
 (루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/42498a27981d50750dd15ae8660dbe85c4f4587c";><code>42498a2</code></a>
 docs: improve ToC accessibility by hiding non-semantic character (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20181";>#20181</a>)
 (Percy Ma)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/29ea092b93608756350b1e9c5a4f29c8a49264ab";><code>29ea092</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c97a04578e6280c2395f642c2d8d6bdf30eec18";><code>5c97a04</code></a>
 docs: show <code>availableUntil</code> in deprecated rule banner (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20170";>#20170</a>)
 (Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90a71bf5024a86fc232cd2e05f96811e2a18fd0f";><code>90a71bf</code></a>
 docs: update <code>README</code> files to add badge and instructions (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20115";>#20115</a>)
 (루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1603ae1526d9b6f557c7d5534a4f40f46842edd6";><code>1603ae1</code></a>
 docs: update references from <code>master</code> to <code>main</code> (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20153";>#20153</a>)
 (루밀LuMir)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/afe8a1346958242031fea66fdfbb239e8bf408b7";><code>afe8a13</code></a>
 chore: update <code>@eslint/js</code> dependency to version 9.37.0 (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20183";>#20183</a>)
 (Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82";><code>abee4ca</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fc9381f6ca57b824e82d118c14631c17bea79d7e";><code>fc9381f</code></a>
 chore: fix typos in comments (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20175";>#20175</a>)
 (overlookmotel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1574a22d38fd7e1891f86f8db0b09053f8963cb";><code>e1574a2</code></a>
 chore: unpin jiti (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20173";>#20173</a>)
 (renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1ac05e2fae779e738f85bd47dda1cc2b7099346";><code>e1ac05e</code></a>
 refactor: mark <code>ESLint.findConfigFile()</code> as <code>async</code>, add 
missing docs (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20157";>#20157</a>)
 (Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/347906d627c53bf45d63ba831d2fd2b83fb0a749";><code>347906d</code></a>
 chore: update eslint (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20149";>#20149</a>)
 (renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0cb5897e24059bacadb8d2e6458184904759fda1";><code>0cb5897</code></a>
 test: remove tmp dir created for circular fixes in multithread mode test (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20146";>#20146</a>)
 (Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/bb995665e32b3a958e78006c9fd75744c5604f1b";><code>bb99566</code></a>
 ci: pin <code>jiti</code> to version 2.5.1 (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20151";>#20151</a>)
 (Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/177f669adc0f96d14ae1a71cde7786f327515863";><code>177f669</code></a>
 perf: improve worker count calculation for <code>&quot;auto&quot;</code> 
concurrency (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20067";>#20067</a>)
 (Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/448b57bca3406ee12c4e44e9298fc0c99d3ee10c";><code>448b57b</code></a>
 chore: Mark deprecated formatting rules as available until v11.0.0 (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20144";>#20144</a>)
 (Milos Djermanovic)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82";><code>abee4ca</code></a>
 chore: package.json update for <code>@​eslint/js</code> release</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90a71bf5024a86fc232cd2e05f96811e2a18fd0f";><code>90a71bf</code></a>
 docs: update <code>README</code> files to add badge and instructions (<a 
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20115";>#20115</a>)</li>
   <li>See full diff in <a 
href="https://github.com/eslint/eslint/commits/v9.37.0/packages/js";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@testing-library/jest-dom` from 6.8.0 to 6.9.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/testing-library/jest-dom/releases";><code>@​testing-library/jest-dom</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.9.1</h2>
   <h2><a 
href="https://github.com/testing-library/jest-dom/compare/v6.9.0...v6.9.1";>6.9.1</a>
 (2025-10-01)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix undefined <code>Node</code> error (nodejs) (<a 
href="https://redirect.github.com/testing-library/jest-dom/issues/707";>#707</a>)
 (<a 
href="https://github.com/testing-library/jest-dom/commit/0ff8904ff4683d676ff70ab68b7f08465c44d0d0";>0ff8904</a>)</li>
   </ul>
   <h2>v6.9.0</h2>
   <h1><a 
href="https://github.com/testing-library/jest-dom/compare/v6.8.0...v6.9.0";>6.9.0</a>
 (2025-09-30)</h1>
   <h3>Features</h3>
   <ul>
   <li>Add .toAppearBefore/.toAppearAfter matcher (<a 
href="https://redirect.github.com/testing-library/jest-dom/issues/702";>#702</a>)
 (<a 
href="https://github.com/testing-library/jest-dom/commit/95f870acb2f9b200bb8833aba476fba3ad7b8dee";>95f870a</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/testing-library/jest-dom/commit/0ff8904ff4683d676ff70ab68b7f08465c44d0d0";><code>0ff8904</code></a>
 fix: Fix undefined <code>Node</code> error (nodejs) (<a 
href="https://redirect.github.com/testing-library/jest-dom/issues/707";>#707</a>)</li>
   <li><a 
href="https://github.com/testing-library/jest-dom/commit/95f870acb2f9b200bb8833aba476fba3ad7b8dee";><code>95f870a</code></a>
 feat: Add .toAppearBefore/.toAppearAfter matcher (<a 
href="https://redirect.github.com/testing-library/jest-dom/issues/702";>#702</a>)</li>
   <li><a 
href="https://github.com/testing-library/jest-dom/commit/d6663f5f97a76ffa8e70784be3d42d2662d28961";><code>d6663f5</code></a>
 docs: add nossbigg as a contributor for code, and test (<a 
href="https://redirect.github.com/testing-library/jest-dom/issues/703";>#703</a>)</li>
   <li>See full diff in <a 
href="https://github.com/testing-library/jest-dom/compare/v6.8.0...v6.9.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react` from 19.1.13 to 19.2.0
   <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 `@types/react-dom` from 19.1.9 to 19.2.0
   <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 `eslint` from 9.36.0 to 9.37.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v9.37.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/39f7fb493a6924ff7dc638fd4d6e7b3d8eb95383";><code>39f7fb4</code></a>
 feat: <code>preserve-caught-error</code> should recognize all static 
&quot;cause&quot; keys (<a 
href="https://redirect.github.com/eslint/eslint/issues/20163";>#20163</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f81eabc5849ece98b8ca054f96b29f038a69bcf8";><code>f81eabc</code></a>
 feat: support TS syntax in <code>no-restricted-imports</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19562";>#19562</a>) 
(Nitin Kumar)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/a129cced7a86ea2518eb9be6990fa18af39694ca";><code>a129cce</code></a>
 fix: correct <code>no-loss-of-precision</code> false positives for leading 
zeros (<a 
href="https://redirect.github.com/eslint/eslint/issues/20164";>#20164</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/09e04fcc3f4cc963eea7c9c579391de5e231595b";><code>09e04fc</code></a>
 fix: add missing AST token types (<a 
href="https://redirect.github.com/eslint/eslint/issues/20172";>#20172</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/861c6da2bd2796414e6eed782155ec34e2ed6344";><code>861c6da</code></a>
 fix: correct <code>ESLint</code> typings (<a 
href="https://redirect.github.com/eslint/eslint/issues/20122";>#20122</a>) 
(Pixel998)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/b950359c5f39085483c3137a6a160e582ef32007";><code>b950359</code></a>
 docs: fix typos across the docs (<a 
href="https://redirect.github.com/eslint/eslint/issues/20182";>#20182</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/42498a27981d50750dd15ae8660dbe85c4f4587c";><code>42498a2</code></a>
 docs: improve ToC accessibility by hiding non-semantic character (<a 
href="https://redirect.github.com/eslint/eslint/issues/20181";>#20181</a>) 
(Percy Ma)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/29ea092b93608756350b1e9c5a4f29c8a49264ab";><code>29ea092</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c97a04578e6280c2395f642c2d8d6bdf30eec18";><code>5c97a04</code></a>
 docs: show <code>availableUntil</code> in deprecated rule banner (<a 
href="https://redirect.github.com/eslint/eslint/issues/20170";>#20170</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90a71bf5024a86fc232cd2e05f96811e2a18fd0f";><code>90a71bf</code></a>
 docs: update <code>README</code> files to add badge and instructions (<a 
href="https://redirect.github.com/eslint/eslint/issues/20115";>#20115</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1603ae1526d9b6f557c7d5534a4f40f46842edd6";><code>1603ae1</code></a>
 docs: update references from <code>master</code> to <code>main</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20153";>#20153</a>) 
(루밀LuMir)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/afe8a1346958242031fea66fdfbb239e8bf408b7";><code>afe8a13</code></a>
 chore: update <code>@eslint/js</code> dependency to version 9.37.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20183";>#20183</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82";><code>abee4ca</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fc9381f6ca57b824e82d118c14631c17bea79d7e";><code>fc9381f</code></a>
 chore: fix typos in comments (<a 
href="https://redirect.github.com/eslint/eslint/issues/20175";>#20175</a>) 
(overlookmotel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1574a22d38fd7e1891f86f8db0b09053f8963cb";><code>e1574a2</code></a>
 chore: unpin jiti (<a 
href="https://redirect.github.com/eslint/eslint/issues/20173";>#20173</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1ac05e2fae779e738f85bd47dda1cc2b7099346";><code>e1ac05e</code></a>
 refactor: mark <code>ESLint.findConfigFile()</code> as <code>async</code>, add 
missing docs (<a 
href="https://redirect.github.com/eslint/eslint/issues/20157";>#20157</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/347906d627c53bf45d63ba831d2fd2b83fb0a749";><code>347906d</code></a>
 chore: update eslint (<a 
href="https://redirect.github.com/eslint/eslint/issues/20149";>#20149</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0cb5897e24059bacadb8d2e6458184904759fda1";><code>0cb5897</code></a>
 test: remove tmp dir created for circular fixes in multithread mode test (<a 
href="https://redirect.github.com/eslint/eslint/issues/20146";>#20146</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/bb995665e32b3a958e78006c9fd75744c5604f1b";><code>bb99566</code></a>
 ci: pin <code>jiti</code> to version 2.5.1 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20151";>#20151</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/177f669adc0f96d14ae1a71cde7786f327515863";><code>177f669</code></a>
 perf: improve worker count calculation for <code>&quot;auto&quot;</code> 
concurrency (<a 
href="https://redirect.github.com/eslint/eslint/issues/20067";>#20067</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/448b57bca3406ee12c4e44e9298fc0c99d3ee10c";><code>448b57b</code></a>
 chore: Mark deprecated formatting rules as available until v11.0.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20144";>#20144</a>) 
(Milos Djermanovic)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/d5d1bdf5fdfad75197aadd3e894182135158c3b1";><code>d5d1bdf</code></a>
 9.37.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/94865ff41cdc14b90ecd325926b78c2ffc6a5206";><code>94865ff</code></a>
 Build: changelog update for 9.37.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/afe8a1346958242031fea66fdfbb239e8bf408b7";><code>afe8a13</code></a>
 chore: update <code>@eslint/js</code> dependency to version 9.37.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20183";>#20183</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82";><code>abee4ca</code></a>
 chore: package.json update for <code>@​eslint/js</code> release</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b950359c5f39085483c3137a6a160e582ef32007";><code>b950359</code></a>
 docs: fix typos across the docs (<a 
href="https://redirect.github.com/eslint/eslint/issues/20182";>#20182</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/42498a27981d50750dd15ae8660dbe85c4f4587c";><code>42498a2</code></a>
 docs: improve ToC accessibility by hiding non-semantic character (<a 
href="https://redirect.github.com/eslint/eslint/issues/20181";>#20181</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fc9381f6ca57b824e82d118c14631c17bea79d7e";><code>fc9381f</code></a>
 chore: fix typos in comments (<a 
href="https://redirect.github.com/eslint/eslint/issues/20175";>#20175</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1574a22d38fd7e1891f86f8db0b09053f8963cb";><code>e1574a2</code></a>
 chore: unpin jiti (<a 
href="https://redirect.github.com/eslint/eslint/issues/20173";>#20173</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/29ea092b93608756350b1e9c5a4f29c8a49264ab";><code>29ea092</code></a>
 docs: Update README</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a129cced7a86ea2518eb9be6990fa18af39694ca";><code>a129cce</code></a>
 fix: correct <code>no-loss-of-precision</code> false positives for leading 
zeros (<a 
href="https://redirect.github.com/eslint/eslint/issues/20164";>#20164</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v9.36.0...v9.37.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint-plugin-perfectionist` from 4.15.0 to 4.15.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/releases";>eslint-plugin-perfectionist's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.15.1</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li><strong>sort-modules</strong>: Fix decorator dependencies not detected  
-  by <a href="https://github.com/hugop95";><code>@​hugop95</code></a> <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/86f1626";><!--
 raw HTML omitted -->(86f16)<!-- raw HTML omitted --></a></li>
   <li><strong>sort-objects</strong>: Fix complex call expressions being 
ignored in calling function name pattern  -  by <a 
href="https://github.com/hugop95";><code>@​hugop95</code></a> <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/20da679";><!--
 raw HTML omitted -->(20da6)<!-- raw HTML omitted --></a></li>
   <li><strong>sort-variable-declarations</strong>: Fix destructured 
assignments dependencies not detected  -  by <a 
href="https://github.com/hugop95";><code>@​hugop95</code></a> <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/1def9db";><!--
 raw HTML omitted -->(1def9)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.15.0...v4.15.1";>View
 changes on GitHub</a></h5>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md";>eslint-plugin-perfectionist's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v4.15.1</h2>
   <p><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.15.0...v4.15.1";>compare
 changes</a></p>
   <h3>🐞 Bug Fixes</h3>
   <ul>
   <li><strong>sort-modules:</strong> Fix decorator dependencies not detected 
(<a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/86f1626";>86f1626</a>)</li>
   <li><strong>sort-objects:</strong> Fix complex call expressions being 
ignored in calling function name pattern (<a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/20da679";>20da679</a>)</li>
   <li><strong>sort-variable-declarations:</strong> Fix destructured 
assignments dependencies not detected (<a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/1def9db";>1def9db</a>)</li>
   </ul>
   <h3>❤️ Contributors</h3>
   <ul>
   <li>Hugo (<a 
href="https://github.com/hugop95";><code>@​hugop95</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/100833f50a710832772c8806ca34df1678d9dc56";><code>100833f</code></a>
 build: publish v4.15.1</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/1def9db2e75c81893cb1db72c1821064b8080dd8";><code>1def9db</code></a>
 fix(sort-variable-declarations): fix destructured assignments dependencies 
no...</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/5441bded7cb1dba1217e068f1ac8b0a776288c1b";><code>5441bde</code></a>
 docs: update stats</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4463bd6870c6ed72f23d087e026dceec0c4e0427";><code>4463bd6</code></a>
 chore: add coderabbit config</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/f186be1dfd76805f6a4b9bd04c5686d90b389d86";><code>f186be1</code></a>
 docs: update stats</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/6442bf3c90c7acdfa38d09c4d40182eb11787640";><code>6442bf3</code></a>
 docs: update stats</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/24f03789c4e49f702a7ffce1c3c487d450cd56a2";><code>24f0378</code></a>
 docs: update stats</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/44d75fbe50bfd641f342e25b03126f74b125e060";><code>44d75fb</code></a>
 docs: update stats</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/c69dda63438bfd040aa2db6c5966e4918206d503";><code>c69dda6</code></a>
 chore: update actions</li>
   <li><a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/870e5fea09cb2e8bb03eabd578d10992e3cc32f8";><code>870e5fe</code></a>
 docs: hide scrollbar in code blocks on windows</li>
   <li>Additional commits viewable in <a 
href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.15.0...v4.15.1";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for eslint-plugin-perfectionist since your current 
version.</p>
   </details>
   <br />
   
   Updates `eslint-plugin-react-hooks` from 5.2.0 to 6.1.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md";>eslint-plugin-react-hooks's
 changelog</a>.</em></p>
   <blockquote>
   <h2>6.1.1</h2>
   <p><strong>Note:</strong> 6.1.0 accidentally allowed use of 
<code>recommended</code> without flat config, causing errors when used with 
ESLint v9's <code>defineConfig()</code> helper. This has been fixed in 
6.1.1.</p>
   <ul>
   <li>Fix <code>recommended</code> config for flat config compatibility. The 
<code>recommended</code> config has been converted to flat config format. 
Non-flat config users should use <code>recommended-legacy</code> instead. (<a 
href="https://github.com/poteto";><code>@​poteto</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34700";>#34700</a>)</li>
   <li>Add <code>recommended-latest</code> and 
<code>recommended-latest-legacy</code> configs that include React Compiler 
rules. (<a href="https://github.com/poteto";><code>@​poteto</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34675";>#34675</a>)</li>
   <li>Remove unused <code>NoUnusedOptOutDirectives</code> rule. (<a 
href="https://github.com/poteto";><code>@​poteto</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34703";>#34703</a>)</li>
   <li>Remove <code>hermes-parser</code> and dependency. (<a 
href="https://github.com/poteto";><code>@​poteto</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34719";>#34719</a>)</li>
   <li>Remove <code>@babel/plugin-proposal-private-methods</code> dependency. 
(<a href="https://github.com/ArnaudBarre";><code>@​ArnaudBarre</code></a> and <a 
href="https://github.com/josephsavona";><code>@​josephsavona</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34715";>#34715</a>)</li>
   <li>Update for Zod v3/v4 compatibility. (<a 
href="https://github.com/kolvian";><code>@​kolian</code></a> and <a 
href="https://github.com/josephsavona";><code>@​josephsavona</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/34717";>#34717</a>)</li>
   </ul>
   <h2>6.1.0</h2>
   <p><strong>Note:</strong> Version 6.0.0 was mistakenly released and 
immediately deprecated and untagged on npm. This is the first official 6.x 
major release and includes breaking changes.</p>
   <ul>
   <li><strong>Breaking:</strong> Require Node.js 18 or newer. (<a 
href="https://github.com/michaelfaith";><code>@​michaelfaith</code></a> in <a 
href="https://redirect.github.com/facebook/react/pull/32458";>#32458</a>)</li>
   <li><strong>Br...
   
   _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