chore(sdk): exclude SkiaSharp from auto-update on 6.6 (hold 3.119.2 pin)#2160
Merged
agneszitte merged 2 commits intoJul 13, 2026
Merged
Conversation
Follow-up to the SkiaSharp 3.119.4 -> 3.119.2 revert (#2158): add the SkiaSharp group to the Uno.Sdk.Updater exclude list so the automated SDK-update PRs don't re-bump it back to 3.119.4 (same mechanism as SvgSkia / WinAppSdk). Remove once SkiaSharp 3.119.5 (mono/SkiaSharp#3798) ships or on the v4 move in 7.0. Related to unoplatform/uno#23680 Related to unoplatform/uno.chefs#1750 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
Why SkiaSharp is excluded from the auto-updaterSkiaSharp is held at 3.119.2 (the last iOS-safe version) on purpose. 3.119.4 ships its Apple assets targeting iOS 26.2 ( Adding Related:
When to remove this exclude (and let SkiaSharp move forward again): whichever comes first —
Until then, we deliberately hold the SkiaSharp bump at 3.119.2. |
…clude file) Enable JSONC (comment) parsing in the Uno.Sdk.Updater exclude reader and add an inline rationale next to the SkiaSharp entry: held at 3.119.2 due to the iOS <26.2 breakage (uno#23680, chefs#1750); remove on 3.119.5 (mono#3798) or v4 at 7.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
agneszitte
marked this pull request as draft
July 10, 2026 21:05
agneszitte
marked this pull request as ready for review
July 13, 2026 16:32
5 tasks
This was referenced Jul 18, 2026
This was referenced Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #2158. That PR reverted SkiaSharp
3.119.4 → 3.119.2on 6.6, but the Uno.Sdk.Updater would re-bump it on the next automated "Uno.Sdk Update" PR. This addsSkiaSharpto.github/sdk-update-exclude.json(the updater's--exclude-file, already used forSvgSkia/WinAppSdk) so the pin holds.Remove the
SkiaSharpexclude once 3.119.5 (mono/SkiaSharp#3798) ships or on the v4 move in 7.0.Related to unoplatform/uno#23680
Related to unoplatform/uno.chefs#1750
Related to https://github.com/unoplatform/uno-private/issues/1957#issuecomment-4938024224
(Related to https://github.com/unoplatform/private/issues/1076)