chore(deps): update dependency avalonia to 11.3.13 - autoclosed #5

Closed
renovate-bot wants to merge 1 commit from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Avalonia (source) 11.3.1211.3.13 age confidence

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v11.3.13

Compare Source

What's Changed

Enhancements
Fixes

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.12...11.3.13


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 Renovate Bot.

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)) | `11.3.12` → `11.3.13` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalonia/11.3.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalonia/11.3.12/11.3.13?slim=true) | --- ### Release Notes <details> <summary>AvaloniaUI/Avalonia (Avalonia)</summary> ### [`v11.3.13`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.13) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.12...11.3.13) #### What's Changed ##### Enhancements - Core – Make `TextBox.Watermark` accessible by [@&#8203;kirb](https://github.com/kirb) in [#&#8203;20714](https://github.com/AvaloniaUI/Avalonia/pull/20714) - Core – Made `TextBlock.GetMaxSizeFromConstraint` a protected method by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20877](https://github.com/AvaloniaUI/Avalonia/pull/20877) - Core – Defer default icon loading until Window is shown by [@&#8203;NathanDrake2406](https://github.com/NathanDrake2406) in [#&#8203;20898](https://github.com/AvaloniaUI/Avalonia/pull/20898) - macOS – Add `NativeDock.Menu` API for adding menu items to macOS dock icon by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;20634](https://github.com/AvaloniaUI/Avalonia/pull/20634) - macOS – Dispose `GRBackendRenderTarget` and [@&#8203;autoreleasepool](https://github.com/autoreleasepool) for metal objects by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;20815](https://github.com/AvaloniaUI/Avalonia/pull/20815) - macOS – Allow `CanResize` on macOS in `BorderOnly` mode by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20940](https://github.com/AvaloniaUI/Avalonia/pull/20940) - X11 – Handle `ShowActivated=false` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20958](https://github.com/AvaloniaUI/Avalonia/pull/20958) - Android – Query date modified for storage folder by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;20860](https://github.com/AvaloniaUI/Avalonia/pull/20860) ##### Fixes - Core – Use `SetCurrentValue` for all `IMenuItem` properties by [@&#8203;TomEdwardsEnscape](https://github.com/TomEdwardsEnscape) in [#&#8203;20682](https://github.com/AvaloniaUI/Avalonia/pull/20682) - Core – Fix `TransformTrackingHelper` tracking by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;20692](https://github.com/AvaloniaUI/Avalonia/pull/20692) - Core – Fix for ghost items in virtualized `ItemsControls` by [@&#8203;timunie](https://github.com/timunie) in [#&#8203;20700](https://github.com/AvaloniaUI/Avalonia/pull/20700) - Core – Fix menu memory leak by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20753](https://github.com/AvaloniaUI/Avalonia/pull/20753) - Core – Fix for remaining ghost items in `VirtualizationStackPanel` by [@&#8203;timunie](https://github.com/timunie) in [#&#8203;20784](https://github.com/AvaloniaUI/Avalonia/pull/20784) - Core – Fix `CalendarDatePicker` becoming unusable when closed programmatically by [@&#8203;Evan260](https://github.com/Evan260) in [#&#8203;20756](https://github.com/AvaloniaUI/Avalonia/pull/20756) - Core – Fix `TextBox` validation error persisting when reverting to same valid value by [@&#8203;Evan260](https://github.com/Evan260) in [#&#8203;20780](https://github.com/AvaloniaUI/Avalonia/pull/20780) - Core – Fix `NativeControlHost` not accounting for visual transforms in size calculation by [@&#8203;mfkl](https://github.com/mfkl) in [#&#8203;20785](https://github.com/AvaloniaUI/Avalonia/pull/20785) - Core – Fix pixel rounding in `NativeControlHost` by [@&#8203;mfkl](https://github.com/mfkl) in [#&#8203;20786](https://github.com/AvaloniaUI/Avalonia/pull/20786) - Core – Fix `VirtualizingStackPanel` when viewport shrinks and grows again by [@&#8203;gentledepp](https://github.com/gentledepp) in [#&#8203;20870](https://github.com/AvaloniaUI/Avalonia/pull/20870) - Core – Do not resolve markup extensions when resolving selector types by [@&#8203;dme-compunet](https://github.com/dme-compunet) in [#&#8203;20903](https://github.com/AvaloniaUI/Avalonia/pull/20903) - Core – Fix `ComboBox` not displaying `Text` property validation by [@&#8203;ptasev](https://github.com/ptasev) in [#&#8203;20978](https://github.com/AvaloniaUI/Avalonia/pull/20978) - Windows – Add WinForms message filter for Avalonia windows by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20814](https://github.com/AvaloniaUI/Avalonia/pull/20814) - macOS – Fix wrong accessibility roles for List, ListItem, and StatusBar by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20681](https://github.com/AvaloniaUI/Avalonia/pull/20681) - macOS – Fix file dialogs in embedded views by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20719](https://github.com/AvaloniaUI/Avalonia/pull/20719) - X11 – Fix values of known atoms by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20894](https://github.com/AvaloniaUI/Avalonia/pull/20894) - X11 – Fix clipboard bitmap transferred with INCR by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20895](https://github.com/AvaloniaUI/Avalonia/pull/20895) - Android – Fix `TargetException` in `ToggleNodeInfoProvider` by [@&#8203;SunnyDesignor](https://github.com/SunnyDesignor) in [#&#8203;20686](https://github.com/AvaloniaUI/Avalonia/pull/20686) - Android – Fix unexpected crashes during accessibility actions by [@&#8203;SunnyDesignor](https://github.com/SunnyDesignor) in [#&#8203;20687](https://github.com/AvaloniaUI/Avalonia/pull/20687) - Android - only handle back event from source toplevel by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;20694](https://github.com/AvaloniaUI/Avalonia/pull/20694) - Android – Fix creation of files/folders in a subfolder, as well as its deletion by [@&#8203;Paulsams](https://github.com/Paulsams) in [#&#8203;20750](https://github.com/AvaloniaUI/Avalonia/pull/20750) - iOS – Don't throw on unexpected input by [@&#8203;kerams](https://github.com/kerams) in [#&#8203;20728](https://github.com/AvaloniaUI/Avalonia/pull/20728) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.12...11.3.13> </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDMuMTA0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
chore(deps): update dependency avalonia to 11.3.13
Some checks failed
Build Avalon.Core / build (pull_request) Failing after 1s
4cd5d07be7
renovate-bot changed title from chore(deps): update dependency avalonia to 11.3.13 to chore(deps): update dependency avalonia to 11.3.13 - autoclosed 2026-04-09 02:01:47 +02:00
renovate-bot closed this pull request 2026-04-09 02:01:47 +02:00
Some checks failed
Build Avalon.Core / build (pull_request) Failing after 1s

Pull request closed

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.Core!5
No description provided.