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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates 
ancestor dependencies [tar](https://github.com/isaacs/node-tar), 
[@angular-devkit/build-angular](https://github.com/angular/angular-cli), 
[@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics),
 [@angular/cli](https://github.com/angular/angular-cli), 
[ng-packagr](https://github.com/ng-packagr/ng-packagr) and 
[ngx-build-plus](https://github.com/manfredsteyer/ngx-build-plus). These 
dependencies need to be updated together.
   
   Updates `tar` from 6.2.1 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/v6.2.1...v7.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular-devkit/build-angular` from 13.3.11 to 21.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular-cli/releases";><code>@​angular-devkit/build-angular</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-devkit/build-angular</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/13.3.11...v21.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular-eslint/schematics` from 13.5.0 to 21.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular-eslint/angular-eslint/releases";><code>@​angular-eslint/schematics</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v21.1.0</h2>
   <h2>21.1.0 (2025-12-08)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> add prefer-signal-model rule to 
encourage using model() for two-way bindings (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2818";>#2818</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>update typescript-eslint packages to v8.47.0 (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2805";>#2805</a>)</li>
   <li>update dependency <code>@​angular/compiler</code> to v21.0.1 (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2814";>#2814</a>)</li>
   <li>reference <code>@​angular/cli</code> peer in addition to direct 
dependencies (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2820";>#2820</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>James Henry <a 
href="https://github.com/JamesHenry";><code>@​JamesHenry</code></a></li>
   <li>Karan Mistry</li>
   </ul>
   <h2>v21.0.1</h2>
   <h2>21.0.1 (2025-11-23)</h2>
   <h3>🩹 Fixes</h3>
   <ul>
   <li><strong>eslint-plugin-template:</strong> [prefer-template-literal] 
handle chained concatenations correctly (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2801";>#2801</a>)</li>
   <li><strong>eslint-plugin-template:</strong> 
[prefer-contextual-for-variables] fix overlapping fixes for semicolon-separated 
let declarations (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2802";>#2802</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>James Henry <a 
href="https://github.com/JamesHenry";><code>@​JamesHenry</code></a></li>
   </ul>
   <h2>v21.0.0</h2>
   <h1>21.0.0 (2025-11-22)</h1>
   <p>As always we recommend that you update your existing workspaces by using 
<code>ng update</code> as we provide some helpful schematics to help migrate 
your workspaces to the latest and greatest. Running the following will update 
Angular, the Angular CLI and angular-eslint together:</p>
   <pre lang="sh"><code>ng update @angular/core @angular/cli angular-eslint
   </code></pre>
   <h3>🚀 Features</h3>
   <ul>
   <li>⚠️  update Angular dependencies to v21 (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/6a6b671e";>6a6b671e</a>)</li>
   <li>⚠️  <strong>eslint-plugin:</strong> formally deprecate 
[no-conflicting-lifecycle] and remove from &quot;all&quot; config (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/5d845924";>5d845924</a>)</li>
   <li>⚠️  <strong>eslint-plugin-template:</strong> add prefer-control-flow to 
recommended config (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/77cd24d3";>77cd24d3</a>)</li>
   <li>⚠️  <strong>eslint-plugin-template:</strong> add textContent to default 
allowList (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/f112c169";>f112c169</a>)</li>
   <li><strong>schematics:</strong> generate new projects using eslint 
defineConfig (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/5aa8171b";>5aa8171b</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>⚠️  <strong>builder:</strong> align formatter invocation with eslint CLI 
by always passing all files, even if quiet (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/bceaa80e";>bceaa80e</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md";><code>@​angular-eslint/schematics</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>21.1.0 (2025-12-08)</h2>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>reference <code>@​angular/cli</code> peer in addition to direct 
dependencies (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2820";>#2820</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>James Henry <a 
href="https://github.com/JamesHenry";><code>@​JamesHenry</code></a></li>
   </ul>
   <h2>21.0.1 (2025-11-23)</h2>
   <p>This was a version bump only for schematics to align it with other 
projects, there were no code changes.</p>
   <h1>21.0.0 (2025-11-22)</h1>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>schematics:</strong> generate new projects using eslint 
defineConfig (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/5aa8171b";>5aa8171b</a>)</li>
   <li>⚠️ update Angular dependencies to v21 (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/6a6b671e";>6a6b671e</a>)</li>
   </ul>
   <h3>⚠️ Breaking Changes</h3>
   <ul>
   <li>⚠️ update Angular dependencies to v21 (<a 
href="https://github.com/angular-eslint/angular-eslint/commit/6a6b671e";>6a6b671e</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>JamesHenry <a 
href="https://github.com/JamesHenry";><code>@​JamesHenry</code></a></li>
   </ul>
   <h2>20.7.0 (2025-11-22)</h2>
   <p>This was a version bump only for schematics to align it with other 
projects, there were no code changes.</p>
   <h2>20.6.0 (2025-11-09)</h2>
   <p>This was a version bump only for schematics to align it with other 
projects, there were no code changes.</p>
   <h2>20.5.2 (2025-11-08)</h2>
   <p>This was a version bump only for schematics to align it with other 
projects, there were no code changes.</p>
   <h2>20.5.1 (2025-11-03)</h2>
   <p>This was a version bump only for schematics to align it with other 
projects, there were no code changes.</p>
   <h2>20.5.0 (2025-10-27)</h2>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>update typescript-eslint packages to v8.46.1 (<a 
href="https://redirect.github.com/angular-eslint/angular-eslint/pull/2701";>#2701</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/4fa7889c54600ba56d29928b8026ff30a16d600b";><code>4fa7889</code></a>
 chore(release): publish 21.1.0</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/e7bb47b27bfaef61af694ebc29bc5636378b232c";><code>e7bb47b</code></a>
 fix: reference <code>@​angular/cli</code> peer in addition to direct 
dependencies (<a 
href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/2820";>#2820</a>)</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/b19b1f627d3ff20f583f10caf005ed7bc147b7ab";><code>b19b1f6</code></a>
 chore(release): publish 21.0.1</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/9ae353f71d8135399f9e3cb776963a98f4cc4f08";><code>9ae353f</code></a>
 chore(release): publish 21.0.0</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/5aa8171b510021a6d3bc167d5cf041da8ba56484";><code>5aa8171</code></a>
 feat(schematics): generate new projects using eslint defineConfig</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/6a6b671ec8597f9a04edb9993c410593e5700d18";><code>6a6b671</code></a>
 feat!: update Angular dependencies to v21</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/fdddff9b3e5d9a36e4dd527d201ed7b48ce2f08f";><code>fdddff9</code></a>
 chore(release): publish 20.7.0</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/e5301604797ce99db2c65d55749e4826cffe5115";><code>e530160</code></a>
 chore(release): publish 20.6.0</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/e7e09cd252c983cd8c30b4496e7a7807511452c8";><code>e7e09cd</code></a>
 chore: make vitest IDE extension work reliably (<a 
href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/2758";>#2758</a>)</li>
   <li><a 
href="https://github.com/angular-eslint/angular-eslint/commit/e97d134a0616498a863f3221f11a0af6ade0b2d3";><code>e97d134</code></a>
 chore(release): publish 20.5.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular-eslint/angular-eslint/commits/v21.1.0/packages/schematics";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​angular-eslint/schematics</code> since 
your current version.</p>
   </details>
   <br />
   
   Updates `@angular/cli` from 13.3.11 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/13.3.11...v21.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ng-packagr` from 13.3.1 to 21.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ng-packagr/ng-packagr/releases";>ng-packagr's 
releases</a>.</em></p>
   <blockquote>
   <h2>21.1.0</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>importAttributesKey: 'with'</code> to Rollup output options 
(<a 
href="https://github.com/ng-packagr/ng-packagr/commit/ba4f6900a5ddcc4dd5a41d7df0c0fa902de4241a";>ba4f690</a>),
 closes <a 
href="https://redirect.github.com/ng-packagr/ng-packagr/issues/3212";>#3212</a></li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>correctly identify external modules (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7c24c84056831327b917cc7ad3772f7146ec24b7";>7c24c84</a>)</li>
   </ul>
   <h2>21.1.0-rc.0</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>importAttributesKey: 'with'</code> to Rollup output options 
(<a 
href="https://github.com/ng-packagr/ng-packagr/commit/ba4f6900a5ddcc4dd5a41d7df0c0fa902de4241a";>ba4f690</a>),
 closes <a 
href="https://redirect.github.com/ng-packagr/ng-packagr/issues/3212";>#3212</a></li>
   </ul>
   <h2>21.0.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>correctly identify external modules (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/e0f7b22dfd59470a7458191b6784d66cbf8d083a";>e0f7b22</a>)</li>
   </ul>
   <h2>21.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>TypeScript versions older than 5.9 are no longer supported.</li>
   <li>The <code>javascriptEnabled</code> option for Less is no longer 
supported. Projects relying on inline JavaScript within Less files will need to 
refactor their stylesheets to remove this dependency.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>drop support for TypeScript 5.8 (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7b4822488868a752c76144a82e4b1c1ca927ab7d";>7b48224</a>)</li>
   <li>remove deprecated <code>javascriptEnabled</code> option for Less (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/d57278d23f446996ba8ac72d260fd5650fba8cc8";>d57278d</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>write the types in <code>types</code> directory (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7a5e8fbd51010db91d0a74bf6efb6c0eb6732a00";>7a5e8fb</a>)</li>
   <li>add support for Angular version 21 (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/ed70e2326deb257fbcb789cdf07b71b31f236f4b";>ed70e23</a>)</li>
   </ul>
   <h2>21.0.0-rc.1</h2>
   <h3>Performance</h3>
   <ul>
   <li>reduce memory usage for multiple entry-points (non-watch) (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/01bdd42c15dbce078d427524848d0d6c75d985a0";>01bdd42</a>),
 closes <a 
href="https://redirect.github.com/ng-packagr/ng-packagr/issues/3168";>#3168</a></li>
   </ul>
   <h2>21.0.0-next.4</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>The <code>javascriptEnabled</code> option for Less is no longer 
supported. Projects relying on inline JavaScript within Less files will need to 
refactor their stylesheets to remove this dependency.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md";>ng-packagr's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/21.0.1...21.1.0";>21.1.0</a>
 (2026-01-14)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>importAttributesKey: 'with'</code> to Rollup output options 
(<a 
href="https://github.com/ng-packagr/ng-packagr/commit/ba4f6900a5ddcc4dd5a41d7df0c0fa902de4241a";>ba4f690</a>),
 closes <a 
href="https://redirect.github.com/ng-packagr/ng-packagr/issues/3212";>#3212</a></li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>correctly identify external modules (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7c24c84056831327b917cc7ad3772f7146ec24b7";>7c24c84</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/ng-packagr/ng-packagr/compare/21.0.0...21.0.1";>21.0.1</a>
 (2025-12-15)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>correctly identify external modules (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/e0f7b22dfd59470a7458191b6784d66cbf8d083a";>e0f7b22</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/21.0.0...21.1.0-next.0";>21.1.0-next.0</a>
 (2025-11-19)</h2>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/21.0.0...21.1.0-next.0";>21.1.0-next.0</a>
 (2025-11-19)</h2>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/20.3.2...21.0.0";>21.0.0</a>
 (2025-11-19)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>TypeScript versions older than 5.9 are no longer supported.</li>
   <li>The <code>javascriptEnabled</code> option for Less is no longer 
supported. Projects relying on inline JavaScript within Less files will need to 
refactor their stylesheets to remove this dependency.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>drop support for TypeScript 5.8 (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7b4822488868a752c76144a82e4b1c1ca927ab7d";>7b48224</a>)</li>
   <li>remove deprecated <code>javascriptEnabled</code> option for Less (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/d57278d23f446996ba8ac72d260fd5650fba8cc8";>d57278d</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>write the types in <code>types</code> directory (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/7a5e8fbd51010db91d0a74bf6efb6c0eb6732a00";>7a5e8fb</a>)</li>
   <li>add support for Angular version 21 (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/ed70e2326deb257fbcb789cdf07b71b31f236f4b";>ed70e23</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/20.3.1...20.3.2";>20.3.2</a>
 (2025-11-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>ensure deterministic ordering of 'exports' field (<a 
href="https://github.com/ng-packagr/ng-packagr/commit/952ca64fb8e80c55e8d1a95c5bb23776eaeb5d9d";>952ca64</a>),
 closes <a 
href="https://redirect.github.com/ng-packagr/ng-packagr/issues/3175";>#3175</a></li>
   </ul>
   <h2><a 
href="https://github.com/ng-packagr/ng-packagr/compare/20.3.0...20.3.1";>20.3.1</a>
 (2025-11-12)</h2>
   <h3>Performance</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/63cf1ac82a09f77dd6ef3efa0cef4d8b93708eb6";><code>63cf1ac</code></a>
 release: cut 21.1.0</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/3f1a2dc09a1622ded20e013f6a9066d2011bef88";><code>3f1a2dc</code></a>
 build: lock file maintenance</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/03c6e02b4881a2072256d2f5b046c19f02dccaec";><code>03c6e02</code></a>
 build: update pnpm to v10.28.0</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/3ad5509b6c2af566efd448e644a0ca8367716846";><code>3ad5509</code></a>
 Update renovate.json</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/294a52e627e82d3d6b25a1ed69266574d6e65e7a";><code>294a52e</code></a>
 build: update dependency node to v22.22.0</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/8c74a59060f9f7fb27602e242c5a715c7a431a89";><code>8c74a59</code></a>
 Update renovate.json</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/c38dc0bcc9a6c8e8c0cd31b8a4d4648605037225";><code>c38dc0b</code></a>
 Update renovate.json</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/2e81ae5c72f306cb020bedfead46d547e009226b";><code>2e81ae5</code></a>
 build: update all non-major dependencies to v8.52.0</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/858ca3ef53a451b393d2c685298718d86523c284";><code>858ca3e</code></a>
 release: cut 21.1.0-rc.0</li>
   <li><a 
href="https://github.com/ng-packagr/ng-packagr/commit/ba4f6900a5ddcc4dd5a41d7df0c0fa902de4241a";><code>ba4f690</code></a>
 feat: add <code>importAttributesKey: 'with'</code> to Rollup output 
options</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ng-packagr/ng-packagr/compare/v13.3.1...21.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for ng-packagr since your current version.</p>
   </details>
   <br />
   
   Updates `ngx-build-plus` from 13.0.1 to 20.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/manfredsteyer/ngx-build-plus/commits";>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/zeppelin/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