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

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
Avalon.Core 0.2.00.3.0 age confidence
Avalonia (source) 11.3.1011.3.12 age confidence

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v11.3.12

Compare Source

What's Changed

Enhancements
Fixes

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

v11.3.11

Compare Source

What's Changed

Enhancements
Fixes

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.10...11.3.11


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Avalon.Core](https://git.dutches.de/Dutch/Avalon.Core) | `0.2.0` → `0.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalon.Core/0.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalon.Core/0.2.0/0.3.0?slim=true) | | [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link) ([source](https://github.com/AvaloniaUI/Avalonia)) | `11.3.10` → `11.3.12` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalonia/11.3.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalonia/11.3.10/11.3.12?slim=true) | --- ### Release Notes <details> <summary>AvaloniaUI/Avalonia (Avalonia)</summary> ### [`v11.3.12`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.12) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.11...11.3.12) #### What's Changed ##### Enhancements - Core – Add AXAML Source Information to debug builds by [@&#8203;mrlacey](https://github.com/mrlacey) in [#&#8203;20524](https://github.com/AvaloniaUI/Avalonia/pull/20524) - Core – Improve the error message for invalid surface size by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20591](https://github.com/AvaloniaUI/Avalonia/pull/20591) - Core – Improve capture source change notification by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;20656](https://github.com/AvaloniaUI/Avalonia/pull/20656) - Controls – Add `LandmarkType` automation property by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20134](https://github.com/AvaloniaUI/Avalonia/pull/20134) - Controls – Add `LiveSetting` automation property by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20473](https://github.com/AvaloniaUI/Avalonia/pull/20473) - Controls – Add automation peer for `Expander` control by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20475](https://github.com/AvaloniaUI/Avalonia/pull/20475) - Controls – Add property changed event for `IToggleProvider` by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20486](https://github.com/AvaloniaUI/Avalonia/pull/20486) - Controls – Add `FindAncestorOfType` and `FindDescendantOfType` with predicates by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;20661](https://github.com/AvaloniaUI/Avalonia/pull/20661) - Controls – Add `ItemStatus` and `ItemType` automation properties by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;20669](https://github.com/AvaloniaUI/Avalonia/pull/20669) - Windows – Add thread name in `DxgiConnection` by [@&#8203;lindexi](https://github.com/lindexi) in [#&#8203;20505](https://github.com/AvaloniaUI/Avalonia/pull/20505) - Windows – Reduce the number of `WrapDirect3D11Texture` calls by [@&#8203;lindexi](https://github.com/lindexi) in [#&#8203;20517](https://github.com/AvaloniaUI/Avalonia/pull/20517) ##### Fixes - Core – Reset cached transform on `PopEffect` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20474](https://github.com/AvaloniaUI/Avalonia/pull/20474) - Core – Use epsilon-aware greater than in `TextLine` and `TextFormatter` by [@&#8203;kerams](https://github.com/kerams) in [#&#8203;20650](https://github.com/AvaloniaUI/Avalonia/pull/20650) - Controls – Fix `DatePicker` to respect custom `Width` property by [@&#8203;Evan260](https://github.com/Evan260) in [#&#8203;20487](https://github.com/AvaloniaUI/Avalonia/pull/20487) - Controls – Disable scroll chaining for `ScrollViewers` in popup by [@&#8203;rabbitism](https://github.com/rabbitism) in [#&#8203;20503](https://github.com/AvaloniaUI/Avalonia/pull/20503) - Controls – Fix `TimePicker` to respect custom `Width` property by [@&#8203;Evan260](https://github.com/Evan260) in [#&#8203;20507](https://github.com/AvaloniaUI/Avalonia/pull/20507) - Controls – Fix `ScrollBar` collapsing during active thumb drag by [@&#8203;dme-compunet](https://github.com/dme-compunet) in [#&#8203;20563](https://github.com/AvaloniaUI/Avalonia/pull/20563) - Controls – Do not inherit `TextDecorations` in popup by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20472](https://github.com/AvaloniaUI/Avalonia/pull/20472) - Controls – Fix broken accessibility properties in `ScrollBar` control by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20483](https://github.com/AvaloniaUI/Avalonia/pull/20483) - Controls – Fix title bar appearing in content element accessibility tree by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20485](https://github.com/AvaloniaUI/Avalonia/pull/20485) - Android – Raise `IAvaloniaActivity.Activated` on new intent by [@&#8203;daniel-lerch](https://github.com/daniel-lerch) in [#&#8203;20564](https://github.com/AvaloniaUI/Avalonia/pull/20564) - Windows – Fix clipboard not returning bitmaps in some cases by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20506](https://github.com/AvaloniaUI/Avalonia/pull/20506) - Windows – Fix `DxgiRenderTimerLoop` throwing an exception when accessing a `Screen` instance [@&#8203;lindexi](https://github.com/lindexi) in [#&#8203;20511](https://github.com/AvaloniaUI/Avalonia/pull/20511) - Windows – Fix clipboard bitmap pixel shift by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20654](https://github.com/AvaloniaUI/Avalonia/pull/20654) - X11 – Fix clipboard manager store completion by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20514](https://github.com/AvaloniaUI/Avalonia/pull/20514) - macOS – Release implicit mouse capture on focus lost by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20574](https://github.com/AvaloniaUI/Avalonia/pull/20574) - macOS – Ensure render target is at least 1x1 by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20610](https://github.com/AvaloniaUI/Avalonia/pull/20610) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.11...11.3.12> ### [`v11.3.11`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.11) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.10...11.3.11) #### What's Changed ##### Enhancements - Core – Add support for parsing `BoxShadows` with color functions by [@&#8203;gehongyan](https://github.com/gehongyan) in [#&#8203;20321](https://github.com/AvaloniaUI/Avalonia/pull/20321) - X11 – Set `XkbSetDetectableAutoRepeat` to true by [@&#8203;flabbet](https://github.com/flabbet) in [#&#8203;20360](https://github.com/AvaloniaUI/Avalonia/pull/20360) ##### Fixes - Core – Fix thread-race condition in `Dispatcher` on shutdown by [@&#8203;11v1](https://github.com/11v1) in [#&#8203;20299](https://github.com/AvaloniaUI/Avalonia/pull/20299) - Core – Fix `NullReferenceException` in `TextShaperImpl.ShapeText` on netstandard2.0 by [@&#8203;adams85](https://github.com/adams85) in [#&#8203;20369](https://github.com/AvaloniaUI/Avalonia/pull/20369) - Core – Add null reference check for animation keyframes by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;20422](https://github.com/AvaloniaUI/Avalonia/pull/20422) - Core – Fix accessibility with screen reader on `TextBlock` with inlines by [@&#8203;codecat](https://github.com/codecat) in [#&#8203;20438](https://github.com/AvaloniaUI/Avalonia/pull/20438) - Core – Fix `BindingExpression.LeafNode` throwing when nodes list is empty by [@&#8203;grokys](https://github.com/grokys) in [#&#8203;20442](https://github.com/AvaloniaUI/Avalonia/pull/20442) - Documentation – Update `HelpLink` for XAML namespace resolution by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;20371](https://github.com/AvaloniaUI/Avalonia/pull/20371) - iOS – Fix `TextInputResponder` by [@&#8203;kerams](https://github.com/kerams) in [#&#8203;19310](https://github.com/AvaloniaUI/Avalonia/pull/19310) - Android – Call default back callbacks when not handled by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;20452](https://github.com/AvaloniaUI/Avalonia/pull/20452) - Windows – Remove obsolete clipboard format `CF_TEXT`. by [@&#8203;yu-kopylov](https://github.com/yu-kopylov) in [#&#8203;20389](https://github.com/AvaloniaUI/Avalonia/pull/20389) - Headless – Fix `InvalidOperationException` Dispatcher job loop detected by [@&#8203;wieslawsoltes](https://github.com/wieslawsoltes) in [#&#8203;20310](https://github.com/AvaloniaUI/Avalonia/pull/20310) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.10...11.3.11> </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zOC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
chore(deps): update all non-major dependencies
Some checks failed
Build Avalon.Views.Core / build (pull_request) Failing after 1s
085b2b83fe
Dutch force-pushed renovate/all-minor-patch from 085b2b83fe
Some checks failed
Build Avalon.Views.Core / build (pull_request) Failing after 1s
to 872e7a0a20
Some checks failed
Build Avalon.Views.Core / build (pull_request) Failing after 1m50s
2026-02-25 22:39:54 +01:00
Compare
Dutch closed this pull request 2026-03-04 21:13:18 +01:00
Some checks failed
Build Avalon.Views.Core / build (pull_request) Failing after 1m50s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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!2
No description provided.