Skip to content

Bump SkiaSharp from 2.88.9 to 3.116.1 - #608

Merged
Dan Moseley (danmoseley) merged 2 commits into
mainfrom
dependabot/nuget/SkiaSharp-3.116.1
Jan 23, 2025
Merged

Bump SkiaSharp from 2.88.9 to 3.116.1#608
Dan Moseley (danmoseley) merged 2 commits into
mainfrom
dependabot/nuget/SkiaSharp-3.116.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 6, 2024

Copy link
Copy Markdown
Contributor

Bumps SkiaSharp from 2.88.9 to 3.116.1.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@danmoseley

Copy link
Copy Markdown

Dependabot (@dependabot) rebase

@dependabot @github

dependabot Bot commented on behalf of github Jan 23, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jan 23, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@danmoseley

Copy link
Copy Markdown

Dependabot (@dependabot) recreate

Bumps SkiaSharp from 2.88.9 to 3.116.1.

---
updated-dependencies:
- dependency-name: SkiaSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/SkiaSharp-3.116.1 branch from 596932a to 2f5b819 Compare January 23, 2025 18:25
@danmoseley

Copy link
Copy Markdown
Error: /home/runner/work/aspire-samples/aspire-samples/samples/AspireWithAzureFunctions/ImageGallery.Functions/ThumbnailGenerator.cs(47,57): error CS0618: 'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.' [/home/runner/work/aspire-samples/aspire-samples/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj]
Error: /home/runner/work/aspire-samples/aspire-samples/samples/AspireWithAzureFunctions/ImageGallery.Functions/ThumbnailGenerator.cs(46,35): error CS0618: 'SKBitmap.Resize(SKImageInfo, SKFilterQuality)' is obsolete: 'Use Resize(SKImageInfo info, SKSamplingOptions sampling) instead.' [/home/runner/work/aspire-samples/aspire-samples/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj]

@danmoseley
Dan Moseley (danmoseley) deleted the dependabot/nuget/SkiaSharp-3.116.1 branch January 23, 2025 22:14

using var resizedBitmap = originalBitmap.Resize(
new SKImageInfo(targetWidth, TargetHeight), SKFilterQuality.High);
new SKImageInfo(targetWidth, TargetHeight), new SKSamplingOptions (SKCubicResampler.Mitchell));

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant