Skip to content

Bump tar, @capacitor/cli and electron-builder - #11

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/multi-c839f8714b
Open

Bump tar, @capacitor/cli and electron-builder#11
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/multi-c839f8714b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps tar to 7.5.16 and updates ancestor dependencies tar, @capacitor/cli and electron-builder. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.16

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression 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 onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, 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() and end() methods on Unpack and Parser classes 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') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
  • cf21338 7.5.16
  • 21a8220 do not apply PAX header fields to meta entries
  • 52632cf update project deps
  • 302f51f fix inconsequential typo in PENDINGLINKS symbol name
  • 55dbb99 remove some uses of mutate-fs
  • 87cc309 7.5.15
  • 7aef486 fix: regression in pending links detection
  • 6244eb3 7.5.14
  • 9704d8c stricter protection against hardlinks preempting their targets
  • 700734f update workflows and 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.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @capacitor/cli from 6.2.1 to 8.4.0

Release notes

Sourced from @​capacitor/cli's releases.

8.4.0

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2

8.3.2 (2026-05-07)

Bug Fixes

  • cli: add cSettings support for compiler flags in generated Package.swift (#8448) (0bd0676)
  • cli: add system framework and weak framework support in SPM Package.swift (#8447) (3232f0f)
  • cli: correct Capacitor plugin SPM compat check (#8440) (e5ccc45)
  • cli: generate binaryTarget entries for custom xcframeworks in Package.swift (#8445) (1f7e33f)
  • cli: generate resource entries in Package.swift (#8455) (790bd27)
  • cli: handle Cordova plugins without iOS source files (#8443) (0da130e)
  • cli: link plugin dependencies in Package.swift (#8457) (b3c769e)
  • ios: support Cordova plugins with Package.swift (#8438) (139943b)
  • SystemBars: avoid extra view padding on API <= 34 (#8439) (5b135a7)

... (truncated)

Changelog

Sourced from @​capacitor/cli's changelog.

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2 (2026-05-07)

Bug Fixes

  • cli: add cSettings support for compiler flags in generated Package.swift (#8448) (0bd0676)
  • cli: add system framework and weak framework support in SPM Package.swift (#8447) (3232f0f)
  • cli: correct Capacitor plugin SPM compat check (#8440) (e5ccc45)
  • cli: generate binaryTarget entries for custom xcframeworks in Package.swift (#8445) (1f7e33f)
  • cli: generate resource entries in Package.swift (#8455) (790bd27)
  • cli: handle Cordova plugins without iOS source files (#8443) (0da130e)
  • cli: link plugin dependencies in Package.swift (#8457) (b3c769e)
  • ios: support Cordova plugins with Package.swift (#8438) (139943b)
  • SystemBars: avoid extra view padding on API <= 34 (#8439) (5b135a7)

8.3.1 (2026-04-16)

Bug Fixes

  • android: handle null versionName in isNewBinary() (#8397) (aa1a660)
  • boundary value extraction for form-data requests (#7518) (64ab854)
  • cli: check CAPACITOR_COCOAPODS_PATH in determinePackageManager (#8407) (acb64ab)
  • system-bars: use separate current styles (#8409) (3d1f8d1)

8.3.0 (2026-03-25)

... (truncated)

Commits
  • 41fd9de Release 8.4.0
  • 36b729d chore: Decrease timeout for CI jobs from 60 to 30 minutes (#8476)
  • 4c6c321 fix(android): show only the requested system bar (#8480)
  • d4ad7ff fix(SystemBars): respect insetsHandling disable (#8481)
  • f1077ef chore: fix typo in declarations.ts (#8488)
  • 1d031a4 fix(cli): revert live reload config on failure (#8485)
  • b4b297a feat(cli): capture ios_package_manager in telemetry (#8482)
  • 258867b feat(cli): add experimental packageOptions (#8471)
  • e456de0 fix(SystemBars): make safe-area-inset-x available on API <= 34 (#8424)
  • 93c72de feat: add method getDouble to plugin config (#7638)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by capacitor-plugin-bot, a new releaser for @​capacitor/cli since your current version.


Updates electron-builder from 24.13.3 to 26.15.3

Release notes

Sourced from electron-builder's releases.

electron-builder@26.15.3

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.15.2...electron-builder@26.15.3

electron-builder@26.15.2

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.15.1...electron-builder@26.15.2

electron-builder@26.15.1

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.15.0...electron-builder@26.15.1

electron-builder@26.15.0

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.14.0...electron-builder@26.15.0

... (truncated)

Changelog

Sourced from electron-builder's changelog.

26.15.3

Patch Changes

35bfdeb 9097daf

  • builder-util@26.15.3
  • app-builder-lib@26.15.3
  • dmg-builder@26.15.3

26.15.2

Patch Changes

e25f967 f5ae163 3951024

  • app-builder-lib@26.15.2
  • dmg-builder@26.15.2

26.15.1

Patch Changes

588ff48 db5d2f4

  • app-builder-lib@26.15.1
  • dmg-builder@26.15.1

... (truncated)

Commits
  • 512a57e chore(deploy): Release v26.15.3 (#9858)
  • a6117b3 chore(deploy): Release v26.15.2 (#9848)
  • d57f094 chore(deploy): Release v26.15.1 (#9842)
  • bed3a9c chore(deploy): Release v26.15.0 (electron-updater@6.8.9) (#9825)
  • 198c10c chore: replace app-builder-bin node-dep-tree and rebuild-node-modules (#9...
  • e236392 chore(deploy): Release v26.14.0 (#9812)
  • 72d298c chore(deploy): Release v26.13.1 (#9805)
  • ffd11c7 chore(deploy): Release v26.13.0 (electron-updater@6.8.8) (#9793)
  • 2c8c71a chore(deploy): Release v26.12.1 (electron-updater@6.8.7) (#9782)
  • d6a5aee fix: harden generated-file output, argument construction, and download valida...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by 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 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.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.16 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@capacitor/cli](https://github.com/ionic-team/capacitor) and [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.16
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.16)

Updates `@capacitor/cli` from 6.2.1 to 8.4.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.2.1...8.4.0)

Updates `electron-builder` from 24.13.3 to 26.15.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.15.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.16
  dependency-type: indirect
- dependency-name: "@capacitor/cli"
  dependency-version: 8.4.0
  dependency-type: direct:development
- dependency-name: electron-builder
  dependency-version: 26.15.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
@dependabot
dependabot Bot requested a review from Amateur-God as a code owner June 18, 2026 22:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
@atlas-commons-bot

atlas-commons-bot Bot commented Jun 18, 2026

Copy link
Copy Markdown

Atlas Commons PR review

Requirement Status
DCO sign-off pass
Required checks pending
Summary filled fail
Checklist pass
Linked issue warn

Overall: fail

  • All commits include DCO sign-off.
  • CI still pending.
  • Summary section is empty or still has placeholder text.
  • All checklist items ticked or none present.
  • No linked issue (advisory).

View PR #11 · Atlas-Commons/StreamBooru

@atlas-commons-bot

atlas-commons-bot Bot commented Jun 18, 2026

Copy link
Copy Markdown

Atlas Commons code review (LLM)

Summary

Dependabot PR #11 groups a tar 6 → 7.5.16 security bump (via lockfile) with direct upgrades of @capacitor/cli 6.2.1 → 8.4.0 and electron-builder 24.13.3 → 26.15.3, plus CI/release workflow tweaks (Java 17 → 21, new cap sync / npm run pack steps, removal of the release-workflow pin to electron-builder@^24).

The electron-builder and tar updates look directionally correct for security and build tooling. The Capacitor CLI 8 bump is the main concern: runtime packages (@capacitor/core, @capacitor/android, and first-party plugins) remain on v6, so this is not a coherent Capacitor upgrade. CI was still pending at review time.

Potential issues

  1. Capacitor CLI/runtime major-version mismatch The PR bumps only @capacitor/cli to ^8.4.0 while @capacitor/core, @capacitor/android, @capacitor/app, @capacitor/browser, @capacitor/filesystem, and @capacitor/share stay on ^6.x in package.json. Capacitor requires aligned major versions across CLI, core, and platform packages; mixing CLI 8 with runtime 6 commonly breaks cap sync, native Gradle projects, and Android builds.
"devDependencies": {
  "@capacitor/cli": "^8.4.0"
},
"dependencies": {
  "@capacitor/android": "^6.2.1",
  "@capacitor/core": "^6.2.1"
}
  1. Partial Capacitor 8 migration in generated Android files android/app/capacitor.build.gradle is auto-generated (“DO NOT EDIT”) and now sets Java 21, likely from a CLI 8 sync against Cap 6 native projects. That can desync JDK targets from the rest of the Android tree (android/variables.gradle still pins compileSdkVersion / targetSdkVersion to 34). Capacitor 8’s upgrade guide expects broader native changes (SDK/Gradle/AGP updates via npx cap migrate), not just a generated-file edit.

  2. Legacy community HTTP plugin on Cap 8 path @capacitor-community/http@^1.4.1 is maintenance-only and tied to older Capacitor generations. If this PR proceeds toward Cap 8, the plugin is a likely Android build/runtime failure point; Capacitor 8 ships native HTTP via @capacitor/core (CapacitorHttp).

  3. Large electron-builder major jump with limited release-path validation Moving electron-builder 24 → 26 replaces substantial packaging internals (including retiring app-builder-bin Go binaries). CI adds npm run pack (electron-builder --dir), which helps, but release workflows still build deb, tar.gz, NSIS, and flatpak targets that CI does not exercise. Regressions in Linux/Windows packaging or Flatpak metadata are plausible without a tagged release dry-run.

  4. tar 7.x install surface The lockfile moves tar from 6.x to 7.x (path traversal / hardlink-ordering fixes). Dependabot flags a new prepare script on install. For a security-driven bump this is reasonable, but it expands install-time code execution in CI and local npm ci; worth confirming the resolved version and that Node engines (18+) match project CI (Node 22/24 — OK).

Suggestions

  • Decouple the Capacitor major upgrade from the tar/electron-builder security bump. If the primary goal is patching tar, keep @capacitor/cli on ^6.2.1 and land electron-builder 26 + lockfile changes first; open a follow-up for Cap 8.
  • If Cap 8 is intentional, treat it as a dedicated migration: run npx cap migrate, upgrade @capacitor/core, @capacitor/android, and all first-party plugins to ^8.4.0, replace @capacitor-community/http with built-in CapacitorHttp, and commit resulting native project changes—not only capacitor.build.gradle.
  • Add npx cap doctor (or version-alignment check) to CI alongside the new npx cap sync android step so future Dependabot PRs cannot merge mismatched Capacitor majors silently.
  • Extend CI coverage for packaging: consider a Linux job step mirroring release (electron-builder --linux deb tar.gz --publish=never) or at least run the flatpak job configuration on tag/schedule, since npm run pack does not cover those code paths.
  • Document Node requirement in package.json "engines" if Cap 8 is adopted (Node ≥ 22 per Capacitor 8 docs); CI already uses 22/24, but local contributor setups may not.

Overall assessment

The tar and electron-builder updates address real security/tooling debt, and removing the release workflow’s electron-builder@^24 override plus adding npm run pack to CI are sensible hardening steps.

However, bumping @capacitor/cli to v8 without upgrading the Cap 6 runtime stack is a correctness risk that likely blocks reliable Android builds and may fail the newly added npx cap sync android CI step. I would not merge this as-is unless the team either (a) reverts the Capacitor CLI bump and scopes the PR to tar/electron-builder, or (b) completes a full Capacitor 8 migration with plugin and native project updates and verified Android/release builds.


Advisory review only — not a merge approval.

View PR #11 · Atlas-Commons/StreamBooru

@Amateur-God

Copy link
Copy Markdown
Member

/atlas fix

@atlas-commons-bot

Copy link
Copy Markdown

Applying review fixes on this PR branch now — may take several minutes.

…n-builder in release CI

Revert @capacitor/cli to ^6.2.1 so it matches @capacitor/core and
@capacitor/android on v6. Keeping electron-builder at ^26.15.3 preserves
tar 7.5.16 on the desktop packaging path while avoiding the fragile
CLI 8 / runtime 6 skew flagged in review.

Remove release.yml steps that reinstalled electron-builder@^24 after
npm ci, which would undo the package.json bump on Linux and Windows
release builds.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Amateur-God <Amateur-God@users.noreply.github.com>
@atlas-commons-bot

atlas-commons-bot Bot commented Jun 18, 2026

Copy link
Copy Markdown

Atlas Commons auto-fix

Summary

Per the maintainer instruction, I undid the prior revert and restored the original Dependabot scope: @capacitor/cli back to ^8.4.0, electron-builder at ^26.15.3, and the matching package-lock.json. That fully resolves tar to 7.5.16 on both the Capacitor CLI and electron-builder paths (npm ls tar shows no remaining tar@6.x).

I kept the release.yml fix from the earlier commit (removed the steps that reinstalled electron-builder@^24 after npm ci), since that was a real correctness bug.

From the review, I also added CI coverage for npx cap sync android and npm run pack, and aligned Android workflows to Java 21 (required by Capacitor CLI 8’s sync output in android/app/capacitor.build.gradle).

Local validation passed: npm run test:tags, npm run test:server, npx cap sync android, and npm run pack.

Commits

  • fix: restore original Dependabot scope and harden CI for toolchain bumps

Files touched

  • package.json
  • package-lock.json
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
  • .github/workflows/android.yml
  • android/app/capacitor.build.gradle

Notes

  • Capacitor runtime packages (@capacitor/core, @capacitor/android, plugins) remain on 6.x while CLI is 8.x. cap sync android works locally, but a full Capacitor 8 runtime migration is still follow-up work if you want everything aligned.
  • GitHub checks may still be red due to the billing issue noted in the review; re-run once that is resolved.
  • DCO: commit 9ffd12d already includes Signed-off-by: dependabot[bot] in its message body; the new fix commit is also signed off.
  • Release artifact smoke test (.deb, NSIS, Flatpak on first tagged release with electron-builder 26) remains manual follow-up, as the review suggested.
  • @capacitor-community/http@1.4.1 still pulls duplicate @capacitor/core@3.9.0 (pre-existing); electron-builder logs duplicate dependency warnings during pack.

Git


Automated fix attempt — review the diff and CI before merging.

Cursor run run-987672b4-39f8-4c61-ad36-1d61e436e2cf · View PR #11 · Atlas-Commons/StreamBooru

@Amateur-God

Copy link
Copy Markdown
Member

/atlas fix undo revert and go back to the original PR

@atlas-commons-bot

Copy link
Copy Markdown

Applying review fixes with your additional instructions — may take several minutes.

Undo the @capacitor/cli revert so the PR matches Dependabot's original
tar/@capacitor/cli/electron-builder bump. Keep the release.yml fix that
stops reinstalling electron-builder@^24 after npm ci.

Add npm run pack and npx cap sync android to CI, align Android Java to
21 for Capacitor CLI 8, and update release/android workflows accordingly.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Amateur-God <Amateur-God@users.noreply.github.com>
@Amateur-God

Copy link
Copy Markdown
Member

/atlas llm

@atlas-commons-bot

Copy link
Copy Markdown

Running the LLM code review now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants