dependabot[bot] opened a new pull request, #27485: URL: https://github.com/apache/flink/pull/27485
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.7 and updates ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `tar` from 7.4.3 to 7.5.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> <li>Consistent TOCTOU behavior in sync t.list</li> <li>Only read from ustar block if not specified in Pax</li> <li>Fix sync tar.list when file size reduces while reading</li> <li>Sanitize absolute linkpaths properly</li> <li>Prevent writing hardlink entries to the archive ahead of their file target</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node <18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb"><code>4a37eb9</code></a> 7.5.7</li> <li><a href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"><code>f4a7aa9</code></a> fix: properly sanitize hard links containing ..</li> <li><a href="https://github.com/isaacs/node-tar/commit/394ece6ad8d81742a4e4058af227c616cd947a25"><code>394ece6</code></a> 7.5.6</li> <li><a href="https://github.com/isaacs/node-tar/commit/7d4cc17c76f6bd11dcd83de47187dc6dff206eee"><code>7d4cc17</code></a> fix race puting a Link ahead of its target File</li> <li><a href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581"><code>26ab904</code></a> 7.5.5</li> <li><a href="https://github.com/isaacs/node-tar/commit/e9a1ddb821b29ddee75b9470dd511066148c8070"><code>e9a1ddb</code></a> fix: do not prevent valid linkpaths within archive</li> <li><a href="https://github.com/isaacs/node-tar/commit/911c886bb170a6ee3db05fd3709221752213ec8a"><code>911c886</code></a> 7.5.4</li> <li><a href="https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6"><code>3b1abfa</code></a> normalize out unicode ligatures</li> <li><a href="https://github.com/isaacs/node-tar/commit/a43478c5c51a71ec996cea62ff824eb9dc9dd17c"><code>a43478c</code></a> remove some unused files</li> <li><a href="https://github.com/isaacs/node-tar/commit/970c58f6d3d0c932081f8b40218f612db2fabb5a"><code>970c58f</code></a> update deps</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.7">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <br /> Updates `@angular/cli` from 20.1.3 to 20.3.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@angular/cli</code>'s releases</a>.</em></p> <blockquote> <h2>20.3.15</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/795d654138701a03d4d793d3299ff4f33e427a03"><img src="https://img.shields.io/badge/795d65413-fix-green" alt="fix - 795d65413" /></a></td> <td>update pacote to v21.0.4</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/ffc72cbc52e23cb545476b3fdefc7e5f170eb55d"><img src="https://img.shields.io/badge/ffc72cbc5-fix-green" alt="fix - ffc72cbc5" /></a></td> <td>update webpack to version 5.104.1</td> </tr> </tbody> </table> <h2>20.3.14</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/ff366499eff87e9943e25904fd06d109a0fa0075"><img src="https://img.shields.io/badge/ff366499e-fix-green" alt="fix - ff366499e" /></a></td> <td>update dependency <code>@modelcontextprotocol/sdk</code> to v1.25.2</td> </tr> </tbody> </table> <h2>20.3.13</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/cfbb61602daf32c5b942ea84702fc3638aa111e7"><img src="https://img.shields.io/badge/cfbb61602-fix-green" alt="fix - cfbb61602" /></a></td> <td>update <code>@modelcontextprotocol/sdk</code> to v1.24.0</td> </tr> </tbody> </table> <h2>20.3.12</h2> <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/25bb7e65c4fc7e401c658126c53b0b7a13d62965"><img src="https://img.shields.io/badge/25bb7e65c-fix-green" alt="fix - 25bb7e65c" /></a></td> <td>ensure correct URL joining for prerender routes</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/cceb862969e541a5f54b689a6439e32773eafe65"><img src="https://img.shields.io/badge/cceb86296-fix-green" alt="fix - cceb86296" /></a></td> <td>handle <code>X-Forwarded-Prefix</code> and <code>APP_BASE_HREF</code> in redirects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1abe68ad87f9b892734117a087b5775068bd232b"><img src="https://img.shields.io/badge/1abe68ad8-fix-green" alt="fix - 1abe68ad8" /></a></td> <td>prevent redirect loop with encoded query parameters</td> </tr> </tbody> </table> <h2>20.3.11</h2> <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/8053f2d92a68a8bd01854eb81aa472249f5a83b2"><img src="https://img.shields.io/badge/8053f2d92-fix-green" alt="fix - 8053f2d92" /></a></td> <td>ensure <code>ɵgetOrCreateAngularServerApp</code> is always defined after errors</td> </tr> </tbody> </table> <h2>20.3.10</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/c854a719bb3a8d92fe42c8fba4b0b1789081b21c"><img src="https://img.shields.io/badge/c854a719b-fix-green" alt="fix - c854a719b" /></a></td> <td>correct <code>tsconfig.spec.json</code> include for spec files</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/b3908f68ed2f05cee56cbf0d9895dcfc3dc0ac25"><img src="https://img.shields.io/badge/b3908f68e-fix-green" alt="fix - b3908f68e" /></a></td> <td>do not remove <code>@angular/localize</code> when having external packages (<a href="https://redirect.github.com/angular/angular-cli/issues/31721">#31721</a>)</td> </tr> </tbody> </table> <h2>20.3.9</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@angular/cli</code>'s changelog</a>.</em></p> <blockquote> <h1>20.3.15 (2026-01-21)</h1> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/795d654138701a03d4d793d3299ff4f33e427a03">795d65413</a></td> <td>fix</td> <td>update pacote to v21.0.4</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/ffc72cbc52e23cb545476b3fdefc7e5f170eb55d">ffc72cbc5</a></td> <td>fix</td> <td>update webpack to version 5.104.1</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>21.1.0 (2026-01-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/772e6efe7acb2d2318a57ba77092a85fc286c51b">772e6efe7</a></td> <td>feat</td> <td>add 'test' and 'e2e' MCP tools</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8efb8631842401e219e20dd7955512d4a90a28a3">8efb86318</a></td> <td>feat</td> <td>Add "all" as an experimental tool group</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c3c9ac5067275461e2d8caefba81ac9701949776">c3c9ac506</a></td> <td>feat</td> <td>Add MCP tools for building and running devservers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d635a6c6335d0838fc0977f6742f6aa9f769c527">d635a6c63</a></td> <td>feat</td> <td>add signal forms lessons</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d8b76e93d3e9e4e7bd7ad6e12fdf59cd663cbb8e">d8b76e93d</a></td> <td>fix</td> <td>correctly handle yarn classic tag manifest fetching</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7ab5c0b0a1c637f3e0adb71486e5e7e8716561e4">7ab5c0b0a</a></td> <td>fix</td> <td>correctly spawn package managers on Windows in new abstraction</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/348096623326857a5d8cf77d56712776e1190180">348096623</a></td> <td>fix</td> <td>enhance list_projects MCP tool file system traversal and symlink handling</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/316fca8626d51b28ea8cd840f3815b7c6dfcfffa">316fca862</a></td> <td>fix</td> <td>handle array output from npm view in manifest parser</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/032257a6d00360d2c4e6d5406409dcfa5b27d1d5">032257a6d</a></td> <td>fix</td> <td>improve signal forms lesson examples in AI tutor</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/18d74dde8938dbe566df80753d5c148c19040179">18d74dde8</a></td> <td>fix</td> <td>rename mcp devserver tools to comply with naming spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1ad773671afa2849a966f9974cb30e7c8e8ed7d4">1ad773671</a></td> <td>fix</td> <td>update dependency <code>@modelcontextprotocol/sdk</code> to v1.25.2</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/45d4f5668018362f90fcc4cdc487470286f03c02">45d4f5668</a></td> <td>fix</td> <td>update yarn berry package manager configuration</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/122ed27c906613b7966cbda8fe2f36dbe6f60198">122ed27c9</a></td> <td>fix</td> <td>use project-local temporary directory in ng add</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a15db28b29f6f43bef1ed1ca7c6a963d9943f801">a15db28b2</a></td> <td>perf</td> <td>cache resolved specific version in package manager abstraction</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/240588b7e3c8698c83110793ab98d20caee4e1a4">240588b7e</a></td> <td>perf</td> <td>optimize <code>ng add</code> version discovery</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/36cf3afb485a01f86c4c90f136b38a3cf338e313">36cf3afb4</a></td> <td>feat</td> <td>add browserMode option to jasmine-vitest schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e71a72ffdc426e26bfb4f0bb92e8f5795a621c18">e71a72ffd</a></td> <td>feat</td> <td>generate detailed migration report for <code>refactor-jasmine-vitest</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/18cf6c51b72ce5c7f23012585ed992cf91cef5ed">18cf6c51b</a></td> <td>fix</td> <td>add MCP configuration file to new workspaces</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/279b1adcf9dd2918682f3e4897494eb7ca5769fd"><code>279b1ad</code></a> release: cut the v20.3.15 release</li> <li><a href="https://github.com/angular/angular-cli/commit/795d654138701a03d4d793d3299ff4f33e427a03"><code>795d654</code></a> fix(<code>@angular/cli</code>): update pacote to v21.0.4</li> <li><a href="https://github.com/angular/angular-cli/commit/ffc72cbc52e23cb545476b3fdefc7e5f170eb55d"><code>ffc72cb</code></a> fix(<code>@angular-devkit/build-angular</code>): update webpack to version 5.104.1</li> <li><a href="https://github.com/angular/angular-cli/commit/4963d9c34385251437816a06b7245cc56d19242e"><code>4963d9c</code></a> release: cut the v20.3.14 release</li> <li><a href="https://github.com/angular/angular-cli/commit/ff366499eff87e9943e25904fd06d109a0fa0075"><code>ff36649</code></a> fix(<code>@angular/cli</code>): update dependency <code>@modelcontextprotocol/sdk</code> to v1.25.2</li> <li><a href="https://github.com/angular/angular-cli/commit/66140c804093d68db24d9f40cec4c30b2bd01d59"><code>66140c8</code></a> ci: force ipv4 resolutions first in Node.js</li> <li><a href="https://github.com/angular/angular-cli/commit/948869d2283d88502f7cb12bf3b97af145b701de"><code>948869d</code></a> release: cut the v20.3.13 release</li> <li><a href="https://github.com/angular/angular-cli/commit/cfbb61602daf32c5b942ea84702fc3638aa111e7"><code>cfbb616</code></a> fix(<code>@angular/cli</code>): update <code>@modelcontextprotocol/sdk</code> to v1.24.0</li> <li><a href="https://github.com/angular/angular-cli/commit/d4ca7b7afa0dca13738cf0c3fbf5be5055fac1b7"><code>d4ca7b7</code></a> release: cut the v20.3.12 release</li> <li><a href="https://github.com/angular/angular-cli/commit/cceb862969e541a5f54b689a6439e32773eafe65"><code>cceb862</code></a> fix(<code>@angular/ssr</code>): handle <code>X-Forwarded-Prefix</code> and <code>APP_BASE_HREF</code> in redirects</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/20.1.3...v20.3.15">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/flink/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
