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

Open
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) 12.0.212.0.5 age confidence
SimpleCache 0.1.00.2.0 age confidence

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v12.0.5

Compare Source

What's Changed

Enhancements
Fixes

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

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.

👻 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/) | |---|---|---|---| | [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.5` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Avalonia/12.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Avalonia/12.0.2/12.0.5?slim=true) | | [SimpleCache](https://git.dutches.de/Dutch/SimpleCache) | `0.1.0` → `0.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/SimpleCache/0.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SimpleCache/0.1.0/0.2.0?slim=true) | --- ### Release Notes <details> <summary>AvaloniaUI/Avalonia (Avalonia)</summary> ### [`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> ### [`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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update all non-major dependencies
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 2m4s
7d61bd82e8
Dutch force-pushed renovate/all-minor-patch from 7d61bd82e8
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 2m4s
to 605dcf510f
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 21s
2026-06-18 21:20:21 +02:00
Compare
renovate-bot force-pushed renovate/all-minor-patch from 605dcf510f
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 21s
to 45cd6a3385
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 3m3s
2026-06-23 20:02:00 +02:00
Compare
All checks were successful
Build Avalon.Core / build (pull_request) Successful in 3m3s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git switch renovate/all-minor-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --ff-only renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --no-ff renovate/all-minor-patch
git switch main
git merge --squash renovate/all-minor-patch
git switch main
git merge --ff-only renovate/all-minor-patch
git switch main
git merge renovate/all-minor-patch
git push origin main
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.Core!12
No description provided.