Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

Wails v3.0.0-alpha2.110

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

Added

  • Implement macOS WebView reload and force reload, and add recovery for WebContent process termination in PR by @​wayneforrest
  • Add comprehensive German documentation for contributing, features, and guides in PR by @​leaanthony
  • Enhance notifications with sound, attachments, scheduling, and update API in PR by @​popaprozac

Fixed

  • Recalculate DWM frame on DPI change for frameless windows in PR by @​leaanthony
  • Fix DnD dropzone detection failing at non-100% scaling on Windows in PR by @​yulesxoxo

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

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

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:

</tr></table> 

... (truncated)

Commits
  • c5ba9d9 chore(v3): bump to v3.0.0-alpha2.110 and update changelog [skip ci]
  • 0407ac2 chore(changelog): auto-add entry for PR #4785 — fix(windows): recalculate hit...
  • d3a0ba0 fix(windows): recalculate hit-test regions on DPI change for frameless window...
  • 47a9eec chore(changelog): auto-add entry for PR #4632 — [v3] fix: (Windows OS) DnD dr...
  • 89db9f0 [v3] fix: (Windows OS) DnD dropzone detection failing at non-100% display sca...
  • d26470d chore(changelog): auto-add entry for PR #5129 — Recover from WebContent proce...
  • d003e31 Recover from WebContent process termination on macOS by handling webViewWebCo...
  • 9ed1121 chore(changelog): auto-add entry for PR #5396 — i18n(de): add German translat...
  • b9cce95 i18n(de): add German translations 2026-05-11 (#5396)
  • 8d7e5db chore(changelog): auto-add entry for PR #5333 — feat(v3:notifications): add s...
  • 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.110.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.8.3...v3.0.0-alpha2.110)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha2.110
  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 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #20.

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