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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.7 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.7
   <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>
   <li>Consistent TOCTOU behavior in sync t.list</li>
   <li>Only read from ustar block if not specified in Pax</li>
   <li>Fix sync tar.list when file size reduces while reading</li>
   <li>Sanitize absolute linkpaths properly</li>
   <li>Prevent writing hardlink entries to the archive ahead of their
   file target</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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb";><code>4a37eb9</code></a>
 7.5.7</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46";><code>f4a7aa9</code></a>
 fix: properly sanitize hard links containing ..</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/394ece6ad8d81742a4e4058af227c616cd947a25";><code>394ece6</code></a>
 7.5.6</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/7d4cc17c76f6bd11dcd83de47187dc6dff206eee";><code>7d4cc17</code></a>
 fix race puting a Link ahead of its target File</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581";><code>26ab904</code></a>
 7.5.5</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/e9a1ddb821b29ddee75b9470dd511066148c8070";><code>e9a1ddb</code></a>
 fix: do not prevent valid linkpaths within archive</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/911c886bb170a6ee3db05fd3709221752213ec8a";><code>911c886</code></a>
 7.5.4</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6";><code>3b1abfa</code></a>
 normalize out unicode ligatures</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/a43478c5c51a71ec996cea62ff824eb9dc9dd17c";><code>a43478c</code></a>
 remove some unused files</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/970c58f6d3d0c932081f8b40218f612db2fabb5a";><code>970c58f</code></a>
 update deps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.7";>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/~isaacs";>isaacs</a>, a new releaser for tar since 
your current version.</p>
   </details>
   <br />
   
   Updates `@angular-devkit/build-angular` from 13.3.11 to 21.1.2
   <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.2</h2>
   <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72";><img
 src="https://img.shields.io/badge/e7458c81d-fix-green"; alt="fix - e7458c81d" 
/></a></td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326";><img
 src="https://img.shields.io/badge/d66f1fe64-fix-green"; alt="fix - d66f1fe64" 
/></a></td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</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/80911af673365af3bcb86760bebb4200967ca433";><img
 src="https://img.shields.io/badge/80911af67-fix-green"; alt="fix - 80911af67" 
/></a></td>
   <td>loosen Vitest dependency checks when runnerConfig is used</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";><img
 src="https://img.shields.io/badge/2d30639d3-fix-green"; alt="fix - 2d30639d3" 
/></a></td>
   <td>support merging coverage thresholds with Vitest runnerConfig</td>
   </tr>
   </tbody>
   </table>
   <h2>21.1.1</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/9da6d8fa7640f321547b0308accbfcafefee5b0b";><img
 src="https://img.shields.io/badge/9da6d8fa7-fix-green"; alt="fix - 9da6d8fa7" 
/></a></td>
   <td>correct vscode MCP configuration for new projects</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2";><img
 src="https://img.shields.io/badge/361758c75-fix-green"; alt="fix - 361758c75" 
/></a></td>
   <td>remove special characters from jasmine-vitest report filename</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/151b69587d982130bb80461e4fe143c8f047e68d";><img
 src="https://img.shields.io/badge/151b69587-fix-green"; alt="fix - 151b69587" 
/></a></td>
   <td>Remove nonexistent link from MCP response</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/1b7e3307afb21224ade885e5be64f16c1de860c9";><img
 src="https://img.shields.io/badge/1b7e3307a-fix-green"; alt="fix - 1b7e3307a" 
/></a></td>
   <td>allow application assets in workspace root</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b";><img
 src="https://img.shields.io/badge/d1e596dc5-fix-green"; alt="fix - d1e596dc5" 
/></a></td>
   <td>prevent incorrect catch binding removal in downleveled for-await</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723";><img
 src="https://img.shields.io/badge/98ef0981a-fix-green"; alt="fix - 98ef0981a" 
