You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/02/27 13:50:49 UTC

[PR] Bump postcss and @angular-devkit/build-angular in /knox-homepage-ui [knox]

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

   Bumps [postcss](https://github.com/postcss/postcss) to 8.4.35 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.
   
   Updates `postcss` from 8.4.5 to 8.4.35
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p>
   <blockquote>
   <h2>8.4.35</h2>
   <ul>
   <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li>
   <li>Allow to pass <code>undefined</code> to node adding method to simplify types.</li>
   </ul>
   <h2>8.4.34</h2>
   <ul>
   <li>Fixed <code>AtRule#nodes</code> type (by <a href="https://github.com/tim-we"><code>@​tim-we</code></a>).</li>
   <li>Cleaned up code (by <a href="https://github.com/DrKiraDmitry"><code>@​DrKiraDmitry</code></a>).</li>
   </ul>
   <h2>8.4.33</h2>
   <ul>
   <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
   <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li>
   </ul>
   <h2>8.4.32</h2>
   <ul>
   <li>Fixed <code>postcss().process()</code> types (by <a href="https://github.com/ferreira-tb"><code>@​ferreira-tb</code></a>).</li>
   </ul>
   <h2>8.4.31</h2>
   <ul>
   <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
   </ul>
   <h2>8.4.30</h2>
   <ul>
   <li>Improved source map performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>8.4.29</h2>
   <ul>
   <li>Fixed <code>Node#source.offset</code> (by <a href="https://github.com/idoros"><code>@​idoros</code></a>).</li>
   <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li>
   </ul>
   <h2>8.4.28</h2>
   <ul>
   <li>Fixed <code>Root.source.end</code> for better source map (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
   <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li>
   </ul>
   <h2>8.4.27</h2>
   <ul>
   <li>Fixed <code>Container</code> clone methods types.</li>
   </ul>
   <h2>8.4.26</h2>
   <ul>
   <li>Fixed clone methods types.</li>
   </ul>
   <h2>8.4.25</h2>
   <ul>
   <li>Improve stringify performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
   <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
   </ul>
   <h2>8.4.24</h2>
   <ul>
   <li>Fixed <code>Plugin</code> types.</li>
   </ul>
   <h2>8.4.23</h2>
   <ul>
   <li>Fixed warnings in TypeDoc.</li>
   </ul>
   <h2>8.4.22</h2>
   <ul>
   <li>Fixed TypeScript support with <code>node16</code> (by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li>
   </ul>
   <h2>8.4.21</h2>
   <ul>
   <li>Fixed <code>Input#error</code> types (by <a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p>
   <blockquote>
   <h2>8.4.35</h2>
   <ul>
   <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li>
   <li>Allow to pass <code>undefined</code> to node adding method to simplify types.</li>
   </ul>
   <h2>8.4.34</h2>
   <ul>
   <li>Fixed <code>AtRule#nodes</code> type (by Tim Weißenfels).</li>
   <li>Cleaned up code (by Dmitry Kirillov).</li>
   </ul>
   <h2>8.4.33</h2>
   <ul>
   <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by Romain Menke).</li>
   <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li>
   </ul>
   <h2>8.4.32</h2>
   <ul>
   <li>Fixed <code>postcss().process()</code> types (by Andrew Ferreira).</li>
   </ul>
   <h2>8.4.31</h2>
   <ul>
   <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
   </ul>
   <h2>8.4.30</h2>
   <ul>
   <li>Improved source map performance (by Romain Menke).</li>
   </ul>
   <h2>8.4.29</h2>
   <ul>
   <li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li>
   <li>Fixed docs (by Christian Oliff).</li>
   </ul>
   <h2>8.4.28</h2>
   <ul>
   <li>Fixed <code>Root.source.end</code> for better source map (by Romain Menke).</li>
   <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li>
   </ul>
   <h2>8.4.27</h2>
   <ul>
   <li>Fixed <code>Container</code> clone methods types.</li>
   </ul>
   <h2>8.4.26</h2>
   <ul>
   <li>Fixed clone methods types.</li>
   </ul>
   <h2>8.4.25</h2>
   <ul>
   <li>Improve stringify performance (by Romain Menke).</li>
   <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
   </ul>
   <h2>8.4.24</h2>
   <ul>
   <li>Fixed <code>Plugin</code> types.</li>
   </ul>
   <h2>8.4.23</h2>
   <ul>
   <li>Fixed warnings in TypeDoc.</li>
   </ul>
   <h2>8.4.22</h2>
   <ul>
   <li>Fixed TypeScript support with <code>node16</code> (by Remco Haszing).</li>
   </ul>
   <h2>8.4.21</h2>
   <ul>
   <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/postcss/postcss/commit/edda95ec4a0f4595522ab18e913eb851e73d301d"><code>edda95e</code></a> Release 8.4.35 version</li>
   <li><a href="https://github.com/postcss/postcss/commit/612f3602e79392b4ace8249e5aa4e8e31f8dad05"><code>612f360</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1924">#1924</a> from postcss/refactor/types</li>
   <li><a href="https://github.com/postcss/postcss/commit/5e7449fe7e0186b7318fa85817863a09c8e2b72d"><code>5e7449f</code></a> Fix node.parent.nodes type</li>
   <li><a href="https://github.com/postcss/postcss/commit/65075dfeebcb56245f9aaa82dcd3278be342b986"><code>65075df</code></a> Allow to pass undefined to adding methods to simplify type check</li>
   <li><a href="https://github.com/postcss/postcss/commit/477b3bbb9d3b8d91b37c132661724557beeab63c"><code>477b3bb</code></a> Release 8.4.34 version</li>
   <li><a href="https://github.com/postcss/postcss/commit/25af11752fc4d3ac3d5fa8880c13a2e77a57ac66"><code>25af117</code></a> Update dependencies</li>
   <li><a href="https://github.com/postcss/postcss/commit/bb0314a41fcfaf8649659f10d52ddb63f0a5ef9d"><code>bb0314a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1922">#1922</a> from tim-we/improve-at-rule-types</li>
   <li><a href="https://github.com/postcss/postcss/commit/9dd5a9337edfbfcb55722f13f56a961396cc4c5b"><code>9dd5a93</code></a> Fix at-rule test</li>
   <li><a href="https://github.com/postcss/postcss/commit/8322d112e860d9e9bc9521d47f94cdbd54143449"><code>8322d11</code></a> Fix visitor test</li>
   <li><a href="https://github.com/postcss/postcss/commit/ee7fcd42757f32791647674273be20b2ac85cc71"><code>ee7fcd4</code></a> Fix Document#nodes</li>
   <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.5...8.4.35">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular-devkit/build-angular` from 13.3.11 to 17.2.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>v17.2.1</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>17.2.1 (2024-02-22)</h1>
   <h3><code>@​angular-devkit/build-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/9e7c47b5945b368a6fd5e2544674d5a3afd63d65"><img src="https://img.shields.io/badge/9e7c47b59-fix-green" alt="fix - 9e7c47b59" /></a></td>
   <td>allow <code>mts</code> and <code>cts</code> file replacement</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f2a2e92877298a30bc1042772be043d5db9ac729"><img src="https://img.shields.io/badge/f2a2e9287-fix-green" alt="fix - f2a2e9287" /></a></td>
   <td>provide Vite client code source map when loading</td>
   </tr>
   </tbody>
   </table>
   <h2>v17.2.0</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>17.2.0 (2024-02-14)</h1>
   <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/03e1aa7904acfe9d12eaf3717d1b136159893a76"><img src="https://img.shields.io/badge/03e1aa790-feat-blue" alt="feat - 03e1aa790" /></a></td>
   <td>add support to <code>bun</code> package manager</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/b3e206741c5b59b8563b7c60a1f66c49802549e7"><img src="https://img.shields.io/badge/b3e206741-feat-blue" alt="feat - b3e206741" /></a></td>
   <td>add support to <code>bun</code> package manager</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/build-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/7f57123fd40b345d7880cb9e2eccd4757c0fb6ee"><img src="https://img.shields.io/badge/7f57123fd-feat-blue" alt="feat - 7f57123fd" /></a></td>
   <td>add define build option to application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f4f535653a34c2a7c37c51c98680b6b1766c6d0d"><img src="https://img.shields.io/badge/f4f535653-feat-blue" alt="feat - f4f535653" /></a></td>
   <td>add JSON build logs when using the application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/b59f663e5715e009b05bf560637c1bca3b112784"><img src="https://img.shields.io/badge/b59f663e5-feat-blue" alt="feat - b59f663e5" /></a></td>
   <td>allow control of Vite-based development server prebundling</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/8f47f1e965b25f3d976eda701ae2e7b7e8cccfa3"><img src="https://img.shields.io/badge/8f47f1e96-feat-blue" alt="feat - 8f47f1e96" /></a></td>
   <td>provide default and abbreviated build target support for dev-server and extract-i18n</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/7a12074dc940f1aa8f5347071324fa0d2fd1300b"><img src="https://img.shields.io/badge/7a12074dc-feat-blue" alt="feat - 7a12074dc" /></a></td>
   <td>provide option to allow automatically cleaning the terminal screen during rebuilds</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/7c522aa8742cd936bb0dfd30773d88f3ef92d488"><img src="https://img.shields.io/badge/7c522aa87-feat-blue" alt="feat - 7c522aa87" /></a></td>
   <td>support using custom postcss configuration with application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/476a68daa9746d29d3f74f68307d982d1d66f94c"><img src="https://img.shields.io/badge/476a68daa-fix-green" alt="fix - 476a68daa" /></a></td>
   <td>add output location in build stats</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/5e6f1a9f4362e9b12db64c7c2e609a346b17963d"><img src="https://img.shields.io/badge/5e6f1a9f4-fix-green" alt="fix - 5e6f1a9f4" /></a></td>
   <td>avoid preloading server chunks</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/41ea985f9317b11cfa6627a2d3f6b34ff4dbc134"><img src="https://img.shields.io/badge/41ea985f9-fix-green" alt="fix - 41ea985f9" /></a></td>
   <td>display server bundles in build stats</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/d493609d30e1f148a7efb72bd64227521a326fbb"><img src="https://img.shields.io/badge/d493609d3-fix-green" alt="fix - d493609d3" /></a></td>
   <td>downgrade copy-webpack-plugin to workaround Node.js support issue</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/8d5af1d5c78ce9aa996f6ba138b99d0bb5005d46"><img src="https://img.shields.io/badge/8d5af1d5c-fix-green" alt="fix - 8d5af1d5c" /></a></td>
   <td>ensure correct <code>.html</code> served with Vite dev-server</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/944cbcdb1af62855febc931fce92debf28a3b2a5"><img src="https://img.shields.io/badge/944cbcdb1-fix-green" alt="fix - 944cbcdb1" /></a></td>
   <td>limit the number of lazy chunks visible in the stats table</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/905e13633071b1db25621ae9f2762a48fe010df1"><img src="https://img.shields.io/badge/905e13633-fix-green" alt="fix - 905e13633" /></a></td>
   <td>support string as plugin option in custom postcss plugin config</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/schematics</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/da1c38c486b07d5a1b2933f23f83c6231b512e0f"><img src="https://img.shields.io/badge/da1c38c48-fix-green" alt="fix - da1c38c48" /></a></td>
   <td>add <code>bun</code> to known package managers</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/create</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/600498f2cd3e3251e7e6e3dd3505c5e943b2986a"><img src="https://img.shields.io/badge/600498f2c-feat-blue" alt="feat - 600498f2c" /></a></td>
   <td>add support to <code>bun</code> package manager</td>
   </tr>
   </tbody>
   </table>
   <h2>v17.2.0-rc.0</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>17.2.0-rc.0 (2024-02-08)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <p>| Commit | Description |</p>
   <!-- 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>17.2.1 (2024-02-22)</h1>
   <h3><code>@​angular-devkit/build-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/9e7c47b5945b368a6fd5e2544674d5a3afd63d65">9e7c47b59</a></td>
   <td>fix</td>
   <td>allow <code>mts</code> and <code>cts</code> file replacement</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f2a2e92877298a30bc1042772be043d5db9ac729">f2a2e9287</a></td>
   <td>fix</td>
   <td>provide Vite client code source map when loading</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>17.2.0 (2024-02-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/b3e206741c5b59b8563b7c60a1f66c49802549e7">b3e206741</a></td>
   <td>feat</td>
   <td>add support to <code>bun</code> package manager</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/03e1aa7904acfe9d12eaf3717d1b136159893a76">03e1aa790</a></td>
   <td>feat</td>
   <td>add support to <code>bun</code> package manager</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/build-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/7f57123fd40b345d7880cb9e2eccd4757c0fb6ee">7f57123fd</a></td>
   <td>feat</td>
   <td>add define build option to application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f4f535653a34c2a7c37c51c98680b6b1766c6d0d">f4f535653</a></td>
   <td>feat</td>
   <td>add JSON build logs when using the application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/b59f663e5715e009b05bf560637c1bca3b112784">b59f663e5</a></td>
   <td>feat</td>
   <td>allow control of Vite-based development server prebundling</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/8f47f1e965b25f3d976eda701ae2e7b7e8cccfa3">8f47f1e96</a></td>
   <td>feat</td>
   <td>provide default and abbreviated build target support for dev-server and extract-i18n</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/7a12074dc940f1aa8f5347071324fa0d2fd1300b">7a12074dc</a></td>
   <td>feat</td>
   <td>provide option to allow automatically cleaning the terminal screen during rebuilds</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/7c522aa8742cd936bb0dfd30773d88f3ef92d488">7c522aa87</a></td>
   <td>feat</td>
   <td>support using custom postcss configuration with application builder</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/476a68daa9746d29d3f74f68307d982d1d66f94c">476a68daa</a></td>
   <td>fix</td>
   <td>add output location in build stats</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/5e6f1a9f4362e9b12db64c7c2e609a346b17963d">5e6f1a9f4</a></td>
   <td>fix</td>
   <td>avoid preloading server chunks</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/41ea985f9317b11cfa6627a2d3f6b34ff4dbc134">41ea985f9</a></td>
   <td>fix</td>
   <td>display server bundles in build stats</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/d493609d30e1f148a7efb72bd64227521a326fbb">d493609d3</a></td>
   <td>fix</td>
   <td>downgrade copy-webpack-plugin to workaround Node.js support issue</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/8d5af1d5c78ce9aa996f6ba138b99d0bb5005d46">8d5af1d5c</a></td>
   <td>fix</td>
   <td>ensure correct <code>.html</code> served with Vite dev-server</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/944cbcdb1af62855febc931fce92debf28a3b2a5">944cbcdb1</a></td>
   <td>fix</td>
   <td>limit the number of lazy chunks visible in the stats table</td>
   </tr>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/905e13633071b1db25621ae9f2762a48fe010df1">905e13633</a></td>
   <td>fix</td>
   <td>support string as plugin option in custom postcss plugin config</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/schematics</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/da1c38c486b07d5a1b2933f23f83c6231b512e0f">da1c38c48</a></td>
   <td>fix</td>
   <td>add <code>bun</code> to known package managers</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/angular/angular-cli/commit/ca18ead3453177ff9448b95e78d9547d75148c27"><code>ca18ead</code></a> release: cut the v17.2.1 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/a361540a1360039ba941c915351bcd5a57a357b4"><code>a361540</code></a> test: avoid new Node.js properties in webpack direct E2E chunk size testing</li>
   <li><a href="https://github.com/angular/angular-cli/commit/40e04f63a4d945fbdc41290b5110f15f548a9b50"><code>40e04f6</code></a> test: generalize webpack direct E2E chunk size testing</li>
   <li><a href="https://github.com/angular/angular-cli/commit/4fc5c6ab65671a7b535d36ef06ac78fa19dbed53"><code>4fc5c6a</code></a> Revert &quot;refactor(<code>@​schematics/angular</code>): remove private <code>/components</code> API&quot;</li>
   <li><a href="https://github.com/angular/angular-cli/commit/f2a2e92877298a30bc1042772be043d5db9ac729"><code>f2a2e92</code></a> fix(<code>@​angular-devkit/build-angular</code>): provide Vite client code source map when ...</li>
   <li><a href="https://github.com/angular/angular-cli/commit/9e7c47b5945b368a6fd5e2544674d5a3afd63d65"><code>9e7c47b</code></a> fix(<code>@​angular-devkit/build-angular</code>): allow <code>mts</code> and <code>cts</code> file replacement</li>
   <li><a href="https://github.com/angular/angular-cli/commit/644010d2f41e1c2f2935866a0a8b2b80b5ee39d1"><code>644010d</code></a> release: cut the v17.2.0 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/79b1edd9bf228a6e5d27f2e48b1d39d064963913"><code>79b1edd</code></a> build: update Angular peer deps packages to 17.2.0</li>
   <li><a href="https://github.com/angular/angular-cli/commit/905e13633071b1db25621ae9f2762a48fe010df1"><code>905e136</code></a> fix(<code>@​angular-devkit/build-angular</code>): support string as plugin option in custom...</li>
   <li><a href="https://github.com/angular/angular-cli/commit/d493609d30e1f148a7efb72bd64227521a326fbb"><code>d493609</code></a> fix(<code>@​angular-devkit/build-angular</code>): downgrade copy-webpack-plugin to workarou...</li>
   <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.11...17.2.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-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump postcss and @angular-devkit/build-angular in /knox-homepage-ui [knox]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #871:
URL: https://github.com/apache/knox/pull/871#issuecomment-1966836903

   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump postcss and @angular-devkit/build-angular in /knox-homepage-ui [knox]

Posted by "smolnar82 (via GitHub)" <gi...@apache.org>.
smolnar82 commented on PR #871:
URL: https://github.com/apache/knox/pull/871#issuecomment-1966836823

   We should not upgrade to Angular build 17 for now.


-- 
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-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump postcss and @angular-devkit/build-angular in /knox-homepage-ui [knox]

Posted by "smolnar82 (via GitHub)" <gi...@apache.org>.
smolnar82 closed pull request #871: Bump postcss and @angular-devkit/build-angular in /knox-homepage-ui
URL: https://github.com/apache/knox/pull/871


-- 
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-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org