dependabot[bot] opened a new pull request, #297: URL: https://github.com/apache/cordova-electron/pull/297
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.9 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.9 <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/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><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>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.9">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 `electron-builder` from 24.13.3 to 26.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-builder's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h2>What's Changed</h2> <ul> <li>feat: add <code>size</code> option to DmgOptions for explicit DMG filesystem size by <a href="https://github.com/BarakXYZ"><code>@BarakXYZ</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9543">electron-userland/electron-builder#9543</a></li> <li>chore(deps): update <code>tar</code> again -> v7.5.7 by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9547">electron-userland/electron-builder#9547</a></li> <li>fix: after-install.tpl: Fix stdio redirects in update-alternative invocation by <a href="https://github.com/joshtriplett"><code>@joshtriplett</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9536">electron-userland/electron-builder#9536</a></li> <li>chore(deps): update actions/setup-node action to v6.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9553">electron-userland/electron-builder#9553</a></li> <li>chore(deps): update actions/cache action to v5.0.3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9554">electron-userland/electron-builder#9554</a></li> <li>chore(deps): update actions/setup-python action to v6.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9555">electron-userland/electron-builder#9555</a></li> <li>fix: restore duplicate dependency and workspace tree resolution by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9548">electron-userland/electron-builder#9548</a></li> <li>fix(updater): ignore releases with non-semver tags when collecting full changelog by <a href="https://github.com/AbdulrhmanGoni"><code>@AbdulrhmanGoni</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9550">electron-userland/electron-builder#9550</a></li> <li>feat(windows): capabilities by <a href="https://github.com/regnete"><code>@regnete</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9437">electron-userland/electron-builder#9437</a></li> <li>chore(deploy): Release (next) by <a href="https://github.com/electron-builder-release-bot"><code>@electron-builder-release-bot</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9549">electron-userland/electron-builder#9549</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BarakXYZ"><code>@BarakXYZ</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9543">electron-userland/electron-builder#9543</a></li> <li><a href="https://github.com/joshtriplett"><code>@joshtriplett</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9536">electron-userland/electron-builder#9536</a></li> <li><a href="https://github.com/AbdulrhmanGoni"><code>@AbdulrhmanGoni</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9550">electron-userland/electron-builder#9550</a></li> <li><a href="https://github.com/regnete"><code>@regnete</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9437">electron-userland/electron-builder#9437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/[email protected]@26.7.0">https://github.com/electron-userland/electron-builder/compare/[email protected]@26.7.0</a></p> <h2>[email protected]</h2> <h2>What's Changed</h2> <ul> <li>feat(flatpak): use configuration for <code>executableArgs</code> by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9530">electron-userland/electron-builder#9530</a></li> <li>fix(nsis): allow <code>$INSTDIR</code> to be removed by <a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9520">electron-userland/electron-builder#9520</a></li> <li>fix: pnpm collector returning zero modules by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9535">electron-userland/electron-builder#9535</a></li> <li>chore(deploy): migrating to multi-branch CI/CD release flow by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9533">electron-userland/electron-builder#9533</a></li> <li>feat: update <code>dmgbuild</code> and migrate to portable <code>dmgbuild</code> python bundle by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9516">electron-userland/electron-builder#9516</a></li> <li>chore(tests): stabilize yarn v1 <code>yarn install</code> by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9540">electron-userland/electron-builder#9540</a></li> <li>chore(deps): updating <code>electron/rebuild</code> <code>tar</code> and <code>form-data</code> by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9528">electron-userland/electron-builder#9528</a></li> <li>chore(deploy): Release (next) by <a href="https://github.com/electron-builder-release-bot"><code>@electron-builder-release-bot</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9531">electron-userland/electron-builder#9531</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/liamcmitchell"><code>@liamcmitchell</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9520">electron-userland/electron-builder#9520</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/[email protected]@26.6.0">https://github.com/electron-userland/electron-builder/compare/[email protected]@26.6.0</a></p> <h2>[email protected]</h2> <h2>What's Changed</h2> <ul> <li>chore: running <code>eslint --fix</code> on more files by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9502">electron-userland/electron-builder#9502</a></li> <li>chore: fix dmg background by updating vendor <code>dmgbuild</code> by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9512">electron-userland/electron-builder#9512</a></li> <li>feat: add support for dmgbuild's badge-icon configuration by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9513">electron-userland/electron-builder#9513</a></li> <li>chore: update tar to latest release 7.5.3 to resolve dependabot by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9514">electron-userland/electron-builder#9514</a></li> <li>fix: Windows build fails with spawn EINVAL after Node.js security fix by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9489">electron-userland/electron-builder#9489</a></li> <li>chore(deploy): Release by <a href="https://github.com/electron-builder-release-bot"><code>@electron-builder-release-bot</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9503">electron-userland/electron-builder#9503</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/[email protected]@26.5.0">https://github.com/electron-userland/electron-builder/compare/[email protected]@26.5.0</a></p> <h2>[email protected]</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md">electron-builder's changelog</a>.</em></p> <blockquote> <h2>26.7.0</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><a href="https://github.com/electron-userland/electron-builder/commit/bfee115b185fa4dcb14b0fae6ccee1adc4d4590e"><code>bfee115</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/3fa2d894ac609d0d819d7adb80ff50bfca08039f"><code>3fa2d89</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/ec9e2dbbd864f0858cf0d3b719ad75a84c59f29c"><code>ec9e2db</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/aec9157b5124acf9409a46461eca86cb1212831b"><code>aec9157</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/64b40fe75a5464db19721e5a6dd9a6930196aaac"><code>64b40fe</code></a></p> <!-- raw HTML omitted --> <ul> <li><code>[email protected]</code></li> <li><code>[email protected]</code></li> </ul> <!-- raw HTML omitted --> <h2>26.6.0</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><a href="https://github.com/electron-userland/electron-builder/commit/cf10da8d4988399232e5db62fe533789bdc816b2"><code>cf10da8</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/9b1dbb2f56662b2072662ed7432228e1c4437640"><code>9b1dbb2</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/e46b4074edf8c74849738d2dafcdb106da47e27c"><code>e46b407</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/88070e95e602aa1e6985d770cb4c279fea58a4a6"><code>88070e9</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/d56550f75828ef3c097377264336794f2f65da86"><code>d56550f</code></a></p> <!-- raw HTML omitted --> <ul> <li><code>[email protected]</code></li> <li><code>[email protected]</code></li> </ul> <!-- raw HTML omitted --> <h2>26.5.0</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><a href="https://github.com/electron-userland/electron-builder/commit/666d85a8b626492c8195355d3d152f76c96bcb8f"><code>666d85a</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/b1d6e2417001977d12dc8365e6c5ceb5ac9d49c9"><code>b1d6e24</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/6c20eeb1cf9fd10980cde3c9ce0602fa6b7c6972"><code>6c20eeb</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/3022f0f840c893d14beb82d638bedb8ed27d7ae6"><code>3022f0f</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/2c11709b6a330628095ec46c51435a40b6761710"><code>2c11709</code></a></p> <!-- raw HTML omitted --> <ul> <li><code>[email protected]</code></li> <li><code>[email protected]</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/f1c2ec322e7f0084ea8b8380b6d8768aea9e75d1"><code>f1c2ec3</code></a> chore(deploy): Release v26.7.0 ([email protected]) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9549">#9549</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/e394e0c48be965bd8a02c593ecda7e57b84b4f15"><code>e394e0c</code></a> chore(deploy): Release v26.6.0 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9531">#9531</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/7b5901b77dfae417c29944656b80c583384de026"><code>7b5901b</code></a> chore(deploy): Release v26.5.0 ([email protected]) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9503">#9503</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/06de96915e2de7463837f1c25f4ea1f2711e9f94"><code>06de969</code></a> chore(deploy): Release v26.4.1 ([email protected]) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9458">#9458</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/caf2cb2756b8e7690e3026c018dac4a463b517eb"><code>caf2cb2</code></a> chore(deploy): Release v26.4.0 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9447">#9447</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/85437a78e3af3fb286958815a81e2e33c15c5c5e"><code>85437a7</code></a> chore(deploy): Release v26.3.6 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9433">#9433</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/5f9c14395a7356a5daf8a157d1b241f5e8d61982"><code>5f9c143</code></a> chore(deploy): Release v26.3.5 ([email protected]) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9422">#9422</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/fa863f8ead3e064120974e8d04c559169569af66"><code>fa863f8</code></a> chore(deploy): Release v26.3.4 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9410">#9410</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/8138e27ed39b8fef08abae4a694a8da2946d1887"><code>8138e27</code></a> chore(deploy): Release v26.3.3 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9404">#9404</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/70da68ac35617101611d0915a6f18236cbe49236"><code>70da68a</code></a> chore(deploy): Release v26.3.2 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9388">#9388</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron-userland/electron-builder/commits/[email protected]/packages/electron-builder">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for electron-builder since your current version.</p> </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-electron/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]
