build(deps): bump tar and electron-builder in /src-electron by dependabot[bot] · Pull Request #668 · phcode-dev/phoenix-desktop
Bumps tar to 7.5.7 and updates ancestor dependency electron-builder. These dependencies need to be updated together.
Updates tar from 6.2.1 to 7.5.7
Changelog
Sourced from tar's changelog.
Changelog
7.5
- Added
zstdcompression support.- Consistent TOCTOU behavior in sync t.list
- Only read from ustar block if not specified in Pax
- Fix sync tar.list when file size reduces while reading
- Sanitize absolute linkpaths properly
- Prevent writing hardlink entries to the archive ahead of their file target
7.4
- Deprecate
onentryin favor ofonReadEntryfor clarity.7.3
- Add
onWriteEntryoption7.2
- DRY the command definitions into a single
makeCommandmethod, and update the type signatures to more appropriately infer the return type from the options and arguments provided.7.1
- Update minipass to v7.1.0
- Update the type definitions of
write()andend()methods onUnpackandParserclasses to be compatible with the NodeJS.WritableStream type in the latest versions of@types/node.7.0
- Drop support for node <18
- Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
- Add tree-shake friendly exports, like
import('tar/create')andimport('tar/read-entry')to get individual functions or classes.- Add
chmodoption that defaults to false, and deprecatenoChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.- Add
processUmaskoption to avoid having to callprocess.umask()whenchmod: true(ornoChmod: false) is set.
... (truncated)
Commits
4a37eb97.5.7f4a7aa9fix: properly sanitize hard links containing ..394ece67.5.67d4cc17fix race puting a Link ahead of its target File26ab9047.5.5e9a1ddbfix: do not prevent valid linkpaths within archive911c8867.5.43b1abfanormalize out unicode ligaturesa43478cremove some unused files970c58fupdate deps- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Updates electron-builder from 24.13.3 to 26.6.0
Release notes
Sourced from electron-builder's releases.
electron-builder@26.6.0
What's Changed
- feat(flatpak): use configuration for
executableArgsby@mmaiettain electron-userland/electron-builder#9530- fix(nsis): allow
$INSTDIRto be removed by@liamcmitchellin electron-userland/electron-builder#9520- fix: pnpm collector returning zero modules by
@mmaiettain electron-userland/electron-builder#9535- chore(deploy): migrating to multi-branch CI/CD release flow by
@mmaiettain electron-userland/electron-builder#9533- feat: update
dmgbuildand migrate to portabledmgbuildpython bundle by@mmaiettain electron-userland/electron-builder#9516- chore(tests): stabilize yarn v1
yarn installby@mmaiettain electron-userland/electron-builder#9540- chore(deps): updating
electron/rebuildtarandform-databy@mmaiettain electron-userland/electron-builder#9528- chore(deploy): Release (next) by
@electron-builder-release-bot[bot] in electron-userland/electron-builder#9531New Contributors
@liamcmitchellmade their first contribution in electron-userland/electron-builder#9520Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.5.0...electron-builder@26.6.0
electron-builder@26.5.0
What's Changed
- chore: running
eslint --fixon more files by@mmaiettain electron-userland/electron-builder#9502- chore: fix dmg background by updating vendor
dmgbuildby@mmaiettain electron-userland/electron-builder#9512- feat: add support for dmgbuild's badge-icon configuration by
@mmaiettain electron-userland/electron-builder#9513- chore: update tar to latest release 7.5.3 to resolve dependabot by
@mmaiettain electron-userland/electron-builder#9514- fix: Windows build fails with spawn EINVAL after Node.js security fix by
@mmaiettain electron-userland/electron-builder#9489- chore(deploy): Release by
@electron-builder-release-bot[bot] in electron-userland/electron-builder#9503Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.4.1...electron-builder@26.5.0
electron-builder@26.4.1
What's Changed
- fix: post-process parent directories of unpacked files by
@mmaiettain electron-userland/electron-builder#9419- chore(config): migrate Renovate config by
@renovate[bot] in electron-userland/electron-builder#9457- feat: Provide progress updates for multiple range differential downloads by
@eliotschuin electron-userland/electron-builder#9448- chore(deps): update actions/setup-node action to v6 by
@renovate[bot] in electron-userland/electron-builder#9463- chore(deps): update actions/cache action to v5 by
@renovate[bot] in electron-userland/electron-builder#9460- chore(deps): update actions/stale action to v10 by
@renovate[bot] in electron-userland/electron-builder#9467- chore(deps): update actions/checkout action to v6 by
@renovate[bot] in electron-userland/electron-builder#9461- chore(deps): update actions/labeler action to v6 by
@renovate[bot] in electron-userland/electron-builder#9462- fix: update pr-labeler config to correct syntax by
@mmaiettain electron-userland/electron-builder#9471- fix: pnpm "Invalid string length" errors during node module collection by
@danteissaiasin electron-userland/electron-builder#9470- chore(deps): update amannn/action-semantic-pull-request action to v6 by
@renovate[bot] in electron-userland/electron-builder#9468- chore(deps): update actions/setup-python action to v6 by
@renovate[bot] in electron-userland/electron-builder#9466- fix: skip Netlify PR deploy workflow on forks by
@biwin electron-userland/electron-builder#9474- chore: update snapshots due to transitive fixture dependency changed by
@mmaiettain electron-userland/electron-builder#9482- fix: deleting default macOS appPlist keys using extendInfo by
@Lemonexein electron-userland/electron-builder#9481- chore: warn about implicit publishing in CI by
@biwin electron-userland/electron-builder#9475- chore: update snapshots again? by
@mmaiettain electron-userland/electron-builder#9484- chore: updating
rantest server for updater tests by@mmaiettain electron-userland/electron-builder#9485- fix: update the
dmgbuildhex regex to be case insensitive by@Kilianin electron-userland/electron-builder#9487- chore: update snapshots due to transitive fixture dependency changed by
@mmaiettain electron-userland/electron-builder#9493
... (truncated)
Changelog
Sourced from electron-builder's changelog.
26.6.0
Patch Changes
cf10da89b1dbb2e46b40788070e9d56550f
app-builder-lib@26.6.0dmg-builder@26.6.026.5.0
Patch Changes
666d85ab1d6e246c20eeb3022f0f2c11709
dmg-builder@26.5.0app-builder-lib@26.5.026.4.1
Patch Changes
cb5b9c6d38ae8e1c94529ef43f4225b5dd2c3af39097e5503
app-builder-lib@26.4.1dmg-builder@26.4.1builder-util@26.4.1
... (truncated)
Commits
e394e0cchore(deploy): Release v26.6.0 (#9531)7b5901bchore(deploy): Release v26.5.0 (electron-updater@6.8.1) (#9503)06de969chore(deploy): Release v26.4.1 (electron-updater@6.8.0) (#9458)caf2cb2chore(deploy): Release v26.4.0 (#9447)85437a7chore(deploy): Release v26.3.6 (#9433)5f9c143chore(deploy): Release v26.3.5 (electron-updater@6.7.3) (#9422)fa863f8chore(deploy): Release v26.3.4 (#9410)8138e27chore(deploy): Release v26.3.3 (#9404)70da68achore(deploy): Release v26.3.2 (#9388)727a82cchore(deploy): Release v26.3.1 (#9372)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for electron-builder since your current version.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.