Skip to content

sec(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.8.3 to 3.0.0-alpha2.109 - #18

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.109
Closed

sec(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.8.3 to 3.0.0-alpha2.109#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.109

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/wailsapp/wails/v3 from 3.0.0-alpha.8.3 to 3.0.0-alpha2.109.

Release notes

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

Wails v3.0.0-alpha2.109

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

Added

Changed

  • Server mode now has a first-class production build, consistent with the desktop build tasks (#5693). task build:server builds a production binary by default (-tags server,production, -trimpath, stripped), and accepts DEV=true (development server), OBFUSCATED=true (garble) and EXTRA_TAGS. task run:server runs a development server. Dockerfile.server / task build:docker build the production server (-tags server,production) and the production frontend first; the image defaults to a pure-Go static build on distroless/static, with CGO_ENABLED, GO_IMAGE and RUNTIME_IMAGE exposed as overridable build args for CGO apps.

Fixed

  • Prevent crash when closing window with pending async calls in PR by @​leaanthony
  • Prevent window activation when opening hidden apps on Windows in PR by @​leaanthony
  • Ensure WebKit request metadata, response completion, and body stream handling run on the GTK main thread in PR by @​taliesin-ai
  • 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 WebView2 content shrinking then disappearing after dragging a window across mixed-DPI monitors on Windows by re-asserting the controller bounds in the WM_DPICHANGED handler, mirroring the un-minimise DPI resync (#5677)

🤖 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.109

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

Wails v3.0.0-alpha2.108

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

Added

  • Add global (system-wide) keyboard shortcuts via app.GlobalShortcut (Register, Unregister, UnregisterAll, IsRegistered, GetAll). Shortcuts fire even when the application is not focused. Implemented natively per platform with no third party dependencies: Carbon hot keys on macOS, RegisterHotKey on Windows, XGrabKey on X11, and the XDG Desktop Portal global shortcuts interface on Wayland.
  • Add built-in MCP server: a Model Context Protocol server that starts automatically when the application is built with the mcp tag, letting LLM agents test and control a running Wails application — window control, DOM inspection, JavaScript evaluation, bound method calls, events and simulated mouse/keyboard input rendered with an animated on-screen cursor. No user code required: the mcp tag is added automatically by wails3 build/wails3 dev when WAILS_MCP=1 is set. Configured entirely via environment variables (WAILS_MCP_HOST, WAILS_MCP_PORT, WAILS_MCP_TIMEOUT, WAILS_MCP_HIDE_CURSOR).

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)

🤖 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.108
</tr></table> 

... (truncated)

Commits
  • de23488 chore(v3): bump to v3.0.0-alpha2.109 and update changelog [skip ci]
  • f814303 [skip ci] Publish @​wailsio/runtime v3.0.0-alpha.95
  • bb1bb54 chore(deps): bump the npm_and_yarn group across 17 directories with 11 update...
  • dacfa36 ci(docs): pin docs build to Node 22.12.0 for Astro 6.4+ (#5696)
  • 312e8d0 ci: add release-v3.yml workflow for signed v3 binary releases (#5318)
  • b079c19 chore(deps): bump the go_modules group across 3 directories with 1 update (#5...
  • 8171cdc chore(changelog): auto-add entry for PR #4435 — fix: prevent crash when closi...
  • c93cdaf fix: prevent crash when closing window with pending async calls (#4435)
  • 1cef8fc chore(changelog): auto-add entry for PR #5249 — fix(windows): prevent Center(...
  • ee2173f fix(windows): prevent Center() from stealing focus when StartHidden:true (#5249)
  • 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)

Bumps [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) from 3.0.0-alpha.8.3 to 3.0.0-alpha2.109.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.8.3...v3.0.0-alpha2.109)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha2.109
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #19.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.109 branch July 2, 2026 09:34
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