dependabot[bot] opened a new pull request, #296: URL: https://github.com/apache/cordova-electron/pull/296
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.7 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.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/v6.2.1...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 `electron-builder` from 24.13.3 to 26.6.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(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> <h2>What's Changed</h2> <ul> <li>fix: post-process parent directories of unpacked files by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9419">electron-userland/electron-builder#9419</a></li> <li>chore(config): migrate Renovate config by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9457">electron-userland/electron-builder#9457</a></li> <li>feat: Provide progress updates for multiple range differential downloads by <a href="https://github.com/eliotschu"><code>@eliotschu</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9448">electron-userland/electron-builder#9448</a></li> <li>chore(deps): update actions/setup-node action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9463">electron-userland/electron-builder#9463</a></li> <li>chore(deps): update actions/cache action to v5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9460">electron-userland/electron-builder#9460</a></li> <li>chore(deps): update actions/stale action to v10 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9467">electron-userland/electron-builder#9467</a></li> <li>chore(deps): update actions/checkout action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9461">electron-userland/electron-builder#9461</a></li> <li>chore(deps): update actions/labeler action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9462">electron-userland/electron-builder#9462</a></li> <li>fix: update pr-labeler config to correct syntax by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9471">electron-userland/electron-builder#9471</a></li> <li>fix: pnpm "Invalid string length" errors during node module collection by <a href="https://github.com/danteissaias"><code>@danteissaias</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9470">electron-userland/electron-builder#9470</a></li> <li>chore(deps): update amannn/action-semantic-pull-request action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9468">electron-userland/electron-builder#9468</a></li> <li>chore(deps): update actions/setup-python action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9466">electron-userland/electron-builder#9466</a></li> <li>fix: skip Netlify PR deploy workflow on forks by <a href="https://github.com/biw"><code>@biw</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9474">electron-userland/electron-builder#9474</a></li> <li>chore: update snapshots due to transitive fixture dependency changed by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9482">electron-userland/electron-builder#9482</a></li> <li>fix: deleting default macOS appPlist keys using extendInfo by <a href="https://github.com/Lemonexe"><code>@Lemonexe</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9481">electron-userland/electron-builder#9481</a></li> <li>chore: warn about implicit publishing in CI by <a href="https://github.com/biw"><code>@biw</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9475">electron-userland/electron-builder#9475</a></li> <li>chore: update snapshots again? by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9484">electron-userland/electron-builder#9484</a></li> <li>chore: updating <code>ran</code> test server for updater tests by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9485">electron-userland/electron-builder#9485</a></li> <li>fix: update the <code>dmgbuild</code> hex regex to be case insensitive by <a href="https://github.com/Kilian"><code>@Kilian</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9487">electron-userland/electron-builder#9487</a></li> <li>chore: update snapshots due to transitive fixture dependency changed by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/9493">electron-userland/electron-builder#9493</a></li> </ul> <!-- 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.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 --> <h2>26.4.1</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><a href="https://github.com/electron-userland/electron-builder/commit/cb5b9c6e47686b0329dbf808b36587a82db03d3b"><code>cb5b9c6</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/d38ae8e666ca3769dfa091643ef816632f6e206f"><code>d38ae8e</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/1c945290a38cc4b6070a4e756db58354aee5e683"><code>1c94529</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/ef43f42c2532ae3501071c6329f3dd058a91fd7f"><code>ef43f42</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/25b5dd2b4a87554640c99ffef376af8703f69a3d"><code>25b5dd2</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/c3af390ec67becfe548a8c83f0d3ba828c28b751"><code>c3af390</code></a> <a href="https://github.com/electron-userland/electron-builder/commit/97e5503cecfcdfd9dddf1c4b321d52b5d5a94f83"><code>97e5503</code></a></p> <!-- raw HTML omitted --> <ul> <li><code>[email protected]</code></li> <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/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><a href="https://github.com/electron-userland/electron-builder/commit/727a82c253ef58183a14c13eeb610750320c67a2"><code>727a82c</code></a> chore(deploy): Release v26.3.1 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/9372">#9372</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 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-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]
