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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates 
ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). 
These dependencies need to be updated together.
   
   Updates `tar` from 7.4.3 to 7.5.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md";>tar's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>7.5</h2>
   <ul>
   <li>Added <code>zstd</code> compression support.</li>
   </ul>
   <h2>7.4</h2>
   <ul>
   <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for 
clarity.</li>
   </ul>
   <h2>7.3</h2>
   <ul>
   <li>Add <code>onWriteEntry</code> option</li>
   </ul>
   <h2>7.2</h2>
   <ul>
   <li>DRY the command definitions into a single <code>makeCommand</code> 
method,
   and update the type signatures to more appropriately infer the
   return type from the options and arguments provided.</li>
   </ul>
   <h2>7.1</h2>
   <ul>
   <li>Update minipass to v7.1.0</li>
   <li>Update the type definitions of <code>write()</code> and 
<code>end()</code> methods on
   <code>Unpack</code> and <code>Parser</code> classes to be compatible with the
   NodeJS.WritableStream type in the latest versions of
   <code>@types/node</code>.</li>
   </ul>
   <h2>7.0</h2>
   <ul>
   <li>Drop support for node &lt;18</li>
   <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid
   interface</li>
   <li>Add tree-shake friendly exports, like <code>import('tar/create')</code>
   and <code>import('tar/read-entry')</code> to get individual functions or
   classes.</li>
   <li>Add <code>chmod</code> option that defaults to false, and deprecate
   <code>noChmod</code>. That is, reverse the default option regarding
   explicitly setting file system modes to match tar entry
   settings.</li>
   <li>Add <code>processUmask</code> option to avoid having to call
   <code>process.umask()</code> when <code>chmod: true</code> (or 
<code>noChmod: false</code>) is
   set.</li>
   </ul>
   <h2>6.2</h2>
   <ul>
   <li>Add support for brotli compression</li>
   <li>Add <code>maxDepth</code> option to prevent extraction into excessively
   deep folders.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7";><code>0313844</code></a>
 7.5.3</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e";><code>340eb28</code></a>
 fix: sanitize absolute linkpaths properly</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b";><code>8bb83f7</code></a>
 update deps</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512";><code>1c4aedd</code></a>
 Fix typo in onWriteEntry documentation</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28";><code>d9ea73a</code></a>
 7.5.2</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9";><code>5e1a8e6</code></a>
 Fix sync tar.list when file size reduces while reading</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd";><code>0fbeaed</code></a>
 formatting</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/2dbacfe3398e262865beb80ffb278dc5bec8399e";><code>2dbacfe</code></a>
 add types for make-tar util</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/c5865d3120ab1367e78e64619ad03b1835d945ae";><code>c5865d3</code></a>
 remove unused taprc file</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/bdb38096afdec3046e99b969971987c86c4e4292";><code>bdb3809</code></a>
 header: only read from ustar block if not specified in Pax</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular/cli` from 20.1.3 to 21.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular-cli/releases";><code>@​angular/cli</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>21.1.0</h2>
   <h3><code>@​schematics/angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/36cf3afb485a01f86c4c90f136b38a3cf338e313";><img
 src="https://img.shields.io/badge/36cf3afb4-feat-blue"; alt="feat - 36cf3afb4" 
/></a></td>
   <td>add browserMode option to jasmine-vitest schematic</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/e71a72ffdc426e26bfb4f0bb92e8f5795a621c18";><img
 src="https://img.shields.io/badge/e71a72ffd-feat-blue"; alt="feat - e71a72ffd" 
/></a></td>
   <td>generate detailed migration report for 
<code>refactor-jasmine-vitest</code></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/18cf6c51b72ce5c7f23012585ed992cf91cef5ed";><img
 src="https://img.shields.io/badge/18cf6c51b-fix-green"; alt="fix - 18cf6c51b" 
/></a></td>
   <td>add MCP configuration file to new workspaces</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/cli</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/772e6efe7acb2d2318a57ba77092a85fc286c51b";><img
 src="https://img.shields.io/badge/772e6efe7-feat-blue"; alt="feat - 772e6efe7" 
/></a></td>
   <td>add 'test' and 'e2e' MCP tools</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/8efb8631842401e219e20dd7955512d4a90a28a3";><img
 src="https://img.shields.io/badge/8efb86318-feat-blue"; alt="feat - 8efb86318" 
/></a></td>
   <td>Add &quot;all&quot; as an experimental tool group</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c3c9ac5067275461e2d8caefba81ac9701949776";><img
 src="https://img.shields.io/badge/c3c9ac506-feat-blue"; alt="feat - c3c9ac506" 
/></a></td>
   <td>Add MCP tools for building and running devservers</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d635a6c6335d0838fc0977f6742f6aa9f769c527";><img
 src="https://img.shields.io/badge/d635a6c63-feat-blue"; alt="feat - d635a6c63" 
/></a></td>
   <td>add signal forms lessons</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d8b76e93d3e9e4e7bd7ad6e12fdf59cd663cbb8e";><img
 src="https://img.shields.io/badge/d8b76e93d-fix-green"; alt="fix - d8b76e93d" 
/></a></td>
   <td>correctly handle yarn classic tag manifest fetching</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/7ab5c0b0a1c637f3e0adb71486e5e7e8716561e4";><img
 src="https://img.shields.io/badge/7ab5c0b0a-fix-green"; alt="fix - 7ab5c0b0a" 
/></a></td>
   <td>correctly spawn package managers on Windows in new abstraction</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/348096623326857a5d8cf77d56712776e1190180";><img
 src="https://img.shields.io/badge/348096623-fix-green"; alt="fix - 348096623" 
/></a></td>
   <td>enhance list_projects MCP tool file system traversal and symlink 
handling</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/316fca8626d51b28ea8cd840f3815b7c6dfcfffa";><img
 src="https://img.shields.io/badge/316fca862-fix-green"; alt="fix - 316fca862" 
/></a></td>
   <td>handle array output from npm view in manifest parser</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/032257a6d00360d2c4e6d5406409dcfa5b27d1d5";><img
 src="https://img.shields.io/badge/032257a6d-fix-green"; alt="fix - 032257a6d" 
/></a></td>
   <td>improve signal forms lesson examples in AI tutor</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/18d74dde8938dbe566df80753d5c148c19040179";><img
 src="https://img.shields.io/badge/18d74dde8-fix-green"; alt="fix - 18d74dde8" 
/></a></td>
   <td>rename mcp devserver tools to comply with naming spec</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1ad773671afa2849a966f9974cb30e7c8e8ed7d4";><img
 src="https://img.shields.io/badge/1ad773671-fix-green"; alt="fix - 1ad773671" 
/></a></td>
   <td>update dependency <code>@​modelcontextprotocol/sdk</code> to v1.25.2</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/45d4f5668018362f90fcc4cdc487470286f03c02";><img
 src="https://img.shields.io/badge/45d4f5668-fix-green"; alt="fix - 45d4f5668" 
/></a></td>
   <td>update yarn berry package manager configuration</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/122ed27c906613b7966cbda8fe2f36dbe6f60198";><img
 src="https://img.shields.io/badge/122ed27c9-fix-green"; alt="fix - 122ed27c9" 
/></a></td>
   <td>use project-local temporary directory in ng add</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/a15db28b29f6f43bef1ed1ca7c6a963d9943f801";><img
 src="https://img.shields.io/badge/a15db28b2-perf-orange"; alt="perf - 
a15db28b2" /></a></td>
   <td>cache resolved specific version in package manager abstraction</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/240588b7e3c8698c83110793ab98d20caee4e1a4";><img
 src="https://img.shields.io/badge/240588b7e-perf-orange"; alt="perf - 
240588b7e" /></a></td>
   <td>optimize <code>ng add</code> version discovery</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/build</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1eda0a99f89f625f8db1ecfe4873a7672e625401";><img
 src="https://img.shields.io/badge/1eda0a99f-feat-blue"; alt="feat - 1eda0a99f" 
/></a></td>
   <td>directly support ng-packagr in unit-test builder</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/87175f9dcdb7349dc8701fa1d5cf61c1b8542d42";><img
 src="https://img.shields.io/badge/87175f9dc-feat-blue"; alt="feat - 87175f9dc" 
/></a></td>
   <td>disable TestBed teardown during debugging in Vitest</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1e39c77a4fe272ccab1a1d8bd58eef1ce608a6c7";><img
 src="https://img.shields.io/badge/1e39c77a4-fix-green"; alt="fix - 1e39c77a4" 
/></a></td>
   <td>inject source-map-support for Vitest browser tests</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/3fd7dcd764be0d0afb9cd792d53268d6f314df83";><img
 src="https://img.shields.io/badge/3fd7dcd76-fix-green"; alt="fix - 3fd7dcd76" 
/></a></td>
   <td>normalize roots to POSIX in test discovery for Windows compatibility</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/164e7dbbc2b06bbd5aab84937c903e0590591c60";><img
 src="https://img.shields.io/badge/164e7dbbc-fix-green"; alt="fix - 164e7dbbc" 
/></a></td>
   <td>resolve test files correctly on Windows when using non-C drives</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/ad99e00ad7edd17e369777c8d38b4137ea736121";><img
 src="https://img.shields.io/badge/ad99e00ad-fix-green"; alt="fix - ad99e00ad" 
/></a></td>
   <td>simplify SSL handling for <code>ng serve</code> with SSR (<a 
href="https://redirect.github.com/angular/angular-cli/issues/31722";>#31722</a>)</td>
   </tr>
   </tbody>
   </table>
   <h2>21.1.0-rc.0</h2>
   <h3><code>@​schematics/angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/9006ec057ced126f1c7822ffd36adee7748819ed";><img
 src="https://img.shields.io/badge/9006ec057-fix-green"; alt="fix - 9006ec057" 
/></a></td>
   <td>move 'provideZoneChangeDetection' to the root module</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/42d4febf4698ac33f9aa5a2d2d6183adca34f7b5";><img
 src="https://img.shields.io/badge/42d4febf4-fix-green"; alt="fix - 42d4febf4" 
/></a></td>
   <td>update application schematics for module-based apps to use 
'provideZoneChangeDetection'</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/5dfc0eea03c1faecd636fac775b0f5bc5f0ed430";><img
 src="https://img.shields.io/badge/5dfc0eea0-fix-green"; alt="fix - 5dfc0eea0" 
/></a></td>
   <td>update default app component message</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/424a465df7fa131803de4184f787ad9573a65090";><img
 src="https://img.shields.io/badge/424a465df-fix-green"; alt="fix - 424a465df" 
/></a></td>
   <td>update default app component welcome message</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/cli</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/772e6efe7acb2d2318a57ba77092a85fc286c51b";><img
 src="https://img.shields.io/badge/772e6efe7-feat-blue"; alt="feat - 772e6efe7" 
/></a></td>
   <td>add 'test' and 'e2e' MCP tools</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/8efb8631842401e219e20dd7955512d4a90a28a3";><img
 src="https://img.shields.io/badge/8efb86318-feat-blue"; alt="feat - 8efb86318" 
/></a></td>
   <td>Add &quot;all&quot; as an experimental tool group</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/316fca8626d51b28ea8cd840f3815b7c6dfcfffa";><img
 src="https://img.shields.io/badge/316fca862-fix-green"; alt="fix - 316fca862" 
/></a></td>
   <td>handle array output from npm view in manifest parser</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1ad773671afa2849a966f9974cb30e7c8e8ed7d4";><img
 src="https://img.shields.io/badge/1ad773671-fix-green"; alt="fix - 1ad773671" 
/></a></td>
   <td>update dependency <code>@​modelcontextprotocol/sdk</code> to v1.25.2</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md";><code>@​angular/cli</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h1>21.1.0 (2026-01-14)</h1>
   <h3><code>@​angular/cli</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/772e6efe7acb2d2318a57ba77092a85fc286c51b";>772e6efe7</a></td>
   <td>feat</td>
   <td>add 'test' and 'e2e' MCP tools</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/8efb8631842401e219e20dd7955512d4a90a28a3";>8efb86318</a></td>
   <td>feat</td>
   <td>Add &quot;all&quot; as an experimental tool group</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c3c9ac5067275461e2d8caefba81ac9701949776";>c3c9ac506</a></td>
   <td>feat</td>
   <td>Add MCP tools for building and running devservers</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d635a6c6335d0838fc0977f6742f6aa9f769c527";>d635a6c63</a></td>
   <td>feat</td>
   <td>add signal forms lessons</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d8b76e93d3e9e4e7bd7ad6e12fdf59cd663cbb8e";>d8b76e93d</a></td>
   <td>fix</td>
   <td>correctly handle yarn classic tag manifest fetching</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/7ab5c0b0a1c637f3e0adb71486e5e7e8716561e4";>7ab5c0b0a</a></td>
   <td>fix</td>
   <td>correctly spawn package managers on Windows in new abstraction</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/348096623326857a5d8cf77d56712776e1190180";>348096623</a></td>
   <td>fix</td>
   <td>enhance list_projects MCP tool file system traversal and symlink 
handling</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/316fca8626d51b28ea8cd840f3815b7c6dfcfffa";>316fca862</a></td>
   <td>fix</td>
   <td>handle array output from npm view in manifest parser</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/032257a6d00360d2c4e6d5406409dcfa5b27d1d5";>032257a6d</a></td>
   <td>fix</td>
   <td>improve signal forms lesson examples in AI tutor</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/18d74dde8938dbe566df80753d5c148c19040179";>18d74dde8</a></td>
   <td>fix</td>
   <td>rename mcp devserver tools to comply with naming spec</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1ad773671afa2849a966f9974cb30e7c8e8ed7d4";>1ad773671</a></td>
   <td>fix</td>
   <td>update dependency <code>@​modelcontextprotocol/sdk</code> to v1.25.2</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/45d4f5668018362f90fcc4cdc487470286f03c02";>45d4f5668</a></td>
   <td>fix</td>
   <td>update yarn berry package manager configuration</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/122ed27c906613b7966cbda8fe2f36dbe6f60198";>122ed27c9</a></td>
   <td>fix</td>
   <td>use project-local temporary directory in ng add</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/a15db28b29f6f43bef1ed1ca7c6a963d9943f801";>a15db28b2</a></td>
   <td>perf</td>
   <td>cache resolved specific version in package manager abstraction</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/240588b7e3c8698c83110793ab98d20caee4e1a4";>240588b7e</a></td>
   <td>perf</td>
   <td>optimize <code>ng add</code> version discovery</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​schematics/angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/36cf3afb485a01f86c4c90f136b38a3cf338e313";>36cf3afb4</a></td>
   <td>feat</td>
   <td>add browserMode option to jasmine-vitest schematic</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/e71a72ffdc426e26bfb4f0bb92e8f5795a621c18";>e71a72ffd</a></td>
   <td>feat</td>
   <td>generate detailed migration report for 
<code>refactor-jasmine-vitest</code></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/18cf6c51b72ce5c7f23012585ed992cf91cef5ed";>18cf6c51b</a></td>
   <td>fix</td>
   <td>add MCP configuration file to new workspaces</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/build</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1eda0a99f89f625f8db1ecfe4873a7672e625401";>1eda0a99f</a></td>
   <td>feat</td>
   <td>directly support ng-packagr in unit-test builder</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/87175f9dcdb7349dc8701fa1d5cf61c1b8542d42";>87175f9dc</a></td>
   <td>feat</td>
   <td>disable TestBed teardown during debugging in Vitest</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1e39c77a4fe272ccab1a1d8bd58eef1ce608a6c7";>1e39c77a4</a></td>
   <td>fix</td>
   <td>inject source-map-support for Vitest browser tests</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/3fd7dcd764be0d0afb9cd792d53268d6f314df83";>3fd7dcd76</a></td>
   <td>fix</td>
   <td>normalize roots to POSIX in test discovery for Windows compatibility</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/164e7dbbc2b06bbd5aab84937c903e0590591c60";>164e7dbbc</a></td>
   <td>fix</td>
   <td>resolve test files correctly on Windows when using non-C drives</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/ad99e00ad7edd17e369777c8d38b4137ea736121";>ad99e00ad</a></td>
   <td>fix</td>
   <td>simplify SSL handling for <code>ng serve</code> with SSR (<a 
href="https://redirect.github.com/angular/angular-cli/pull/31722";>#31722</a>)</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.0.6 (2026-01-14)</h1>
   <h3><code>@​angular/ssr</code></h3>
   <p>| Commit                                                                  
                            | Type | Description                                
  |</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular-cli/commit/9c5a2e34c11422139023a453f2baef2d57d1f6fe";><code>9c5a2e3</code></a>
 release: cut the v21.1.0 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/94e7f4951a01994bad54e5cede21bef2b88c1554";><code>94e7f49</code></a>
 build: update Angular versions to 21.1.0 stable versions</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/84a228cc355a44bb5a24aba13f78ab9fd8a04422";><code>84a228c</code></a>
 build: update dependency bazel to v8.5.1</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/9ae6844a85bbef9234bc4671469d854d96201851";><code>9ae6844</code></a>
 build: update dependency node to v22.22.0</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/09c5c9fd365af4f8a61243515720aebcb50c15b2";><code>09c5c9f</code></a>
 build: lock file maintenance</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/977d46128635e38faea2dea32e48812ccf4e4278";><code>977d461</code></a>
 refactor: update license URL from angular.io to angular.dev and angular 
mater...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/f13c84501e8fe4b11fd2cc9587205d48f46267ea";><code>f13c845</code></a>
 refactor: update copyright from Google Inc to Google LLC</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/8d99cfeb09a2c4bf8d12f453dc9ac942103cdffd";><code>8d99cfe</code></a>
 fix(<code>@​angular/ssr</code>): handle platform destruction during 
rendering</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/8195bf8c538c75ca46e0d43fca91fb950888f083";><code>8195bf8</code></a>
 build: update cross-repo angular dependencies</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/d45693ab47eb9fbf718e8b85a343a4d979816471";><code>d45693a</code></a>
 refactor(<code>@​angular/cli</code>): support copying config files to temp 
package directory</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/20.1.3...v21.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/flink/network/alerts).
   
   </details>


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