Skip to content

⬆️ Update sparkle-project/Sparkle to v2.9.3#587

Merged
basnijholt merged 1 commit into
mainfrom
renovate/sparkle-project-sparkle-2.x
Jun 10, 2026
Merged

⬆️ Update sparkle-project/Sparkle to v2.9.3#587
basnijholt merged 1 commit into
mainfrom
renovate/sparkle-project-sparkle-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
sparkle-project/Sparkle patch 2.9.22.9.3

Release Notes

sparkle-project/Sparkle (sparkle-project/Sparkle)

v2.9.3

Compare Source

  • Fix updating not working the first time if the app's bundle ID ends with ".app" (#​2882) (Zorg)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps the sparkle-project/Sparkle auto-update framework from 2.9.2 to 2.9.3 in the macOS target, updating both the manifest pin and the lock file revision.

  • Package.swift: exact version pin changed from 2.9.22.9.3.
  • Package.resolved: revision hash updated to match the new release (d46d456107feacc80711b21847b82b07bd9fb46e), which includes a single upstream fix for updating not working the first time when an app's bundle ID ends with .app.

Confidence Score: 5/5

A straightforward patch-level dependency bump with a single targeted bug fix upstream; no logic changes in this repo.

Both changed files are purely mechanical: the manifest updates one version string and the lock file updates the corresponding revision hash. The upstream 2.9.3 release contains only one fix (bundle-ID-ends-with-.app edge case) and no breaking changes.

No files require special attention.

Important Files Changed

Filename Overview
macos/AgentCLI/Package.swift Bumps exact Sparkle version pin from 2.9.2 to 2.9.3 — single-line dependency update.
macos/AgentCLI/Package.resolved Updates Sparkle revision hash and version from 2.9.2 to 2.9.3 — standard lock file update.

Sequence Diagram

sequenceDiagram
    participant App as AgentCLI (macOS)
    participant Sparkle as Sparkle v2.9.3
    participant Server as Update Server

    App->>Sparkle: Check for updates
    Sparkle->>Server: Fetch appcast feed
    Server-->>Sparkle: Return update info
    Sparkle-->>App: Update available (2.9.3 fix: works even if bundle ID ends with .app)
    App->>Sparkle: "Download & install update"
    Sparkle-->>App: Update applied
Loading

Reviews (2): Last reviewed commit: "⬆️ Update sparkle-project/Sparkle to v2...." | Re-trigger Greptile

@renovate renovate Bot force-pushed the renovate/sparkle-project-sparkle-2.x branch from 04168f6 to 2cf5466 Compare June 8, 2026 19:10
@basnijholt basnijholt merged commit bd8881d into main Jun 10, 2026
10 checks passed
@basnijholt basnijholt deleted the renovate/sparkle-project-sparkle-2.x branch June 10, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant