chore(deps): update all non-major dependencies #9

Open
renovatebot wants to merge 1 commit from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Type Update Change
fyne.io/fyne/v2 require minor v2.7.4v2.8.0
go uses-with minor 1.261.27

Release Notes

fyne-io/fyne (fyne.io/fyne/v2)

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

Compare Source

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)
  • fix animation progress when duration changes mid-run (#​5970
  • Prevent multiline Entry long lines from rendering as black boxes (#​678)
  • And over 150 other fixes and performance improvements!

New Contributors

Full Changelog: https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0

actions/go-versions (go)

v1.27.0: 1.27.0

Compare Source

Go 1.27.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) | require | minor | `v2.7.4` → `v2.8.0` | | [go](https://github.com/actions/go-versions) | uses-with | minor | `1.26` → `1.27` | --- ### Release Notes <details> <summary>fyne-io/fyne (fyne.io/fyne/v2)</summary> ### [`v2.8.0`](https://github.com/fyne-io/fyne/releases/tag/v2.8.0): is our biggest release since v2.0.0! [Compare Source](https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.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 ([#&#8203;6255](https://github.com/fyne-io/fyne/issues/6255)) - Open tree branches when scrolling - Fix the Android status bar theming ([#&#8203;1442](https://github.com/fyne-io/fyne/issues/1442)) - Android: Fix canListContentURI ([#&#8203;6119](https://github.com/fyne-io/fyne/issues/6119)) - Fix strange wrapping which results in one char per line ([#&#8203;4303](https://github.com/fyne-io/fyne/issues/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 ([#&#8203;6311](https://github.com/fyne-io/fyne/issues/6311), [#&#8203;6297](https://github.com/fyne-io/fyne/issues/6297)) - Clarify the size / resize and position of popups. ([#&#8203;6290](https://github.com/fyne-io/fyne/issues/6290)) - show a static ellipsis on Activity when animations are disabled ([#&#8203;5252](https://github.com/fyne-io/fyne/issues/5252)) - Mobile: Don't let horizontally draggable block vertical dragging ([#&#8203;6158](https://github.com/fyne-io/fyne/issues/6158)) - Reset label selection on text change ([#&#8203;6277](https://github.com/fyne-io/fyne/issues/6277)) - lang: avoid resolving unrelated languages by script similarity ([#&#8203;6176](https://github.com/fyne-io/fyne/issues/6176)) - fix animation progress when duration changes mid-run ([#&#8203;5970](https://github.com/fyne-io/fyne/issues/5970) - Prevent multiline Entry long lines from rendering as black boxes ([#&#8203;678](https://github.com/fyne-io/fyne/issues/678)) - And over 150 other fixes and performance improvements! #### New Contributors - [@&#8203;coolapso](https://github.com/coolapso) made their first contribution in [#&#8203;5961](https://github.com/fyne-io/fyne/pull/5961) - [@&#8203;marco-m](https://github.com/marco-m) made their first contribution in [#&#8203;6074](https://github.com/fyne-io/fyne/pull/6074) - [@&#8203;turtletowerz](https://github.com/turtletowerz) made their first contribution in [#&#8203;6064](https://github.com/fyne-io/fyne/pull/6064) - [@&#8203;benoitkugler](https://github.com/benoitkugler) made their first contribution in [#&#8203;6098](https://github.com/fyne-io/fyne/pull/6098) - [@&#8203;MaxGyver83](https://github.com/MaxGyver83) made their first contribution in [#&#8203;6115](https://github.com/fyne-io/fyne/pull/6115) - [@&#8203;typenoob](https://github.com/typenoob) made their first contribution in [#&#8203;6155](https://github.com/fyne-io/fyne/pull/6155) - [@&#8203;Scottcjn](https://github.com/Scottcjn) made their first contribution in [#&#8203;6267](https://github.com/fyne-io/fyne/pull/6267) - [@&#8203;Vinayak9769](https://github.com/Vinayak9769) made their first contribution in [#&#8203;6299](https://github.com/fyne-io/fyne/pull/6299) - [@&#8203;aynakeya](https://github.com/aynakeya) made their first contribution in [#&#8203;6309](https://github.com/fyne-io/fyne/pull/6309) - [@&#8203;partyzanex](https://github.com/partyzanex) made their first contribution in [#&#8203;6305](https://github.com/fyne-io/fyne/pull/6305) - [@&#8203;drunlade](https://github.com/drunlade) made their first contribution in [#&#8203;6320](https://github.com/fyne-io/fyne/pull/6320) - [@&#8203;GraysonTinker](https://github.com/GraysonTinker) made their first contribution in [#&#8203;6332](https://github.com/fyne-io/fyne/pull/6332) - [@&#8203;laszukdawid](https://github.com/laszukdawid) made their first contribution in [#&#8203;6335](https://github.com/fyne-io/fyne/pull/6335) - [@&#8203;bilkoua](https://github.com/bilkoua) made their first contribution in [#&#8203;6279](https://github.com/fyne-io/fyne/pull/6279) - [@&#8203;mohsenm4](https://github.com/mohsenm4) made their first contribution in [#&#8203;6317](https://github.com/fyne-io/fyne/pull/6317) - [@&#8203;AJ0070](https://github.com/AJ0070) made their first contribution in [#&#8203;6363](https://github.com/fyne-io/fyne/pull/6363) **Full Changelog**: <https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0> </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.27.0`](https://github.com/actions/go-versions/releases/tag/1.27.0-32325163857): 1.27.0 [Compare Source](https://github.com/actions/go-versions/compare/1.26.7-32325178046...1.27.0-32325163857) Go 1.27.0 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0NC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
chore(deps): update module fyne.io/fyne/v2 to v2.8.0
Some checks failed
CI pipeline / test-and-build (pull_request) Failing after 2m56s
43bc09ac53
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
fyne.io/systray v1.12.1 -> v1.12.2
github.com/BurntSushi/toml v1.5.0 -> v1.6.0
github.com/fyne-io/gl-js v0.2.0 -> v0.2.1-0.20260315212741-029c47fd27e8
github.com/fyne-io/glfw-js v0.3.0 -> v0.4.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 -> v0.0.0-20260331235117-4566fea9a276
github.com/godbus/dbus/v5 v5.1.0 -> v5.2.2
github.com/mattn/go-runewidth v0.0.17 -> v0.0.24
github.com/yuin/goldmark v1.7.8 -> v1.8.2
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 8 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------------------------------------------------------------- | | `fyne.io/systray` | `v1.12.1` -> `v1.12.2` | | `github.com/BurntSushi/toml` | `v1.5.0` -> `v1.6.0` | | `github.com/fyne-io/gl-js` | `v0.2.0` -> `v0.2.1-0.20260315212741-029c47fd27e8` | | `github.com/fyne-io/glfw-js` | `v0.3.0` -> `v0.4.0` | | `github.com/go-gl/gl` | `v0.0.0-20231021071112-07e5d0ea2e71` -> `v0.0.0-20260331235117-4566fea9a276` | | `github.com/godbus/dbus/v5` | `v5.1.0` -> `v5.2.2` | | `github.com/mattn/go-runewidth` | `v0.0.17` -> `v0.0.24` | | `github.com/yuin/goldmark` | `v1.7.8` -> `v1.8.2` |
renovatebot force-pushed renovate/all-minor-patch from 43bc09ac53
Some checks failed
CI pipeline / test-and-build (pull_request) Failing after 2m56s
to f708020b8b
Some checks failed
CI pipeline / test-and-build (pull_request) Failing after 2m39s
2026-08-20 04:20:25 +00:00
Compare
renovatebot changed title from chore(deps): update module fyne.io/fyne/v2 to v2.8.0 to chore(deps): update all non-major dependencies 2026-08-20 04:20:26 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
faceguy/reversy!9
No description provided.