Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/desktop/go-4d12d367cf
Open

chore(deps): bump the go group across 1 directory with 6 updates#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/desktop/go-4d12d367cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown

Bumps the go group with 4 updates in the /desktop directory: github.com/fsnotify/fsnotify, github.com/shirou/gopsutil/v4, github.com/wailsapp/wails/v2 and golang.org/x/image.

Updates github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1

Release notes

Sourced from github.com/fsnotify/fsnotify's releases.

v1.10.1

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

v1.10.0

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.10.1 2026-05-04

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

1.10.0 2026-04-30

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Commits
  • 76b01a6 Release 1.10.1
  • fec150b Update changelog
  • 162b421 inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • 224257f inotify: don't remove sibling watches sharing a path prefix (#754)
  • e0c956c windows: document directory Write events and stabilize tests (#745)
  • 8d01d7b Release 1.10.0
  • 602284e Update changelog
  • 7f03e59 kqueue: skip ENOENT entries in watchDirectoryFiles (#748)
  • dab9dde windows: lock watch field updates against concurrent WatchList (#709) (#749)
  • eadf267 kqueue: drop watches directly in Close() instead of going through remove() (#...
  • Additional commits viewable in compare view

Updates github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.7

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.26.7

What's Changed

cpu

net

process

other

New Contributors

Full Changelog: shirou/gopsutil@v4.26.6...v4.26.7

v4.26.6

What's Changed

cpu

disk

mem

sensor

New Contributors

Full Changelog: shirou/gopsutil@v4.26.5...v4.26.6

v4.26.5

What's Changed

disk

... (truncated)

Commits
  • 52a24c8 Merge pull request #2128 from shirou/feat/follow-up-2125
  • 268a953 [cpu][windows]: harden the cpu-total computation added in #2125
  • 1e34da6 Merge pull request #2125 from srebhan/fix_cpu_windows_total
  • 61f8802 Merge pull request #2122 from shirou/dependabot/github_actions/actions/checko...
  • 7fb4dcf Merge pull request #2123 from shirou/dependabot/github_actions/actions/setup-...
  • ae7d91a Merge pull request #2119 from shirou/fix/darwin-errno-and-libcache
  • 49052a1 [darwin][process]: use a PID above PID_MAX in the not-running tests
  • 991b238 [darwin]: pass the remaining Go pointers as unsafe.Pointer on darwin
  • b9930e2 Merge pull request #2124 from shirou/dependabot/github_actions/actions/labele...
  • 38a01b4 [cpu][windows]: compute total counters from individual stats to handle proces...
  • Additional commits viewable in compare view

Updates github.com/wailsapp/wails/v2 from 2.12.0 to 2.15.0

Release notes

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

Wails v2.14.0

Installation

go install github.com/wailsapp/wails/v2/cmd/wails@v2.14.0

Changes

Fixed

  • Fixed nil pointer crash and swallowed network error when downloading the WebView2 bootstrapper, which made the app exit instead of showing the installation error dialog by @​jannskiee

Wails v2.13.0

Installation

go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0

Changes

Added

Added

Fixed

  • Fixed wake (experimental WAILS_USE_WAKE=true build runner) running precondition sh: strings without template expansion, causing a spurious "garble is required for obfuscated builds" error on every build by @​leaanthony
  • Fixed nil pointer crash in application.Quit when called before Run or after Run returned early #5452 by @​c-tonneslan
Commits
  • 713dc89 release: v2.15.0
  • fbdbd50 chore: update sponsors.svg and contributors.svg [skip ci]
  • 9b3cd78 chore(v3): bump to v3.0.0-beta.9 and update changelog
  • 9c1edf2 chore(changelog): auto-add entry for PR #5988 — docs: document custom JSON ma...
  • b5e33bb docs: document custom JSON marshalling gotcha (#5988)
  • 9079e60 test(v3): remove stream name-limit handler race (#5958)
  • 2c7113d chore(changelog): auto-add entry for PR #5987 — Support rpm-ostree installs o...
  • 9e280ba Support rpm-ostree installs on atomic Linux systems (#5987)
  • 1196be0 Add secure Wails project MCP server (#5896)
  • 25fc198 fix(v3): cancel aborted Apple asset requests (#5969)
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.43.0 to 0.45.0

Commits
  • 3ebddc7 go.mod: update golang.org/x dependencies
  • 981eaa0 vp8l: avoid allocating many unused Huffman tree groups
  • 315273a vector: using golang.org/x/sys/cpu for feature detection
  • 891abcb go.mod: update golang.org/x dependencies
  • f50490d font: document (lack of) security hardening in font packages
  • 7a0cfda webp: check for VP8L dimension mismatch before allocation
  • 4339315 tiff: consistently skip horizontal padding in tiled images
  • See full diff in compare view

Updates golang.org/x/mod from 0.37.0 to 0.38.0

Commits
  • 792ac16 go.mod: update golang.org/x dependencies
  • fe2ec04 all: fix some comments to improve readability
  • See full diff in compare view

Updates golang.org/x/text from 0.38.0 to 0.41.0

Commits
  • acdba66 go.mod: update golang.org/x dependencies
  • 02aa981 secure/precis: fix short destination buffer handling in Nickname profile
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • b326f3d go.mod: update golang.org/x dependencies
  • 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  • 0dc94a2 all: fix some comments
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 12, 2026
@dependabot
dependabot Bot requested a review from KiddPhenix as a code owner August 12, 2026 13:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/desktop/go-4d12d367cf branch 2 times, most recently from 89bbb5e to 2bdbd82 Compare August 17, 2026 03:57
Bumps the go group with 4 updates in the /desktop directory: [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify), [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil), [github.com/wailsapp/wails/v2](https://github.com/wailsapp/wails) and [golang.org/x/image](https://github.com/golang/image).


Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1)

Updates `github.com/shirou/gopsutil/v4` from 4.26.4 to 4.26.7
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.26.4...v4.26.7)

Updates `github.com/wailsapp/wails/v2` from 2.12.0 to 2.15.0
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v2.12.0...v2.15.0)

Updates `golang.org/x/image` from 0.43.0 to 0.45.0
- [Commits](golang/image@v0.43.0...v0.45.0)

Updates `golang.org/x/mod` from 0.37.0 to 0.38.0
- [Commits](golang/mod@v0.37.0...v0.38.0)

Updates `golang.org/x/text` from 0.38.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.38.0...v0.41.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/wailsapp/wails/v2
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/image
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/mod
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/desktop/go-4d12d367cf branch from 2bdbd82 to f3cbae9 Compare August 22, 2026 23:43
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 desktop go Pull requests that update go code v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants