dependabot[bot] opened a new pull request, #987: URL: https://github.com/apache/knox/pull/987
> [!WARNING] > Dependabot will stop supporting `npm v6`! > > Please upgrade to one of the following versions: `v7`, `v8`, `v9`, or `v10`. > Bumps [webpack](https://github.com/webpack/webpack) to 5.97.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack` from 5.76.1 to 5.97.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.97.1</h2> <h2>Bug Fixes</h2> <ul> <li>Performance regression</li> <li>Sub define key should't be renamed when it's a defined variable</li> </ul> <h2>v5.97.0</h2> <h2>Bug Fixes</h2> <ul> <li>Don't crash with filesystem cache and unknown scheme</li> <li>Generate a valid code when <code>output.iife</code> is <code>true</code> and output.library.type is <code>umd</code></li> <li>Fixed conflict variable name with concatenate modules and runtime code</li> <li>Merge duplicate chunks before</li> <li>Collisions in ESM library</li> <li>Use recursive search for versions of shared dependencies</li> <li><strong>[WASM]</strong> Don't crash WebAssembly with Reference Types (sync and async)</li> <li><strong>[WASM]</strong> Fixed wasm loading for sync and async webassembly</li> <li><strong>[CSS]</strong> Don't add <code>[uniqueName]</code> to <code>localIdentName</code> when it is empty</li> <li><strong>[CSS]</strong> Parsing strings on Windows</li> <li><strong>[CSS]</strong> Fixed CSS local escaping</li> </ul> <h2>New Features</h2> <ul> <li>Added support for injecting debug IDs</li> <li>Export the <code>MergeDuplicateChunks</code> plugin</li> <li>Added universal loading for JS chunks and JS worker chunks (only ES modules)</li> <li><strong>[WASM]</strong> Added universal loading for WebAssembly chunks (only for async WebAssembly)</li> <li><strong>[CSS]</strong> Allow initial CSS chunks to be placed anywhere - <strong>the <code>output.cssHeadDataCompression</code> option was deleted</strong></li> <li><strong>[CSS]</strong> Added universal loading for CSS chunks</li> <li><strong>[CSS]</strong> Parse ICSS <code>@value</code> at-rules in CSS modules</li> <li><strong>[CSS]</strong> Parse ICSS <code>:import</code> rules in CSS modules</li> <li><strong>[CSS]</strong> Added the <code>url</code> and <code>import</code> options for CSS</li> <li><strong>[CSS]</strong> Allow to import custom properties in CSS modules</li> </ul> <h2>Performance</h2> <ul> <li>Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal</li> </ul> <h2>v5.96.1</h2> <h2>Bug Fixes</h2> <ul> <li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to dependencieS</li> <li><strong>[Types]</strong> Fixed regression in <code>validate</code></li> </ul> <h2>v5.96.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed Module Federation should track all referenced chunks</li> <li>Handle Data URI without base64 word</li> <li>HotUpdateChunk have correct runtime when modified with new runtime</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/3612d36e44bda5644dc3b353e2cade7fe442ba59"><code>3612d36</code></a> chore(release): 5.97.1</li> <li><a href="https://github.com/webpack/webpack/commit/eb7ac6f39ae33baf962ce516f6ef772737de8742"><code>eb7ac6f</code></a> fix: perf regression</li> <li><a href="https://github.com/webpack/webpack/commit/554be24d3b6160b345b84abc037a4576296ee3fe"><code>554be24</code></a> fix: sub define key should't be renamed when it's a defined variable</li> <li><a href="https://github.com/webpack/webpack/commit/5e0e78085359e731aa7ac43a2f9aebb9a16b6ff1"><code>5e0e780</code></a> refactor: issue <a href="https://redirect.github.com/webpack/webpack/issues/19030">#19030</a></li> <li><a href="https://github.com/webpack/webpack/commit/58fb03552cdb98da0502a272178fcfbfa187daab"><code>58fb035</code></a> fix: sub define key should't be renamed when it's a defined variable</li> <li><a href="https://github.com/webpack/webpack/commit/af1fd12efe6a625cc3edae667f36228af958edec"><code>af1fd12</code></a> perf: regression</li> <li><a href="https://github.com/webpack/webpack/commit/34f19cbcd9997dd57ea9c8cae392a30a3c3d3afe"><code>34f19cb</code></a> fix: package.json</li> <li><a href="https://github.com/webpack/webpack/commit/0ec7f5db974dbf6936943031c1df237b36c47851"><code>0ec7f5d</code></a> refactor: issue <a href="https://redirect.github.com/webpack/webpack/issues/19030">#19030</a></li> <li><a href="https://github.com/webpack/webpack/commit/5e7b8a23aaa4a514032e0045ebb0cd4aeaa4c0dc"><code>5e7b8a2</code></a> fix: <code>package.json</code></li> <li><a href="https://github.com/webpack/webpack/commit/644f1d12716ba8f3c96d2efa279262560dd8c7fb"><code>644f1d1</code></a> refactor: no extra work for CSS unescaping</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.76.1...v5.97.1">compare view</a></li> </ul> </details> <br /> Updates `@angular-devkit/build-angular` from 13.3.11 to 19.1.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>v19.1.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>19.1.1 (2025-01-16)</h1> <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/298506751f2b3788fa2def7f7b4012e9e5465047"><img src="https://img.shields.io/badge/298506751-fix-green" alt="fix - 298506751" /></a></td> <td>resolve HMR-prefixed files in SSR with Vite</td> </tr> </tbody> </table> <h2>v19.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>19.1.0 (2025-01-15)</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/02825eec53456384ba5b9c19f25dde3cfc95d796"><img src="https://img.shields.io/badge/02825eec5-feat-blue" alt="feat - 02825eec5" /></a></td> <td>use <code>@angular/build</code> package in library generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/88431b7564d6757898744597a67fcdc178413128"><img src="https://img.shields.io/badge/88431b756-fix-green" alt="fix - 88431b756" /></a></td> <td>application migration should migrate ng-packagr builder package</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/2b8a02bac098d4ac4f31b0e74bedfc739171e30b"><img src="https://img.shields.io/badge/2b8a02bac-feat-blue" alt="feat - 2b8a02bac" /></a></td> <td>require build schemas from modules</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fe1ae6933998104c144b2c8854f362289c8d91c6"><img src="https://img.shields.io/badge/fe1ae6933-fix-green" alt="fix - fe1ae6933" /></a></td> <td>avoid Node.js resolution for relative builder schema</td> </tr> </tbody> </table> <h3><code>@angular-devkit/core</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/ce7c4e203d0312d21d4a3d1955f9c97bdf3e06d2"><img src="https://img.shields.io/badge/ce7c4e203-fix-green" alt="fix - ce7c4e203" /></a></td> <td>handle Windows drive letter case insensitivity in path functions</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/2f55209dd24602bdf8c27ef083f96b5f55166971"><img src="https://img.shields.io/badge/2f55209dd-fix-green" alt="fix - 2f55209dd" /></a></td> <td>update <code>Rule</code> type to support returning a <code>Promise</code> of <code>Tree</code></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/2c9d7368fc30f3488152e35ac468db5f2a9432f2"><img src="https://img.shields.io/badge/2c9d7368f-feat-blue" alt="feat - 2c9d7368f" /></a></td> <td>add ng-packagr builder to the package</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0a570c0c2e64c61ce9969975a21c0d9aac8d9f3b"><img src="https://img.shields.io/badge/0a570c0c2-feat-blue" alt="feat - 0a570c0c2" /></a></td> <td>add support for customizing URL segments with i18n</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/298b554a7a40465444b4c508e2250ecbf459ea47"><img src="https://img.shields.io/badge/298b554a7-feat-blue" alt="feat - 298b554a7" /></a></td> <td>enable component template hot replacement by default</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d350f357b2a74df828ec022e03754d59cc680848"><img src="https://img.shields.io/badge/d350f357b-fix-green" alt="fix - d350f357b" /></a></td> <td>correctly validate locales <code>subPath</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8aa1ce60808c073634237d03045626d379a51183"><img src="https://img.shields.io/badge/8aa1ce608-fix-green" alt="fix - 8aa1ce608" /></a></td> <td>handle loaders correctly in SSR bundles for external packages</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3b7e6a8c6e2e018a85b437256040fd9c8161d537"><img src="https://img.shields.io/badge/3b7e6a8c6-fix-green" alt="fix - 3b7e6a8c6" /></a></td> <td>invalidate component template updates with dev-server SSR</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8fa682e571dbba4bf249ceb3ca490c4ddd4d7fe5"><img src="https://img.shields.io/badge/8fa682e57-fix-green" alt="fix - 8fa682e57" /></a></td> <td>remove deleted assets from output during watch mode</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/48cae815cfd0124217c1b5bc8c92dfdb0b150101"><img src="https://img.shields.io/badge/48cae815c-fix-green" alt="fix - 48cae815c" /></a></td> <td>skip vite SSR warmup file configuration when SSR is disabled</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ba16ad6b56e9a1ae0f380141bc1e1253a75fcf6b"><img src="https://img.shields.io/badge/ba16ad6b5-fix-green" alt="fix - ba16ad6b5" /></a></td> <td>support incremental build file results in watch mode</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/955acef3d504ac924bd813f401fa9b49edbd337b"><img src="https://img.shields.io/badge/955acef3d-fix-green" alt="fix - 955acef3d" /></a></td> <td>trigger browser reload on asset changes with Vite dev server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e74300a2cbc666482992fa8d6dbfeef37f3a9db5"><img src="https://img.shields.io/badge/e74300a2c-fix-green" alt="fix - e74300a2c" /></a></td> <td>use component updates for component style HMR</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6a19c217eaebf9c0bffba8482545efc375fd2a8a"><img src="https://img.shields.io/badge/6a19c217e-fix-green" alt="fix - 6a19c217e" /></a></td> <td>warn when using both <code>isolatedModules</code> and <code>emitDecoratorMetadata</code></td> </tr> </tbody> </table> <h3><code>@angular/ssr</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/8d7a51dfc9658aa2f0f0c527435c05c2b10f34e5"><img src="https://img.shields.io/badge/8d7a51dfc-feat-blue" alt="feat - 8d7a51dfc" /></a></td> <td>add <code>modulepreload</code> for lazy-loaded routes</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/41ece633b3d42ef110bf6085fe0783ab2a56efcd"><img src="https://img.shields.io/badge/41ece633b-feat-blue" alt="feat - 41ece633b" /></a></td> <td>redirect to preferred locale when accessing root route without a specified locale</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3feecddbba0d0559da10a45ad4040faf8e9d5198"><img src="https://img.shields.io/badge/3feecddbb-fix-green" alt="fix - 3feecddbb" /></a></td> <td>disable component boostrapping when running route extraction</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>19.1.1 (2025-01-16)</h1> <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/298506751f2b3788fa2def7f7b4012e9e5465047">298506751</a></td> <td>fix</td> <td>resolve HMR-prefixed files in SSR with Vite</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>19.1.0 (2025-01-15)</h1> <h2>Deprecations</h2> <h3><code>@angular/build</code></h3> <ul> <li> <p>The <code>baseHref</code> option under <code>i18n.locales</code> and <code>i18n.sourceLocale</code> in <code>angular.json</code> is deprecated in favor of <code>subPath</code>.</p> <p>The <code>subPath</code> defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, <code>subPath</code> will use the locale code.</p> </li> </ul> <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/02825eec53456384ba5b9c19f25dde3cfc95d796">02825eec5</a></td> <td>feat</td> <td>use <code>@angular/build</code> package in library generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/88431b7564d6757898744597a67fcdc178413128">88431b756</a></td> <td>fix</td> <td>application migration should migrate ng-packagr builder package</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/2b8a02bac098d4ac4f31b0e74bedfc739171e30b">2b8a02bac</a></td> <td>feat</td> <td>require build schemas from modules</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fe1ae6933998104c144b2c8854f362289c8d91c6">fe1ae6933</a></td> <td>fix</td> <td>avoid Node.js resolution for relative builder schema</td> </tr> </tbody> </table> <h3><code>@angular-devkit/core</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/ce7c4e203d0312d21d4a3d1955f9c97bdf3e06d2">ce7c4e203</a></td> <td>fix</td> <td>handle Windows drive letter case insensitivity in path functions</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/2f55209dd24602bdf8c27ef083f96b5f55166971">2f55209dd</a></td> <td>fix</td> <td>update <code>Rule</code> type to support returning a <code>Promise</code> of <code>Tree</code></td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/5261b5a4689969a7ea2ac6bb7f28d8267577b0c3"><code>5261b5a</code></a> release: cut the v19.1.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/298506751f2b3788fa2def7f7b4012e9e5465047"><code>2985067</code></a> fix(<code>@angular/build</code>): resolve HMR-prefixed files in SSR with Vite</li> <li><a href="https://github.com/angular/angular-cli/commit/f78c140b629935e5aa44ee83ecf6ee19c65cfeb7"><code>f78c140</code></a> release: cut the v19.1.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/6ea8b5c482242b2406aa6d77669ccaaa0d84b7da"><code>6ea8b5c</code></a> build: update Angular versions to 19.1 stable</li> <li><a href="https://github.com/angular/angular-cli/commit/a092dfd700527c91cc2d873964f944b989925c75"><code>a092dfd</code></a> build: migrate <code>@angular-devkit/architect</code> jasmine test to native <code>rules_js</code></li> <li><a href="https://github.com/angular/angular-cli/commit/bc21d81f6c91fe937eb1e3aa0a67f652d1e9f1bd"><code>bc21d81</code></a> refactor: add explicit types for <code>createBuilder</code> exports</li> <li><a href="https://github.com/angular/angular-cli/commit/62e90d0f5b857ced397b177fcd94f1f357b64973"><code>62e90d0</code></a> build: rename <code>//:root_modules</code> to <code>//:node_modules</code>.</li> <li><a href="https://github.com/angular/angular-cli/commit/84bbfa5bed633ae16670353948613e022e27d1a1"><code>84bbfa5</code></a> build: migrate <code>@angular-devkit/schematics-cli</code> to npm_package</li> <li><a href="https://github.com/angular/angular-cli/commit/50066a3eea070d4464543e9436fad509920506d3"><code>50066a3</code></a> docs: enhance descriptions for schematics options</li> <li><a href="https://github.com/angular/angular-cli/commit/230f63653c1ffafdcc23baea96263ffaaaa88ebc"><code>230f636</code></a> refactor(<code>@ngtools/webpack</code>): add types to exported module variables</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.11...19.1.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