dependabot[bot] opened a new pull request, #171: URL: https://github.com/apache/cordova-plugman/pull/171
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates ancestor dependency [cordova-lib](https://github.com/apache/cordova-lib). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.3 <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> </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> <h2>6.2</h2> <ul> <li>Add support for brotli compression</li> <li>Add <code>maxDepth</code> option to prevent extraction into excessively deep folders.</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/03138441b238f48070fb22824b2529c445bc70c7"><code>0313844</code></a> 7.5.3</li> <li><a href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"><code>340eb28</code></a> fix: sanitize absolute linkpaths properly</li> <li><a href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b"><code>8bb83f7</code></a> update deps</li> <li><a href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512"><code>1c4aedd</code></a> Fix typo in onWriteEntry documentation</li> <li><a href="https://github.com/isaacs/node-tar/commit/d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28"><code>d9ea73a</code></a> 7.5.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9"><code>5e1a8e6</code></a> Fix sync tar.list when file size reduces while reading</li> <li><a href="https://github.com/isaacs/node-tar/commit/0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd"><code>0fbeaed</code></a> formatting</li> <li><a href="https://github.com/isaacs/node-tar/commit/2dbacfe3398e262865beb80ffb278dc5bec8399e"><code>2dbacfe</code></a> add types for make-tar util</li> <li><a href="https://github.com/isaacs/node-tar/commit/c5865d3120ab1367e78e64619ad03b1835d945ae"><code>c5865d3</code></a> remove unused taprc file</li> <li><a href="https://github.com/isaacs/node-tar/commit/bdb38096afdec3046e99b969971987c86c4e4292"><code>bdb3809</code></a> header: only read from ustar block if not specified in Pax</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.3">compare view</a></li> </ul> </details> <br /> Updates `cordova-lib` from 12.0.2 to 13.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/cordova-lib/blob/master/RELEASENOTES.md">cordova-lib's changelog</a>.</em></p> <blockquote> <h3>13.0.0 (Oct 29, 2025)</h3> <p><strong>Breaking Changes:</strong></p> <ul> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/964">GH-964</a> chore(npm)!: bump <code>[email protected]</code></li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/961">GH-961</a> chore!: update dependencies & node requirement</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/957">GH-957</a> feat!: remove <code>cordova serve</code> command</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/955">GH-955</a> chore(npm)!: bump various packages</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/953">GH-953</a> feat(plugman)!: remove <code>create plugin</code> support</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/949">GH-949</a> chore!: bump node requirement & npm dependencies</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/958">GH-958</a> chore!: remove deprecated platform data</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/959">GH-959</a> chore!: remove unused templates</li> </ul> <p><strong>Features:</strong></p> <ul> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/952">GH-952</a> feat: replace <code>dep-graph</code> dependency w/ custom class</li> </ul> <p><strong>Fixes:</strong></p> <ul> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/944">GH-944</a> fix(emulator): Support listing emulators with <code>--list</code></li> </ul> <p><strong>Chores:</strong></p> <ul> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/963">GH-963</a> chore: update <code>package-lock.json</code></li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/960">GH-960</a> chore: various updates to the root files</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/956">GH-956</a> chore(npm): bump <code>@cordova/[email protected]</code></li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/946">GH-946</a> chore(deps-dev): bump <code>brace-expansion</code> from 1.1.11 to 1.1.12</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/939">GH-939</a> chore(deps): bump <code>path-to-regexp</code> and express</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/937">GH-937</a> chore(deps): bump <code>cross-spawn</code> from 7.0.3 to 7.0.6</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/938">GH-938</a> chore(ci): Fix failing dependabot PRs</li> </ul> <p><strong>CI & Others:</strong></p> <ul> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/954">GH-954</a> ci: various workflow improvements</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/950">GH-950</a> ci(workflow): update release-audit & license config</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/945">GH-945</a> ci: Add node 22 and 24 to CI testing matrix</li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/941">GH-941</a> Keep final new line in <code>package.json</code></li> <li><a href="https://redirect.github.com/apache/cordova-lib/pull/942">GH-942</a> Persist relative paths on disk</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/cordova-lib/commit/6c2cdd9347b3ca3cd5dea8b1bc64e27c7e102d9b"><code>6c2cdd9</code></a> release(13.0.0): updated release notes & version (lib-13.0.0)</li> <li><a href="https://github.com/apache/cordova-lib/commit/3e18409d0bb903555d9355448cfddc2d4bf2508e"><code>3e18409</code></a> chore(npm)!: bump [email protected] (<a href="https://redirect.github.com/apache/cordova-lib/issues/964">#964</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/12286bed5d7645ca6e100d079e09938a6d42356b"><code>12286be</code></a> chore: update package-lock.json (<a href="https://redirect.github.com/apache/cordova-lib/issues/963">#963</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/852ba6ba681040ab7743c345a6a9571b80dc28f4"><code>852ba6b</code></a> chore!: update package dependencies (<a href="https://redirect.github.com/apache/cordova-lib/issues/961">#961</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/8d2855b2730474884fb5b9be790f02a928dbef06"><code>8d2855b</code></a> chore: various updates to the root files (<a href="https://redirect.github.com/apache/cordova-lib/issues/960">#960</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/c323a19b1b84cb90778ddbd2cc755883c3db429b"><code>c323a19</code></a> chore: remove unused templates (<a href="https://redirect.github.com/apache/cordova-lib/issues/959">#959</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/82dbfa2b71ba3be791469d800f29b90fcee9fa9c"><code>82dbfa2</code></a> chore: remove deprecated platform data (<a href="https://redirect.github.com/apache/cordova-lib/issues/958">#958</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/2c582798c9a5b8584cd749a54bb7d131e5275250"><code>2c58279</code></a> feat!: remove cordova serve command (<a href="https://redirect.github.com/apache/cordova-lib/issues/957">#957</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/4b55cd7d28783cf67d4021e0904e712a8f05ab8c"><code>4b55cd7</code></a> chore(npm): bump <code>@cordova/eslint-config</code><a href="https://github.com/6"><code>@6</code></a>.0.0 (<a href="https://redirect.github.com/apache/cordova-lib/issues/956">#956</a>)</li> <li><a href="https://github.com/apache/cordova-lib/commit/c67248db185c868ec0fc2ed76869347d4ba4b2e7"><code>c67248d</code></a> chore(npm)!: bump various packages (<a href="https://redirect.github.com/apache/cordova-lib/issues/955">#955</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/cordova-lib/compare/12.0.2...13.0.0">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/cordova-plugman/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
