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

   > [!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.96.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.96.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.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>
   <li>Order of chunks ids in generated chunk code</li>
   <li>No extra Javascript chunks when using asset module as an entrypoint</li>
   <li>Use optimistically logic for 
<code>output.environment.dynamicImport</code> to determine chunk format when no 
browserslist or target</li>
   <li>Collision with global variables for 
<code>optimization.avoidEntryIife</code></li>
   <li>Avoid through variables in inlined module</li>
   <li>Allow chunk template strings in <code>output.devtoolNamespace</code></li>
   <li>No extra runtime for get javascript/css chunk filename</li>
   <li>No extra runtime for prefetch and preload in JS runtime when it was 
unsed in CSS</li>
   <li>Avoid cache invalidation using ProgressPlugin</li>
   <li>Increase parallelism when using <code>importModule</code> on the 
execution stage</li>
   <li>Correctly parsing string in <code>export</code> and 
<code>import</code></li>
   <li>Typescript types</li>
   <li><strong>[CSS]</strong> <code>css/auto</code> considers a module 
depending on its filename as <code>css</code> (pure CSS) or 
<code>css/local</code>, before it was <code>css/global</code> and 
<code>css/local</code></li>
   <li><strong>[CSS]</strong> Always interpolate classes even if they are not 
involved in export</li>
   <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for 
asset modules used in CSS</li>
   <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for 
external asset modules used in CSS</li>
   <li><strong>[CSS]</strong> No extra runtime for the <code>node</code> 
target</li>
   <li><strong>[CSS]</strong> Fixed <code>url()</code>s and 
<code>@import</code> parsing</li>
   <li><strong>[CSS]</strong> Fixed - emit a warning on broken :local and 
:global</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li>Export CSS and ESM runtime modules</li>
   <li>Single Runtime Chunk and Federation eager module hoisting</li>
   <li><strong>[CSS]</strong> Support <code>/* webpackIgnore: true */</code> 
for CSS files</li>
   <li><strong>[CSS]</strong> Support <code>src()</code> support</li>
   <li><strong>[CSS]</strong> CSS nesting in CSS modules</li>
   </ul>
   <h2>v5.95.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fixed hanging when attempting to read a symlink-like file that it can't 
read</li>
   <li>Handle <code>default</code> for import context element dependency</li>
   <li>Merge duplicate chunks call after split chunks</li>
   <li>Generate correctly code for dynamically importing the same file twice 
and destructuring</li>
   <li>Use content hash as [base] and [name] for extracted DataURI's</li>
   <li>Distinguish <code>module</code> and <code>import</code> in 
<code>module-import</code> for externals <code>import</code>'s</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/d4ced7322229c7d72a7a0d2ca955bdde0c910a0b";><code>d4ced73</code></a>
 chore(release): 5.96.1</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/7d6dbea53c00c431fc19654a30aaa2511204bbd6";><code>7d6dbea</code></a>
 fix: types regression in validate</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5c556e32c5021980e536c4ae50ee810bba227fcb";><code>5c556e3</code></a>
 fix: types regression in validate</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/2420eaebe2043a0aeeab642e1ec7ff1c299c01ed";><code>2420eae</code></a>
 fix: add <code>@types/eslint-scope</code> to dependencies due types 
regression</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ec45d2d8d47f2804c4e5a29019688ebb02dee67a";><code>ec45d2d</code></a>
 fix: add <code>@types/eslint-scope</code> to dependencies</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/aff0c3ed2b31ed16ce8738e02f4b8f97966833f4";><code>aff0c3e</code></a>
 chore(release): 5.96.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/6f11ec173161c37dd45c8219ce32cc2fcab09f37";><code>6f11ec1</code></a>
 refactor: module source types code</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/b07142f67218dc89071d17633370fc38294c80b9";><code>b07142f</code></a>
 refactor: module source types code</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/7d98b3c534a5092372ee0c0cf3d28696467abf77";><code>7d98b3c</code></a>
 fix: Module Federation should track all referenced chunks</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/6d0976951fc2b43c855c34000ccbcf9daf034748";><code>6d09769</code></a>
 chore: linting</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.76.1...v5.96.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular-devkit/build-angular` from 13.3.11 to 19.0.7
   <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.0.7</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>19.0.7 (2025-01-08)</h1>
   <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/95c22aeff4560a199416a20c3622301c5c690119";><img
 src="https://img.shields.io/badge/95c22aeff-fix-green"; alt="fix - 95c22aeff" 
/></a></td>
   <td>provide better error when builder is not defined</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/028652992f0f9cc6fec5de35be7ecf74ec3947c5";><img
 src="https://img.shields.io/badge/028652992-fix-green"; alt="fix - 028652992" 
/></a></td>
   <td>preserve css type for jasmine.css</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/f7522342a8dd99543422629db6dcf1228c5d7279";><img
 src="https://img.shields.io/badge/f7522342a-fix-green"; alt="fix - f7522342a" 
/></a></td>
   <td>add asset tracking to application builder watch files</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/e973643bfbe47447ca522ca59b07a94fe6c03e0b";><img
 src="https://img.shields.io/badge/e973643bf-fix-green"; alt="fix - e973643bf" 
/></a></td>
   <td>do not mark Babel _defineProperty helper function as pure</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/881095eec5cdc80fe79de8fdbe05ba985bf8210a";><img
 src="https://img.shields.io/badge/881095eec-fix-green"; alt="fix - 881095eec" 
/></a></td>
   <td>enable serving files with bundle-like names</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/db10af0b3a775619ac71acdd0258cc58e96e948c";><img
 src="https://img.shields.io/badge/db10af0b3-fix-green"; alt="fix - db10af0b3" 
/></a></td>
   <td>fix incorrect budget calculation</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c822f8f154b75a8b8e48e32953bee7ec2763fd13";><img
 src="https://img.shields.io/badge/c822f8f15-fix-green"; alt="fix - c822f8f15" 
/></a></td>
   <td>handle relative URLs when constructing new URLs during server fetch</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/b43c648b02c181c1d98cd3293d89ad8b131a3f51";><img
 src="https://img.shields.io/badge/b43c648b0-fix-green"; alt="fix - b43c648b0" 
/></a></td>
   <td>mitigate JS transformer worker execArgv errors</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1f2481a4f5155368aa571fc6679e3ef8af0ce56f";><img
 src="https://img.shields.io/badge/1f2481a4f-fix-green"; alt="fix - 1f2481a4f" 
/></a></td>
   <td>pass <code>define</code> option defined in application builder to Vite 
prebundling</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c94f568a412384bb8e4b66928f41b60220c8b7f4";><img
 src="https://img.shields.io/badge/c94f568a4-fix-green"; alt="fix - c94f568a4" 
/></a></td>
   <td>warn when <code>@angular/localize/init</code> is imported directly</td>
   </tr>
   </tbody>
   </table>
   <h2>v19.0.6</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>19.0.6 (2024-12-18)</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/db7421231c3da7bbbfde72dc35642aaf005fbeca";><img
 src="https://img.shields.io/badge/db7421231-fix-green"; alt="fix - db7421231" 
/></a></td>
   <td>jasmine.clock with app builder</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/5fbc105ed0cb76106916660d99fc53d7480dcbc8";><img
 src="https://img.shields.io/badge/5fbc105ed-fix-green"; alt="fix - 5fbc105ed" 
/></a></td>
   <td>force HTTP/1.1 in dev-server SSR with SSL</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/2f4df6b2be458b3651df49f3bced923e8df4d547";><img
 src="https://img.shields.io/badge/2f4df6b2b-fix-green"; alt="fix - 2f4df6b2b" 
/></a></td>
   <td>correctly resolve pre-transform resources in Vite SSR without 
AppEngine</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/0789a9e133fed4edc29b108630b2cf91e157127e";><img
 src="https://img.shields.io/badge/0789a9e13-fix-green"; alt="fix - 0789a9e13" 
/></a></td>
   <td>ensure correct <code>Location</code> header for redirects behind a 
proxy</td>
   </tr>
   </tbody>
   </table>
   <h2>v19.0.5</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>19.0.5 (2024-12-12)</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/6c319e44c707b93e430da93fe815ba839ab18ea1";><img
 src="https://img.shields.io/badge/6c319e44c-fix-green"; alt="fix - 6c319e44c" 
/></a></td>
   <td>fix webpack config transform for karma</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/build</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   </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.0.7 (2025-01-08)</h1>
   <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/95c22aeff4560a199416a20c3622301c5c690119";>95c22aeff</a></td>
   <td>fix</td>
   <td>provide better error when builder is not defined</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/028652992f0f9cc6fec5de35be7ecf74ec3947c5";>028652992</a></td>
   <td>fix</td>
   <td>preserve css type for jasmine.css</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/f7522342a8dd99543422629db6dcf1228c5d7279";>f7522342a</a></td>
   <td>fix</td>
   <td>add asset tracking to application builder watch files</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/e973643bfbe47447ca522ca59b07a94fe6c03e0b";>e973643bf</a></td>
   <td>fix</td>
   <td>do not mark Babel _defineProperty helper function as pure</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/881095eec5cdc80fe79de8fdbe05ba985bf8210a";>881095eec</a></td>
   <td>fix</td>
   <td>enable serving files with bundle-like names</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/db10af0b3a775619ac71acdd0258cc58e96e948c";>db10af0b3</a></td>
   <td>fix</td>
   <td>fix incorrect budget calculation</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c822f8f154b75a8b8e48e32953bee7ec2763fd13";>c822f8f15</a></td>
   <td>fix</td>
   <td>handle relative URLs when constructing new URLs during server fetch</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/b43c648b02c181c1d98cd3293d89ad8b131a3f51";>b43c648b0</a></td>
   <td>fix</td>
   <td>mitigate JS transformer worker execArgv errors</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/1f2481a4f5155368aa571fc6679e3ef8af0ce56f";>1f2481a4f</a></td>
   <td>fix</td>
   <td>pass <code>define</code> option defined in application builder to Vite 
prebundling</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c94f568a412384bb8e4b66928f41b60220c8b7f4";>c94f568a4</a></td>
   <td>fix</td>
   <td>warn when <code>@angular/localize/init</code> is imported directly</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>19.1.0-next.2 (2024-12-18)</h1>
   <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/fe1ae6933998104c144b2c8854f362289c8d91c6";>fe1ae6933</a></td>
   <td>fix</td>
   <td>avoid Node.js resolution for relative builder schema</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/a9a3470147aaf66ff4784a5b5c26c56d1051a5b3";>a9a347014</a></td>
   <td>fix</td>
   <td>jasmine.clock with app builder</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/298b554a7a40465444b4c508e2250ecbf459ea47";>298b554a7</a></td>
   <td>feat</td>
   <td>enable component template hot replacement by default</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/20843a1c4f497feec39c0c326cfed7be901e442e";><code>20843a1</code></a>
 release: cut the v19.0.7 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/c94f568a412384bb8e4b66928f41b60220c8b7f4";><code>c94f568</code></a>
 fix(<code>@​angular/build</code>): warn when 
<code>@angular/localize/init</code> is imported directly</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/50611cde673ed5a9c09def53268f61d89481a1ac";><code>50611cd</code></a>
 build: migrate <code>@angular/ssr</code> to <code>ts_project</code></li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/4b33c6e1381ba815114d8df28dbe60a42cd95294";><code>4b33c6e</code></a>
 ci: prevent NpmPackageExtract from being placed remote cache</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/db10af0b3a775619ac71acdd0258cc58e96e948c";><code>db10af0</code></a>
 fix(<code>@​angular/build</code>): fix incorrect budget calculation</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/1f2481a4f5155368aa571fc6679e3ef8af0ce56f";><code>1f2481a</code></a>
 fix(<code>@​angular/build</code>): pass <code>define</code> option defined in 
application builder to V...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/48988ea2d16fd90ff41c7cc5e85fbc566e6c6e23";><code>48988ea</code></a>
 build: update <code>@angular/ng-dev</code> to support 
<code>rulesJsInteropMode</code></li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/0b7962d68c4e89c8d7131ecc1397e682747a7544";><code>0b7962d</code></a>
 build: do not include tsconfig files in npm archives</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/1bf59cf70bea50e64820f2a0b18c5ce70aecd680";><code>1bf59cf</code></a>
 build: resolve issue with uncompiled <code>@angular/build/private</code> being 
included</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/1cf30380da887a4a61cbeda90bccac4fac0cdcca";><code>1cf3038</code></a>
 ci: enable <code>rules_js</code> interop mode for ng-dev release tool</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/13.3.11...19.0.7";>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

Reply via email to