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

Merged
Dutch merged 1 commit from renovate/all-minor-patch into main 2026-07-20 21:05:33 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Avalon.Core 0.3.10.3.2 age confidence
Avalonia (source) 12.0.412.1.0 age confidence

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v12.1.0

Compare Source

General

Read our release blog post for more information about new features in Avalonia 12.1.0!

What's Changed

Enhancements

Fixes

Misc

v12.0.5

Compare Source

What's Changed
Enhancements
Fixes

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


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 | 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.3.1` → `0.3.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalon.Core/0.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalon.Core/0.3.1/0.3.2?slim=true) | | [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link) ([source](https://github.com/AvaloniaUI/Avalonia)) | `12.0.4` → `12.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalonia/12.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalonia/12.0.4/12.1.0?slim=true) | --- ### Release Notes <details> <summary>AvaloniaUI/Avalonia (Avalonia)</summary> ### [`v12.1.0`](https://github.com/AvaloniaUI/Avalonia/releases/tag/12.1.0) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/12.0.5...12.1.0) ### General Read our [release blog post](https://avaloniaui.net/blog/release-12-1) for more information about new features in Avalonia 12.1.0! ### What's Changed #### Enhancements - Core – Allow setting `ThemeVariant` to `Default` to reset theme to system on android by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;16340](https://github.com/AvaloniaUI/Avalonia/pull/16340) - Core – Allow `Dispatcher` to be converted to a `TaskScheduler` by [@&#8203;TomEdwardsEnscape](https://github.com/TomEdwardsEnscape) in [#&#8203;21032](https://github.com/AvaloniaUI/Avalonia/pull/21032) - Core – Remove obsolete int32 limit on `DispatcherTimer.Interval` by [@&#8203;TomEdwardsEnscape](https://github.com/TomEdwardsEnscape) in [#&#8203;21113](https://github.com/AvaloniaUI/Avalonia/pull/21113) - Core – Bump MicroCOM and use source generators by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21218](https://github.com/AvaloniaUI/Avalonia/pull/21218) - Core – Improve composition hit testing performance with per-visual AABBs by [@&#8203;hez2010](https://github.com/hez2010) in [#&#8203;21310](https://github.com/AvaloniaUI/Avalonia/pull/21310) - Core – Tests/render data drawing context coverage by [@&#8203;ZehMatt](https://github.com/ZehMatt) in [#&#8203;21341](https://github.com/AvaloniaUI/Avalonia/pull/21341) - Core – Align Touch/Pen capture semantics with Mouse ([#&#8203;21325](https://github.com/AvaloniaUI/Avalonia/issues/21325)) by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;21363](https://github.com/AvaloniaUI/Avalonia/pull/21363) - Core – Refactor per-draw render data allocations with a binary opcode stream by [@&#8203;ZehMatt](https://github.com/ZehMatt) in [#&#8203;21366](https://github.com/AvaloniaUI/Avalonia/pull/21366) - Core – Allow attaching a platform-specific event cookie to platform events by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21378](https://github.com/AvaloniaUI/Avalonia/pull/21378) - Core – Pass original logical size to render targets by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21380](https://github.com/AvaloniaUI/Avalonia/pull/21380) - Core – Pass shadow extents to the platform by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21385](https://github.com/AvaloniaUI/Avalonia/pull/21385) - Core – A bit better handling of gpu context loss by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21387](https://github.com/AvaloniaUI/Avalonia/pull/21387) - Core – Platform event to toggle drawn decorations state by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21388](https://github.com/AvaloniaUI/Avalonia/pull/21388) - Core – Use `eglGetProcAddress` instead of `NativeLibrary.TryGetExport` by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21392](https://github.com/AvaloniaUI/Avalonia/pull/21392) - Core – Support desktop OpenGL profiles via EGL by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21393](https://github.com/AvaloniaUI/Avalonia/pull/21393) - Core – Implement `IStorageProvider.OpenFileWithResultAsync` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21418](https://github.com/AvaloniaUI/Avalonia/pull/21418) - Core – Implement `Bitmap.Save` with a format by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21455](https://github.com/AvaloniaUI/Avalonia/pull/21455) - Core – Disable region dirty rect clipping by default by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21553](https://github.com/AvaloniaUI/Avalonia/pull/21553) - Core – Enable stencil buffers by default + add configurable option by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21586](https://github.com/AvaloniaUI/Avalonia/pull/21586) - Core – avoid `SKBitmap.Copy` when creating `ImmutableBitmap` from pixels by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21675](https://github.com/AvaloniaUI/Avalonia/pull/21675) - Core – Generate a CycloneDX SBOM per published NuGet package by [@&#8203;grokys](https://github.com/grokys) in [#&#8203;21681](https://github.com/AvaloniaUI/Avalonia/pull/21681) - Core – Composition-aware geometries and drawing change detection by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21682](https://github.com/AvaloniaUI/Avalonia/pull/21682) - Controls – Improve pull-to-refresh usability in `RefreshContainer` by [@&#8203;gentledepp](https://github.com/gentledepp) in [#&#8203;18617](https://github.com/AvaloniaUI/Avalonia/pull/18617) - Controls – Add `Scrollbar` Context Menu by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;19413](https://github.com/AvaloniaUI/Avalonia/pull/19413) - Controls – Add custom `CalendarDatePicker` date parsing to allow for multiple user input formats by [@&#8203;Deadpikle](https://github.com/Deadpikle) in [#&#8203;21193](https://github.com/AvaloniaUI/Avalonia/pull/21193) - Controls – Implement `TableView` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21511](https://github.com/AvaloniaUI/Avalonia/pull/21511) - Controls – Show checkerboard background for transparent ColorView palette items by [@&#8203;Jaex](https://github.com/Jaex) in [#&#8203;21613](https://github.com/AvaloniaUI/Avalonia/pull/21613) - Controls – Allow copying and cutting revealed TextBox passwords by [@&#8203;zrt2399](https://github.com/zrt2399) in [#&#8203;21710](https://github.com/AvaloniaUI/Avalonia/pull/21710) - Windows – Optimize rendering performance by reducing premultiplied AlphaMode by [@&#8203;lindexi](https://github.com/lindexi) in [#&#8203;20757](https://github.com/AvaloniaUI/Avalonia/pull/20757) - Windows – Create `Avalonia.WinUI` for initial WinUI embed support by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;21430](https://github.com/AvaloniaUI/Avalonia/pull/21430) - Windows – Implement `Win32Properties.WindowCornerPreference` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21615](https://github.com/AvaloniaUI/Avalonia/pull/21615) - Windows – Support rendering at max refresh rate of current displays by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21643](https://github.com/AvaloniaUI/Avalonia/pull/21643) - Windows – Let `GraphicsAdapterSelectionCallback` see unfiltered adapters and warn on Adreno WARP fallback by [@&#8203;nickna](https://github.com/nickna) in [#&#8203;21695](https://github.com/AvaloniaUI/Avalonia/pull/21695) - X11 – Implement automatic fps detection by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;18558](https://github.com/AvaloniaUI/Avalonia/pull/18558) - X11 – Implement XDND: drag-and-drop support for Linux by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;20926](https://github.com/AvaloniaUI/Avalonia/pull/20926) - X11/Wayland – Update to latest `Tmds.DBus.Protocol` by [@&#8203;tmds](https://github.com/tmds) in [#&#8203;21472](https://github.com/AvaloniaUI/Avalonia/pull/21472) - X11/Wayland – Better platform window handle abstraction for `DBusSystemDialog` by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21379](https://github.com/AvaloniaUI/Avalonia/pull/21379) - X11/Wayland – Introduce cross-thread support for `AutomaticRawEventGrouperDispatchQueue` by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21386](https://github.com/AvaloniaUI/Avalonia/pull/21386) - X11/Wayland – Workarounds for NVIDIA EGL drivers by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21590](https://github.com/AvaloniaUI/Avalonia/pull/21590) - Wayland – Wayland-specific handling for platform surface readiness by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21382](https://github.com/AvaloniaUI/Avalonia/pull/21382) - Wayland – Roslyn generator for generating cross-thread call proxies by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21384](https://github.com/AvaloniaUI/Avalonia/pull/21384) - Wayland – Wayland protocol support by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21448](https://github.com/AvaloniaUI/Avalonia/pull/21448) - Wayland – Added GLib event loop support to wayland backend by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21669](https://github.com/AvaloniaUI/Avalonia/pull/21669) - Android/iOS – Add platform feedback api for sound and haptic feedback by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21189](https://github.com/AvaloniaUI/Avalonia/pull/21189) - Android – Use BCL storage for `TryGet` api by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21641](https://github.com/AvaloniaUI/Avalonia/pull/21641) #### Fixes - Core – Remove dead code in `AvaloniaObject` by [@&#8203;grokys](https://github.com/grokys) in [#&#8203;21452](https://github.com/AvaloniaUI/Avalonia/pull/21452) - Core – Fix text selection brush not applying when text selection changes by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21480](https://github.com/AvaloniaUI/Avalonia/pull/21480) - Core – Fix `RequestedThemeVariant` default value by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21624](https://github.com/AvaloniaUI/Avalonia/pull/21624) - Core – Rework text fallback itemization by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21631](https://github.com/AvaloniaUI/Avalonia/pull/21631) - Core – `InterWordJustification` fixes by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21701](https://github.com/AvaloniaUI/Avalonia/pull/21701) - Core – Fix `BclLauncher.Exec` throwing instead of returning false by [@&#8203;Misaka-L](https://github.com/Misaka-L) in [#&#8203;21704](https://github.com/AvaloniaUI/Avalonia/pull/21704) - Controls – Return false by default from `FocusManager.CanHaveFocusableChildren` by [@&#8203;freddiesmartbox](https://github.com/freddiesmartbox) in [#&#8203;21640](https://github.com/AvaloniaUI/Avalonia/pull/21640) - Controls – Fix `SelectableTextBlock` selection offset with `InlineUIContainer` by [@&#8203;JoshuaRowePhantom](https://github.com/JoshuaRowePhantom) in [#&#8203;21646](https://github.com/AvaloniaUI/Avalonia/pull/21646) - Controls – Fix `PART_OnContentPresenter` name typo in `ToggleSwitch` by [@&#8203;zrt2399](https://github.com/zrt2399) in [#&#8203;21728](https://github.com/AvaloniaUI/Avalonia/pull/21728) - XAML – Compiled Bindings: Fix unpredictable binding to method selection by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21617](https://github.com/AvaloniaUI/Avalonia/pull/21617) - XAML – Don't include non-text files in Roslyn's `AdditionalFiles` by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21729](https://github.com/AvaloniaUI/Avalonia/pull/21729) - Windows – Fix `TopMost` handling for Popups by [@&#8203;StefanKoell](https://github.com/StefanKoell) in [#&#8203;17841](https://github.com/AvaloniaUI/Avalonia/pull/17841) - Windows – Support decimal in automation `ComVariant` (fixes `NumericUpDown` crash under UIA) by [@&#8203;valentino-saitz-optris](https://github.com/valentino-saitz-optris) in [#&#8203;21634](https://github.com/AvaloniaUI/Avalonia/pull/21634) - Windows – Respect IME preedit cursor position by [@&#8203;gotoh](https://github.com/gotoh) in [#&#8203;21632](https://github.com/AvaloniaUI/Avalonia/pull/21632) - Windows – Align `ExpandCollapseState` member order with UIA by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21693](https://github.com/AvaloniaUI/Avalonia/pull/21693) - Windows – Fix working area changed won't update screen by [@&#8203;Misaka-L](https://github.com/Misaka-L) in [#&#8203;21707](https://github.com/AvaloniaUI/Avalonia/pull/21707) - Windows – Fix empty automation bounds for custom root providers by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21730](https://github.com/AvaloniaUI/Avalonia/pull/21730) - X11 – Fix mishandled cancellation in `DBusTextInputMethodBase` by [@&#8203;deryaza](https://github.com/deryaza) in [#&#8203;21527](https://github.com/AvaloniaUI/Avalonia/pull/21527) - X11 – Re-read `_NET_WORKAREA` on WM `PropertyNotify` by [@&#8203;lambgoesbaa](https://github.com/lambgoesbaa) in [#&#8203;21651](https://github.com/AvaloniaUI/Avalonia/pull/21651) - X11 – Fix XEmbed client by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21677](https://github.com/AvaloniaUI/Avalonia/pull/21677) - Android – TalkBack should still respond to all hover events by [@&#8203;IsaMorphic](https://github.com/IsaMorphic) in [#&#8203;21644](https://github.com/AvaloniaUI/Avalonia/pull/21644) - Android – TalkBack should highlight controls instead of their ancestors by [@&#8203;IsaMorphic](https://github.com/IsaMorphic) in [#&#8203;21654](https://github.com/AvaloniaUI/Avalonia/pull/21654) - Android – Fix crash populating accessibility node for some peers by [@&#8203;mikegoatly](https://github.com/mikegoatly) in [#&#8203;21726](https://github.com/AvaloniaUI/Avalonia/pull/21726) - Android – Fix AvaloniaView double root creation by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21738](https://github.com/AvaloniaUI/Avalonia/pull/21738) - Browser – Fix typo: `verityPermissions` -> `verifyPermissions` by [@&#8203;Frederisk](https://github.com/Frederisk) in [#&#8203;21281](https://github.com/AvaloniaUI/Avalonia/pull/21281) - Headless – Fix hang if exception is thrown during headless session app construction by [@&#8203;ThadHouse](https://github.com/ThadHouse) in [#&#8203;21688](https://github.com/AvaloniaUI/Avalonia/pull/21688) #### Misc - Samples – Update ControlCatalog to use the Page system by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21044](https://github.com/AvaloniaUI/Avalonia/pull/21044) - Samples – Fix OpenGL Lease page not showing in ControlCatalog by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21198](https://github.com/AvaloniaUI/Avalonia/pull/21198) - Samples – Improve ControlCatalog sidebar search by [@&#8203;jsuarezruiz](https://github.com/jsuarezruiz) in [#&#8203;21236](https://github.com/AvaloniaUI/Avalonia/pull/21236) - Samples – ControlCatalog: improve transparent appearance by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21441](https://github.com/AvaloniaUI/Avalonia/pull/21441) - Infra – Reset API suppressions by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21106](https://github.com/AvaloniaUI/Avalonia/pull/21106) - Infra – update .gitignore for left over generated files, and VS Code C# Dev Kit \*.lscache by [@&#8203;Shirasagi0012](https://github.com/Shirasagi0012) in [#&#8203;21228](https://github.com/AvaloniaUI/Avalonia/pull/21228) - Infra – Link to integration tests readme by [@&#8203;miloush](https://github.com/miloush) in [#&#8203;21329](https://github.com/AvaloniaUI/Avalonia/pull/21329) - Infra – Adjust build instructions by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21397](https://github.com/AvaloniaUI/Avalonia/pull/21397) ### [`v12.0.5`](https://github.com/AvaloniaUI/Avalonia/releases/tag/12.0.5) [Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/12.0.4...12.0.5) ##### What's Changed ##### Enhancements - Core – Implement Unicode word segmentation and update to Unicode v17 by [@&#8203;JimBobSquarePants](https://github.com/JimBobSquarePants) in [#&#8203;21361](https://github.com/AvaloniaUI/Avalonia/pull/21361) - Core – Unicode and text layout optimizations by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21400](https://github.com/AvaloniaUI/Avalonia/pull/21400) - Core – Expose `Calendar` day button selection state to automation by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21540](https://github.com/AvaloniaUI/Avalonia/pull/21540) - Core – Expose menu item toggle state to automation by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21541](https://github.com/AvaloniaUI/Avalonia/pull/21541) - Core – Support Value pattern on editable `ComboBox` automation peer by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21545](https://github.com/AvaloniaUI/Avalonia/pull/21545) - XAML – Enhance Roslyn-compiler visible metadata by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21546](https://github.com/AvaloniaUI/Avalonia/pull/21546) - Windows – Fall back to pixel location when `GetPointerDeviceRects` is unavailable by [@&#8203;Symbai](https://github.com/Symbai) in [#&#8203;21337](https://github.com/AvaloniaUI/Avalonia/pull/21337) - macOS – Add AX `BringIntoView`/`AXScrollArea` role by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21457](https://github.com/AvaloniaUI/Avalonia/pull/21457) - macOS – Synchronize Metal drawable presentation by [@&#8203;drasticactions](https://github.com/drasticactions) in [#&#8203;21588](https://github.com/AvaloniaUI/Avalonia/pull/21588) - macOS – Expose `ScrollViewer` scroll bars to accessibility by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21596](https://github.com/AvaloniaUI/Avalonia/pull/21596) - macOS – Report read-only value state to accessibility by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21597](https://github.com/AvaloniaUI/Avalonia/pull/21597) - macOS – Expose tree item selection to accessibility by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21598](https://github.com/AvaloniaUI/Avalonia/pull/21598) - X11 – Expose placeholder text as the AT-SPI placeholder-text attribute by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21554](https://github.com/AvaloniaUI/Avalonia/pull/21554) - Android – Add support for hover events on android by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21551](https://github.com/AvaloniaUI/Avalonia/pull/21551) - Headless – Add sleep timer option by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21423](https://github.com/AvaloniaUI/Avalonia/pull/21423) ##### Fixes - Core – Fix culture aware font matching by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21435](https://github.com/AvaloniaUI/Avalonia/pull/21435) - Core – Fix `TextCollapsingProperties` bidirectional-text (BiDi) correctness by [@&#8203;Gillibald](https://github.com/Gillibald) in [#&#8203;21446](https://github.com/AvaloniaUI/Avalonia/pull/21446) - Core – Fix `NotificationCard` pseudo class state when `NotificationType` changes by [@&#8203;zrt2399](https://github.com/zrt2399) in [#&#8203;21490](https://github.com/AvaloniaUI/Avalonia/pull/21490) - Core – Apply placeholder opacity to combobox placeholder textblock by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21493](https://github.com/AvaloniaUI/Avalonia/pull/21493) - Core – Fix radio button disabled fill and stroke brushes by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21495](https://github.com/AvaloniaUI/Avalonia/pull/21495) - Core – Listen to layout changes for ancestor visuals in text selection canvas by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21536](https://github.com/AvaloniaUI/Avalonia/pull/21536) - Core – Fix caption button background in dark mode by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21555](https://github.com/AvaloniaUI/Avalonia/pull/21555) - Core – Fix system font caching when retrieved with a different name by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21557](https://github.com/AvaloniaUI/Avalonia/pull/21557) - Core – Fix `StackOverflow` when a `NaN` offset is set on `ScrollViewer` by [@&#8203;NicholasLachapelle](https://github.com/NicholasLachapelle) in [#&#8203;21558](https://github.com/AvaloniaUI/Avalonia/pull/21558) - Core – Avoid read-only editing side effects in `TextBox` keyboard handlers by [@&#8203;zrt2399](https://github.com/zrt2399) in [#&#8203;21587](https://github.com/AvaloniaUI/Avalonia/pull/21587) - Core – Fix `TimePicker` selection style by [@&#8203;shine1258](https://github.com/shine1258) in [#&#8203;21626](https://github.com/AvaloniaUI/Avalonia/pull/21626) - Core – Suppress culture flowing with `ExecutionContext` captured by `DispatcherOperation` by [@&#8203;kekekeks](https://github.com/kekekeks) in [#&#8203;21627](https://github.com/AvaloniaUI/Avalonia/pull/21627) - XAML – Fix some AOT warnings by [@&#8203;maxkatz6](https://github.com/maxkatz6) in [#&#8203;21616](https://github.com/AvaloniaUI/Avalonia/pull/21616) - XAML – Fix typo in key assignment for reference assembly by [@&#8203;collindang88](https://github.com/collindang88) in [#&#8203;21474](https://github.com/AvaloniaUI/Avalonia/pull/21474) - Windows – Fix window animations in extended mode by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21498](https://github.com/AvaloniaUI/Avalonia/pull/21498) - Windows – Fix `WinUiCompositorConnection` deadlock by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21591](https://github.com/AvaloniaUI/Avalonia/pull/21591) - macOS – Map `ListItem` accessibility peer to `AXRow` by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21537](https://github.com/AvaloniaUI/Avalonia/pull/21537) - macOS – Fix `AXLayoutChanged` notifications dropped for template-internal peers by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21595](https://github.com/AvaloniaUI/Avalonia/pull/21595) - macOS – Fix accessibility read-only, selection, and expand/collapse actions by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21599](https://github.com/AvaloniaUI/Avalonia/pull/21599) - macOS – Handle `replacementRange` in `AvnView` by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21608](https://github.com/AvaloniaUI/Avalonia/pull/21608) - X11 – Fix `BorderOnly` window resizing by [@&#8203;ruddypp](https://github.com/ruddypp) in [#&#8203;21579](https://github.com/AvaloniaUI/Avalonia/pull/21579) - X11 – Fix `ClipboardUriListHelper` not flushing by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21589](https://github.com/AvaloniaUI/Avalonia/pull/21589) - X11 – AT-SPI: `SelectChild` should add to the selection instead of replacing it by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21602](https://github.com/AvaloniaUI/Avalonia/pull/21602) - X11 – AT-SPI: Expose list item containers as accessible children by [@&#8203;jmacato](https://github.com/jmacato) in [#&#8203;21605](https://github.com/AvaloniaUI/Avalonia/pull/21605) - X11 – Fix invisible window when un-minimizing by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21614](https://github.com/AvaloniaUI/Avalonia/pull/21614) - Android – Fix `AndroidStorage.TryGetFile/FolderFromPathAsync` returning null or throwing by [@&#8203;MrJul](https://github.com/MrJul) in [#&#8203;21628](https://github.com/AvaloniaUI/Avalonia/pull/21628) - Browser – Fix file picker crashing while listing entries of folders by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21449](https://github.com/AvaloniaUI/Avalonia/pull/21449) - Browser – Ensure sync context is set before running dispatcher messages by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21462](https://github.com/AvaloniaUI/Avalonia/pull/21462) - Browser – Fix Firefox drag-and-drop: handle `effectAllowed=uninitialized` by [@&#8203;Der-Floh](https://github.com/Der-Floh) in [#&#8203;21486](https://github.com/AvaloniaUI/Avalonia/pull/21486) - Browser – Check permissions before reading or writing to clipboard by [@&#8203;emmauss](https://github.com/emmauss) in [#&#8203;21573](https://github.com/AvaloniaUI/Avalonia/pull/21573) **Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/12.0.4...12.0.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI3MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update all non-major dependencies
All checks were successful
Build Avalon.Views.Core / build (pull_request) Successful in 44s
923fb762f6
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Dutch merged commit 55186356ce into main 2026-07-20 21:05:33 +02:00
Dutch deleted branch renovate/all-minor-patch 2026-07-20 21:05:33 +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!20
No description provided.