Skip to content

build(deps): bump the go group across 1 directory with 6 updates - #610

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-5986f4698e
Open

build(deps): bump the go group across 1 directory with 6 updates#610
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-5986f4698e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 5 updates in the / directory:

Package From To
github.com/wailsapp/wails/v3 3.0.0-alpha.93 3.0.0-alpha2.117
golang.org/x/crypto 0.51.0 0.54.0
fyne.io/systray 1.12.1 1.12.2
github.com/caarlos0/log 0.6.0 0.6.2
github.com/elastic/go-sysinfo 1.15.4 1.15.5

Updates github.com/wailsapp/wails/v3 from 3.0.0-alpha.93 to 3.0.0-alpha2.117

Release notes

Sourced from github.com/wailsapp/wails/v3's releases.

Wails v3.0.0-alpha2.117

Wails v3 Alpha Release - v3.0.0-alpha2.117

Added

Changed

  • Configure WebView2 monitor-scale detection based on UseVisualHosting in PR by @​wayneforrest

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.117

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha2.116

Wails v3 Alpha Release - v3.0.0-alpha2.116

Added

  • Update FAQ documentation to focus on Wails v3 features and guidance in PR by @​taliesin-ai

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.116

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha2.115

Wails v3 Alpha Release - v3.0.0-alpha2.115

