chore(deps): bump github.com/orchetect/menubarextraaccess from 1.2.2 to 1.3.0 in /apps/macos in the swift-deps group#3
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the swift-deps group in /apps/macos with 1 update: [github.com/orchetect/menubarextraaccess](https://github.com/orchetect/MenuBarExtraAccess). 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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/macos/Package.swift">
<violation number="1" location="apps/macos/Package.swift:18">
P2: Upgrading to MenuBarExtraAccess 1.3.0 introduces a modifier-order requirement that current `MenuBarExtra` usage violates (`menuBarExtraAccess` is not first), so this dependency bump can cause incorrect menu bar integration behavior until call sites are reordered.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| ], | ||
| dependencies: [ | ||
| .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.2.2"), | ||
| .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.0"), |
There was a problem hiding this comment.
P2: Upgrading to MenuBarExtraAccess 1.3.0 introduces a modifier-order requirement that current MenuBarExtra usage violates (menuBarExtraAccess is not first), so this dependency bump can cause incorrect menu bar integration behavior until call sites are reordered.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/macos/Package.swift, line 18:
<comment>Upgrading to MenuBarExtraAccess 1.3.0 introduces a modifier-order requirement that current `MenuBarExtra` usage violates (`menuBarExtraAccess` is not first), so this dependency bump can cause incorrect menu bar integration behavior until call sites are reordered.</comment>
<file context>
@@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
- .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.2.2"),
+ .package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.0"),
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"),
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the swift-deps group in /apps/macos with 1 update: github.com/orchetect/menubarextraaccess.
Updates
github.com/orchetect/menubarextraaccessfrom 1.2.2 to 1.3.0Release notes
Sourced from github.com/orchetect/menubarextraaccess's releases.
Commits
33bb0e4Updated GitHub CI041fdceRenamed CI Xcode scheme78e1216Updated example projects8d8a246menuBarExtraAccess()scene modifier is now required as first modifier appli...4ad6b50Updated README0303ae6Improved reliability of status item discovery upon MenuBarExtra scene initial...aac5e3eAdded Package manifest for Swift 6.2 toolchain with DebugLogging trait16df7fdUpdated GitHub CIb71b97aUpdated GitHub CI61847fbUpdated GitHub CIDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Upgrade MenuBarExtraAccess to 1.3.0 in the macOS app to improve reliability of menu bar status item discovery. This version requires menuBarExtraAccess(...) to be the first modifier on MenuBarExtra.
Dependencies
Migration
Written for commit eb5b597. Summary will update on new commits.