dependabot[bot] opened a new pull request, #1055: URL: https://github.com/apache/knox/pull/1055
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-server` from 4.7.3 to 5.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v6.0.0">5.2.1</a> (2025-03-26)</h2> <h3>Security</h3> <ul> <li>cross-origin requests are not allowed unless allowed by <code>Access-Control-Allow-Origin</code> header</li> <li>requests with an IP addresses in the <code>Origin</code> header are not allowed to connect to WebSocket server unless configured by <code>allowedHosts</code> or it different from the <code>Host</code> header</li> </ul> <p>The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.</p> <h3>Bug Fixes</h3> <ul> <li>prevent overlay for errors caught by React error boundaries (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5431">#5431</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8c1abc903ab444d9ce99e567b9a6c603e1ec06be">8c1abc9</a>)</li> <li>take the first network found instead of the last one, this restores the same behavior as 5.0.4 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5411">#5411</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/ffd0b86b790d372f90e17aea92cfd9def83fee96">ffd0b86</a>)</li> </ul> <h2>v5.2.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-12-11)</h2> <h3>Features</h3> <ul> <li>added <code>getClientEntry</code> and <code>getClientHotEntry</code> methods to get clients entries (<a href="https://github.com/webpack/webpack-dev-server/commit/dc642a832d45c23c5c7a08fbf29995e0db7e0d95">dc642a8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>speed up initial client bundling (<a href="https://github.com/webpack/webpack-dev-server/commit/145b5d01610a16468fc32719a20366682b0e8572">145b5d0</a>)</li> </ul> <h2>v5.1.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0">5.1.0</a> (2024-09-03)</h2> <h3>Features</h3> <ul> <li>add visual progress indicators (<a href="https://github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50">a8f40b7</a>)</li> <li>added the <code>app</code> option to be <code>Function</code> (by default only with <code>connect</code> compatibility frameworks) (<a href="https://github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f">3096148</a>)</li> <li>allow the <code>server</code> option to be <code>Function</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5275">#5275</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886">02a1c6d</a>)</li> <li>http2 support for <code>connect</code> and <code>connect</code> compatibility frameworks which support HTTP2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5267">#5267</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99">6509a3f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>check the <code>platform</code> property to determinate the target (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5269">#5269</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf">c3b532c</a>)</li> <li>ipv6 output (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5270">#5270</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/06005e7cb99e4c412b968ed3fb786acfb8c2e037">06005e7</a>)</li> <li>replace <code>rimraf</code> with <code>rm</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5162">#5162</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1a1561f09bdfa7a98434d7d9cd62e323b887dfbf">1a1561f</a>)</li> <li>replace default gateway (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5255">#5255</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f5f09024ff4fe6625aa94bcd69439462d74013f0">f5f0902</a>)</li> <li>support <code>devServer: false</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5272">#5272</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8b341cb8c1dc01cef62c70959620cd0cbd87fee7">8b341cb</a>)</li> </ul> <h2>v5.0.4</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4">5.0.4</a> (2024-03-19)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v6.0.0">5.2.1</a> (2025-03-26)</h2> <h3>Security</h3> <ul> <li>cross-origin requests are not allowed unless allowed by <code>Access-Control-Allow-Origin</code> header</li> <li>requests with an IP addresses in the <code>Origin</code> header are not allowed to connect to WebSocket server unless configured by <code>allowedHosts</code> or it different from the <code>Host</code> header</li> </ul> <p>The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.</p> <h3>Bug Fixes</h3> <ul> <li>prevent overlay for errors caught by React error boundaries (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5431">#5431</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8c1abc903ab444d9ce99e567b9a6c603e1ec06be">8c1abc9</a>)</li> <li>take the first network found instead of the last one, this restores the same behavior as 5.0.4 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5411">#5411</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/ffd0b86b790d372f90e17aea92cfd9def83fee96">ffd0b86</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-12-11)</h2> <h3>Features</h3> <ul> <li>added <code>getClientEntry</code> and <code>getClientHotEntry</code> methods to get clients entries (<a href="https://github.com/webpack/webpack-dev-server/commit/dc642a832d45c23c5c7a08fbf29995e0db7e0d95">dc642a8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>speed up initial client bundling (<a href="https://github.com/webpack/webpack-dev-server/commit/145b5d01610a16468fc32719a20366682b0e8572">145b5d0</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0">5.1.0</a> (2024-09-03)</h2> <h3>Features</h3> <ul> <li>add visual progress indicators (<a href="https://github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50">a8f40b7</a>)</li> <li>added the <code>app</code> option to be <code>Function</code> (by default only with <code>connect</code> compatibility frameworks) (<a href="https://github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f">3096148</a>)</li> <li>allow the <code>server</code> option to be <code>Function</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5275">#5275</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886">02a1c6d</a>)</li> <li>http2 support for <code>connect</code> and <code>connect</code> compatibility frameworks which support HTTP2 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5267">#5267</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99">6509a3f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>check the <code>platform</code> property to determinate the target (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5269">#5269</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf">c3b532c</a>)</li> <li>ipv6 output (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5270">#5270</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/06005e7cb99e4c412b968ed3fb786acfb8c2e037">06005e7</a>)</li> <li>replace <code>rimraf</code> with <code>rm</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5162">#5162</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1a1561f09bdfa7a98434d7d9cd62e323b887dfbf">1a1561f</a>)</li> <li>replace default gateway (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5255">#5255</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/f5f09024ff4fe6625aa94bcd69439462d74013f0">f5f0902</a>)</li> <li>support <code>devServer: false</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5272">#5272</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8b341cb8c1dc01cef62c70959620cd0cbd87fee7">8b341cb</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4">5.0.4</a> (2024-03-19)</h3> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0d22a08cc96deeb4421251ff41a915dcda1b59c5"><code>0d22a08</code></a> chore(release): 5.2.1</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/6045b1e9d63078fb24cac52eb361b7356944cddd"><code>6045b1e</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5444">#5444</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ffd0b86b790d372f90e17aea92cfd9def83fee96"><code>ffd0b86</code></a> fix: take the first network found instead of the last one, this restores the ...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/9ea7b0856a72b92b1444ef6a0087f90b883500dd"><code>9ea7b08</code></a> ci: update dependency-review-action (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5442">#5442</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5c9378bb01276357d7af208a0856ca2163db188e"><code>5c9378b</code></a> Merge commit from fork</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/d2575ad8dfed9207ed810b5ea0ccf465115a2239"><code>d2575ad</code></a> Merge commit from fork</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/8c1abc903ab444d9ce99e567b9a6c603e1ec06be"><code>8c1abc9</code></a> fix: prevent overlay for errors caught by React error boundaries (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5431">#5431</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/5a39c7099ab2908251ff759f311e1d4e85b4b3e8"><code>5a39c70</code></a> ci: update codecov/codecov-action to v5 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5406">#5406</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/55220a800ba4e30dbde2d98785ecf4c80b32f711"><code>55220a8</code></a> chore(deps-dev): bump the dependencies group across 1 directory with 4 update...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/09f6f8eb46abce836acbc1b8c892e348106c924e"><code>09f6f8e</code></a> chore(deps): bump the dependencies group across 1 directory with 2 updates (#...</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.3...v5.2.1">compare view</a></li> </ul> </details> <br /> Updates `@angular-devkit/build-angular` from 13.3.11 to 20.0.1 <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>20.0.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/525ddcbd290525e4dac2547c352cf6c774d728a2"><img src="https://img.shields.io/badge/525ddcbd2-fix-green" alt="fix - 525ddcbd2" /></a></td> <td>only overwrite JSON file if actually changed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/83c820e5ab55d01662417a51e4cc8d094e409fc6"><img src="https://img.shields.io/badge/83c820e5a-fix-green" alt="fix - 83c820e5a" /></a></td> <td>remove karma config devkit package usages during application migration</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/87266b38a09ce783ac6d18f532ebe1f8ae5954c0"><img src="https://img.shields.io/badge/87266b38a-fix-green" alt="fix - 87266b38a" /></a></td> <td>skip zone.js dependency for zoneless applications</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/0883248cbdebcad09393349a0a5d9487b2a452ae"><img src="https://img.shields.io/badge/0883248cb-fix-green" alt="fix - 0883248cb" /></a></td> <td>improve Node.js version check and error messages</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/e5efdc577be913870b29173345b8194b87420474"><img src="https://img.shields.io/badge/e5efdc577-fix-green" alt="fix - e5efdc577" /></a></td> <td>also disable outputMode in vitest unit-tests</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5814393dbb2f9227ce10f1df77a8deee06c7d1c5"><img src="https://img.shields.io/badge/5814393db-fix-green" alt="fix - 5814393db" /></a></td> <td>resolve junit karma reporter output to workspace root</td> </tr> </tbody> </table> <h2>20.0.0</h2> <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/e513cd4aa218e5ab634f05c18b6aa90f223e096c"><img src="https://img.shields.io/badge/e513cd4aa-fix-green" alt="fix - e513cd4aa" /></a></td> <td>add Node.js 24 as supported version</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5e90c1b4ec3f1d05ad00f2f854347a5bf8cb0860"><img src="https://img.shields.io/badge/5e90c1b4e-fix-green" alt="fix - 5e90c1b4e" /></a></td> <td>remove Node.js v18 support</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/787e510dccabf30589194fcefdb74a687dfa3945"><img src="https://img.shields.io/badge/787e510dc-fix-green" alt="fix - 787e510dc" /></a></td> <td>update min Node.js support to 20.19, 22.12, and 24.0</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/64732534ecb84d702bde2469466a05e765879f9a"><img src="https://img.shields.io/badge/64732534e-fix-green" alt="fix - 64732534e" /></a></td> <td>update minimum supported Node.js 22 version to 22.11.0</td> </tr> </tbody> </table> <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/e03f2b89992cb1e34a57f9cd5beef77674c116b6"><img src="https://img.shields.io/badge/e03f2b899-feat-blue" alt="feat - e03f2b899" /></a></td> <td>Add global error listeners to new app generation</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1e137ca848839402bc214fbccdc04243862d01d0"><img src="https://img.shields.io/badge/1e137ca84-feat-blue" alt="feat - 1e137ca84" /></a></td> <td>add migration to update <code>moduleResolution</code> to <code>bundler</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/26fd4ea73ad2a0148ae587d582134c68a0bf4b86"><img src="https://img.shields.io/badge/26fd4ea73-feat-blue" alt="feat - 26fd4ea73" /></a></td> <td>add migrations for server rendering updates</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5876577af163b534846e720b0184558197dce741"><img src="https://img.shields.io/badge/5876577af-feat-blue" alt="feat - 5876577af" /></a></td> <td>Add prompt for new apps to be zoneless</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fdc6291dda4903f418667d415b05367390cf829d"><img src="https://img.shields.io/badge/fdc6291dd-feat-blue" alt="feat - fdc6291dd" /></a></td> <td>add update migration to keep previous style guide generation behavior</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/093c5a3152c4282d4afb51df40945283cc94d281"><img src="https://img.shields.io/badge/093c5a315-feat-blue" alt="feat - 093c5a315" /></a></td> <td>directly use <code>@angular/build</code> in new projects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d6f594fe0f8f21d9c0e2abedb5c8433a1aa5c157"><img src="https://img.shields.io/badge/d6f594fe0-feat-blue" alt="feat - d6f594fe0" /></a></td> <td>generate applications using TypeScript project references</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0ab1ddf632b7305db28a2f87f5c6b099a44669f6"><img src="https://img.shields.io/badge/0ab1ddf63-feat-blue" alt="feat - 0ab1ddf63" /></a></td> <td>generate libraries using TypeScript project references</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/18e13e2ceed931d29aa5582980c7d6d1f66c9787"><img src="https://img.shields.io/badge/18e13e2ce-feat-blue" alt="feat - 18e13e2ce" /></a></td> <td>remove <code>--server-routing</code> option</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/03180fe0358662f8fd3255ad546994da3e3bda9c"><img src="https://img.shields.io/badge/03180fe03-feat-blue" alt="feat - 03180fe03" /></a></td> <td>use TypeScript module preserve option for new projects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/86d241629ff51f0bb5988e81cac8658b01704d49"><img src="https://img.shields.io/badge/86d241629-fix-green" alt="fix - 86d241629" /></a></td> <td>add <code>@angular/ssr</code> dependency only when <code>provideServerRendering</code> import has been updated</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9e6b9b5379d0448578b3bfb6100852dea7febe75"><img src="https://img.shields.io/badge/9e6b9b537-fix-green" alt="fix - 9e6b9b537" /></a></td> <td>add type checking of host bindings to strict config</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8654b3fea4e2ba5af651e6c2a4afddaf6fc42802"><img src="https://img.shields.io/badge/8654b3fea-fix-green" alt="fix - 8654b3fea" /></a></td> <td>application migration should migrate karma builder package</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c557a19ef4eed9f2d805bb235d3819c69a1aaef6"><img src="https://img.shields.io/badge/c557a19ef-fix-green" alt="fix - c557a19ef" /></a></td> <td>avoid empty polyfill option for new zoneless application</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/90615a88b10535d7f0197008b9d48ceac4409c23"><img src="https://img.shields.io/badge/90615a88b-fix-green" alt="fix - 90615a88b" /></a></td> <td>default component templates to not use <code>.ng.html</code> extension</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/672ae14cd21d02a3b4727e2febd88747b9e4c684"><img src="https://img.shields.io/badge/672ae14cd-fix-green" alt="fix - 672ae14cd" /></a></td> <td>drop composite in tsconfig</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/da6ef626f960b187a7862f0caa3d8aed38224ac2"><img src="https://img.shields.io/badge/da6ef626f-fix-green" alt="fix - da6ef626f" /></a></td> <td>ensure app-shell schematic consistently uses <code>withAppShell</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f126f8d34b087dd3a916dfb93cd255aac4d6c309"><img src="https://img.shields.io/badge/f126f8d34-fix-green" alt="fix - f126f8d34" /></a></td> <td>ensure module discovery checks for an NgModule decorator</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dc2f65999a64453a26b61c96080b732fdc4147c8"><img src="https://img.shields.io/badge/dc2f65999-fix-green" alt="fix - dc2f65999" /></a></td> <td>generate component templates with a <code>.ng.html</code> file extension</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/23fc8e1e176f23442876b086bff52dd5f35abbc0"><img src="https://img.shields.io/badge/23fc8e1e1-fix-green" alt="fix - 23fc8e1e1" /></a></td> <td>generate components without a <code>.component</code> extension/type</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8d715fa948d432b18d06bcf42eed3a7681383523"><img src="https://img.shields.io/badge/8d715fa94-fix-green" alt="fix - 8d715fa94" /></a></td> <td>generate directives without a .directive extension/type</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5fc5951440c9306c4349fa3f8dbcb1b584441fe8"><img src="https://img.shields.io/badge/5fc595144-fix-green" alt="fix - 5fc595144" /></a></td> <td>generate guards with a dash type separator</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>20.0.1 (2025-06-04)</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/0883248cbdebcad09393349a0a5d9487b2a452ae">0883248cb</a></td> <td>fix</td> <td>improve Node.js version check and error messages</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/525ddcbd290525e4dac2547c352cf6c774d728a2">525ddcbd2</a></td> <td>fix</td> <td>only overwrite JSON file if actually changed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/83c820e5ab55d01662417a51e4cc8d094e409fc6">83c820e5a</a></td> <td>fix</td> <td>remove karma config devkit package usages during application migration</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/87266b38a09ce783ac6d18f532ebe1f8ae5954c0">87266b38a</a></td> <td>fix</td> <td>skip zone.js dependency for zoneless applications</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/e5efdc577be913870b29173345b8194b87420474">e5efdc577</a></td> <td>fix</td> <td>also disable outputMode in vitest unit-tests</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5814393dbb2f9227ce10f1df77a8deee06c7d1c5">5814393db</a></td> <td>fix</td> <td>resolve junit karma reporter output to workspace root</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>20.0.0 (2025-05-28)</h1> <h2>Breaking Changes</h2> <h3><code>@angular/cli</code></h3> <ul> <li> <p>Node.js v18 is no longer supported with Angular.</p> <p>Before updating a project to Angular v20, the Node.js version must be at least 20.11.1. For the full list of supported Node.js versions, see <a href="https://angular.dev/reference/versions">https://angular.dev/reference/versions</a>.</p> </li> <li> <p>Node.js versions from 22.0 to 22.10 are no longer supported</p> </li> </ul> <h3><code>@schematics/angular</code></h3> <ul> <li><code>--server-routing</code> option has been removed from several schematics. Server routing will be used when using the application builder.</li> </ul> <h3><code>@angular-devkit/schematics</code></h3> <ul> <li> <p>The <code>NodePackageLinkTask</code> has been removed without a replacement. Create a custom task if needed.</p> <p>Note: This does not affect application developers.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/4e7e0b073f866eedf58bd1fc43be57b1b849cd88"><code>4e7e0b0</code></a> release: cut the v20.0.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/0883248cbdebcad09393349a0a5d9487b2a452ae"><code>0883248</code></a> fix(<code>@angular/cli</code>): improve Node.js version check and error messages</li> <li><a href="https://github.com/angular/angular-cli/commit/87266b38a09ce783ac6d18f532ebe1f8ae5954c0"><code>87266b3</code></a> fix(<code>@schematics/angular</code>): skip zone.js dependency for zoneless applications</li> <li><a href="https://github.com/angular/angular-cli/commit/5814393dbb2f9227ce10f1df77a8deee06c7d1c5"><code>5814393</code></a> fix(<code>@angular/build</code>): resolve junit karma reporter output to workspace root</li> <li><a href="https://github.com/angular/angular-cli/commit/83c820e5ab55d01662417a51e4cc8d094e409fc6"><code>83c820e</code></a> fix(<code>@schematics/angular</code>): remove karma config devkit package usages during ap...</li> <li><a href="https://github.com/angular/angular-cli/commit/525ddcbd290525e4dac2547c352cf6c774d728a2"><code>525ddcb</code></a> fix(<code>@schematics/angular</code>): only overwrite JSON file if actually changed</li> <li><a href="https://github.com/angular/angular-cli/commit/e5efdc577be913870b29173345b8194b87420474"><code>e5efdc5</code></a> fix(<code>@angular/build</code>): also disable outputMode in vitest unit-tests</li> <li><a href="https://github.com/angular/angular-cli/commit/510db3e93f6aa8daccc80dd0fcbc4dd0c3a3fcec"><code>510db3e</code></a> release: cut the v20.0.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/b3fa0a85d4686ca5eda289c8414e3a298e7b1df0"><code>b3fa0a8</code></a> build: update framework and ng-packagr to 20.0.0</li> <li><a href="https://github.com/angular/angular-cli/commit/2353de5ceff232936a3dfbdd7587e7a093185b93"><code>2353de5</code></a> release: cut the v20.0.0-rc.4 release</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.11...20.0.1">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/knox/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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org