Fixed

  • Fix Menu.Update() not rebuilding the native menu on GTK4 Linux (#5659, independently diagnosed and fixed by @​puneetdixit200 in #5539)
  • Fix crash enumerating macOS screens on display change by copying screen id/name strings and snapshotting the count (#5565, independently diagnosed and fixed by @​x-haose in #5584)
  • Fix crash on Windows when WM_ERASEBKGND paints a solid background during a minimise/restore transition where GetClientRect returns nil (guard reported by @​sinspired in #5636)
  • Fix frontend bindings error always parses as text by @​mbaklor in #5690
  • Fix Windows build failure when using the server build tag, caused by Windows GUI files missing the !server build constraint that the macOS and Linux equivalents already have (#5680)

🤖 This is an automated nightly release generated from the latest changes on master.

... (truncated)

Commits
  • 3440ae5 chore(v3): bump to v3.0.0-alpha2.117 and update changelog [skip ci]
  • 49bda92 chore: update sponsors.svg and contributors.svg [skip ci]
  • cb50e1c chore(changelog): auto-add entry for PR #5462 — feat(windows): add support fo...
  • 25137ce feat(windows): add support for custom hit-test logic for non-client regions (...
  • aea50fb chore(changelog): auto-add entry for PR #5761 — fix(v3/windows): keep host-ow...
  • 5cd2be6 fix(v3/windows): keep host-owned rasterization scale under visual hosting (#5...
  • 7d90315 chore(.github): accept v3 bug reports, add triage dropdowns, wire up auto-lab...
  • f9cb2fc chore(v3): bump to v3.0.0-alpha2.116 and update changelog [skip ci]
  • 2709aa7 chore: update sponsors.svg and contributors.svg [skip ci]
  • 3f8e984 [skip ci] Publish @​wailsio/runtime v3.0.0-alpha.97
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.51.0 to 0.54.0

Commits
  • cdce021 go.mod: update golang.org/x dependencies
  • d9474cc openpgp: make the deprecation message more explicit
  • 7626c50 ssh: verify declared key type matches decoded key in authorized_keys
  • 0471e79 ssh/agent: enforce strict limits on DSA key parameters
  • 6435c37 ssh: sanitize client disconnect messages
  • 7d695da ssh/agent: drain channel stderr in agent forwarders
  • 5b7f841 acme/autocert: fix data race in Manager.createCert
  • 0b316e7 argon2: update RFC 9106 parameter recommendations
  • 55aec0a x509roots/fallback: update bundle
  • 5f2de1a internal: remove wycheproof tests
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.44.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • d58dcfa unix: add GPIO constants and structs
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • Additional commits viewable in compare view

Updates fyne.io/systray from 1.12.1 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

Updates github.com/caarlos0/log from 0.6.0 to 0.6.2

Release notes

Sourced from github.com/caarlos0/log's releases.

v0.6.2

Changelog


Released with GoReleaser!

v0.6.1

Changelog

Other work

  • 23d467a95e05ec3faad872ebe127b9dfb40f7e29: ci(deps): bump the actions group with 6 updates (#85) (dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>)

Released with GoReleaser Pro!

Commits
  • 1697ecc chore: update golang.org/x/sys
  • 23d467a ci(deps): bump the actions group with 6 updates (#85)
  • 50a2fef chore(deps): bump charm.land/lipgloss/v2 from 2.0.2 to 2.0.3 in the go group ...
  • dbda082 ci(deps): bump the actions group with 3 updates (#84)
  • 3ff8498 ci(deps): bump the actions group with 6 updates (#82)
  • cbd65d8 chore(deps): bump the go group with 2 updates (#81)
  • 56f3c41 ci(deps): bump the actions group with 4 updates (#80)
  • 025f226 chore(deps): bump the go group with 2 updates (#79)
  • See full diff in compare view

Updates github.com/elastic/go-sysinfo from 1.15.4 to 1.15.5

Release notes

Sourced from github.com/elastic/go-sysinfo's releases.

v1.15.5

BUG FIXES:

  • windows: Resolve kernel image path via %SystemRoot% so KernelVersion works on hosts whose system drive is not C:. (GH-288)
Commits
  • f72875d build(deps): bump the github-actions group with 2 updates (#290)
  • 6e9269e fix(windows): resolve kernel image path at runtime (#288)
  • efea16f build(deps): bump vmactions/freebsd-vm from 1.4.2 to 1.4.6 in the github-acti...
  • 1a1e1d4 ci: remove windows/arm (32-bit) cross-compile target (#289)
  • fcb64e4 build(deps): bump vmactions/freebsd-vm from 1.4.1 to 1.4.2 in the github-acti...
  • dad6fb1 build(deps): bump vmactions/freebsd-vm from 1.3.8 to 1.4.1 in the github-acti...
  • 83b6717 build(deps): bump vmactions/freebsd-vm from 1.3.7 to 1.3.8 in the github-acti...
  • f666c24 build(deps): bump vmactions/freebsd-vm from 1.3.4 to 1.3.7 in the github-acti...
  • 663f4bb build(deps): bump vmactions/freebsd-vm from 1.3.0 to 1.3.4 in the github-acti...
  • 6455110 build(deps): bump vmactions/freebsd-vm from 1.2.9 to 1.3.0 in the github-acti...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🚀 Dev Builds Available

Development builds for this PR are available in the workflow artifacts.

Available builds:

  • Windows (agent, installer, tray)
  • Linux (agent)
  • macOS (agent)

Download the build artifact to test the latest changes.

@dependabot dependabot Bot changed the title build(deps): bump the go group with 6 updates build(deps): bump the go group across 1 directory with 6 updates Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-5986f4698e branch from 6552fe9 to c114ffc Compare July 16, 2026 04:33
Bumps the go group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) | `3.0.0-alpha.93` | `3.0.0-alpha2.117` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.51.0` | `0.54.0` |
| [fyne.io/systray](https://github.com/fyne-io/systray) | `1.12.1` | `1.12.2` |
| [github.com/caarlos0/log](https://github.com/caarlos0/log) | `0.6.0` | `0.6.2` |
| [github.com/elastic/go-sysinfo](https://github.com/elastic/go-sysinfo) | `1.15.4` | `1.15.5` |



Updates `github.com/wailsapp/wails/v3` from 3.0.0-alpha.93 to 3.0.0-alpha2.117
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.93...v3.0.0-alpha2.117)

Updates `golang.org/x/crypto` from 0.51.0 to 0.54.0
- [Commits](golang/crypto@v0.51.0...v0.54.0)

Updates `golang.org/x/sys` from 0.44.0 to 0.47.0
- [Commits](golang/sys@v0.44.0...v0.47.0)

Updates `fyne.io/systray` from 1.12.1 to 1.12.2
- [Changelog](https://github.com/fyne-io/systray/blob/master/CHANGELOG.md)
- [Commits](fyne-io/systray@v1.12.1...v1.12.2)

Updates `github.com/caarlos0/log` from 0.6.0 to 0.6.2
- [Release notes](https://github.com/caarlos0/log/releases)
- [Commits](caarlos0/log@v0.6.0...v0.6.2)

Updates `github.com/elastic/go-sysinfo` from 1.15.4 to 1.15.5
- [Release notes](https://github.com/elastic/go-sysinfo/releases)
- [Commits](elastic/go-sysinfo@v1.15.4...v1.15.5)

---
updated-dependencies:
- dependency-name: fyne.io/systray
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/caarlos0/log
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/elastic/go-sysinfo
  dependency-version: 1.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha2.117
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dz0ny
dz0ny force-pushed the dependabot/go_modules/go-5986f4698e branch from c114ffc to ed93461 Compare July 24, 2026 06:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants