Skip to content

build(deps): bump fyne.io/systray from 1.10.0 to 1.12.2#133

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/systray-1.12.2
Open

build(deps): bump fyne.io/systray from 1.10.0 to 1.12.2#133
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/systray-1.12.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

User description

Bumps fyne.io/systray from 1.10.0 to 1.12.2.

Commits
  • fd428cd Merge pull request #118 from scottharris/fix/libdbusmenu-blank-submenus
  • 1d303c2 Merge pull request #111 from TobiasJa/channel_closed
  • 0c44ce7 Merge pull request #119 from mattsafaii/fix-macos-menu-position
  • a9979c4 Let AppKit position the menu instead of hardcoding an offset
  • e091fcd Position menu below the menu bar on macOS
  • 4ca1f61 fix(unix): fix blank submenus on libdbusmenu-gtk3 desktops (Cinnamon/Xfce/GNOME)
  • 81511e4 Merge pull request #116 from pymq/emit-ItemPropertiesUpdated
  • 3aca44e Linux: emit ItemsPropertiesUpdated and refresh on item add
  • be55b3a Remove fmt.Printf logs
  • 6ae8e41 Add systray unittest for Removing MenuItem
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

PR Type

Enhancement


Description

  • Bump fyne.io/systray from 1.10.0 to 1.12.2

  • Update github.com/godbus/dbus/v5 from v5.0.4 to v5.1.0

  • Remove unused github.com/tevino/abool indirect dependency


Diagram Walkthrough

flowchart LR
  A["fyne.io/systray v1.10.0"] -- "upgrade" --> B["fyne.io/systray v1.12.2"]
  C["godbus/dbus/v5 v5.0.4"] -- "upgrade" --> D["godbus/dbus/v5 v5.1.0"]
  E["tevino/abool v1.2.0"] -- "removed" --> F["(dropped)"]
Loading

File Walkthrough

Relevant files
Dependencies
go.mod
Update systray and related Go module dependencies               

go.mod

  • Bumped fyne.io/systray from v1.10.0 to v1.12.2
  • Updated indirect dependency github.com/godbus/dbus/v5 from v5.0.4 to
    v5.1.0
  • Removed indirect dependency github.com/tevino/abool
+2/-3     

Bumps [fyne.io/systray](https://github.com/fyne-io/systray) from 1.10.0 to 1.12.2.
- [Changelog](https://github.com/fyne-io/systray/blob/master/CHANGELOG.md)
- [Commits](fyne-io/systray@v1.10.0...v1.12.2)

---
updated-dependencies:
- dependency-name: fyne.io/systray
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 10, 2026
@sophie-syntax

sophie-syntax Bot commented Jun 10, 2026

Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis ❌

111 - Not compliant

Non-compliant requirements:

  • Bump golangci/golangci-lint-action from 3.7.0 to 6.0.1 (this PR does not touch GitHub Actions workflows)

118 - Not compliant

Non-compliant requirements:

  • Bump gittools/actions from 0.10.2 to 2.0.1 (this PR does not touch GitHub Actions workflows)

116 - Not compliant

Non-compliant requirements:

  • Bump golang.org/x/image from 0.10.0 to 0.18.0 (go.mod still shows v0.10.0)
⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Stale Indirect Dep

golang.org/x/image remains pinned at v0.10.0 in go.mod despite ticket #116 requesting a bump to v0.18.0. The newer version includes security fixes (e.g., TIFF palette index validation). This PR should have updated that version as well, or it should be tracked separately.

golang.org/x/image v0.10.0 // indirect

@sophie-syntax

sophie-syntax Bot commented Jun 10, 2026

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

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 go Pull requests that update Go code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants