Skip to content

chore(deps): update dependency microsoft.windowsappsdk to 1.8.260416003 - #1185

Merged
glennawatson merged 1 commit into
mainfrom
renovate/windows-sdk-and-app-sdk
Apr 27, 2026
Merged

glennawatson merged 1 commit into
mainfrom
renovate/windows-sdk-and-app-sdk

Conversation

@renovate

@renovate renovate Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.WindowsAppSDK 1.8.2603170031.8.260416003 age confidence

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 was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Apr 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.79%. Comparing base (4351d41) to head (d611980).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1185   +/-   ##
=======================================
  Coverage   97.79%   97.79%           
=======================================
  Files          73       73           
  Lines        4119     4119           
  Branches      660      660           
=======================================
  Hits         4028     4028           
  Misses         83       83           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@glennawatson
glennawatson merged commit 6ab6366 into main Apr 27, 2026
12 checks passed
@glennawatson
glennawatson deleted the renovate/windows-sdk-and-app-sdk branch April 27, 2026 05:55
glennawatson pushed a commit to reactiveui/ReactiveUI that referenced this pull request May 4, 2026
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [Akavache.Sqlite3](https://redirect.github.com/reactiveui/akavache) |
`11.6.1` → `12.0.12` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/Akavache.Sqlite3/12.0.12?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Akavache.Sqlite3/11.6.1/12.0.12?slim=true)
|
|
[Akavache.SystemTextJson](https://redirect.github.com/reactiveui/akavache)
| `11.6.1` → `12.0.12` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/Akavache.SystemTextJson/12.0.12?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Akavache.SystemTextJson/11.6.1/12.0.12?slim=true)
|

---

### Release Notes

<details>
<summary>reactiveui/akavache (Akavache.Sqlite3)</summary>

###
[`v12.0.12`](https://redirect.github.com/reactiveui/Akavache/releases/tag/12.0.12)

[Compare
Source](https://redirect.github.com/reactiveui/akavache/compare/12.0.8...12.0.12)

##### 🗞️ What's Changed

##### 🐛 Fixes

-
[reactiveui/Akavache@`6d921bd`](https://redirect.github.com/reactiveui/Akavache/commit/6d921bdf3c20ed08dc1696604e1aec9b7125e367)
Fixed initialization example after v12 API changes
([#&#8203;1187](https://redirect.github.com/reactiveui/akavache/issues/1187))
[@&#8203;markuspalme](https://redirect.github.com/markuspalme)
-
[reactiveui/Akavache@`5b1a4cd`](https://redirect.github.com/reactiveui/Akavache/commit/5b1a4cd867fa1f6d94965888fd6091a8e0939dc0)
fix: read Akavache 11.x encrypted databases with v12
([#&#8203;1192](https://redirect.github.com/reactiveui/akavache/issues/1192))
[@&#8203;markuspalme](https://redirect.github.com/markuspalme)

##### 📦 Dependencies

-
[reactiveui/Akavache@`bc5628f`](https://redirect.github.com/reactiveui/Akavache/commit/bc5628faf5f4a424af556ef13e956c5911329054)
chore(deps): update dependency microsoft.sourcelink.github to 10.0.203
([#&#8203;1181](https://redirect.github.com/reactiveui/akavache/issues/1181))
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

##### 📌 Other

-
[reactiveui/Akavache@`be23347`](https://redirect.github.com/reactiveui/Akavache/commit/be233471e3258d01d1d25723b557a86d2d79672a)
Revise serializer compatibility details in README
[@&#8203;glennawatson](https://redirect.github.com/glennawatson)

🔗 **Full Changelog**:
<reactiveui/Akavache@12.0.8...12.0.12>

##### 🙌 Contributions

🌱 New contributors since the last release:
[@&#8203;markuspalme](https://redirect.github.com/markuspalme)
💖 Thanks to all the contributors:
[@&#8203;glennawatson](https://redirect.github.com/glennawatson),
[@&#8203;markuspalme](https://redirect.github.com/markuspalme)

🤖 Automated services that contributed:
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

###
[`v12.0.8`](https://redirect.github.com/reactiveui/Akavache/releases/tag/12.0.8)

[Compare
Source](https://redirect.github.com/reactiveui/akavache/compare/11.6.1...12.0.8)

##### DANGER.

Note this is a major upgrade release.

We have moved away from the high level SQLite library, and moved towards
a low level library.

##### What's Changed

- feat: V12 API modernization, AOT-safe assembly config, V10→V11
migration, and full coverage by
[@&#8203;glennawatson](https://redirect.github.com/glennawatson) in
[reactiveui/Akavache#1178](https://redirect.github.com/reactiveui/Akavache/pull/1178)
- perf: allocation reduction sweep across Rx, SQLite and serializer hot
paths by
[@&#8203;glennawatson](https://redirect.github.com/glennawatson) in
[reactiveui/Akavache#1179](https://redirect.github.com/reactiveui/Akavache/pull/1179)
- breaking: replace sqlite-net-pcl with SQLitePCLRaw, extract
Akavache.Http by
[@&#8203;glennawatson](https://redirect.github.com/glennawatson) in
[reactiveui/Akavache#1182](https://redirect.github.com/reactiveui/Akavache/pull/1182)
- chore(deps): update dependency verify.tunit to 31.16.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[reactiveui/Akavache#1183](https://redirect.github.com/reactiveui/Akavache/pull/1183)
- chore(deps): update dependency microsoft.windowsappsdk to
1.8.260416003 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[reactiveui/Akavache#1185](https://redirect.github.com/reactiveui/Akavache/pull/1185)
- chore(deps): update dependency verify.tunit to 31.16.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[reactiveui/Akavache#1184](https://redirect.github.com/reactiveui/Akavache/pull/1184)
- chore: Rename Akavache.Http → Akavache.HttpDownloader to avoid NuGet
name collision by [@&#8203;Copilot](https://redirect.github.com/Copilot)
in
[reactiveui/Akavache#1186](https://redirect.github.com/reactiveui/Akavache/pull/1186)

**Full Changelog**:
<reactiveui/Akavache@11.6.1...12.0.8>

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/reactiveui/ReactiveUI).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant