Skip to content

build(deps): bump fyne.io/systray to v1.12.1#131

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/fyne.io/systray-1.12.1
Open

build(deps): bump fyne.io/systray to v1.12.1#131
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/fyne.io/systray-1.12.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

User description

Bumps fyne.io/systray from 1.10.0 to 1.12.1.

Commits
  • 3266b44 Merge pull request #102 from smaryus/prevent-adding-closed-menu-item
  • 614d12c add support for tooltip signal
  • 43b10c6 Fix typo in README
  • 81f8e1a Merge pull request #107 from gabe565/fix-darwin-expand-arrow
  • 9483f6f fix: icon not highlighted while menu is open on macos
  • 3f87c93 fix: cmd+drag broken on macos
  • 969e8e6 fix: expand arrow on darwin
  • b90dd54 Change dbus path to make systray apps work as snaps (#105)
  • e46f884 Prevent channel crash after item is removed
  • f8c9f35 Remove all items at reset menu
  • 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

  • Upgrade fyne.io/systray to v1.12.1

  • Refresh indirect dbus dependency

  • Remove stale abool requirement


Diagram Walkthrough

flowchart LR
  app["Go module dependencies"]
  systray["fyne.io/systray v1.12.1"]
  dbus["github.com/godbus/dbus/v5 v5.1.0"]
  abool["Remove github.com/tevino/abool"]
  app -- "upgrade direct dependency" --> systray
  app -- "refresh indirect dependency" --> dbus
  app -- "drop unused dependency" --> abool
Loading

File Walkthrough

Relevant files
Dependencies
go.mod
Refresh Go module dependency versions                                       

go.mod

  • Bump fyne.io/systray from v1.10.0 to v1.12.1
  • Update indirect github.com/godbus/dbus/v5 to v5.1.0
  • Remove indirect github.com/tevino/abool requirement
+2/-3     

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

---
updated-dependencies:
- dependency-name: fyne.io/systray
  dependency-version: 1.12.1
  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 May 1, 2026
@sophie-syntax sophie-syntax Bot changed the title build(deps): bump fyne.io/systray from 1.10.0 to 1.12.1 build(deps): bump fyne.io/systray to v1.12.1 May 1, 2026
@sophie-syntax
Copy link
Copy Markdown

sophie-syntax Bot commented May 1, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis ❌

102 - Not compliant

Non-compliant requirements:

  • Bump actions/checkout from 3.5.3 to 4.1.0.
  • Update the GitHub Actions workflow configuration to use the newer dependency version.

Requires further human verification:

  • Whether CI workflows still pass after upgrading actions/checkout to the Node 20-based release.

105 - Not compliant

Non-compliant requirements:

  • Bump golang.org/x/image from 0.9.0 to 0.10.0.
  • Keep dependency-management changes limited to this dependency bump.

Requires further human verification:

  • Whether image-related functionality still behaves correctly after the dependency update.

107 - Not compliant

Non-compliant requirements:

  • Update the application to use the Toggl v9 API instead of the deprecated v8 API.
  • Adjust API request paths, payloads, or response handling as needed for v9 compatibility.
  • Ensure the application continues to work against the supported Toggl API version.

Requires further human verification:

  • End-to-end verification against the live Toggl API after a v9 migration.
⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@sophie-syntax
Copy link
Copy Markdown

sophie-syntax Bot commented May 1, 2026

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