Skip to content

Bump github.com/sdwebimage/sdwebimage from 5.14.2 to 5.21.7 in /macOS - #31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/macOS/github.com/sdwebimage/sdwebimage-5.21.7
Closed

Bump github.com/sdwebimage/sdwebimage from 5.14.2 to 5.21.7 in /macOS#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/macOS/github.com/sdwebimage/sdwebimage-5.21.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown

Bumps github.com/sdwebimage/sdwebimage from 5.14.2 to 5.21.7.

Release notes

Sourced from github.com/sdwebimage/sdwebimage's releases.

5.21.7 - 5.21 Patch

See all tickets marked for the 5.21.7 release

Fixes

  • Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated image creation #3870 #3871 @​ijunfly

5.21.6 - 5.21 Patch

See all tickets marked for the 5.21.6 release

Fixes

  • Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866

Changes

  • Image cache query API for disk type, no longer write back image to memory cache automatically. Call storeImageToMemory if you need.
  • Added support to encode APNG instead of GIF, when no animated image format provided #3867

5.21.5 - 5.21 Patch

See all tickets marked for the 5.21.5 release

Fixes

  • Try to move the SDWebImageDownloaderOperation dataTask property initialization into synchronized lock to avoid thread-safe issue #3856 #3842

5.21.4- 5.21 Patch

See all tickets marked for the 5.21.4 release

Fixes

5.21.3 - 5.21 Patch

See all tickets marked for the 5.21.3 release

Fixes

  • Switched image encoding to a context-aware approach with a safe fallback, allowing per-request encoder selection without changing the public API. #3844 @​CloudlessMoon

5.21.2 - 5.21 Patch

See all tickets marked for the 5.21.2 release

Fixes

5.21.1 - Xcode 26 Compatible

See all tickets marked for the 5.21.1 release

Projects

  • [Xcode 26] - Fix watchOS build error with UITraitCollection in the new SDK #3819

Performance

  • Reduce memory peak when playing the GIF on SDAnimatedImageView #3813

... (truncated)

Changelog

Sourced from github.com/sdwebimage/sdwebimage's changelog.

[5.21.7 - 5.21 Patch on Feb 26th 2026]

See all tickets marked for the 5.21.7 release

Fixes

  • Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated image creation #3870 #3871 @​ijunfly

[5.21.6 - 5.21 Patch on Feb 6th 2026]

See all tickets marked for the 5.21.6 release

Fixes

  • Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866

Changes

  • Image cache query API for disk type, no longer write back image to memory cache automatically. Call storeImageToMemory if you need.
  • Added support to encode APNG instead of GIF, when no animated image format provided #3867

[5.21.5 - 5.21 Patch on Dec 3rd 2025]

See all tickets marked for the 5.21.5 release

Fixes

  • Try to move the SDWebImageDownloaderOperation dataTask property initialization into synchronized lock to avoid thread-safe issue #3856 #3842

[5.21.4 - 5.21 Patch on Nov 28th 2025]

See all tickets marked for the 5.21.4 release

Fixes

[5.21.3 - 5.21 Patch on Sep 9th 2025]

See all tickets marked for the 5.21.3 release

Fixes

  • Switched image encoding to a context-aware approach with a safe fallback, allowing per-request encoder selection without changing the public API. #3844 @​CloudlessMoon

[5.21.2 - 5.21 Patch on Aug 29th 2025]

See all tickets marked for the 5.21.2 release

Fixes

[5.21.1 - Xcode 26 Compatible on Jun 10th, 2025]

See all tickets marked for the 5.21.1 release

Projects

  • [Xcode 26] - Fix watchOS build error with UITraitCollection in the new SDK #3819

Performance

  • Reduce memory peak when playing the GIF on SDAnimatedImageView #3813

... (truncated)

Commits
  • 2de3a49 Bumped version to 5.21.7
  • ada0359 Merge pull request #3871 from dreampiggy/bugfix/SDImageCoderHelper
  • 1bf9029 Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated i...
  • d04692e Merge pull request #3870 from ijunfly/fix
  • d169279 fix use format
  • 449e8f8 Bumped version to 5.21.6
  • 9b87ae4 Fix the query thumbnail logic after refactory
  • 7537255 Merge pull request #3867 from dreampiggy/feature/encode_format_unknown_animation
  • 77f2d03 Fix the unit test related to changes
  • a926694 Update the animatedImageWithFrames on macOS as well
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [github.com/sdwebimage/sdwebimage](https://github.com/SDWebImage/SDWebImage) from 5.14.2 to 5.21.7.
- [Release notes](https://github.com/SDWebImage/SDWebImage/releases)
- [Changelog](https://github.com/SDWebImage/SDWebImage/blob/master/CHANGELOG.md)
- [Commits](SDWebImage/SDWebImage@5.14.2...2de3a49)

---
updated-dependencies:
- dependency-name: github.com/sdwebimage/sdwebimage
  dependency-version: 5.21.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Aug 22, 2026
@dependabot
dependabot Bot requested a review from everettjf as a code owner August 22, 2026 19:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Aug 22, 2026
@everettjf

Copy link
Copy Markdown
Owner

Closing this routine dependency update as part of the repository's stability-first dependency maintenance policy. Updates will be batched and reviewed semiannually.

@everettjf everettjf closed this Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
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.

@dependabot
dependabot Bot deleted the dependabot/swift/macOS/github.com/sdwebimage/sdwebimage-5.21.7 branch August 23, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant