Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

Wails v3.0.0-alpha2.104

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

Fixed

  • Fix an iOS crash (SIGABRT) when a bound Go service method returns an empty string. The iOS asset response writer guarded the body pointer with buf != nil instead of its length, so a zero-length body made &buf[0] panic; it now guards on length, matching the desktop writers

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

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

Wails v3.0.0-alpha2.103

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

Changed

  • Move iOS and Android native features onto platform managers: call them via application.IOS.* and application.Android.* (e.g. application.IOS.Haptic("medium"), application.Android.Share(payload)) instead of the old application.IOS*/application.Android* free functions (#5602)
  • Rename mobile bridge events: cross-platform events now use the common:* prefix (e.g. common:haptic, common:location) and platform-exclusive events use ios:* / android:* (e.g. ios:backgroundTask, android:foregroundService); the native:* prefix is no longer used (#5602)

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

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

Commits
  • d639cec chore(v3): bump to v3.0.0-alpha2.104 and update changelog [skip ci]
  • eb9bb02 fix(v3/ios): empty string from a bound method no longer crashes the app (#5626)
  • 98efc33 test(v3/icons): assert .ico is small, not an exact byte size (#5627)
  • 502b9c1 docs: clarify v3 changelog is auto-generated in CONTRIBUTING.md (#5624)
  • a076f8a chore(v3): bump to v3.0.0-alpha2.103 and update changelog [skip ci]
  • 8fcba68 fix(wake): expand precondition templates before running them (#5612)
  • 201e047 [skip ci] Publish @​wailsio/runtime v3.0.0-alpha.91
  • 60a176e chore(ci): replace v3-alpha branch references with master (#5611)
  • b12f507 feat(v3/mobile): IOS/Android manager API + event rename; first-class mobile d...
  • 55aafb9 fix(v3/icons): update default macOS icons for Tahoe full-bleed style (#5610)
  • 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.104.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.8.3...v3.0.0-alpha2.104)

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

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #14.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.104 branch June 23, 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