/></a></td>
   <td>update undici to v7.18.2</td>
   </tr>
   </tbody>
   </table>
   <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>
   </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.2 (2026-01-28)</h1>
   <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72";>e7458c81d</a></td>
   <td>fix</td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326";>d66f1fe64</a></td>
   <td>fix</td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</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/80911af673365af3bcb86760bebb4200967ca433";>80911af67</a></td>
   <td>fix</td>
   <td>loosen Vitest dependency checks when runnerConfig is used</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";>2d30639d3</a></td>
   <td>fix</td>
   <td>support merging coverage thresholds with Vitest runnerConfig</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.1.1 (2026-01-21)</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/151b69587d982130bb80461e4fe143c8f047e68d";>151b69587</a></td>
   <td>fix</td>
   <td>Remove nonexistent link from MCP response</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/9da6d8fa7640f321547b0308accbfcafefee5b0b";>9da6d8fa7</a></td>
   <td>fix</td>
   <td>correct vscode MCP configuration for new projects</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2";>361758c75</a></td>
   <td>fix</td>
   <td>remove special characters from jasmine-vitest report filename</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/1b7e3307afb21224ade885e5be64f16c1de860c9";>1b7e3307a</a></td>
   <td>fix</td>
   <td>allow application assets in workspace root</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b";>d1e596dc5</a></td>
   <td>fix</td>
   <td>prevent incorrect catch binding removal in downleveled for-await</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723";>98ef0981a</a></td>
   <td>fix</td>
   <td>update undici to v7.18.2</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular-cli/commit/702d7170eae3d8cba71c3c6a1551e837698f1436";><code>702d717</code></a>
 release: cut the v21.1.2 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/d66f1fe647560498d78e9db362a5fdf1ab492326";><code>d66f1fe</code></a>
 fix(<code>@​angular-devkit/architect</code>): Add boolean type inference for 
'true' and 'fa...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/e7458c81d669296c767fca272f80054d3b434a72";><code>e7458c8</code></a>
 fix(<code>@​angular-devkit/schematics-cli</code>): Add boolean type inference 
for 'true' an...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/e974e404e54dc3c199a3d3faf5402fe242599a5c";><code>e974e40</code></a>
 build: lock file maintenance</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";><code>2d30639</code></a>
 fix(<code>@​angular/build</code>): support merging coverage thresholds with 
Vitest runnerCo...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/80911af673365af3bcb86760bebb4200967ca433";><code>80911af</code></a>
 fix(<code>@​angular/build</code>): loosen Vitest dependency checks when 
runnerConfig is used</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/7cf1d3b8ebdd44c34282619c1856bb8fa4969cd0";><code>7cf1d3b</code></a>
 build: update cross-repo angular dependencies</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/165e7d666e251201739a73610860aeb159992e02";><code>165e7d6</code></a>
 build: update all github actions</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/8e7f86be918e40831a7b3616fc35f4df4464434c";><code>8e7f86b</code></a>
 build: update bazel dependencies</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/3206b8b11c6a54c417f5937e596775e2bbc2373a";><code>3206b8b</code></a>
 build: update cross-repo angular dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/13.3.11...v21.1.2";>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.2
   <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.2</h2>
   <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72";><img
 src="https://img.shields.io/badge/e7458c81d-fix-green"; alt="fix - e7458c81d" 
/></a></td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326";><img
 src="https://img.shields.io/badge/d66f1fe64-fix-green"; alt="fix - d66f1fe64" 
/></a></td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</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/80911af673365af3bcb86760bebb4200967ca433";><img
 src="https://img.shields.io/badge/80911af67-fix-green"; alt="fix - 80911af67" 
/></a></td>
   <td>loosen Vitest dependency checks when runnerConfig is used</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";><img
 src="https://img.shields.io/badge/2d30639d3-fix-green"; alt="fix - 2d30639d3" 
/></a></td>
   <td>support merging coverage thresholds with Vitest runnerConfig</td>
   </tr>
   </tbody>
   </table>
   <h2>21.1.1</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/9da6d8fa7640f321547b0308accbfcafefee5b0b";><img
 src="https://img.shields.io/badge/9da6d8fa7-fix-green"; alt="fix - 9da6d8fa7" 
/></a></td>
   <td>correct vscode MCP configuration for new projects</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2";><img
 src="https://img.shields.io/badge/361758c75-fix-green"; alt="fix - 361758c75" 
