Skip to content

chore(deps): bump the swift-deps group across 1 directory with 3 updates#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/swift/apps/macos/swift-deps-81e14130ac
Open

chore(deps): bump the swift-deps group across 1 directory with 3 updates#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/swift/apps/macos/swift-deps-81e14130ac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the swift-deps group with 3 updates in the /apps/macos directory: github.com/orchetect/menubarextraaccess, github.com/apple/swift-log and github.com/sparkle-project/sparkle.

Updates github.com/orchetect/menubarextraaccess from 1.2.2 to 1.3.0

Release notes

Sourced from github.com/orchetect/menubarextraaccess's releases.

1.3.0

Improved

  • Improved reliability of status item discovery upon MenuBarExtra scene initialization

Changed

  • menuBarExtraAccess(...) scene modifier is now required to be the first modifier applied to a MenuBarExtra

Maintenance

  • Added Package manifest for Swift 6.2 toolchain with DebugLogging trait
  • Updated example projects
Commits
  • 33bb0e4 Updated GitHub CI
  • 041fdce Renamed CI Xcode scheme
  • 78e1216 Updated example projects
  • 8d8a246 menuBarExtraAccess() scene modifier is now required as first modifier appli...
  • 4ad6b50 Updated README
  • 0303ae6 Improved reliability of status item discovery upon MenuBarExtra scene initial...
  • aac5e3e Added Package manifest for Swift 6.2 toolchain with DebugLogging trait
  • 16df7fd Updated GitHub CI
  • b71b97a Updated GitHub CI
  • 61847fb Updated GitHub CI
  • Additional commits viewable in compare view

Updates github.com/apple/swift-log from 1.10.1 to 1.11.0

Release notes

Sourced from github.com/apple/swift-log's releases.

1.11.0

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: apple/swift-log@1.10.1...1.11.0

Commits
  • 8c0f217 [CI] Add automated release workflow using swift-temporal-sdk (#434)
  • f4f84c9 Avoid using CFilePointer typealias in default logger (#433)
  • 1f38a59 [SLG-0005]: LogEvent LogHandler API implementation (#423)
  • 39e1491 [CI] Disable Darwin tests while we investigate flakiness (#430)
  • 63ee499 Enable tests on simulators (#429)
  • c9ceb51 [SLG-0005]: LogEvent LogHandler API proposal (#424)
  • 154acdf Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.7 to...
  • b934514 Update proposal SLG-0003 after public review (#419)
  • c5f4278 Use org security policy instead of our bespoke version (#426)
  • 4f1022c Fix benchmarks — traits are only available in 6.1+ (#417)
  • Additional commits viewable in compare view

Updates github.com/sparkle-project/sparkle from 2.9.0 to 2.9.1

Release notes

Sourced from github.com/sparkle-project/sparkle's releases.

2.9.1 Appcast Improvements

Changes:

  • Fix potential crash due to race condition within clearDownloadedUpdate (#2863) (Julian Pscheid)
  • Fix generate_appcast failing if feed URL doesn't have lastPathComponent (#2862) (Julian Pscheid)
  • Don't let progress status text title string line wrap (#2856) (Zorg)
  • Add minimal framework support for building arm64e (#2858, #2860) (Zorg)
  • Add SKIP_INSTALL=YES to for XPCServices targets (#2864) (Jeremy Huddleston Sequoia)

Please also check 2.9.0 for previous changes.

Commits
  • 066e75a Update Package management files for version 2.9.1
  • e97ba75 Update change log for 2.9.1
  • c625894 Fix crash in clearDownloadedUpdate due to race condition of receiving delta u...
  • c1dbf52 Configurations: Add SKIP_INSTALL=YES to for XPCServices targets (#2864)
  • cd20a12 Fix generate_appcast failing if feed URL doesn't have lastPathComponent (#2862)
  • 59ff700 Upgrade actions/checkout to version 6 (#2861)
  • 829fa4c Use inherited ARCHS for framework (#2860)
  • ae10c16 Add minimal framework support for building arm64e (#2858)
  • a888daa Don't let progress status text title string line wrap (#2856)
  • 61a100a Indent test application paragraph and list items in parent list (#2854)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the swift-deps group with 3 updates in the /apps/macos directory: [github.com/orchetect/menubarextraaccess](https://github.com/orchetect/MenuBarExtraAccess), [github.com/apple/swift-log](https://github.com/apple/swift-log) and [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle).


Updates `github.com/orchetect/menubarextraaccess` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/orchetect/MenuBarExtraAccess/releases)
- [Commits](orchetect/MenuBarExtraAccess@1.2.2...1.3.0)

Updates `github.com/apple/swift-log` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/apple/swift-log/releases)
- [Commits](apple/swift-log@1.10.1...1.11.0)

Updates `github.com/sparkle-project/sparkle` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/sparkle-project/Sparkle/releases)
- [Commits](sparkle-project/Sparkle@2.9.0...2.9.1)

---
updated-dependencies:
- dependency-name: github.com/orchetect/menubarextraaccess
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-deps
- dependency-name: github.com/apple/swift-log
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-deps
- dependency-name: github.com/sparkle-project/sparkle
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 2, 2026
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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants