chore(deps): update dependency avalonia to 12.0.4 #13

Merged
Dutch merged 1 commit from renovate/all-minor-patch into main 2026-05-30 00:12:37 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Avalonia (source) 12.0.212.0.4 age confidence

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v12.0.4

Compare Source

What's Changed

Enhancements

Performance
Fixes

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/12.0.3...12.0.4

v12.0.3

Compare Source

What's Changed

Security

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/12.0.2...12.0.3


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link) ([source](https://github.com/AvaloniaUI/Avalonia)) | `12.0.2` → `12.0.4` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalonia/12.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalonia/12.0.2/12.0.4?slim=true) | --- ### Release Notes <details> <summary>AvaloniaUI/Avalonia (Avalonia)</summary> ### [`v12.0.4`](https://github.com/AvaloniaUI/Avalonia/releases/tag/12.0.4) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/12.0.3...12.0.4) #### What's Changed #### Enhancements - Core – Bump ANGLE version + sign native binaries by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21219](https://github.com/AvaloniaUI/Avalonia/pull/21219) - Core – Update XML documentation to reflect correct type references in `Avalonia.Controls` project by [@&#8203;rabbitism](https://github.com/rabbitism) in [#&#8203;21283](https://github.com/AvaloniaUI/Avalonia/pull/21283) - Core – Add missing AutomationPeers from built-in Controls by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21322](https://github.com/AvaloniaUI/Avalonia/pull/21322) - Core – Align Touch/Pen capture semantics with Mouse by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;21325](https://github.com/AvaloniaUI/Avalonia/pull/21325) - Core – Fire property-changed events when AutomationId changes at runtime by [@&#8203;dimension-zero](https://github.com/dimension-zero) in [#&#8203;21374](https://github.com/AvaloniaUI/Avalonia/pull/21374) - Core – Update SkiaSharp to 3.119.4 by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21434](https://github.com/AvaloniaUI/Avalonia/pull/21434) - macOS – Add accessibility events for expand & collapse events by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;21043](https://github.com/AvaloniaUI/Avalonia/pull/21043) ##### Performance - Core – Implement `TextRunCache` by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21030](https://github.com/AvaloniaUI/Avalonia/pull/21030) - XAML – Improve type caching in the XAML compiler by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21408](https://github.com/AvaloniaUI/Avalonia/pull/21408) ##### Fixes - Core – Fix `CommandBar` overflow labels when label position is collapsed by [@&#8203;jsuarezruiz](https://github.com/jsuarezruiz) in [#&#8203;21226](https://github.com/AvaloniaUI/Avalonia/pull/21226) - Core – Fix `RenderTargetBitmap` losing effects by [@&#8203;timunie](https://github.com/timunie) in [#&#8203;20790](https://github.com/AvaloniaUI/Avalonia/pull/20790) - Core – Fix `SelectionChanged` not raised on collection reset by [@&#8203;NathanDrake2406](https://github.com/NathanDrake2406) in [#&#8203;20942](https://github.com/AvaloniaUI/Avalonia/pull/20942) - Core – Ensure system back event is passed to child page once by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21246](https://github.com/AvaloniaUI/Avalonia/pull/21246) - Core – Make sure TryGetGlyphTypeface does not fail for concurrent access by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21269](https://github.com/AvaloniaUI/Avalonia/pull/21269) - Core – Avoid exceptions when getting a position from a `PointerEventArgs` by [@&#8203;TomEdwardsEnscape](https://github.com/TomEdwardsEnscape) in [#&#8203;21301](https://github.com/AvaloniaUI/Avalonia/pull/21301) - Core – Make text in `NumericUpDown` update immediately when changing the `TextConverter` by [@&#8203;cdytoby](https://github.com/cdytoby) in [#&#8203;21320](https://github.com/AvaloniaUI/Avalonia/pull/21320) - Core – Fixes double reorder of cached bidi runs by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21351](https://github.com/AvaloniaUI/Avalonia/pull/21351) - Core – Set `WindowDrawnDecorations` background to transparent by [@&#8203;ent3m](https://github.com/ent3m) in [#&#8203;21354](https://github.com/AvaloniaUI/Avalonia/pull/21354) - Core – Fix radio `MenuItem` grouping in `MenuFlyout` by [@&#8203;zrt2399](https://github.com/zrt2399) in [#&#8203;21356](https://github.com/AvaloniaUI/Avalonia/pull/21356) - Core – Fix popup positioning anchor rect bug with drawn window decorations by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21383](https://github.com/AvaloniaUI/Avalonia/pull/21383) - Core – Make cursor respect the captured element by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21421](https://github.com/AvaloniaUI/Avalonia/pull/21421) - Core — Add a resource for title bar background by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21440](https://github.com/AvaloniaUI/Avalonia/pull/21440) - XAML – Fix compiled binding DataContext inference in ItemTemplate by [@&#8203;JoaoMSSCruz](https://github.com/JoaoMSSCruz) in [#&#8203;21248](https://github.com/AvaloniaUI/Avalonia/pull/21248) - Windows – Run file picker on dedicated STA thread to avoid MTA deadlock by [@&#8203;ZehMatt](https://github.com/ZehMatt) in [#&#8203;21266](https://github.com/AvaloniaUI/Avalonia/pull/21266) - Windows – Fix borders and shadows on Windows 10 in extended mode by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21412](https://github.com/AvaloniaUI/Avalonia/pull/21412) - Windows – Include border size in `GetMinMax` request by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21420](https://github.com/AvaloniaUI/Avalonia/pull/21420) - Windows – Fix UIA tree not visible for Avalonia content embedded via `WinFormsAvaloniaControlHost` by [@&#8203;AndreyPolovodov](https://github.com/AndreyPolovodov) in [#&#8203;21422](https://github.com/AvaloniaUI/Avalonia/pull/21422) - macOS – Fix `DeviceLuid` byte ordering on GPU interop by [@&#8203;dirivero](https://github.com/dirivero) in [#&#8203;21293](https://github.com/AvaloniaUI/Avalonia/pull/21293) - X11 – Observe potential DBus exception in `UnregisterWindowAsync` by [@&#8203;holdxen](https://github.com/holdxen) in [#&#8203;21344](https://github.com/AvaloniaUI/Avalonia/pull/21344) - X11 – Update Avalonia.DBus submodule by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21419](https://github.com/AvaloniaUI/Avalonia/pull/21419) - Android – Fix File properties by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21307](https://github.com/AvaloniaUI/Avalonia/pull/21307) - Android – Correct usage of `PointToScreen` for Android TalkBack by [@&#8203;IsaMorphic](https://github.com/IsaMorphic) in [#&#8203;21402](https://github.com/AvaloniaUI/Avalonia/pull/21402) - iOS – Drain `UISceneConnectionOptions` on cold launch by [@&#8203;koblavi](https://github.com/koblavi) in [#&#8203;21394](https://github.com/AvaloniaUI/Avalonia/pull/21394) - Headless – Fix xUnit headless tests losing `TestContext` on background thread by [@&#8203;mikegoatly](https://github.com/mikegoatly) in [#&#8203;21357](https://github.com/AvaloniaUI/Avalonia/pull/21357) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/12.0.3...12.0.4> ### [`v12.0.3`](https://github.com/AvaloniaUI/Avalonia/releases/tag/12.0.3) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/12.0.2...12.0.3) #### What's Changed ##### Security - VNC – Bump SharpCompress from 0.41.0 to 0.48.0 by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21339](https://github.com/AvaloniaUI/Avalonia/pull/21339) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/12.0.2...12.0.3> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzAuMjAiLCJ1cGRhdGVkSW5WZXIiOiI0My4yMDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
chore(deps): update dependency avalonia to 12.0.3
All checks were successful
Build Avalon.Views.Core / build (pull_request) Successful in 28s
e39ae416db
renovate-bot changed title from chore(deps): update dependency avalonia to 12.0.3 to chore(deps): update dependency avalonia to 12.0.4 2026-05-28 20:03:26 +02:00
renovate-bot force-pushed renovate/all-minor-patch from e39ae416db
All checks were successful
Build Avalon.Views.Core / build (pull_request) Successful in 28s
to f221b19fd7
All checks were successful
Build Avalon.Views.Core / build (pull_request) Successful in 30s
Build Avalon.Views.Core / build (push) Successful in 2m21s
2026-05-28 20:03:27 +02:00
Compare
Dutch merged commit f221b19fd7 into main 2026-05-30 00:12:37 +02:00
Dutch deleted branch renovate/all-minor-patch 2026-05-30 00:12:37 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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
Dutch/Avalon.Views.Core!13
No description provided.