/></a></td>
   <td>remove special characters from jasmine-vitest report filename</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/151b69587d982130bb80461e4fe143c8f047e68d";><img
 src="https://img.shields.io/badge/151b69587-fix-green"; alt="fix - 151b69587" 
/></a></td>
   <td>Remove nonexistent link from MCP response</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/1b7e3307afb21224ade885e5be64f16c1de860c9";><img
 src="https://img.shields.io/badge/1b7e3307a-fix-green"; alt="fix - 1b7e3307a" 
/></a></td>
   <td>allow application assets in workspace root</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b";><img
 src="https://img.shields.io/badge/d1e596dc5-fix-green"; alt="fix - d1e596dc5" 
/></a></td>
   <td>prevent incorrect catch binding removal in downleveled for-await</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723";><img
 src="https://img.shields.io/badge/98ef0981a-fix-green"; alt="fix - 98ef0981a" 
/></a></td>
   <td>update undici to v7.18.2</td>
   </tr>
   </tbody>
   </table>
   <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>
   </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.2 (2026-01-28)</h1>
   <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72";>e7458c81d</a></td>
   <td>fix</td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326";>d66f1fe64</a></td>
   <td>fix</td>
   <td>Add boolean type inference for 'true' and 'false' string values in 
argument parsing</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/80911af673365af3bcb86760bebb4200967ca433";>80911af67</a></td>
   <td>fix</td>
   <td>loosen Vitest dependency checks when runnerConfig is used</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";>2d30639d3</a></td>
   <td>fix</td>
   <td>support merging coverage thresholds with Vitest runnerConfig</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.1.1 (2026-01-21)</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/151b69587d982130bb80461e4fe143c8f047e68d";>151b69587</a></td>
   <td>fix</td>
   <td>Remove nonexistent link from MCP response</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/9da6d8fa7640f321547b0308accbfcafefee5b0b";>9da6d8fa7</a></td>
   <td>fix</td>
   <td>correct vscode MCP configuration for new projects</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2";>361758c75</a></td>
   <td>fix</td>
   <td>remove special characters from jasmine-vitest report filename</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/1b7e3307afb21224ade885e5be64f16c1de860c9";>1b7e3307a</a></td>
   <td>fix</td>
   <td>allow application assets in workspace root</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b";>d1e596dc5</a></td>
   <td>fix</td>
   <td>prevent incorrect catch binding removal in downleveled for-await</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723";>98ef0981a</a></td>
   <td>fix</td>
   <td>update undici to v7.18.2</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular-cli/commit/702d7170eae3d8cba71c3c6a1551e837698f1436";><code>702d717</code></a>
 release: cut the v21.1.2 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/d66f1fe647560498d78e9db362a5fdf1ab492326";><code>d66f1fe</code></a>
 fix(<code>@​angular-devkit/architect</code>): Add boolean type inference for 
'true' and 'fa...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/e7458c81d669296c767fca272f80054d3b434a72";><code>e7458c8</code></a>
 fix(<code>@​angular-devkit/schematics-cli</code>): Add boolean type inference 
for 'true' an...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/e974e404e54dc3c199a3d3faf5402fe242599a5c";><code>e974e40</code></a>
 build: lock file maintenance</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5";><code>2d30639</code></a>
 fix(<code>@​angular/build</code>): support merging coverage thresholds with 
Vitest runnerCo...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/80911af673365af3bcb86760bebb4200967ca433";><code>80911af</code></a>
 fix(<code>@​angular/build</code>): loosen Vitest dependency checks when 
runnerConfig is used</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/7cf1d3b8ebdd44c34282619c1856bb8fa4969cd0";><code>7cf1d3b</code></a>
 build: update cross-repo angular dependencies</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/165e7d666e251201739a73610860aeb159992e02";><code>165e7d6</code></a>
 build: update all github actions</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/8e7f86be918e40831a7b3616fc35f4df4464434c";><code>8e7f86b</code></a>
 build: update bazel dependencies</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/3206b8b11c6a54c417f5937e596775e2bbc2373a";><code>3206b8b</code></a>
 build: update cross-repo angular dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/13.3.11...v21.1.2";>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