Skip to content

chore(deps): bump the go-dependencies group with 2 updates - #27

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

chore(deps): bump the go-dependencies group with 2 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-f859e283d1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the go-dependencies group with 2 updates: fyne.io/fyne/v2 and github.com/shirou/gopsutil/v4.

Updates fyne.io/fyne/v2 from 2.6.3 to 2.8.0

Release notes

Sourced from fyne.io/fyne/v2's releases.

v2.8.0 is our biggest release since v2.0.0!

Our v2.8.0 release is huge! Lots of new canvas objects, Scheduled Notifications, Linux Wayland testing of Accessibility. Also enhanced Form and RichText capabilities, more hardware acceleration and more APIs than we can count.

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper
  • Add more requests to desktop Window - Always on Top and Position
  • Support for multi-touch drag reporting in mobile driver
  • Added APIs for window stacking of internal windows
  • Support for underline and strikethrough text
  • Add HighlightItem API to collection widgets
  • Secondary cut/copy/paste shortcuts for Unix systems
  • New sizes and colors in theme to support features
  • Added new diagonal resize cursors for desktop

Changed

  • Fyne now requires Go 1.22 as a minimum version, as a result we no longer support windows 7 or 8 and macOS 10.14 or earlier.
  • Wayland is now supported by default and will automatically be picked at runtime
  • Circle canvas object is now always a circle filling centrally in the space
  • Popups (modal and regular) no longer include padding by default
  • Canvas Polygon renamed to RegularPolygon
  • Follow macOS system setting for scroll bar visibility
  • Handle nested lists and quotes in Markdown renderer
  • AppTabs on mobile render with smaller icons and text, in-keeping with the platform
  • Upgrades to RichText rendering and performance including clearer code blocks
  • Apps that have not migrated to the fyne.Do thread handling will warn on app launch

Fixed

  • Increase thread warnings for 2.8 release prep (#6255)
  • Open tree branches when scrolling
  • Fix the Android status bar theming (#1442)
  • Android: Fix canListContentURI (#6119)
  • Fix strange wrapping which results in one char per line (#4303)
  • Android: Allow listContentURI to list content of a subfolder
  • Fix issue with window placement and fullscreen for macOS 26
  • Markdown: Support nested block quotes (#6311, #6297)
  • Clarify the size / resize and position of popups. (#6290)
  • show a static ellipsis on Activity when animations are disabled (#5252)
  • Mobile: Don't let horizontally draggable block vertical dragging (#6158)
  • Reset label selection on text change (#6277)
  • lang: avoid resolving unrelated languages by script similarity (#6176)

... (truncated)

Changelog

Sourced from fyne.io/fyne/v2's changelog.

2.8.0 - 11 Jul 2026

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper
  • Add more requests to desktop Window - Always on Top and Position
  • Support for multi-touch drag reporting in mobile driver
  • Added APIs for window stacking of internal windows
  • Support for underline and strikethrough text
  • Add HighlightItem API to collection widgets
  • Secondary cut/copy/paste shortcuts for Unix systems
  • New sizes and colors in theme to support features
  • Added new diagonal resize cursors for desktop

Changed

  • Fyne now requires Go 1.22 as a minimum version, as a result we no longer support windows 7 or 8 and macOS 10.14 or earlier.
  • Wayland is now supported by default and will automatically be picked at runtime
  • Circle canvas object is now always a circle filling centrally in the space
  • Popups (modal and regular) no longer include padding by default
  • Canvas Polygon renamed to RegularPolygon
  • Follow macOS system setting for scroll bar visibility
  • Handle nested lists and quotes in Markdown renderer
  • AppTabs on mobile render with smaller icons and text, in-keeping with the platform
  • Upgrades to RichText rendering and performance including clearer code blocks
  • Apps that have not migrated to the fyne.Do thread handling will warn on app launch

Fixed

  • Increase thread warnings for 2.8 release prep (#6255)
  • Open tree branches when scrolling
  • Fix the Android status bar theming (#1442)
  • Android: Fix canListContentURI (#6119)
  • Fix strange wrapping which results in one char per line (#4303)
  • Android: Allow listContentURI to list content of a subfolder
  • Fix issue with window placement and fullscreen for macOS 26
  • Markdown: Support nested block quotes (#6311, #6297)
  • Clarify the size / resize and position of popups. (#6290)
  • show a static ellipsis on Activity when animations are disabled (#5252)
  • Mobile: Don't let horizontally draggable block vertical dragging (#6158)
  • Reset label selection on text change (#6277)
  • lang: avoid resolving unrelated languages by script similarity (#6176)
  • fix animation progress when duration changes mid-run (#5970

... (truncated)

Commits
  • 26a8e80 Merge pull request #6406 from andydotxyz/fix/6405
  • 1dbe88e Mist relevant const
  • b821040 Limit to 16 vertices to fix an Android GPU
  • 6f1492f Fixing macOS workaround and prepping for release
  • 24bced4 Move cover info to linux only (where it is used)
  • 096a0f5 Merge windows into the same runner config now we're all above 1.20
  • 168c39a Working around the old Go/macOS Tahoe issue
  • 923c807 32bit fix landed upstream
  • e8cfbe1 Documenting arm32 workaround
  • af967e2 Upgrade to Go 1.22 in the module and update dependency updates we can now use
  • Additional commits viewable in compare view

Updates github.com/shirou/gopsutil/v4 from 4.26.2 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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 2 updates: [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) and [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil).


Updates `fyne.io/fyne/v2` from 2.6.3 to 2.8.0
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/develop/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.6.3...v2.8.0)

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

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- 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-dependencies
...

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 Aug 20, 2026
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