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

   Bumps the core-ui-package-updates group with 12 updates in the 
/airflow-core/src/airflow/ui directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual)
 | `3.14.8` | `3.14.9` |
   | [axios](https://github.com/axios/axios) | `1.18.1` | `1.19.0` |
   | [elkjs](https://github.com/kieler/elkjs) | `0.11.1` | `0.12.0` |
   | [katex](https://github.com/KaTeX/KaTeX) | `0.17.0` | `0.18.1` |
   | [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.55.1` | 
`0.56.0` |
   | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 
`7.83.0` | `7.84.0` |
   | 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `7.18.1` | `7.18.2` |
   | [@playwright/test](https://github.com/microsoft/playwright) | `1.62.0` | 
`1.62.1` |
   | 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `26.1.1` | `26.1.2` |
   | 
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
 | `6.0.4` | `6.0.5` |
   | 
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc)
 | `4.3.2` | `4.3.3` |
   | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.5` | 
`8.2.0` |
   
   
   Updates `@tanstack/react-virtual` from 3.14.8 to 3.14.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/virtual/releases";>@​tanstack/react-virtual's 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​tanstack/react-virtual</code><a 
href="https://github.com/3";><code>@​3</code></a>.14.9</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/a5417b4b0d3c82876747bb9635db7239c28d3e44";><code>a5417b4</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.7</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md";>@​tanstack/react-virtual's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.14.9</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/TanStack/virtual/commit/a5417b4b0d3c82876747bb9635db7239c28d3e44";><code>a5417b4</code></a>]:
   <ul>
   <li><code>@​tanstack/virtual-core</code><a 
href="https://github.com/3";><code>@​3</code></a>.17.7</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TanStack/virtual/commit/b4a76cac25ef7e334c180ceb8c0d859b7c91ab09";><code>b4a76ca</code></a>
 fix(marko-virtual): consolidate Marko e2e into one in-package app, fix test 
(...</li>
   <li><a 
href="https://github.com/TanStack/virtual/commit/deca524a9b2ed29a8a23001389580de10f8002db";><code>deca524</code></a>
 ci: Version Packages (<a 
href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1240";>#1240</a>)</li>
   <li>See full diff in <a 
href="https://github.com/TanStack/virtual/commits/@tanstack/[email protected]/packages/react-virtual";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.18.1 to 1.19.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/releases";>axios's releases</a>.</em></p>
   <blockquote>
   <h2>v1.19.0 - July 22, 2026</h2>
   <p>This release raises the form-data security floor, adds configuration and 
type-system capabilities, and fixes NO_PROXY matching, interceptor errors, 
progress reporting, and serialization edge cases.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, 
preventing fresh installations from resolving versions affected by the CRLF 
injection vulnerability GHSA-hmw2-7cc7-3qxx (<a 
href="https://github.com/advisories/GHSA-hmw2-7cc7-3qxx";>https://github.com/advisories/GHSA-hmw2-7cc7-3qxx</a>).
 (<a 
href="https://redirect.github.com/axios/axios/issues/11028";>#11028</a>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li>Configuration Extensibility: Preserved own-enumerable symbol-keyed 
fields through mergeConfig and added a generic params type across public 
TypeScript declarations, responses, errors,
   adapters, and serializers. (<a 
href="https://redirect.github.com/axios/axios/issues/11043";>#11043</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11081";>#11081</a>)</li>
   <li>Header Parameter Parsing: Added the opt-in 
AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter 
parsing while preserving legacy parsing behavior. (<a 
href="https://redirect.github.com/axios/axios/issues/11051";>#11051</a>)</li>
   <li>HTTP Status Codes: Added the missing Cloudflare 520 
WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (<a 
href="https://redirect.github.com/axios/axios/issues/11067";>#11067</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Form Data Conversion: Limited formDataToJSON path splitting to dot and 
bracket notation, preserving literal punctuation in keys, and removed 
browser-facing Buffer.from usage from toFormData to avoid unnecessary 
polyfills. (<a 
href="https://redirect.github.com/axios/axios/issues/11006";>#11006</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11018";>#11018</a>)</li>
   <li>Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms 
during NO_PROXY matching and honored * entries within comma- or space-separated 
bypass lists. (<a 
href="https://redirect.github.com/axios/axios/issues/11029";>#11029</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11053";>#11053</a>)</li>
   <li>Cancellation: Propagated already-aborted input signals immediately when 
composing abort signals. (<a 
href="https://redirect.github.com/axios/axios/issues/11035";>#11035</a>)</li>
   <li>Header Handling: Preserved empty first values for duplicate singleton 
headers and made AxiosHeaders#getSetCookie() consistently return arrays for 
present values. (<a 
href="https://redirect.github.com/axios/axios/issues/11036";>#11036</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11037";>#11037</a>)</li>
   <li>URL Handling: Included normalized, safely redacted offending URLs in 
malformed-protocol errors and removed repeated trailing slashes when combining 
base URLs. (<a 
href="https://redirect.github.com/axios/axios/issues/11024";>#11024</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11038";>#11038</a>)</li>
   <li>Progress Events: Clamped malformed negative progress values to zero and 
ensured final Node.js download progress events are delivered before streamed 
responses close. (<a 
href="https://redirect.github.com/axios/axios/issues/11039";>#11039</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11040";>#11040</a>)</li>
   <li>Error and JSON Serialization: Serialized Set values as arrays in 
JSON-compatible snapshots and synthesized useful AxiosError messages from 
otherwise-empty AggregateError instances. (<a 
href="https://redirect.github.com/axios/axios/issues/11044";>#11044</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11059";>#11059</a>)</li>
   <li>Content-Length Enforcement: Corrected base64 data: URL size estimation 
so maxContentLength is enforced consistently by the HTTP and Fetch adapters. 
(<a href="https://redirect.github.com/axios/axios/issues/11061";>#11061</a>)</li>
   <li>Synchronous Interceptors: Prevented requests from being dispatched after 
synchronous request interceptors fail unless their paired rejection handler 
resolves successfully. (<a 
href="https://redirect.github.com/axios/axios/issues/11071";>#11071</a>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li>Dependencies: Updated development and test tooling, the docs fixture's 
Axios version, and GitHub Actions integrations including Checkout, Setup Node, 
Setup Deno, and Zizmor. (<a 
href="https://redirect.github.com/axios/axios/issues/11031";>#11031</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11055";>#11055</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11056";>#11056</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11058";>#11058</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11079";>#11079</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11080";>#11080</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11088";>#11088</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11089";>#11089</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11090";>#11090</a>)</li>
   <li>Build Outputs: Limited sourcemap generation to published minified 
bundles, removing broken map references from non-minified builds. (<a 
href="https://redirect.github.com/axios/axios/issues/11054";>#11054</a>)</li>
   <li>Form Data Internals: Centralized FormData header handling and made the 
Node.js adapter tolerate getHeaders() returning undefined under the 
content-only policy. (<a 
href="https://redirect.github.com/axios/axios/issues/11062";>#11062</a>)</li>
   <li>Developer Experience: Ignored common local AI-tooling directories and 
fixed a constant-reassignment crash when the development sandbox serves its 
root path. (<a 
href="https://redirect.github.com/axios/axios/issues/11032";>#11032</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11073";>#11073</a>)</li>
   <li>Documentation: Updated sponsor information, clarified that baseURL is 
not a path-security boundary, scoped provenance claims to attested releases, 
and corrected the configuration-defaults documentation. (<a 
href="https://redirect.github.com/axios/axios/issues/11041";>#11041</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11068";>#11068</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11076";>#11076</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11078";>#11078</a>)</li>
   <li>Publishing: Simplified v1 publishing to use the npm version bundled with 
Node.js 26 and updated package metadata for the 1.19.0 release. (<a 
href="https://redirect.github.com/axios/axios/issues/11083";>#11083</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11095";>#11095</a>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve Axios:</p>
   <ul>
   <li><a 
href="https://github.com/afonsojramos";><code>@​afonsojramos</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11028";>#11028</a>)</li>
   <li><a href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11006";>#11006</a>)</li>
   <li><a 
href="https://github.com/yassertawfik4";><code>@​yassertawfik4</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11024";>#11024</a>)</li>
   <li><a href="https://github.com/AnandSundar";><code>@​AnandSundar</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11029";>#11029</a>)</li>
   <li><a 
href="https://github.com/lin-hongkuan";><code>@​lin-hongkuan</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11035";>#11035</a>)</li>
   <li><a href="https://github.com/Wali007-lab";><code>@​Wali007-lab</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11054";>#11054</a>)</li>
   <li><a href="https://github.com/magicdawn";><code>@​magicdawn</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11043";>#11043</a>)</li>
   <li><a 
href="https://github.com/andrewkernel";><code>@​andrewkernel</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11053";>#11053</a>)</li>
   <li><a 
href="https://github.com/Sagargupta16";><code>@​Sagargupta16</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11059";>#11059</a>)</li>
   <li><a href="https://github.com/Rpaudel379";><code>@​Rpaudel379</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11078";>#11078</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>v1.19.0 — July 22, 2026</h2>
   <p>This release raises the form-data security floor, adds configuration and 
type-system capabilities, and fixes NO_PROXY matching, interceptor errors, 
progress reporting, and serialization edge cases.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li>Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, 
preventing fresh installations from resolving versions affected by the CRLF 
injection vulnerability GHSA-hmw2-7cc7-3qxx (<a 
href="https://github.com/advisories/GHSA-hmw2-7cc7-3qxx";>https://github.com/advisories/GHSA-hmw2-7cc7-3qxx</a>).
 (<a 
href="https://redirect.github.com/axios/axios/issues/11028";>#11028</a>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li>Configuration Extensibility: Preserved own-enumerable symbol-keyed 
fields through mergeConfig and added a generic params type across public 
TypeScript declarations, responses, errors,
   adapters, and serializers. (<a 
href="https://redirect.github.com/axios/axios/issues/11043";>#11043</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11081";>#11081</a>)</li>
   <li>Header Parameter Parsing: Added the opt-in 
AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter 
parsing while preserving legacy parsing behavior. (<a 
href="https://redirect.github.com/axios/axios/issues/11051";>#11051</a>)</li>
   <li>HTTP Status Codes: Added the missing Cloudflare 520 
WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (<a 
href="https://redirect.github.com/axios/axios/issues/11067";>#11067</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>
   <p>Form Data Conversion: Limited formDataToJSON path splitting to dot and 
bracket notation, preserving literal punctuation in keys, and removed 
browser-facing Buffer.from usage from toFormData to avoid unnecessary 
polyfills. (<a 
href="https://redirect.github.com/axios/axios/issues/11006";>#11006</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11018";>#11018</a>)</p>
   </li>
   <li>
   <p>Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms 
during NO_PROXY matching and honored * entries within comma- or space-separated 
bypass lists. (<a 
href="https://redirect.github.com/axios/axios/issues/11029";>#11029</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11053";>#11053</a>)</p>
   </li>
   <li>
   <p>Cancellation: Propagated already-aborted input signals immediately when 
composing abort signals. (<a 
href="https://redirect.github.com/axios/axios/issues/11035";>#11035</a>)</p>
   </li>
   <li>
   <p>Header Handling: Preserved empty first values for duplicate singleton 
headers and made AxiosHeaders#getSetCookie() consistently return arrays for 
present values. (<a 
href="https://redirect.github.com/axios/axios/issues/11036";>#11036</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11037";>#11037</a>)</p>
   </li>
   <li>
   <p>URL Handling: Included normalized, safely redacted offending URLs in 
malformed-protocol errors and removed repeated trailing slashes when combining 
base URLs. (<a 
href="https://redirect.github.com/axios/axios/issues/11008";>#11008</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11038";>#11038</a>)</p>
   </li>
   <li>
   <p>Progress Events: Clamped malformed negative progress values to zero and 
ensured final Node.js download progress events are delivered before streamed 
responses close. (<a 
href="https://redirect.github.com/axios/axios/issues/11039";>#11039</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11040";>#11040</a>)</p>
   </li>
   <li>
   <p>Error and JSON Serialization: Serialized Set values as arrays in 
JSON-compatible snapshots and synthesized useful AxiosError messages from 
otherwise-empty AggregateError instances. (<a 
href="https://redirect.github.com/axios/axios/issues/11044";>#11044</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11059";>#11059</a>)</p>
   </li>
   <li>
   <p>Content-Length Enforcement: Corrected base64 data: URL size estimation so 
maxContentLength is enforced consistently by the HTTP and Fetch adapters. (<a 
href="https://redirect.github.com/axios/axios/issues/11061";>#11061</a>)</p>
   </li>
   <li>
   <p>Synchronous Interceptors: Prevented requests from being dispatched after 
synchronous request interceptors fail unless their paired rejection handler 
resolves successfully. (<a 
href="https://redirect.github.com/axios/axios/issues/11071";>#11071</a>)</p>
   </li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li>Dependencies: Updated development and test tooling, the docs fixture's 
Axios version, and GitHub Actions integrations including Checkout, Setup Node, 
Setup Deno, and Zizmor. (<a 
href="https://redirect.github.com/axios/axios/issues/11031";>#11031</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11055";>#11055</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11056";>#11056</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11058";>#11058</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11079";>#11079</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11080";>#11080</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11088";>#11088</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11089";>#11089</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11090";>#11090</a>)</li>
   <li>Build Outputs: Limited sourcemap generation to published minified 
bundles, removing broken map references from non-minified builds. (<a 
href="https://redirect.github.com/axios/axios/issues/11054";>#11054</a>)</li>
   <li>Form Data Internals: Centralized FormData header handling and made the 
Node.js adapter tolerate getHeaders() returning undefined under the 
content-only policy. (<a 
href="https://redirect.github.com/axios/axios/issues/11062";>#11062</a>)</li>
   <li>Developer Experience: Ignored common local AI-tooling directories and 
fixed a constant-reassignment crash when the development sandbox serves its 
root path. (<a 
href="https://redirect.github.com/axios/axios/issues/11032";>#11032</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11073";>#11073</a>)</li>
   <li>Documentation: Updated sponsor information, clarified that baseURL is 
not a path-security boundary, scoped provenance claims to attested releases, 
and corrected the configuration-defaults documentation. (<a 
href="https://redirect.github.com/axios/axios/issues/11041";>#11041</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11068";>#11068</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11076";>#11076</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11078";>#11078</a>)</li>
   <li>Publishing: Simplified v1 publishing to use the npm version bundled with 
Node.js 26 and updated package metadata for the 1.19.0 release. (<a 
href="https://redirect.github.com/axios/axios/issues/11083";>#11083</a>, <a 
href="https://redirect.github.com/axios/axios/issues/11095";>#11095</a>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve Axios:</p>
   <ul>
   <li><a 
href="https://github.com/afonsojramos";><code>@​afonsojramos</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11028";>#11028</a>)</li>
   <li><a href="https://github.com/MahinAnowar";><code>@​MahinAnowar</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11006";>#11006</a>)</li>
   <li><a 
href="https://github.com/yassertawfik4";><code>@​yassertawfik4</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11024";>#11024</a>)</li>
   <li><a href="https://github.com/AnandSundar";><code>@​AnandSundar</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11029";>#11029</a>)</li>
   <li><a 
href="https://github.com/lin-hongkuan";><code>@​lin-hongkuan</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11035";>#11035</a>)</li>
   <li><a href="https://github.com/Wali007-lab";><code>@​Wali007-lab</code></a> 
(<a href="https://redirect.github.com/axios/axios/issues/11054";>#11054</a>)</li>
   <li><a href="https://github.com/magicdawn";><code>@​magicdawn</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11043";>#11043</a>)</li>
   <li><a 
href="https://github.com/andrewkernel";><code>@​andrewkernel</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11053";>#11053</a>)</li>
   <li><a 
href="https://github.com/Sagargupta16";><code>@​Sagargupta16</code></a> (<a 
href="https://redirect.github.com/axios/axios/issues/11059";>#11059</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/311fcc5c8d989b7248f05d390bb83bfbfb009977";><code>311fcc5</code></a>
 chore(release): prepare release 1.19.0 (<a 
href="https://redirect.github.com/axios/axios/issues/11095";>#11095</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/cb4fd743abd1c595761c8eda25d1323fc62a3b93";><code>cb4fd74</code></a>
 chore(deps): bump axios from 1.16.1 to 1.18.1 in /docs (<a 
href="https://redirect.github.com/axios/axios/issues/11088";>#11088</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/004c93a9d2acd0561c498eff7bb4431c6bad78af";><code>004c93a</code></a>
 chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 in the 
github-action...</li>
   <li><a 
href="https://github.com/axios/axios/commit/122edde91b1183572f4ba399b5b6bc4e3b989718";><code>122edde</code></a>
 chore(deps-dev): bump the development_dependencies group with 3 updates (<a 
href="https://redirect.github.com/axios/axios/issues/11089";>#11089</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/c44f8d0a910df99486da9175584b99f56a94a73b";><code>c44f8d0</code></a>
 ci: use bundled npm for v1 publish (<a 
href="https://redirect.github.com/axios/axios/issues/11083";>#11083</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/878bb29de570765b0d4c0970e30400d9ea9399f7";><code>878bb29</code></a>
 fix(sandbox): resolve TypeError on constant variable path assignment (<a 
href="https://redirect.github.com/axios/axios/issues/11073";>#11073</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/a092bae50d1884782151b2fcea12974d6da6e376";><code>a092bae</code></a>
 fix(core): synchronous interceptors swallow errors and proceed with request 
(...</li>
   <li><a 
href="https://github.com/axios/axios/commit/3041b8fd1daf17404d1bad1f9d94026ea5ab400b";><code>3041b8f</code></a>
 feat(HttpStatusCode): add missing 520 status code (<a 
href="https://redirect.github.com/axios/axios/issues/11067";>#11067</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/58b16c88f0bddf1fadb321aed58ba3f49a90481b";><code>58b16c8</code></a>
 refactor(helpers): extract duplicated setFormDataHeaders into a shared 
helper...</li>
   <li><a 
href="https://github.com/axios/axios/commit/3077e62097726d22ba30f1cb847d7a07050e339a";><code>3077e62</code></a>
 feat(types): Allow the Params property to be typed, instead of 
<code>any</code> (<a 
href="https://redirect.github.com/axios/axios/issues/11081";>#11081</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.18.1...v1.19.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `elkjs` from 0.11.1 to 0.12.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/kieler/elkjs/releases";>elkjs's releases</a>.</em></p>
   <blockquote>
   <h2>0.12.0</h2>
   <p>Based on ELK 0.12.0</p>
   <p>For changes and fixed issues see the <a 
href="https://eclipse.dev/elk/downloads/releasenotes/release-0.12.0.html";>release
 notes</a>.</p>
   <p>Most notably elkjs 0.12.0 adds GPL-3.0 as a secondary license, allowing 
elkjs to be used in GPL-3.0 or later projects.</p>
   <p>Full Changelog: <a 
href="https://github.com/kieler/elkjs/compare/0.11.1...0.12.0";>https://github.com/kieler/elkjs/compare/0.11.1...0.12.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/kieler/elkjs/commit/ff5771d7165445c42c408bb8a090c8035272218c";><code>ff5771d</code></a>
 add files for release 0.12.0</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/5c73c979c88ea5e8d88791250c7d70fa3a73e4e0";><code>5c73c97</code></a>
 update package-lock</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/1ef5e7b6c9be0c8c1cad89e611554b4b011183ef";><code>1ef5e7b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kieler/elkjs/issues/388";>#388</a> from 
kieler/mka/license-update</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/89affeddd598baf260a6402cf699a5eb2d5ba9c5";><code>89affed</code></a>
 unify formatting of license headers</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/e15664e1289a2ab9bd934667f92fc8d0e3b04d8f";><code>e15664e</code></a>
 update missing license headers</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/3900ed63ae2a3bb34ff186cc9a720e261ff216be";><code>3900ed6</code></a>
 update spdx license identifier in package.json</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/b2337f66057fbcdf816c6e20d8c309f1c103c56b";><code>b2337f6</code></a>
 revert to https in license headers</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/277085ecc7cf17c1d62bb99b76d5a6a2f0364fff";><code>277085e</code></a>
 update license and headers to secondary license gpl3</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/87f373f5697675f94de210f7d07170d7f2f97391";><code>87f373f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/kieler/elkjs/issues/387";>#387</a> from 
kieler/dependabot/npm_and_yarn/js-yaml-4.3.0</li>
   <li><a 
href="https://github.com/kieler/elkjs/commit/5798d1ab1eeafab30b43d86bcfa0b847941860ef";><code>5798d1a</code></a>
 Bump js-yaml from 4.1.1 to 4.3.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kieler/elkjs/compare/0.11.1...0.12.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for elkjs since your current version.</p>
   </details>
   <br />
   
   Updates `katex` from 0.17.0 to 0.18.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/KaTeX/KaTeX/releases";>katex's releases</a>.</em></p>
   <blockquote>
   <h2>v0.18.1</h2>
   <h2><a 
href="https://github.com/KaTeX/KaTeX/compare/v0.18.0...v0.18.1";>0.18.1</a> 
(2026-07-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>htmlData:</strong> allow escaped commas in \htmlData (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4236";>#4236</a>) (<a 
href="https://github.com/KaTeX/KaTeX/commit/87a2b304aff601ad1c3d930d47d6833d123ad210";>87a2b30</a>),
 closes <a href="https://redirect.github.com/KaTeX/KaTeX/issues/4204";>#4204</a> 
<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4218";>#4218</a></li>
   </ul>
   <h2>v0.18.0</h2>
   <h1><a 
href="https://github.com/KaTeX/KaTeX/compare/v0.17.0...v0.18.0";>0.18.0</a> 
(2026-07-17)</h1>
   <h3>Features</h3>
   <ul>
   <li>prefix css classes (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4229";>#4229</a>) (<a 
href="https://github.com/KaTeX/KaTeX/commit/6f5c44f69bae0703877a3a8d934e20c47bbbbc32";>6f5c44f</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>users who apply custom styles or have allowlists targeting KaTeX's 
internal classes must update their selectors.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md";>katex's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/KaTeX/KaTeX/compare/v0.18.0...v0.18.1";>0.18.1</a> 
(2026-07-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>htmlData:</strong> allow escaped commas in \htmlData (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4236";>#4236</a>) (<a 
href="https://github.com/KaTeX/KaTeX/commit/87a2b304aff601ad1c3d930d47d6833d123ad210";>87a2b30</a>),
 closes <a href="https://redirect.github.com/KaTeX/KaTeX/issues/4204";>#4204</a> 
<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4218";>#4218</a></li>
   </ul>
   <h1><a 
href="https://github.com/KaTeX/KaTeX/compare/v0.17.0...v0.18.0";>0.18.0</a> 
(2026-07-17)</h1>
   <h3>Features</h3>
   <ul>
   <li>prefix css classes (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4229";>#4229</a>) (<a 
href="https://github.com/KaTeX/KaTeX/commit/6f5c44f69bae0703877a3a8d934e20c47bbbbc32";>6f5c44f</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>users who apply custom styles or have allowlists targeting KaTeX's 
internal classes must update their selectors.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/cdf479f6749fd2a04c2ccad9be0ead2ac26c33d2";><code>cdf479f</code></a>
 chore(release): 0.18.1 [ci skip]</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/87a2b304aff601ad1c3d930d47d6833d123ad210";><code>87a2b30</code></a>
 fix(htmlData): allow escaped commas in \htmlData (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4236";>#4236</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/2318066babab2b1729bba87c983b4fdbdb206eb4";><code>2318066</code></a>
 chore(deps): bump codecov/codecov-action from 6 to 7 (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4227";>#4227</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/3b5b6a0f3d9881e75876af4b83a84a4a0fc4d948";><code>3b5b6a0</code></a>
 chore(deps): bump actions/checkout from 6 to 7 (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4232";>#4232</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/4e9d31a103790b2fea8777fc209cdd1a1e72132d";><code>4e9d31a</code></a>
 chore(deps): update dependency js-yaml to v4.2.0 [security] (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4244";>#4244</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/b7ca8f09180d3383077bda89608be19242077d3e";><code>b7ca8f0</code></a>
 chore(deps): update dependency webpack-dev-server to v5.2.5 [security] (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4242";>#4242</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/bf1a59fc2c19b12b50d9b627f9f530b89ef46c47";><code>bf1a59f</code></a>
 chore: use pixel diff as fallback for byte-to-byte (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4245";>#4245</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/4d9d0ae03841943ac3ccc63ad5708e15c46b187e";><code>4d9d0ae</code></a>
 chore(release): 0.18.0 [ci skip]</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/6f5c44f69bae0703877a3a8d934e20c47bbbbc32";><code>6f5c44f</code></a>
 feat: prefix css classes (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4229";>#4229</a>)</li>
   <li><a 
href="https://github.com/KaTeX/KaTeX/commit/2c6143a6dd7c168cef602c1e29f8add66f7fcc19";><code>2c6143a</code></a>
 refactor: remove direct hasOwnProperty call (<a 
href="https://redirect.github.com/KaTeX/KaTeX/issues/4230";>#4230</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/KaTeX/KaTeX/compare/v0.17.0...v0.18.1";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version adds <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `monaco-editor` from 0.55.1 to 0.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/microsoft/monaco-editor/releases";>monaco-editor's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.56.0</h2>
   <h2>Changes:</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5392";>#5392</a>:
 Bump websocket-driver from 0.7.4 to 0.7.5 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5396";>#5396</a>:
 Release Monaco Editor 0.56.0</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5385";>#5385</a>:
 Bump websocket-driver from 0.7.4 to 0.7.5 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5379";>#5379</a>:
 Removes leftover debugger statements.</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5376";>#5376</a>:
 fixes pipeline</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5374";>#5374</a>:
 Bump webpack-dev-server from 5.2.4 to 5.2.5 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5373";>#5373</a>:
 Bump webpack-dev-server from 5.2.4 to 5.2.5 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5371";>#5371</a>:
 Bump undici from 7.24.7 to 7.28.0</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5372";>#5372</a>:
 Fixes CI</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5363";>#5363</a>:
 Bump launch-editor from 2.10.0 to 2.14.1 in /samples</li>
   </ul>
   <!-- raw HTML omitted -->
   <ul>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5362";>#5362</a>:
 Bump <code>@​babel/core</code> from 7.17.8 to 7.29.6 in 
/samples/browser-esm-webpack-typescript-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5361";>#5361</a>:
 Bump js-yaml from 4.1.1 to 4.2.0</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5360";>#5360</a>:
 Bump vite from 7.3.2 to 7.3.5</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5358";>#5358</a>:
 Bump shell-quote from 1.8.3 to 1.8.4 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5359";>#5359</a>:
 Bump ws from 8.20.1 to 8.21.0 in /monaco-lsp-client</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5357";>#5357</a>:
 Bump esbuild and vite in /samples/browser-esm-vite-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5354";>#5354</a>:
 Bump shell-quote from 1.8.3 to 1.8.4 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5333";>#5333</a>:
 Bump dompurify from 3.2.7 to 3.4.5</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5347";>#5347</a>:
 Revert &quot;Bump dompurify from 3.2.7 to 3.4.5&quot;</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5337";>#5337</a>:
 Bump qs from 6.14.2 to 6.15.2</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5338";>#5338</a>:
 Bump qs and express in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5336";>#5336</a>:
 Bump qs and express in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5335";>#5335</a>:
 Bump webpack-dev-server from 5.2.1 to 5.2.4 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5331";>#5331</a>:
 Bump ws from 8.18.3 to 8.20.1 in /monaco-lsp-client</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5330";>#5330</a>:
 Bump webpack-dev-server from 5.2.1 to 5.2.4 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5326";>#5326</a>:
 Run npm audit fix and update lockfile</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5323";>#5323</a>:
 Bump postcss from 8.5.6 to 8.5.14 in /samples/browser-esm-vite-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5322";>#5322</a>:
 Bump postcss from 8.5.6 to 8.5.14 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5320";>#5320</a>:
 Bump <code>@​babel/plugin-transform-modules-systemjs</code> from 7.17.8 to 
7.29.4 in /samples/browser-esm-webpack-typescript-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5317";>#5317</a>:
 Bump fast-uri from 3.1.0 to 3.1.2 in /webpack-plugin</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5315";>#5315</a>:
 Bump fast-uri from 3.0.6 to 3.1.2 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5316";>#5316</a>:
 Bump fast-uri from 3.1.0 to 3.1.2</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5318";>#5318</a>:
 Bump fast-uri from 3.1.0 to 3.1.2 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5319";>#5319</a>:
 Bump fast-uri from 3.1.0 to 3.1.2 in 
/samples/browser-esm-webpack-typescript-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5313";>#5313</a>:
 Bump postcss from 8.4.31 to 8.5.13 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5308";>#5308</a>:
 Bump postcss from 8.5.6 to 8.5.12</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5306";>#5306</a>:
 Bump postcss from 8.4.31 to 8.5.10 in /webpack-plugin</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5301";>#5301</a>:
 Bump follow-redirects from 1.15.9 to 1.16.0 in /samples</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5300";>#5300</a>:
 Bump follow-redirects from 1.15.11 to 1.16.0 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5299";>#5299</a>:
 Bump follow-redirects from 1.15.6 to 1.16.0</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5295";>#5295</a>:
 Bump vite from 5.4.21 to 6.4.2 in /samples/browser-esm-vite-react</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5293";>#5293</a>:
 Bump lodash from 4.17.23 to 4.18.1 in /website</li>
   <li><a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5292";>#5292</a>:
 Bump lodash from 4.17.23 to 4.18.1 in /samples</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md";>monaco-editor's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.56.0]</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>Reorganizes the exported ESM modules to provide supported, 
tree-shakeable entry points (<a 
href="https://redirect.github.com/microsoft/monaco-editor/pull/5155";>#5155</a>).
 The <code>monaco-editor</code> entry point continues to load all features and 
languages. Custom bundles can now import <code>monaco-editor/editor</code> and 
opt into:
   <ul>
   <li>all editor features with 
<code>monaco-editor/features/register.all</code>, or individual features with 
<code>monaco-editor/features/&lt;feature&gt;/register</code>;</li>
   <li>all language definitions with 
<code>monaco-editor/languages/definitions/register.all</code>, or individual 
definitions with 
<code>monaco-editor/languages/definitions/&lt;language&gt;/register</code>;</li>
   <li>the CSS, HTML, JSON, and TypeScript language features with 
<code>monaco-editor/languages/features/register.all</code>, or their individual 
<code>register</code> entry points.</li>
   </ul>
   </li>
   <li>Renames the misspelled <code>IOverlayWidgetPosition.stackOridinal</code> 
property to <code>stackOrdinal</code>.</li>
   <li>Removes the deprecated <code>IMirrorModel</code> and 
<code>IWorkerContext</code> worker API types.</li>
   </ul>
   <h3>New Features and APIs</h3>
   <ul>
   <li>Adds <code>editor.doubleClickSelectsBlock</code>.</li>
   <li>Adds <code>editor.find.closeOnResult</code> and 
<code>editor.inlayHints.showLongLineWarning</code>.</li>
   <li>Adds <code>offWhenInlineCompletions</code> to 
<code>QuickSuggestionsValue</code>.</li>
   <li>Adds model and provider option support to inline completion 
providers.</li>
   <li>Adds <code>ICodeEditor.revealAllCursors</code>, 
<code>ICodeEditor.getWidthOfLine</code>, and 
<code>ICodeEditor.renderAsync</code>.</li>
   <li>Adds <code>advanced-external</code> and <code>advanced-wasm</code> diff 
algorithms.</li>
   <li>Exposes typed native LSP client and transport APIs.</li>
   </ul>
   <h3>Fixes</h3>
   <ul>
   <li>Treats Markdown returned by language servers as untrusted (<a 
href="https://redirect.github.com/microsoft/monaco-editor/pull/5280";>#5280</a>).</li>
   <li>Updates the editor core to the version used by 
<code>0.56.0-dev-20260625</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/13f0c872dcf352815cc28d92dfff496c9839ea5c";><code>13f0c87</code></a>
 Bump websocket-driver from 0.7.4 to 0.7.5 in /website (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5392";>#5392</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/b5f23a36c081cca9ed4a4bd99b0c2a88192a656c";><code>b5f23a3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5396";>#5396</a>
 from microsoft/hediet/b/release-0.56.0</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/9d053abd7b9c57ca23385746cb49e81790e5285d";><code>9d053ab</code></a>
 Improve Monaco Editor 0.56.0 changelog</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/0ba33d047bda1802e4c79964672d585f01771ae5";><code>0ba33d0</code></a>
 Release Monaco Editor 0.56.0</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/6d961b15aa124a1c9caf3b6516630ce720a90ed8";><code>6d961b1</code></a>
 Bump websocket-driver from 0.7.4 to 0.7.5 in /samples (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5385";>#5385</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/d8c9ff06b7bcbd0c07d1ccb16e3d30f5e5962d08";><code>d8c9ff0</code></a>
 Removes leftover debugger statements. (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5379";>#5379</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/59285ab91ac86b9a45e65361d123b233e6ffb3b1";><code>59285ab</code></a>
 fixes pipeline (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5376";>#5376</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/aaf58db97ce1633edb62c933f9958ea75c5afa8c";><code>aaf58db</code></a>
 Bump webpack-dev-server from 5.2.4 to 5.2.5 in /samples (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5374";>#5374</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/d8ac38e9c093c1ed730563c1a6ff5e59f5eb46c1";><code>d8ac38e</code></a>
 Bump webpack-dev-server from 5.2.4 to 5.2.5 in /website (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5373";>#5373</a>)</li>
   <li><a 
href="https://github.com/microsoft/monaco-editor/commit/874af57363eac3197180fc1d9c2cc16241ea500f";><code>874af57</code></a>
 Bump undici from 7.24.7 to 7.28.0 (<a 
href="https://redirect.github.com/microsoft/monaco-editor/issues/5371";>#5371</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/microsoft/monaco-editor/compare/v0.55.1...v0.56.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-hook-form` from 7.83.0 to 7.84.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.84.0</h2>
   <h3>✨ Improvements</h3>
   <ul>
   <li>enhance <code>&lt;Form /&gt;</code> submit behavior (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13605";>#13605</a>)</li>
   <li>improve performance and reduce bundle size (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13591";>#13591</a>)</li>
   </ul>
   <h3>🐞 Fixes</h3>
   <ul>
   <li>fix: <code>values</code> + <code>keepDirtyValues</code> silently 
corrupting arrays and freezing objects on refetch (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13628";>#13628</a>)</li>
   <li>fix: <code>setValue</code> not updating <code>FieldArray</code> values 
correctly (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13623";>#13623</a>)</li>
   <li>fix: <code>FormState</code> type definitions (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13620";>#13620</a>)</li>
   <li>fix: <code>FieldArray</code> and <code>FormState</code> exports (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13619";>#13619</a>)</li>
   </ul>
   <h3>🧪 Tests</h3>
   <ul>
   <li>add <code>Blob</code> coverage for <code>FieldErrors</code> type tests 
(<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13624";>#13624</a>)</li>
   </ul>
   <h3>♻️ Refactors</h3>
   <ul>
   <li>extract shared <code>ErrorNamespacePath</code> type (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13615";>#13615</a>)</li>
   </ul>
   <h3>🏗️ Chores</h3>
   <ul>
   <li>rename <code>&lt;FormStateSubscribe /&gt;</code> back to 
<code>&lt;FormState /&gt;</code> (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13602";>#13602</a>)</li>
   <li>bump <code>@babel/core</code> from 7.26.0 to 7.29.7 (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13614";>#13614</a>)</li>
   </ul>
   <p>Thanks to <a 
href="https://github.com/candymask0712";><code>@​candymask0712</code></a>, <a 
href="https://github.com/EduardF1";><code>@​EduardF1</code></a>, <a 
href="https://github.com/in-ch";><code>@​in-ch</code></a>, <a 
href="https://github.com/johnstrand";><code>@​johnstrand</code></a>, <a 
href="https://github.com/wanxiankai";><code>@​wanxiankai</code></a>, <a 
href="https://github.com/nobu-da";><code>@​nobu-da</code></a>, and <a 
href="https://github.com/bluebill1049";><code>@​bluebill1049</code></a> for 
their contributions! 🎉</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md";>react-hook-form's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[7.84.0] - 2026-08-01</h2>
   <h3>Improvements</h3>
   <ul>
   <li><code>handleSubmit</code> returns the typed result of the 
<code>onValid</code> callback instead of discarding it</li>
   <li><code>&lt;Form /&gt;</code> supports a function-based 
<code>action</code> (Server Action style) in addition to URL-string actions</li>
   <li>Improve performance and reduce bundle size</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>reset()</code> with <code>resetOptions.keepDirtyValues</code> 
freezing clean sibling fields in a nested object when another field in that 
object is dirty</li>
   <li>Restore missing <code>FieldArray</code> and <code>FormState</code> type 
exports</li>
   <li><code>setValues</code> not notifying <code>useFieldArray</code> 
subscribers, leaving rendered fields stale</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/81b9a4c069dd45a322bc7cd58ae756113a6c8761";><code>81b9a4c</code></a>
 7.84.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/8b5162173446e33648cf0d6ee28eb43a987c3af2";><code>8b51621</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13627";>#13627</a>
 issue values + keepDirtyValues silently corrupts arrays and free...</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/41f32af3e3ea90a16e8e61d30f285d152e7ccd4b";><code>41f32af</code></a>
 🧪 test: cover Blob in FieldErrors type tests (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13624";>#13624</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/9705dc6725c1b4df23d6c6f7744a331f6cfea7ae";><code>9705dc6</code></a>
 🐞 <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13621";>#13621</a>
 fix setValues not update fieldArrays (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13623";>#13623</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/e2444e784d920ff6662681645dbf29823a3129ab";><code>e2444e7</code></a>
 🤧 fix FormState type (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13620";>#13620</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/ab77353c6617c14c53f9548d556f81f60e5e0875";><code>ab77353</code></a>
 🐞 fix <a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13618";>#13618</a>
 FieldArray &amp; FormState export (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13619";>#13619</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/d349d082b62a71de81f51db8f86a863406c9778f";><code>d349d08</code></a>
 ♻️ refactor(types): extract shared ErrorNamespacePath (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13615";>#13615</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/e47b090247bc7af98d5c5f11df991ac6d15f6002";><code>e47b090</code></a>
 📖 update changelog v7.83.0</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/c51f3d86029268e6a713cce6f45419a502f254d6";><code>c51f3d8</code></a>
 🦦 perf: improve perf and save bundle size (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13591";>#13591</a>)</li>
   <li><a 
href="https://github.com/react-hook-form/react-hook-form/commit/86c529a642ce8a4f023fa036d6a8fb6368319ca4";><code>86c529a</code></a>
 🐲 feat: enhance &lt;Form /&gt; submit (<a 
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13605";>#13605</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react-hook-form/react-hook-form/compare/v7.83.0...v7.84.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-router-dom` from 7.18.1 to 7.18.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md";>react-router-dom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.18.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/commit/69a653ee6ab1ac95b13c917ec56c5f3dc17ca9c1";><code>69a653e</code></a>
 Release v7.18.2 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15354";>#15354</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 `@playwright/test` from 1.62.0 to 1.62.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/microsoft/playwright/releases";>@​playwright/test's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.62.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/microsoft/playwright/issues/41989";>#41989</a> 
[Regression]: tsconfig &quot;extends&quot; bare specifier isn't resolved via 
node_modules walk-up like tsc (fatal since 1.62)</li>
   <li><a 
href="https://redirect.github.com/microsoft/playwright/issues/41998";>#41998</a> 
[Regression]: directory-form tsconfig project references (&quot;path&quot;: 
&quot;../pkg&quot;) fail to resolve (fatal since 1.62)</li>
   <li><a 
href="https://redirect.github.com/microsoft/playwright/issues/41985";>#41985</a> 
Accessibility snapshot drops button name when text is nested inside spans with 
aria-hidden SVG</li>
   <li><a 
href="https://redirect.github.com/microsoft/playwright/issues/42000";>#42000</a> 
[Regression]: page.evaluate() arg of a branded primitive type (string &amp; { 
brand }) no longer type-checks since 1.62</li>
   <li><a 
href="https://redirect.github.com/microsoft/playwright/issues/42013";>#42013</a> 
[BUG]Image-type actionable elements are not presented in the snapshot.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/microsoft/playwright/commit/26a9e470a7b3c7822084b09fb7f13902c5f37b51";><code>26a9e47</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/42043";>#42043</a>):
 docs: release notes for v1.62 Python, Java, and .NET (<a 
href="https://redirect.github.com/microsoft/playwright/issues/4";>#4</a>...</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/0a81d5d09b10eeefe228fe745c3f80c7368a239b";><code>0a81d5d</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/42040";>#42040</a>):
 docs(release-notes): mention the isolated headless clipb...</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/83768264e64a821bcef9e634b8e5c33897f2b032";><code>8376826</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/42034";>#42034</a>):
 fix(aria): keep icon-only clickable elements in ai snaps...</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/66c5cc92a60ce20ab3abe779339e1f90d2e2e888";><code>66c5cc9</code></a>
 chore: mark v1.62.1 (<a 
href="https://redirect.github.com/microsoft/playwright/issues/42020";>#42020</a>)</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/9672bc3f2a7098cb6a9791ca97222187363a3037";><code>9672bc3</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/42009";>#42009</a>):
 fix(types): support branded primitives in evaluate argum...</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/4325804427a214aa0c8c39bb1352f4ac4f712fd1";><code>4325804</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/41988";>#41988</a>):
 fix(aria): preserve names from collapsed text contributors</li>
   <li><a 
href="https://github.com/microsoft/playwright/commit/9632f8ecbc2accba140ea342f1070ccfdd5f5d41";><code>9632f8e</code></a>
 cherry-pick(<a 
href="https://redirect.github.com/microsoft/playwright/issues/42005";>#42005</a>):
 fix(tsconfig): do not throw when &quot;extends&quot;/&quot;references&quot; 
...</li>
   <li>See full diff in <a 
href="https://github.com/microsoft/playwright/compare/v1.62.0...v1.62.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/node` from 26.1.1 to 26.1.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vitejs/plugin-react` from 6.0.4 to 6.0.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/releases";>@​vitejs/plugin-react's
 releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Fixed the react compiler preset filter to be linear (<a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1353";>#1353</a>)</h3>
   <p>The improved filter in v6.0.3 was non-linear and caused a performance 
regression (<a 
href="https://redirect.github.com/vitejs/vite-plugin-react/issues/1349";>#1349</a>).
 The filter was changed to be linear to avoid that.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md";>@​vitejs/plugin-react's
 changelog</a>.</em></p>
   <blockquote>
   <h2>6.0.5 (2026-07-30)</h2>
   <h3>Fixed the react compiler preset filter to be linear (<a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1353";>#1353</a>)</h3>
   <p>The improved filter in v6.0.3 was non-linear and caused a performance 
regression (<a 
href="https://redirect.github.com/vitejs/vite-plugin-react/issues/1349";>#1349</a>).
 The filter was changed to be linear to avoid that.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitejs/vite-plugin-react/commit/68c0cb8796ce18bd049c3d05c5210eaf0617eac0";><code>68c0cb8</code></a>
 release: [email protected] (<a 
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1362";>#1362</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-react/commit/555cdbc126506317b05404481374406771a41e70";><code>555cdbc</code></a>
 fix(react): make the react compiler preset filter linear (<a 
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1353";>#1353</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-react/commit/a00a9f8240d5a7bb4062ee2a5bac68ea4f0defa6";><code>a00a9f8</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1327";>#1327</a>)</li>
   <li>See full diff in <a 
href="https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vitejs/plugin-react-swc` from 4.3.2 to 4.3.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/releases";>@​vitejs/plugin-react-swc's
 releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Add a patch for bundled-dev mode compat <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1352";>#1352</a></h3>
   <p>Added a patch so that this plugin works with <a 
href="https://vite.dev/blog/announcing-vite8-1#experimental-bundled-dev-mode";>the
 experimental bundled dev mode</a>. Note that because this Vite feature is 
experimental, compatibility in future Vite releases is not guaranteed.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md";>@​vitejs/plugin-react-swc's
 changelog</a>.</em></p>
   <blockquote>
   <h2>4.3.3 (2026-07-30)</h2>
   <h3>Add a patch for bundled-dev mode compat <a 
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1352";>#1352</a></h3>
   <p>Added a patch so that this plugin works with <a 
href="https://vite.dev/blog/announcing-vite8-1#experimental-bundled-dev-mode";>the
 experimental bundled dev mode</a>. Note that because this Vite feature is 
experimental, compatibility in future Vite releases is not guaranteed.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react-swc";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vite` from 8.1.5 to 8.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases";>vite's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   <h2>[email protected]</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/[email protected]/packages/plugin-legacy/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   <h2>v8.2.0</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/v8.2.0/packages/vite/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   <h2>v8.2.0-beta.0</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/v8.2.0-beta.0/packages/vite/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md";>vite's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vitejs/vite/compare/v8.2.0-beta.0...v8.2.0";>8.2.0</a> 
(2026-07-30)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>input</code> to <code>server.fs.allow</code> (<a 
href="https://redirect.github.com/vitejs/vite/issues/23035";>#23035</a>) (<a 
href="https://github.com/vitejs/vite/commit/95a3cdab83e1125b03d2e8dd942fb6b64209e5fa";>95a3cda</a>)</li>
   <li><strong>bundled-dev:</strong> reload once after rebuild instead of via 
the fallback page (<a 
href="https://redirect.github.com/vitejs/vite/issues/23106";>#23106</a>) (<a 
href="https://github.com/vitejs/vite/commit/b24381d741941b9ce2b1c07db62cc5f4d7bad981";>b24381d</a>)</li>
   <li><strong>bundled-dev:</strong> support worker file update accepted by HMR 
(<a href="https://redirect.github.com/vitejs/vite/issues/23068";>#23068</a>) (<a 
href="https://github.com/vitejs/vite/commit/0d04351fdc12258c75b9f1cda5780fdb836ed0ef";>0d04351</a>)</li>
   <li><strong>config:</strong> include column in config incompatibility 
location (<a 
href="https://redirect.github.com/vitejs/vite/issues/23064";>#23064</a>) (<a 
href="https://github.com/vitejs/vite/commit/8a245726944ed29225920d49be77c33c6e03afc8";>8a24572</a>)</li>
   <li><strong>dev:</strong> resolve interface name for explicit host in 
network URLs (<a 
href="https://redirect.github.com/vitejs/vite/issues/22965";>#22965</a>) (<a 
href="https://github.com/vitejs/vite/commit/3ac77d9dd742968961af38a5a91ed6b061ceda7d";>3ac77d9</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>bundledDev:</strong> print build errors to the terminal when an 
HMR update fails (<a 
href="https://redirect.github.com/vitejs/vite/issues/23024";>#23024</a>) (<a 
href="https://github.com/vitejs/vite/commit/41c465896e8b11b1eb9c5fbdafbdcc528e189a2c";>41c4658</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite/issues/23069";>#23069</a>) (<a 
href="https://github.com/vitejs/vite/commit/4c07b74416f859d7e8bdace13409ef2d080edf76";>4c07b74</a>)</li>
   <li><strong>hmr:</strong> preserve environment snapshot during server 
restart (<a 
href="https://redirect.github.com/vitejs/vite/issues/22992";>#22992</a>) (<a 
href="https://github.com/vitejs/vite/commit/b1186c36d06bb94941c58e8272fc4acb8512c93b";>b1186c3</a>)</li>
   <li><strong>importAnalysis:</strong> interop imports injected into optimized 
dep files by plugins (<a 
href="https://redirect.github.com/vitejs/vite/issues/23029";>#23029</a>) (<a 
href="https://github.com/vitejs/vite/commit/8c2a87d41fb24536e59643351758084cde4d0dd7";>8c2a87d</a>)</li>
   <li><strong>module-runner:</strong> keep stack trace interception working 
when <code>Object.prototype</code> is frozen (<a 
href="https://redirect.github.com/vitejs/vite/issues/23073";>#23073</a>) (<a 
href="https://github.com/vitejs/vite/commit/599c5b02a8b6879b05ede988020f1331e877aaea";>599c5b0</a>)</li>
   <li><strong>server:</strong> strip base in indexHtml module graph lookup (<a 
href="https://redirect.github.com/vitejs/vite/issues/22932";>#22932</a>) (<a 
href="https://github.com/vitejs/vite/commit/fa005d19af5d847931c6dbefc63841c137383e6c";>fa005d1</a>)</li>
   <li>support resolving top-level input option with plugins (<a 
href="https://redirect.github.com/vitejs/vite/issues/23101";>#23101</a>) (<a 
href="https://github.com/vitejs/vite/commit/41df81a6a4c3eef08f7a9a8ac9530cd136c0eafa";>41df81a</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li><strong>config:</strong> correct cacheDir default fallback description 
(<a href="https://redirect.github.com/vitejs/vite/issues/23060";>#23060</a>) (<a 
href="https://github.com/vitejs/vite/commit/aafa103af5d71fb59d7c3dd617d0cbef3b222f1f";>aafa103</a>)</li>
   </ul>
   <h3>Tests</h3>
   <ul>
   <li>config CJS module vars in ESM case (<a 
href="https://redirect.github.com/vitejs/vite/issues/23010";>#23010</a>) (<a 
href="https://github.com/vitejs/vite/commit/d8cd38830251b95fd7dddcd0eee0ce94cc61c2f4";>d8cd388</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/vitejs/vite/compare/v8.1.5...v8.2.0-beta.0";>8.2.0-beta.0</a>
 (2026-07-22)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>input</code> option (<a 
href="https://redirect.github.com/vitejs/vite/issues/22642";>#22642</a>) (<a 
href="https://github.com/vitejs/vite/commit/9beae37d7221b25463a011feb40b0303ca328d87";>9beae37</a>)</li>
   <li><strong>config:</strong> warn features incompatible with native loader 
in bundle loader (<a 
href="https://redirect.github.com/vitejs/vite/issues/22850";>#22850</a>) (<a 
href="https://github.com/vitejs/vite/commit/05302b07267f6b4f9dbeac5b1d73fcc3dc06d730";>05302b0</a>)</li>
   <li><strong>css:</strong> export PostCSS config type for type-safe configs 
(<a href="https://redirect.github.com/vitejs/vite/issues/22792";>#22792</a>) (<a 
href="https://github.com/vitejs/vite/commit/302c755a8125b9a26214e3b413922b5513e41981";>302c755</a>)</li>
   <li><strong>dev:</strong> label network URLs with their interface name (<a 
href="https://redirect.github.com/vitejs/vite/issues/22830";>#22830</a>) (<a 
href="https://github.com/vitejs/vite/commit/78accc42a5b8887d9df624f7d4a934d3ead677d1";>78accc4</a>)</li>
   <li><strong>optimizer:</strong> support aube lockfile (<a 
href="https://redirect.github.com/vitejs/vite/issues/22813";>#22813</a>) (<a 
href="https://github.com/vitejs/vite/commit/6319827116c5be2a19c1b91c84ba3d38ad26a41c";>6319827</a>)</li>
   <li><strong>optimizer:</strong> support nub lockfile (<a 
href="https://redirect.github.com/vitejs/vite/issues/22891";>#22891</a>) (<a 
href="https://github.com/vitejs/vite/commit/65d3604f6fdbfcf6e86244d7fe3c1ca86acae701";>65d3604</a>)</li>
   <li>update rolldown-related dependencies and use client-side HMR in 
bundled-dev (<a 
href="https://redirect.github.com/vitejs/vite/issues/22961";>#22961</a>) (<a 
href="https://github.com/vitejs/vite/commit/960e9efbc1372000caac46cc2f123cef4824e2bb";>960e9ef</a>)</li>
   <li><strong>wasm:</strong> expand test suite, unwrap WebAssembly.Global and 
enable js-string builtins (<a 
href="https://redirect.github.com/vitejs/vite/issues/22674";>#22674</a>) (<a 
href="https://github.com/vitejs/vite/commit/9e79b51579457a9af4fa623b68a0bfabbf38010b";>9e79b51</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>build:</strong> map CSS chunks in chunk import maps (fi...
   
   _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