dependabot[bot] opened a new pull request, #182: URL: https://github.com/apache/cordova-plugman/pull/182
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.10 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.10 <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/2b72abc1d47c3570e1ad95c9ab557fc4c2e6e4b1"><code>2b72abc</code></a> 7.5.10</li> <li><a href="https://github.com/isaacs/node-tar/commit/7bc755dd85e623c0279e08eb3784909e6d7e4b9f"><code>7bc755d</code></a> parse root off paths before sanitizing .. parts</li> <li><a href="https://github.com/isaacs/node-tar/commit/c8cb84629dee649feedde03f2f4ea48f2e44e778"><code>c8cb846</code></a> update deps</li> <li><a href="https://github.com/isaacs/node-tar/commit/1f0c2c9006b10199cf2686f8ef43e79a1773e1aa"><code>1f0c2c9</code></a> 7.5.9</li> <li><a href="https://github.com/isaacs/node-tar/commit/fbb08518bf290733b68ca4d4135f75becf73fd75"><code>fbb0851</code></a> build minified version as default export</li> <li><a href="https://github.com/isaacs/node-tar/commit/6b8eba0ef367ac937e703238daa6df94ae6f823f"><code>6b8eba0</code></a> 7.5.8</li> <li><a href="https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"><code>2cb1120</code></a> fix(unpack): improve UnpackSync symlink error "into" path accuracy</li> <li><a href="https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"><code>d18e4e1</code></a> fix: do not write linkpaths through symlinks</li> <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>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.10">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> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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 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]
